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: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/MSFT%20East%20Asia/deletedSites?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9NU0ZUJTIwRWFzdCUyMEFzaWEvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/France%20Central/deletedSites?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9GcmFuY2UlMjBDZW50cmFsL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b5c351c7-5339-4771-8152-4f74181e4743" + "06848a69-b7f7-47d5-9df5-d29f7508df28" ], "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" ] }, @@ -8343,7 +9189,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e828e1c2-5705-4c68-afaf-6d7ad3ce3183" + "d2301b58-11e6-4f6b-90bb-b51d55ded4fc" ], "Server": [ "Microsoft-IIS/10.0" @@ -8355,22 +9201,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11996" ], "x-ms-correlation-request-id": [ - "432d3f37-f5c9-48e9-b6d0-88805e13c19d" + "979ff2f1-c53b-4b46-98e2-97763f26f94c" ], "x-ms-routing-request-id": [ - "WESTUS:20190624T233118Z:432d3f37-f5c9-48e9-b6d0-88805e13c19d" + "WESTINDIA:20200624T103941Z:979ff2f1-c53b-4b46-98e2-97763f26f94c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 24 Jun 2019 23:31:18 GMT" + "Wed, 24 Jun 2020 10:39:41 GMT" ], "Content-Length": [ - "108959" + "38" ], "Content-Type": [ "application/json" @@ -8379,25 +9225,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%20Asia/deletedSites?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9NU0ZUJTIwRWFzdCUyMEFzaWEvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/France%20Central/deletedSites?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9GcmFuY2UlMjBDZW50cmFsL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d4bf60db-72bc-436e-a8b6-15f62c384fcc" + "0e9a3ec6-9fed-4f62-af46-61e68df39a9e" ], "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" ] }, @@ -8412,7 +9258,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bf2d5b60-de0e-478d-b44a-71ebd9db39dc" + "fd586153-3133-47d6-97fb-d302a7e79df6" ], "Server": [ "Microsoft-IIS/10.0" @@ -8424,22 +9270,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11996" ], "x-ms-correlation-request-id": [ - "ced377d3-e9e2-410c-a728-ee76d867f53a" + "04cfeab2-adf0-48c1-bb76-7c978a742611" ], "x-ms-routing-request-id": [ - "WESTUS:20190624T234626Z:ced377d3-e9e2-410c-a728-ee76d867f53a" + "WESTINDIA:20200624T105629Z:04cfeab2-adf0-48c1-bb76-7c978a742611" ], "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" @@ -8448,25 +9294,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/deletedSites?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9FYXN0JTIwVVMvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/MSFT%20East%20US/deletedSites?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9NU0ZUJTIwRWFzdCUyMFVTL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "66c72054-e8c8-4b1c-b868-5f09c9e948c4" + "aa8675e5-48f9-42d8-8d20-c44cb7db70f4" ], "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" ] }, @@ -8481,7 +9327,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "599a10ff-c12f-4e8a-bf1d-a7bdefed0290" + "20258412-f8a3-4d38-9546-1fa9760322ad" ], "Server": [ "Microsoft-IIS/10.0" @@ -8496,19 +9342,19 @@ "11998" ], "x-ms-correlation-request-id": [ - "4620f7d2-e41c-45ba-9a05-2f230cfeb9fc" + "1bac8554-35ee-4a3b-813a-9983e05c32fd" ], "x-ms-routing-request-id": [ - "WESTUS:20190624T233118Z:4620f7d2-e41c-45ba-9a05-2f230cfeb9fc" + "WESTINDIA:20200624T103941Z:1bac8554-35ee-4a3b-813a-9983e05c32fd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 24 Jun 2019 23:31:18 GMT" + "Wed, 24 Jun 2020 10:39:41 GMT" ], "Content-Length": [ - "108959" + "38814" ], "Content-Type": [ "application/json" @@ -8517,25 +9363,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/East%20US/deletedSites?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9FYXN0JTIwVVMvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/MSFT%20East%20US/deletedSites?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9NU0ZUJTIwRWFzdCUyMFVTL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c75939dd-f8b0-4a6b-b835-b30782f931c6" + "34945a99-8a8e-49a2-ae6e-a9ad163da2b8" ], "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" ] }, @@ -8550,7 +9396,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b5985112-164a-4e60-8eaf-ef75bd12ad99" + "dc09e1bb-8690-4c04-8837-2ce3dacedca5" ], "Server": [ "Microsoft-IIS/10.0" @@ -8562,22 +9408,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11997" ], "x-ms-correlation-request-id": [ - "c58f1aef-7ff5-4b03-8513-281d8622d12b" + "f598e5fc-8336-4b3b-8965-ab21a14de83d" ], "x-ms-routing-request-id": [ - "WESTUS:20190624T234626Z:c58f1aef-7ff5-4b03-8513-281d8622d12b" + "WESTINDIA:20200624T105629Z:f598e5fc-8336-4b3b-8965-ab21a14de83d" ], "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" @@ -8586,25 +9432,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/North%20Central%20US%20%28Stage%29/deletedSites?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9Ob3J0aCUyMENlbnRyYWwlMjBVUyUyMCUyOFN0YWdlJTI5L2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/North%20Central%20US%20%28Stage%29/deletedSites?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9Ob3J0aCUyMENlbnRyYWwlMjBVUyUyMCUyOFN0YWdlJTI5L2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c2d34376-3e58-40b7-bfa0-c051c7f6b0c1" + "7ae1c33f-393d-44b8-955f-948cb2b69ad2" ], "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" ] }, @@ -8619,7 +9465,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ce81fb4e-0331-42ce-a20d-cbdfdc95eea2" + "de444e1a-b441-4dd3-a585-f25ad1405883" ], "Server": [ "Microsoft-IIS/10.0" @@ -8631,22 +9477,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11996" ], "x-ms-correlation-request-id": [ - "4fb4b284-f9cc-4c86-b0bb-f46910b810b6" + "36b0c5f2-8049-4d8a-afaf-402c66676a65" ], "x-ms-routing-request-id": [ - "WESTUS:20190624T233118Z:4fb4b284-f9cc-4c86-b0bb-f46910b810b6" + "WESTINDIA:20200624T103942Z:36b0c5f2-8049-4d8a-afaf-402c66676a65" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 24 Jun 2019 23:31:18 GMT" + "Wed, 24 Jun 2020 10:39:41 GMT" ], "Content-Length": [ - "108959" + "38" ], "Content-Type": [ "application/json" @@ -8655,25 +9501,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%20%28Stage%29/deletedSites?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9Ob3J0aCUyMENlbnRyYWwlMjBVUyUyMCUyOFN0YWdlJTI5L2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/North%20Central%20US%20%28Stage%29/deletedSites?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9Ob3J0aCUyMENlbnRyYWwlMjBVUyUyMCUyOFN0YWdlJTI5L2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "01089e9b-7fcc-4692-bab2-627c804c3e4b" + "bcf4b17e-89f1-44a1-ab7d-03e7745cae19" ], "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" ] }, @@ -8688,7 +9534,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ececffad-432a-4c2e-b090-521edc8401f7" + "b0a9dcda-73a1-485a-8d9e-a82752061edf" ], "Server": [ "Microsoft-IIS/10.0" @@ -8703,19 +9549,19 @@ "11998" ], "x-ms-correlation-request-id": [ - "cff955d8-405a-4a5b-88d7-b9b5eb79f35a" + "5ddc1072-be5a-41e8-8bad-d46cf1a3fa82" ], "x-ms-routing-request-id": [ - "WESTUS:20190624T234626Z:cff955d8-405a-4a5b-88d7-b9b5eb79f35a" + "WESTINDIA:20200624T105630Z:5ddc1072-be5a-41e8-8bad-d46cf1a3fa82" ], "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" @@ -8724,25 +9570,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/Japan%20West/deletedSites?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9KYXBhbiUyMFdlc3QvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Canada%20Central/deletedSites?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9DYW5hZGElMjBDZW50cmFsL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dcba38d5-b7ff-48c8-8ed7-84f692e77661" + "274b7d87-d6dc-4857-bc10-6ef44bb2c633" ], "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" ] }, @@ -8757,7 +9603,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c75cf790-1aa5-4152-8532-d3620f7962a0" + "869fc338-0d79-4db5-9abd-9f05822819f9" ], "Server": [ "Microsoft-IIS/10.0" @@ -8769,22 +9615,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11994" ], "x-ms-correlation-request-id": [ - "ef5582ef-da9f-4e8e-a2ea-65765ff48e6c" + "65a07c6e-4b3c-4299-921d-ff78f2a3aa28" ], "x-ms-routing-request-id": [ - "WESTUS:20190624T233118Z:ef5582ef-da9f-4e8e-a2ea-65765ff48e6c" + "WESTINDIA:20200624T103942Z:65a07c6e-4b3c-4299-921d-ff78f2a3aa28" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 24 Jun 2019 23:31:17 GMT" + "Wed, 24 Jun 2020 10:39:42 GMT" ], "Content-Length": [ - "108959" + "38" ], "Content-Type": [ "application/json" @@ -8793,25 +9639,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/Japan%20West/deletedSites?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9KYXBhbiUyMFdlc3QvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Canada%20Central/deletedSites?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9DYW5hZGElMjBDZW50cmFsL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "380dafbc-5403-4272-9939-e62d46a12e56" + "a239d38a-4abb-4863-9c44-31008811b282" ], "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" ] }, @@ -8826,7 +9672,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5a4ede99-d25e-4ac9-92bd-2f437509288e" + "11cdd707-a0b6-48b0-9024-8b681e3993aa" ], "Server": [ "Microsoft-IIS/10.0" @@ -8838,22 +9684,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-correlation-request-id": [ - "e78ada31-0691-4dbb-9177-9b5b7c795dab" + "f268eeac-cf0d-490e-b4ac-ae14335e7b61" ], "x-ms-routing-request-id": [ - "WESTUS:20190624T234626Z:e78ada31-0691-4dbb-9177-9b5b7c795dab" + "WESTINDIA:20200624T105630Z:f268eeac-cf0d-490e-b4ac-ae14335e7b61" ], "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" @@ -8862,25 +9708,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%20Europe/deletedSites?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9XZXN0JTIwRXVyb3BlL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South%20Central%20US/deletedSites?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9Tb3V0aCUyMENlbnRyYWwlMjBVUy9kZWxldGVkU2l0ZXM/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5ff0cf8e-30c2-49ad-93d4-aec128ea9ffe" + "b6ed80b6-436c-45ba-8f11-3345d0ebeb34" ], "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" ] }, @@ -8895,7 +9741,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c7c3edcc-c7af-46b2-9016-887ee5fe8821" + "42ddbe4c-0953-45a1-81c9-0966849de8e4" ], "Server": [ "Microsoft-IIS/10.0" @@ -8907,22 +9753,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11966" ], "x-ms-correlation-request-id": [ - "0a8d5c7a-6228-420b-9467-c1770b47860d" + "cbf0816e-bc7b-46aa-b76f-17d07a99001b" ], "x-ms-routing-request-id": [ - "WESTUS:20190624T233118Z:0a8d5c7a-6228-420b-9467-c1770b47860d" + "WESTINDIA:20200624T103939Z:cbf0816e-bc7b-46aa-b76f-17d07a99001b" ], "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" + "38814" ], "Content-Type": [ "application/json" @@ -8931,25 +9777,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/West%20Europe/deletedSites?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9XZXN0JTIwRXVyb3BlL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/South%20Central%20US/deletedSites?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9Tb3V0aCUyMENlbnRyYWwlMjBVUy9kZWxldGVkU2l0ZXM/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "87ea7e2f-0d0c-4b6d-a492-fcf8869d8e68" + "99025d8b-e6e7-49aa-a5e3-85815917ab32" ], "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" ] }, @@ -8964,7 +9810,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "83bb664b-7d31-4831-925d-3b468d2448a1" + "1231ae3d-69fb-4b71-9a64-e945c972f177" ], "Server": [ "Microsoft-IIS/10.0" @@ -8976,22 +9822,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11996" ], "x-ms-correlation-request-id": [ - "8989e2ea-29ea-4660-b30f-6b888bc01d03" + "fb99e98d-0939-4f24-a33b-d2b140a93447" ], "x-ms-routing-request-id": [ - "WESTUS:20190624T234626Z:8989e2ea-29ea-4660-b30f-6b888bc01d03" + "WESTINDIA:20200624T105630Z:fb99e98d-0939-4f24-a33b-d2b140a93447" ], "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" @@ -9000,25 +9846,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/MSFT%20North%20Europe/deletedSites?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9NU0ZUJTIwTm9ydGglMjBFdXJvcGUvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West%20US%202/deletedSites?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9XZXN0JTIwVVMlMjAyL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6ce8d032-45e1-40bd-8907-b55acf1f7037" + "05894d3c-9772-40ae-9548-5a0be01e3d37" ], "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" ] }, @@ -9033,7 +9879,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "733700b7-ea00-403a-b542-42f484e7fa3d" + "7f06f1c0-3e62-4bbc-9b98-e23933ad0beb" ], "Server": [ "Microsoft-IIS/10.0" @@ -9045,22 +9891,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-correlation-request-id": [ - "6db802b7-4a24-4063-a8ec-88b08c19ff77" + "6247ae4d-969c-46c3-a143-5a12e21d77d7" ], "x-ms-routing-request-id": [ - "WESTUS:20190624T233118Z:6db802b7-4a24-4063-a8ec-88b08c19ff77" + "WESTINDIA:20200624T103944Z:6247ae4d-969c-46c3-a143-5a12e21d77d7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 24 Jun 2019 23:31:17 GMT" + "Wed, 24 Jun 2020 10:39:44 GMT" ], "Content-Length": [ - "108959" + "2891" ], "Content-Type": [ "application/json" @@ -9069,25 +9915,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 2/deletedSites/145401\",\r\n \"name\": \"webapp-linux-multi2smxiy\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 145401,\r\n \"deletedTimestamp\": \"2020-03-28T10:40:58.1873443\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgjjd7v6yptxkyfoqsssnfa2rrcj5miti2hgpchryx7ahosxgmdvurtb3k6asnqp3xj\",\r\n \"webSpace\": \"clitest.rgjjd7v6yptxkyfoqsssnfa2rrcj5miti2hgpchryx7ahosxgmdvurtb3k6asnqp3xj-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-041\",\r\n \"deletedSiteName\": \"webapp-linux-multi2smxiy\",\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/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US 2/deletedSites/145402\",\r\n \"name\": \"webapp-linux-multi2smxiy\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 145402,\r\n \"deletedTimestamp\": \"2020-03-28T10:40:58.5467191\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgjjd7v6yptxkyfoqsssnfa2rrcj5miti2hgpchryx7ahosxgmdvurtb3k6asnqp3xj\",\r\n \"webSpace\": \"clitest.rgjjd7v6yptxkyfoqsssnfa2rrcj5miti2hgpchryx7ahosxgmdvurtb3k6asnqp3xj-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-041\",\r\n \"deletedSiteName\": \"webapp-linux-multi2smxiy\",\r\n \"slot\": \"stage\",\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/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US 2/deletedSites/150944\",\r\n \"name\": \"webapp-linux-multiqvmyjd\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 150944,\r\n \"deletedTimestamp\": \"2020-04-03T06:43:34.3683908\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgkb5czgvu55w5wohocbq6lkdm4un3zthtcw3zbktnzzvhunijxm7am35ufta3htd6j\",\r\n \"webSpace\": \"clitest.rgkb5czgvu55w5wohocbq6lkdm4un3zthtcw3zbktnzzvhunijxm7am35ufta3htd6j-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-041\",\r\n \"deletedSiteName\": \"webapp-linux-multiqvmyjd\",\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/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US 2/deletedSites/150945\",\r\n \"name\": \"webapp-linux-multiqvmyjd\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 150945,\r\n \"deletedTimestamp\": \"2020-04-03T06:43:34.7746631\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgkb5czgvu55w5wohocbq6lkdm4un3zthtcw3zbktnzzvhunijxm7am35ufta3htd6j\",\r\n \"webSpace\": \"clitest.rgkb5czgvu55w5wohocbq6lkdm4un3zthtcw3zbktnzzvhunijxm7am35ufta3htd6j-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-041\",\r\n \"deletedSiteName\": \"webapp-linux-multiqvmyjd\",\r\n \"slot\": \"stage\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\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/MSFT%20North%20Europe/deletedSites?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9NU0ZUJTIwTm9ydGglMjBFdXJvcGUvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West%20US%202/deletedSites?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9XZXN0JTIwVVMlMjAyL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "80678447-bcb9-4e7c-adb8-c3f9b6e15af6" + "ad3f6b02-ac2f-49c8-91ac-b242d1a718e7" ], "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" ] }, @@ -9102,7 +9948,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a4e40dac-b811-4171-8783-c3b76307ef04" + "21a477bb-5bfa-48ad-b93d-8e05fd35929d" ], "Server": [ "Microsoft-IIS/10.0" @@ -9114,22 +9960,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-correlation-request-id": [ - "28e1f1ca-f8af-4a1d-8ff8-e390f3c38567" + "09549acf-adfe-49f2-9309-897e851ef352" ], "x-ms-routing-request-id": [ - "WESTUS:20190624T234627Z:28e1f1ca-f8af-4a1d-8ff8-e390f3c38567" + "WESTINDIA:20200624T105630Z:09549acf-adfe-49f2-9309-897e851ef352" ], "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" + "2891" ], "Content-Type": [ "application/json" @@ -9138,25 +9984,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 2/deletedSites/145401\",\r\n \"name\": \"webapp-linux-multi2smxiy\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 145401,\r\n \"deletedTimestamp\": \"2020-03-28T10:40:58.1873443\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgjjd7v6yptxkyfoqsssnfa2rrcj5miti2hgpchryx7ahosxgmdvurtb3k6asnqp3xj\",\r\n \"webSpace\": \"clitest.rgjjd7v6yptxkyfoqsssnfa2rrcj5miti2hgpchryx7ahosxgmdvurtb3k6asnqp3xj-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-041\",\r\n \"deletedSiteName\": \"webapp-linux-multi2smxiy\",\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/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US 2/deletedSites/145402\",\r\n \"name\": \"webapp-linux-multi2smxiy\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 145402,\r\n \"deletedTimestamp\": \"2020-03-28T10:40:58.5467191\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgjjd7v6yptxkyfoqsssnfa2rrcj5miti2hgpchryx7ahosxgmdvurtb3k6asnqp3xj\",\r\n \"webSpace\": \"clitest.rgjjd7v6yptxkyfoqsssnfa2rrcj5miti2hgpchryx7ahosxgmdvurtb3k6asnqp3xj-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-041\",\r\n \"deletedSiteName\": \"webapp-linux-multi2smxiy\",\r\n \"slot\": \"stage\",\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/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US 2/deletedSites/150944\",\r\n \"name\": \"webapp-linux-multiqvmyjd\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 150944,\r\n \"deletedTimestamp\": \"2020-04-03T06:43:34.3683908\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgkb5czgvu55w5wohocbq6lkdm4un3zthtcw3zbktnzzvhunijxm7am35ufta3htd6j\",\r\n \"webSpace\": \"clitest.rgkb5czgvu55w5wohocbq6lkdm4un3zthtcw3zbktnzzvhunijxm7am35ufta3htd6j-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-041\",\r\n \"deletedSiteName\": \"webapp-linux-multiqvmyjd\",\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/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US 2/deletedSites/150945\",\r\n \"name\": \"webapp-linux-multiqvmyjd\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 150945,\r\n \"deletedTimestamp\": \"2020-04-03T06:43:34.7746631\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgkb5czgvu55w5wohocbq6lkdm4un3zthtcw3zbktnzzvhunijxm7am35ufta3htd6j\",\r\n \"webSpace\": \"clitest.rgkb5czgvu55w5wohocbq6lkdm4un3zthtcw3zbktnzzvhunijxm7am35ufta3htd6j-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-041\",\r\n \"deletedSiteName\": \"webapp-linux-multiqvmyjd\",\r\n \"slot\": \"stage\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\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/Australia%20East/deletedSites?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9BdXN0cmFsaWElMjBFYXN0L2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/MSFT%20North%20Europe/deletedSites?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9NU0ZUJTIwTm9ydGglMjBFdXJvcGUvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "039e7c74-5f0b-4345-8a36-8564d58518f4" + "1457d32a-2c0f-4c86-b67c-5b0aadbc4cea" ], "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" ] }, @@ -9171,7 +10017,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0b911c47-eaf1-4ca2-b752-1829af8d4540" + "15373329-c5eb-4089-bf1e-1906b43a6e9a" ], "Server": [ "Microsoft-IIS/10.0" @@ -9186,19 +10032,19 @@ "11998" ], "x-ms-correlation-request-id": [ - "0e52d6ba-0fca-443a-b684-d5a9b08d801f" + "c16a51e2-0f12-4d6f-86e8-4f189ba22171" ], "x-ms-routing-request-id": [ - "WESTUS:20190624T233118Z:0e52d6ba-0fca-443a-b684-d5a9b08d801f" + "WESTINDIA:20200624T103941Z:c16a51e2-0f12-4d6f-86e8-4f189ba22171" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 24 Jun 2019 23:31:17 GMT" + "Wed, 24 Jun 2020 10:39:41 GMT" ], "Content-Length": [ - "108959" + "38814" ], "Content-Type": [ "application/json" @@ -9207,25 +10053,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/Australia%20East/deletedSites?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9BdXN0cmFsaWElMjBFYXN0L2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/MSFT%20North%20Europe/deletedSites?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9NU0ZUJTIwTm9ydGglMjBFdXJvcGUvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bef9aed0-51cb-4105-bf51-40ca3a0e2519" + "716c396c-8655-4846-a491-98fc20c7a85d" ], "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" ] }, @@ -9240,7 +10086,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "67c8dea8-ed81-454a-9dc4-b4cb4999b307" + "c03d4ac0-58de-46c0-a6a4-009886dacd8d" ], "Server": [ "Microsoft-IIS/10.0" @@ -9252,22 +10098,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11992" ], "x-ms-correlation-request-id": [ - "b67769ab-b804-40b7-8aac-a320c6b28930" + "94d8fbdf-f1df-47e1-8a73-76a5d1af8a42" ], "x-ms-routing-request-id": [ - "WESTUS:20190624T234626Z:b67769ab-b804-40b7-8aac-a320c6b28930" + "WESTINDIA:20200624T105629Z:94d8fbdf-f1df-47e1-8a73-76a5d1af8a42" ], "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" + "38814" ], "Content-Type": [ "application/json" @@ -9276,25 +10122,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/Canada%20East/deletedSites?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9DYW5hZGElMjBFYXN0L2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/MSFT%20West%20US/deletedSites?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9NU0ZUJTIwV2VzdCUyMFVTL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d8a3163-23ab-46eb-99d8-97fc274cb3e0" + "dcae2b47-d791-4415-a1e6-0beb732867d4" ], "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" ] }, @@ -9309,7 +10155,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "78b40627-ad05-4222-ba73-9903f1158ef5" + "40469b86-1cf5-4222-9f92-a34e988fcdf3" ], "Server": [ "Microsoft-IIS/10.0" @@ -9324,19 +10170,19 @@ "11998" ], "x-ms-correlation-request-id": [ - "93f0e0af-1583-4cb5-ab24-159451fe7285" + "77b1c633-e2ea-4c65-a1da-8d742b598ef3" ], "x-ms-routing-request-id": [ - "WESTUS:20190624T233118Z:93f0e0af-1583-4cb5-ab24-159451fe7285" + "WESTINDIA:20200624T103945Z:77b1c633-e2ea-4c65-a1da-8d742b598ef3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 24 Jun 2019 23:31:18 GMT" + "Wed, 24 Jun 2020 10:39:44 GMT" ], "Content-Length": [ - "108959" + "38814" ], "Content-Type": [ "application/json" @@ -9345,25 +10191,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/Canada%20East/deletedSites?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9DYW5hZGElMjBFYXN0L2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/MSFT%20West%20US/deletedSites?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9NU0ZUJTIwV2VzdCUyMFVTL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a6589632-b750-43bd-a92c-c433750190e6" + "113016aa-c1ee-43ba-9d0c-300dd8bbde57" ], "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" ] }, @@ -9378,7 +10224,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4dceaf3a-4be5-4280-94dc-6fc12091131e" + "38b80e21-f30a-4c80-8efe-253b17bca29d" ], "Server": [ "Microsoft-IIS/10.0" @@ -9390,22 +10236,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11993" ], "x-ms-correlation-request-id": [ - "0cb0da0b-35be-45e7-8f95-4090054e35c4" + "55f43c20-2240-42d1-b0f5-6210dc8a47c0" ], "x-ms-routing-request-id": [ - "WESTUS:20190624T234626Z:0cb0da0b-35be-45e7-8f95-4090054e35c4" + "WESTINDIA:20200624T105634Z:55f43c20-2240-42d1-b0f5-6210dc8a47c0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 24 Jun 2019 23:46:26 GMT" + "Wed, 24 Jun 2020 10:56:33 GMT" ], "Content-Length": [ - "108959" + "38814" ], "Content-Type": [ "application/json" @@ -9414,25 +10260,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/East%20Asia%20%28Stage%29/deletedSites?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9FYXN0JTIwQXNpYSUyMCUyOFN0YWdlJTI5L2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Central%20US%20%28Stage%29/deletedSites?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9DZW50cmFsJTIwVVMlMjAlMjhTdGFnZSUyOS9kZWxldGVkU2l0ZXM/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "35ba1829-7777-4915-8694-19aaec5f75f2" + "e8af5b2d-ec75-4946-9a87-271cf2964fb5" ], "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" ] }, @@ -9447,7 +10293,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "55cfae2c-8090-47f3-be92-371615a761c0" + "2d1d15c3-c782-4bd0-915e-e13acec50e95" ], "Server": [ "Microsoft-IIS/10.0" @@ -9459,22 +10305,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11995" ], "x-ms-correlation-request-id": [ - "864dd13a-ece4-4a83-8ed3-4859475b0e7f" + "1cf32d5a-829f-4b6a-b7df-23f78f3983f0" ], "x-ms-routing-request-id": [ - "WESTUS:20190624T233118Z:864dd13a-ece4-4a83-8ed3-4859475b0e7f" + "WESTINDIA:20200624T103946Z:1cf32d5a-829f-4b6a-b7df-23f78f3983f0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 24 Jun 2019 23:31:17 GMT" + "Wed, 24 Jun 2020 10:39:46 GMT" ], "Content-Length": [ - "38" + "38814" ], "Content-Type": [ "application/json" @@ -9483,25 +10329,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/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/East%20Asia%20%28Stage%29/deletedSites?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9FYXN0JTIwQXNpYSUyMCUyOFN0YWdlJTI5L2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Central%20US%20%28Stage%29/deletedSites?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9DZW50cmFsJTIwVVMlMjAlMjhTdGFnZSUyOS9kZWxldGVkU2l0ZXM/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c72a73f8-3d92-476e-b354-3de25607671e" + "f2c1ef1b-8ba7-43b0-a0f3-b395e1032555" ], "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" ] }, @@ -9516,7 +10362,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "023132e3-ba7f-48ca-a1a1-51e26300a940" + "9fae8ad7-740e-424d-a192-941375eb2bef" ], "Server": [ "Microsoft-IIS/10.0" @@ -9528,22 +10374,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11964" ], "x-ms-correlation-request-id": [ - "728e236e-d416-41e7-9366-b619b17bd72d" + "a8a65297-1f8c-440a-b1e0-b8842f02c5f9" ], "x-ms-routing-request-id": [ - "WESTUS:20190624T234627Z:728e236e-d416-41e7-9366-b619b17bd72d" + "WESTINDIA:20200624T105630Z:a8a65297-1f8c-440a-b1e0-b8842f02c5f9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 24 Jun 2019 23:46:26 GMT" + "Wed, 24 Jun 2020 10:56:30 GMT" ], "Content-Length": [ - "38" + "38814" ], "Content-Type": [ "application/json" @@ -9552,25 +10398,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/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/East%20US%202%20%28Stage%29/deletedSites?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9FYXN0JTIwVVMlMjAyJTIwJTI4U3RhZ2UlMjkvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Australia%20Central/deletedSites?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9BdXN0cmFsaWElMjBDZW50cmFsL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e39d8e0f-e308-4f55-90ec-3e13d1032f39" + "ff8fa7a2-8945-4fae-aea0-d017db0ea729" ], "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" ] }, @@ -9585,7 +10431,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "21b8cfd9-5fde-4899-bca3-2a77e91db2af" + "cdb36b70-666a-406c-b791-4ba6af7510cd" ], "Server": [ "Microsoft-IIS/10.0" @@ -9597,22 +10443,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-correlation-request-id": [ - "305fdb39-72ed-4478-b573-e9073b505f2c" + "2f7871d5-4f25-46b6-a141-914b351097c5" ], "x-ms-routing-request-id": [ - "WESTUS:20190624T233119Z:305fdb39-72ed-4478-b573-e9073b505f2c" + "WESTINDIA:20200624T103949Z:2f7871d5-4f25-46b6-a141-914b351097c5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 24 Jun 2019 23:31:18 GMT" + "Wed, 24 Jun 2020 10:39:48 GMT" ], "Content-Length": [ - "108959" + "38" ], "Content-Type": [ "application/json" @@ -9621,25 +10467,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%20%28Stage%29/deletedSites?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9FYXN0JTIwVVMlMjAyJTIwJTI4U3RhZ2UlMjkvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Australia%20Central/deletedSites?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9BdXN0cmFsaWElMjBDZW50cmFsL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5662e1c9-5002-4592-96fb-4999c904a8e9" + "a80d1c0f-f7d7-4db8-8536-f9ddd9b0fefb" ], "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" ] }, @@ -9654,7 +10500,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "27d140a3-7fc5-4b15-b056-a4afc4212dd6" + "3dd72709-95ec-4de0-aad4-4ccf4c498c6c" ], "Server": [ "Microsoft-IIS/10.0" @@ -9666,22 +10512,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11993" ], "x-ms-correlation-request-id": [ - "3f5514bc-d401-471b-ac0a-ab98821b12f2" + "c9a44afa-5c44-48b6-8598-4fb39dd3f00c" ], "x-ms-routing-request-id": [ - "WESTUS:20190624T234626Z:3f5514bc-d401-471b-ac0a-ab98821b12f2" + "WESTINDIA:20200624T105632Z:c9a44afa-5c44-48b6-8598-4fb39dd3f00c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 24 Jun 2019 23:46:26 GMT" + "Wed, 24 Jun 2020 10:56:32 GMT" ], "Content-Length": [ - "108959" + "38" ], "Content-Type": [ "application/json" @@ -9690,25 +10536,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/deletedSites?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/deletedSites?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8f88d963-e701-4784-bdd0-02dfb719d1c8" + "0760043f-678f-4b70-91e2-dcf6b8a221cd" ], "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" ] }, @@ -9720,23 +10566,51 @@ "no-cache" ], "x-ms-original-request-ids": [ - "501043c6-006f-4905-81cd-b78d74da1a5d", - "ebad0c37-53c9-4caa-9a9f-36475a76a1d8", - "895799bc-d4f8-4075-9cc2-0b8b05d62081", - "bede9adf-71c9-4002-b624-0c94acfc6d56", - "2b9581a5-435e-4da4-8016-a1c2499f3f39" + "fffbf9f0-e4c3-45de-b87c-e987b77cc818", + "76aef2e9-5e0a-43b4-b175-1acab6513ecf", + "5a2a3621-39b9-4894-b264-4afcfd28a860", + "1fe9ec05-394f-4d8f-b807-fc3fe5f7917e", + "c4534ef5-ffb2-4d65-a66e-66a199e2faf3", + "6a6cc332-53a7-4bd1-ace4-350cd9422f67", + "cf00d4a6-3808-4b9e-ba5f-95582a482b3d", + "b8b0ee32-8804-4ff0-8eaf-b83c1a79ec4e", + "62ea8520-f81f-4cbc-be31-da01df298dd7", + "d0af8ba3-d622-4467-8efb-7d1a74234be0", + "5d3cc11b-489a-46e4-997f-0d907193bc40", + "6662db21-9b35-4415-8f21-41fe6792bba7", + "b0433efc-d8aa-47cc-b423-0035121090ee", + "42619e0f-08dd-478d-a449-09ee3021df51", + "11872b64-f573-4cd3-9c8b-c4879e6bb2f7", + "4c29fbcb-4eb2-4af3-9b1f-51af230013f5", + "01fdc527-21c1-426c-bc29-e56893f1a763", + "3db93861-c2b9-409b-84da-960dbd5b4765", + "f2bbc235-f060-4a00-ae93-a27a7daaf3a5", + "231325ea-6b4d-4e85-9ff1-9d7155c64260", + "a43cd04e-05f7-4307-905d-e7d096112a6e", + "8509e70d-bd7e-454f-bf17-67f9b5eabdea", + "6cfba201-446f-412c-985a-9546acfc3326", + "d7b771e4-fd93-42f3-89fc-6fa00cdb5487", + "d860294a-36ed-4cd6-ae31-26b9e01063ff", + "20f84304-4297-4be6-82fb-1f3227cf5c7d", + "0e81ba58-7d7f-4eaa-ab42-9306e4b05d51", + "0166cf8d-ff0e-49fe-a091-96d07b5c63b3", + "ccfc52fe-aeb2-4ed8-a04b-a2a1e214aeae", + "ca7dee24-172d-4595-881b-f69083ab9ca2", + "82efd576-6a9d-4521-9eeb-cde37551db74", + "1ba091a7-7e13-4a6f-951b-0d1e3b3b2e45", + "4b58d468-0aa3-4cf8-89be-fcc29fc69e45" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-request-id": [ - "ba792e24-50e8-4758-aef9-9fac057cb50e" + "5a3abf65-62f6-4b22-a53b-2110bcbd60ec" ], "x-ms-correlation-request-id": [ - "ba792e24-50e8-4758-aef9-9fac057cb50e" + "5a3abf65-62f6-4b22-a53b-2110bcbd60ec" ], "x-ms-routing-request-id": [ - "WESTUS:20190624T233120Z:ba792e24-50e8-4758-aef9-9fac057cb50e" + "WESTINDIA:20200624T104001Z:5a3abf65-62f6-4b22-a53b-2110bcbd60ec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9745,7 +10619,7 @@ "nosniff" ], "Date": [ - "Mon, 24 Jun 2019 23:31:19 GMT" + "Wed, 24 Jun 2020 10:40:00 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -9754,28 +10628,28 @@ "-1" ], "Content-Length": [ - "103034" + "555393" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/deletedSites/23272583\",\r\n \"name\": \"ps1231\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23272616\",\r\n \"name\": \"ps8495\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23425305\",\r\n \"name\": \"nkprem\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23587174\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23587175\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23587330\",\r\n \"name\": \"windowscontainerupdemo1\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23587331\",\r\n \"name\": \"containup1\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23587479\",\r\n \"name\": \"ps6296\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23587520\",\r\n \"name\": \"ps2607\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23587538\",\r\n \"name\": \"ps3325\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23587592\",\r\n \"name\": \"ps3194\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23587642\",\r\n \"name\": \"ps3622\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23587669\",\r\n \"name\": \"ps8875\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23616649\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23616650\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23616726\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23616727\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23617385\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23617386\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23617797\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23617798\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23618165\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23618168\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23618728\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23804769\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23804770\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23816970\",\r\n \"name\": \"nksnapshottarget\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23950334\",\r\n \"name\": \"DRSite20190419020219\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24301106\",\r\n \"name\": \"danielsgottago\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24349074\",\r\n \"name\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24492938\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24492940\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24492976\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24492977\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24493281\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24493282\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24493383\",\r\n \"name\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24493388\",\r\n \"name\": \"yes39839\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24493391\",\r\n \"name\": \"up3838382\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24493398\",\r\n \"name\": \"up383838\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24493402\",\r\n \"name\": \"MyDemoApp28383\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24519452\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24519453\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24519609\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24519610\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24520009\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24520010\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24520142\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24520217\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24524703\",\r\n \"name\": \"csmws583\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24524755\",\r\n \"name\": \"csmws9727\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24524766\",\r\n \"name\": \"csmws703\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24524774\",\r\n \"name\": \"csmws9127\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24524909\",\r\n \"name\": \"csmws7748\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24524977\",\r\n \"name\": \"csmws1362\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24524981\",\r\n \"name\": \"csmws3193\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24525002\",\r\n \"name\": \"csmws5073\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24525005\",\r\n \"name\": \"csmws9678\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24525015\",\r\n \"name\": \"csmws9698\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24525024\",\r\n \"name\": \"csmws8938\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24525025\",\r\n \"name\": \"csmws2711\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24525030\",\r\n \"name\": \"csmws5896\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24525053\",\r\n \"name\": \"csmws1690\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24525076\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24525094\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24525116\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24525117\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24525149\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24525150\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24989724\",\r\n \"name\": \"tryme393201\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24991304\",\r\n \"name\": \"t383829\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24992438\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25029963\",\r\n \"name\": \"up9402013\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25029964\",\r\n \"name\": \"Restored123456\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25029965\",\r\n \"name\": \"up28392014\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25029966\",\r\n \"name\": \"r38293r\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25029967\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25185054\",\r\n \"name\": \"delete-me-webobjgmybwnyj\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25249006\",\r\n \"name\": \"delete-me-weba3bnshg6azi\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25250468\",\r\n \"name\": \"ps5372\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25250469\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25255625\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25255626\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25256069\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25256071\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25256786\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25256789\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25352044\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25352045\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25352243\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25352245\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25352823\",\r\n \"name\": \"ps6039\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25353883\",\r\n \"name\": \"ps559\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25354792\",\r\n \"name\": \"ps3880\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25357007\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25357036\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25357259\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25357277\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25357418\",\r\n \"name\": \"nicniwdfowidjf\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25358593\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25358594\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25358623\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25359448\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25395768\",\r\n \"name\": \"clicontainerupdemo2019\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25395769\",\r\n \"name\": \"clicontainerupdemo20192\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25395786\",\r\n \"name\": \"cuptest10101\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25397446\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25397447\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25397448\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25397449\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25397454\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25397455\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25397456\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25397457\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25397461\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25397463\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25397464\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25397465\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25397473\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25397474\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25398942\",\r\n \"name\": \"nkpremclone6\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25398943\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25398944\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25398945\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25398946\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25398948\",\r\n \"name\": \"nkpremclone7\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25399133\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25399134\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25399303\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25399304\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25399652\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25399653\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25432785\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25432786\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25432807\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25432810\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25432812\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25432813\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25432816\",\r\n \"name\": \"nkpremclone9\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25432818\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25432819\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25432820\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25432821\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25432895\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25432900\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25433005\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25433007\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25433406\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25433408\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25435281\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25435283\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25464773\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25464774\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25464775\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25464776\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25469822\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25469823\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25469833\",\r\n \"name\": \"nksnapz\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25470578\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25470579\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25470603\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25470604\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25473089\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25473090\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25473146\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25473147\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25503026\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25503036\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25503283\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25503284\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25504483\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25504644\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25506514\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25506588\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25506629\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25506630\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25506673\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25506674\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25506805\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25506807\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25507522\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25507523\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25516447\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25516449\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25516555\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25516557\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25516717\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25516741\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25555174\",\r\n \"name\": \"ps479\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25555971\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25555973\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25555974\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25555975\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25555977\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25555978\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25557799\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25557802\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25558266\",\r\n \"name\": \"ps1495\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25558456\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25558457\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25558560\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25558561\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/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}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/deletedSites/29271483\",\r\n \"name\": \"csmws99\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29271491\",\r\n \"name\": \"csmws2341\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29271492\",\r\n \"name\": \"csmws2341\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29271498\",\r\n \"name\": \"csmws5321\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29271499\",\r\n \"name\": \"csmws5321\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29271509\",\r\n \"name\": \"csmws8907\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29271512\",\r\n \"name\": \"csmws276\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29271514\",\r\n \"name\": \"csmws9689\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29271516\",\r\n \"name\": \"csmws5547\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29271523\",\r\n \"name\": \"csmws738\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29271526\",\r\n \"name\": \"csmws1272\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29271527\",\r\n \"name\": \"csmws9592\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29271531\",\r\n \"name\": \"csmws6306\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29271532\",\r\n \"name\": \"csmws3104\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275440\",\r\n \"name\": \"csmws436\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275442\",\r\n \"name\": \"csmws8946\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275450\",\r\n \"name\": \"csmws9792\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275492\",\r\n \"name\": \"csmws7326\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275493\",\r\n \"name\": \"csmws7326\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275502\",\r\n \"name\": \"csmws6811\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275527\",\r\n \"name\": \"csmws746\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275586\",\r\n \"name\": \"csmws9045\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275608\",\r\n \"name\": \"csmws6248\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275615\",\r\n \"name\": \"csmws9621\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275616\",\r\n \"name\": \"csmws9621\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275622\",\r\n \"name\": \"csmws2859\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275623\",\r\n \"name\": \"csmws2859\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275626\",\r\n \"name\": \"csmws1175\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275627\",\r\n \"name\": \"csmws1175\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275639\",\r\n \"name\": \"csmws8740\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275641\",\r\n \"name\": \"csmws1328\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275644\",\r\n \"name\": \"csmws9988\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275645\",\r\n \"name\": \"csmws1747\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275646\",\r\n \"name\": \"csmws7557\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275648\",\r\n \"name\": \"csmws7473\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275651\",\r\n \"name\": \"csmws45\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275658\",\r\n \"name\": \"csmws4938\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275817\",\r\n \"name\": \"csmws4709\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275822\",\r\n \"name\": \"csmws9002\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275823\",\r\n \"name\": \"csmws9002\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275825\",\r\n \"name\": \"csmws9459\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275826\",\r\n \"name\": \"csmws9459\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275831\",\r\n \"name\": \"csmws8297\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275832\",\r\n \"name\": \"csmws8297\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275833\",\r\n \"name\": \"csmws4578\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275837\",\r\n \"name\": \"csmws7393\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275839\",\r\n \"name\": \"csmws9575\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275842\",\r\n \"name\": \"csmws2659\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275843\",\r\n \"name\": \"csmws7759\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275844\",\r\n \"name\": \"csmws2144\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275845\",\r\n \"name\": \"csmws4152\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275849\",\r\n \"name\": \"csmws6771\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29278431\",\r\n \"name\": \"csmws4334\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29278440\",\r\n \"name\": \"csmws128\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29278446\",\r\n \"name\": \"csmws2772\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29278448\",\r\n \"name\": \"csmws2772\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29278450\",\r\n \"name\": \"csmws9529\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29278451\",\r\n \"name\": \"csmws9529\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29278453\",\r\n \"name\": \"csmws4388\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29278454\",\r\n \"name\": \"csmws4388\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29278455\",\r\n \"name\": \"csmws7728\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29278459\",\r\n \"name\": \"csmws8473\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29278461\",\r\n \"name\": \"csmws1714\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29278463\",\r\n \"name\": \"csmws252\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29278464\",\r\n \"name\": \"csmws425\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29278467\",\r\n \"name\": \"csmws6291\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29278468\",\r\n \"name\": \"csmws9347\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29278470\",\r\n \"name\": \"csmws3790\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29278490\",\r\n \"name\": \"csmws9197\",\r\n \"type\": \"Microsoft.Web/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 \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/deletedSites/71928\",\r\n \"name\": \"webapp-quick-linuxlk3ubs\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/71929\",\r\n \"name\": \"webapp-quick-linuxmjygkp\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/72072\",\r\n \"name\": \"webapp-quick-linux3qkq2l\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/72073\",\r\n \"name\": \"webapp-quick-linux5ymtee\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/74937\",\r\n \"name\": \"webapp-quick-linuxaxrryk\",\r\n \"type\": \"Microsoft.Web/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 \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/deletedSites/29910\",\r\n \"name\": \"webapp-linux-cdis4yebdrz\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29911\",\r\n \"name\": \"webapp-remote-sshdjfhvgv4afsonesn3fqcil3\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29912\",\r\n \"name\": \"webapp-remote-debugi3ug3cff6pkilr23hvcad\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29913\",\r\n \"name\": \"webappacrtestwchjzoootpg\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29915\",\r\n \"name\": \"webapp-linuxz7hm3gbr6rz6\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/30532\",\r\n \"name\": \"webapp-linux-cdv3newjcxe\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/30533\",\r\n \"name\": \"webapp-remote-sshouya3fwqo2jclp3qkjgsosk\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/30535\",\r\n \"name\": \"webapp-remote-debughtlg5r3tjnmhf5vhadljw\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/30536\",\r\n \"name\": \"webappacrtestnjekezfkoyp\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/30537\",\r\n \"name\": \"webapp-linux5yibnbr3t4bv\",\r\n \"type\": \"Microsoft.Web/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 \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/deletedSites/675036\",\r\n \"name\": \"sdktesting1\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/675159\",\r\n \"name\": \"NetSDKTesting\",\r\n \"type\": \"Microsoft.Web/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 \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/deletedSites/652104\",\r\n \"name\": \"webapp-linuxte7tfthwlyyq\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/652158\",\r\n \"name\": \"webapp-linuxr3vfzfykyhry\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/653909\",\r\n \"name\": \"destclonemac\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/653910\",\r\n \"name\": \"webappservcab\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/680365\",\r\n \"name\": \"webapp-linux2nhapq56bmrv\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/725362\",\r\n \"name\": \"webapp-linux3nfwql4u6p4x\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/803573\",\r\n \"name\": \"ps2024\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/827147\",\r\n \"name\": \"ps4676\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/827357\",\r\n \"name\": \"ps678\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/839093\",\r\n \"name\": \"ps2000\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/913048\",\r\n \"name\": \"ps5837\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/927907\",\r\n \"name\": \"ps7902\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/928887\",\r\n \"name\": \"ps4447\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/943444\",\r\n \"name\": \"ps3159\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/950044\",\r\n \"name\": \"ps6185\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/959418\",\r\n \"name\": \"testfsappase\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1011880\",\r\n \"name\": \"ps6791\",\r\n \"type\": \"Microsoft.Web/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 \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/deletedSites/1630831\",\r\n \"name\": \"web-ssl-testwvndnfmh\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1675142\",\r\n \"name\": \"web-ssl-testsbflpv42\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1697426\",\r\n \"name\": \"11412-testing8\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1697427\",\r\n \"name\": \"11925-testing1\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1697428\",\r\n \"name\": \"11412-testing4\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1697431\",\r\n \"name\": \"11925-testing\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1697432\",\r\n \"name\": \"11412-testing3\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1697441\",\r\n \"name\": \"11412-testing6\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1697442\",\r\n \"name\": \"12509-testing\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1697443\",\r\n \"name\": \"11925-testing2\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1697446\",\r\n \"name\": \"11925-testing3\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1697448\",\r\n \"name\": \"11412-testing10\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1697449\",\r\n \"name\": \"11412-testing2\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1697451\",\r\n \"name\": \"11412-testing7\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1697619\",\r\n \"name\": \"11925-testing3\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1706131\",\r\n \"name\": \"11925-testing\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1864802\",\r\n \"name\": \"ps3075\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1872460\",\r\n \"name\": \"ps1613\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1988542\",\r\n \"name\": \"ps3979\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/2008324\",\r\n \"name\": \"ps1395\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/2029961\",\r\n \"name\": \"ps1546\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/2040614\",\r\n \"name\": \"ps7609\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/2132858\",\r\n \"name\": \"ps4624\",\r\n \"type\": \"Microsoft.Web/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 \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/deletedSites/341255\",\r\n \"name\": \"webapp-config-testyg6padshlxwrcj6uuhxgzz\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/341276\",\r\n \"name\": \"webapp-config-appsettings-testaa7sse6oba\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/341353\",\r\n \"name\": \"cli-funcapp-nwrdoga55dfl\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/341364\",\r\n \"name\": \"cli-webapp-nwrxcvkkgijcp\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/341368\",\r\n \"name\": \"cli-webapp-nwr74n22jhvnc\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/341386\",\r\n \"name\": \"cli-webapp-nwrw7gebsezqh\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/341387\",\r\n \"name\": \"cli-webapp-nwruzezq7x6k5\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/341390\",\r\n \"name\": \"cli-webapp-nwrmie3okwc2c\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/341392\",\r\n \"name\": \"cli-webapp-nwrgde6hfkdbt\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/341394\",\r\n \"name\": \"webInOtherRG\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/341402\",\r\n \"name\": \"cli-webapp-nwr6vmdnoyjuc\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/341416\",\r\n \"name\": \"webapp-quickpqlytkdnuaol\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/341433\",\r\n \"name\": \"webapp-linux-multiocxzii\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/341482\",\r\n \"name\": \"cli-webapp-nwrgaahehlo6d\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/341483\",\r\n \"name\": \"cli-webapp-nwrtym6jzzt65\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/341485\",\r\n \"name\": \"backup-webappu5ysop4ttov\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/341487\",\r\n \"name\": \"backup-webappk75wjqa4giv\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343026\",\r\n \"name\": \"webapp-config-appsettings-test3a34z64anp\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343028\",\r\n \"name\": \"webapp-config-appsettings-testcbqdjc54bk\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343034\",\r\n \"name\": \"cli-webapp-nwrj2z53ce7ke\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343035\",\r\n \"name\": \"cli-webapp-nwrh3a45fq336\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343036\",\r\n \"name\": \"cli-webapp-nwrfdv4uha7ud\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343037\",\r\n \"name\": \"cli-webapp-nwrpkwb4otowf\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343039\",\r\n \"name\": \"cli-webapp-nwrbkvv4pjeva\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343040\",\r\n \"name\": \"cli-webapp-nwro3tfioeopi\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343041\",\r\n \"name\": \"cli-webapp-nwr3waihqfg4g\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343042\",\r\n \"name\": \"cli-webapp-nwrrey6c2xcyk\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343043\",\r\n \"name\": \"webInOtherRG\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343044\",\r\n \"name\": \"cli-webapp-nwryqgppzr6kp\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343045\",\r\n \"name\": \"webapp-quickteeaolgfcqjq\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343048\",\r\n \"name\": \"webapp-linux-multiueszq6\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343049\",\r\n \"name\": \"cli-webapp-nwrfqfdmd3f6m\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343050\",\r\n \"name\": \"cli-webapp-nwrfqfdmd3f6m\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343052\",\r\n \"name\": \"backup-webappovlq4eog3pk\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343053\",\r\n \"name\": \"webapp-e2eky2e5ekrjmg3mc\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343054\",\r\n \"name\": \"webapp-win-logk5a3pgdoey\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343056\",\r\n \"name\": \"webapp-config-testyj3tusumlaj4tmue2lrtsc\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343057\",\r\n \"name\": \"web-del-testfezrimrmgyi3\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343058\",\r\n \"name\": \"webapp-quick22xe3xcqkjej\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343059\",\r\n \"name\": \"web7foafj6fhnm7lwnp2kedc\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343060\",\r\n \"name\": \"webapp-quick-cdyr4bspz2r\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343061\",\r\n \"name\": \"webapp-config-testoi6cilappuevn5suynbt4s\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343064\",\r\n \"name\": \"slot-traffic-webizlpoft6\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343065\",\r\n \"name\": \"slot-traffic-webizlpoft6\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343067\",\r\n \"name\": \"slot-test-webaosapk4hl73\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343068\",\r\n \"name\": \"slot-test-webaosapk4hl73\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343070\",\r\n \"name\": \"slot-test-webaosapk4hl73\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343071\",\r\n \"name\": \"slot-traffic-webokpd664z\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343072\",\r\n \"name\": \"slot-traffic-webokpd664z\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343076\",\r\n \"name\": \"slot-swap-webhimih7sfxlc\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343077\",\r\n \"name\": \"slot-swap-webhimih7sfxlc\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343081\",\r\n \"name\": \"delete-me-webkntrgypw6gm\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343082\",\r\n \"name\": \"web-ssl-testug3yucqp\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343083\",\r\n \"name\": \"web-ssl-testug3yucqp\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343089\",\r\n \"name\": \"webapp-update-testmn2stcodqgdv42liq7vk2f\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343090\",\r\n \"name\": \"webapp-update-testmn2stcodqgdv42liq7vk2f\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343091\",\r\n \"name\": \"web-git-test2hp6ect62qkb\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343092\",\r\n \"name\": \"webapp-update-testxdbhdnzs72ezgfzhzqjyxq\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343093\",\r\n \"name\": \"webapp-update-testxdbhdnzs72ezgfzhzqjyxq\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343094\",\r\n \"name\": \"webapp-zipDeploy-testcioxler5a654f6eah2q\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343095\",\r\n \"name\": \"webapp-create-alwaysOn-e2ef52px4h7bnlnxtehbq\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343096\",\r\n \"name\": \"webapp-linux-freez6h3ppn\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343097\",\r\n \"name\": \"webapp-hyperv-e2ewnc5av7\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343099\",\r\n \"name\": \"web-msihaahnpmneib4m\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343100\",\r\n \"name\": \"webapp-authentication-testkdk5lssotkjwuu\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343101\",\r\n \"name\": \"swiftwebappcrngn7i7oyazl\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343103\",\r\n \"name\": \"web-error2weut2jyclhxcig\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343104\",\r\n \"name\": \"hcwebappd4msx6uxhvtfdz2s\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343107\",\r\n \"name\": \"swiftwebappusjz2huppeslf\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343122\",\r\n \"name\": \"swiftwebappsfgzg7cy7ltrg\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343123\",\r\n \"name\": \"swiftwebappshezibvqxs5l2\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343125\",\r\n \"name\": \"webapp-config-testi2fgji6zzokur5dmamty5s\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343870\",\r\n \"name\": \"ps2\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/345303\",\r\n \"name\": \"cli-webapp-nwrpnkdgtky7q\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/345363\",\r\n \"name\": \"cli-webapp-nwrp4row65i6n\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/345402\",\r\n \"name\": \"cli-webapp-nwrnzhxwf743z\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/345428\",\r\n \"name\": \"cli-webapp-nwr6v3lvg7hfi\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/345478\",\r\n \"name\": \"test-functionapp-ukdil5i\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/345479\",\r\n \"name\": \"test-functionapp-efdkwgi\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/345480\",\r\n \"name\": \"test-functionapp-jgg43wr\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/345481\",\r\n \"name\": \"test-functionapp-re6imxl\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/345507\",\r\n \"name\": \"cli-funcapp-nwrlzlqe3db4\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/345509\",\r\n \"name\": \"cli-funcapp-nwr7m5qrga6h\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/345513\",\r\n \"name\": \"cli-funcapp-nwrycvp2vuhy\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356199\",\r\n \"name\": \"app43rodi45mnqp\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356282\",\r\n \"name\": \"webapp-config-appsettings-test3pyhmees5b\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356291\",\r\n \"name\": \"cli-webapp-nwrmtw5bedib2\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356293\",\r\n \"name\": \"cli-webapp-nwrhvweoayq74\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356294\",\r\n \"name\": \"cli-webapp-nwr2jjtnysvjo\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356295\",\r\n \"name\": \"cli-webapp-nwr73b2gmergh\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356296\",\r\n \"name\": \"cli-webapp-nwrzcsga45cbq\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356297\",\r\n \"name\": \"cli-webapp-nwr2lopwypbz2\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356299\",\r\n \"name\": \"cli-webapp-nwruqxxgxuqsp\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356300\",\r\n \"name\": \"webInOtherRG\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356301\",\r\n \"name\": \"cli-webapp-nwrdzcrv6mxde\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356302\",\r\n \"name\": \"cli-webapp-nwr7q46ifg7dn\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356314\",\r\n \"name\": \"webapp-quickjm6c655bwacq\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356316\",\r\n \"name\": \"webapp-linux-multizmx6h4\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356318\",\r\n \"name\": \"cli-webapp-nwri73oipy3gb\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356319\",\r\n \"name\": \"cli-webapp-nwri73oipy3gb\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356320\",\r\n \"name\": \"webapp-config-test6vjhh2zyin5sktwky5f5wv\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356321\",\r\n \"name\": \"backup-webappx2xhjw363z7\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356322\",\r\n \"name\": \"webapp-e2ewmo646z5f7y5m7\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356324\",\r\n \"name\": \"webapp-win-logrmyd244nvq\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356326\",\r\n \"name\": \"web-del-test3y7r3wlsrsaj\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356328\",\r\n \"name\": \"webapp-quick5zjxtstxo2ho\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356329\",\r\n \"name\": \"webnmhmlfkgeqzoyetpx6yhd\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356330\",\r\n \"name\": \"webapp-config-testg6rqg25yoen2lyul3llptj\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356333\",\r\n \"name\": \"webapp-config-testkzg7xj5wm55k2zgrtad5wn\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356337\",\r\n \"name\": \"slot-traffic-webhafizi7t\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356338\",\r\n \"name\": \"slot-traffic-webhafizi7t\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356339\",\r\n \"name\": \"webapp-quick-cd2dhnlkpbg\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356346\",\r\n \"name\": \"slot-traffic-webwtip3gil\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356347\",\r\n \"name\": \"slot-traffic-webwtip3gil\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356351\",\r\n \"name\": \"slot-traffic-webgqzmcn72\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356352\",\r\n \"name\": \"slot-traffic-webgqzmcn72\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356356\",\r\n \"name\": \"slot-test-webjunyusogzif\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356358\",\r\n \"name\": \"slot-test-webjunyusogzif\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356359\",\r\n \"name\": \"slot-swap-web3g6wsiz3yun\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356360\",\r\n \"name\": \"slot-swap-web3g6wsiz3yun\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356361\",\r\n \"name\": \"delete-me-webxtpotq35fjl\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356367\",\r\n \"name\": \"slot-test-webjunyusogzif\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356384\",\r\n \"name\": \"web-ssl-testjb7ndcec\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356385\",\r\n \"name\": \"web-ssl-testjb7ndcec\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356387\",\r\n \"name\": \"web-git-test2jb5n6rqgs2c\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356389\",\r\n \"name\": \"webapp-create-alwaysOn-e2euh6b5my3d4kwpdpkes\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356390\",\r\n \"name\": \"webapp-update-testdm5szrzhmvehwxkbez4kyu\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356391\",\r\n \"name\": \"webapp-update-testdm5szrzhmvehwxkbez4kyu\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356392\",\r\n \"name\": \"webapp-authentication-testcmauizhlbikx5z\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356393\",\r\n \"name\": \"webapp-zipDeploy-testgbsa7elm4xttnutqt46\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356397\",\r\n \"name\": \"webapp-linux-freeviusuju\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356400\",\r\n \"name\": \"web-msivxaansfvleb5b\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356401\",\r\n \"name\": \"webapp-hyperv-e2el6zcenq\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356403\",\r\n \"name\": \"swiftwebappvj2oj2i3itndp\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356404\",\r\n \"name\": \"swiftwebappyg6imigbz2vmp\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356405\",\r\n \"name\": \"hcwebapprszuaspp3nq5b3gs\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356407\",\r\n \"name\": \"web-errorosch6t3nxyutjz4\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356434\",\r\n \"name\": \"appubq4p3epz7p7\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/378926\",\r\n \"name\": \"webapp-config-testrep5guyvjklfo7liohjyr5\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/382304\",\r\n \"name\": \"cli-webapp-nwrogb2prmyrx\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/382307\",\r\n \"name\": \"cli-webapp-nwrkzmo5ef7ya\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/382308\",\r\n \"name\": \"cli-funcapp-nwr7iamfq4p3\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/389159\",\r\n \"name\": \"csmws7701\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/389167\",\r\n \"name\": \"csmws6611\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/389173\",\r\n \"name\": \"csmws2849\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/389206\",\r\n \"name\": \"csmws9830\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/393161\",\r\n \"name\": \"csmws705\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/393176\",\r\n \"name\": \"csmws3870\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/393178\",\r\n \"name\": \"csmws3065\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/393212\",\r\n \"name\": \"csmws1564\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/393382\",\r\n \"name\": \"csmws5928\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/393383\",\r\n \"name\": \"csmws623\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/393386\",\r\n \"name\": \"csmws806\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/393389\",\r\n \"name\": \"csmws1164\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/396092\",\r\n \"name\": \"csmws6609\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/396095\",\r\n \"name\": \"csmws4083\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/396103\",\r\n \"name\": \"csmws1437\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/396104\",\r\n \"name\": \"csmws4978\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/409281\",\r\n \"name\": \"ps8467\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/409283\",\r\n \"name\": \"ps8134\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/409717\",\r\n \"name\": \"ps3138\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/409718\",\r\n \"name\": \"ps7017\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/411992\",\r\n \"name\": \"ps4802\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/411999\",\r\n \"name\": \"ps8525\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/412022\",\r\n \"name\": \"ps4414\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/412046\",\r\n \"name\": \"ps6578\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/412050\",\r\n \"name\": \"ps5093\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/412165\",\r\n \"name\": \"ps2871\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/412166\",\r\n \"name\": \"ps85\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/412190\",\r\n \"name\": \"ps9292\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/412635\",\r\n \"name\": \"ps1346\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/412673\",\r\n \"name\": \"ps3149\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/412683\",\r\n \"name\": \"ps4081\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/412704\",\r\n \"name\": \"ps6779\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/412819\",\r\n \"name\": \"ps6905\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/414914\",\r\n \"name\": \"ps3953\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415280\",\r\n \"name\": \"ps5134\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415305\",\r\n \"name\": \"ps7144\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415306\",\r\n \"name\": \"ps7144\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415311\",\r\n \"name\": \"ps5974\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415312\",\r\n \"name\": \"ps5974\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415319\",\r\n \"name\": \"ps4398\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415320\",\r\n \"name\": \"ps4398\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415344\",\r\n \"name\": \"ps7602\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415345\",\r\n \"name\": \"ps7602\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415356\",\r\n \"name\": \"ps6883\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415357\",\r\n \"name\": \"ps6883\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415362\",\r\n \"name\": \"ps4869\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415363\",\r\n \"name\": \"ps4869\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415365\",\r\n \"name\": \"ps5140\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415366\",\r\n \"name\": \"ps5140\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415380\",\r\n \"name\": \"ps9896\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415381\",\r\n \"name\": \"ps9896\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415384\",\r\n \"name\": \"ps5563\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415385\",\r\n \"name\": \"ps5563\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415397\",\r\n \"name\": \"ps5319\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415425\",\r\n \"name\": \"ps2463\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415458\",\r\n \"name\": \"ps2314\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415459\",\r\n \"name\": \"ps2314\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415470\",\r\n \"name\": \"ps8938\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415471\",\r\n \"name\": \"ps8938\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415487\",\r\n \"name\": \"ps8179\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415488\",\r\n \"name\": \"ps8179\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415499\",\r\n \"name\": \"ps6914\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415501\",\r\n \"name\": \"ps6914\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415502\",\r\n \"name\": \"ps6914\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415516\",\r\n \"name\": \"ps1018\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415535\",\r\n \"name\": \"ps7992\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415561\",\r\n \"name\": \"ps438\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415579\",\r\n \"name\": \"ps5036\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415589\",\r\n \"name\": \"ps7993\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415600\",\r\n \"name\": \"ps3966\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415613\",\r\n \"name\": \"ps312\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415614\",\r\n \"name\": \"ps312\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415619\",\r\n \"name\": \"ps8749\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415620\",\r\n \"name\": \"ps9210\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415626\",\r\n \"name\": \"ps3753\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415630\",\r\n \"name\": \"ps8299\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415631\",\r\n \"name\": \"ps3228\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415644\",\r\n \"name\": \"ps9146\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415652\",\r\n \"name\": \"ps7955\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415667\",\r\n \"name\": \"ps9947\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415671\",\r\n \"name\": \"ps5820\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415676\",\r\n \"name\": \"ps9923\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415678\",\r\n \"name\": \"ps4147\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415683\",\r\n \"name\": \"ps5223\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415717\",\r\n \"name\": \"ps7830\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415718\",\r\n \"name\": \"ps7830\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415721\",\r\n \"name\": \"ps7830\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415723\",\r\n \"name\": \"ps3014\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415724\",\r\n \"name\": \"ps3014\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415726\",\r\n \"name\": \"ps3014\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415749\",\r\n \"name\": \"ps6683\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415761\",\r\n \"name\": \"ps6736\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415769\",\r\n \"name\": \"ps9019\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415778\",\r\n \"name\": \"ps643\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415780\",\r\n \"name\": \"ps8794\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415787\",\r\n \"name\": \"ps8800\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415970\",\r\n \"name\": \"ps123\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/416021\",\r\n \"name\": \"ps8287\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/416023\",\r\n \"name\": \"ps254\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/416030\",\r\n \"name\": \"ps5645\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/416034\",\r\n \"name\": \"ps6043\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/416045\",\r\n \"name\": \"ps8624\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/416055\",\r\n \"name\": \"ps3533\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/416056\",\r\n \"name\": \"ps485\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/416074\",\r\n \"name\": \"ps302\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/416079\",\r\n \"name\": \"ps302\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/416089\",\r\n \"name\": \"ps8016\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/416090\",\r\n \"name\": \"ps8016\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/416159\",\r\n \"name\": \"ps7465\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/416160\",\r\n \"name\": \"ps7465\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/418472\",\r\n \"name\": \"ps8640\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/418473\",\r\n \"name\": \"ps8640\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/418506\",\r\n \"name\": \"ps5978\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421188\",\r\n \"name\": \"ps8189\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421190\",\r\n \"name\": \"ps2578\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421252\",\r\n \"name\": \"ps6363\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421321\",\r\n \"name\": \"ps8688\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421322\",\r\n \"name\": \"ps8688\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421325\",\r\n \"name\": \"ps5774\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421444\",\r\n \"name\": \"ps354\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421445\",\r\n \"name\": \"ps354\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421504\",\r\n \"name\": \"ps4637\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421505\",\r\n \"name\": \"ps4637\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421612\",\r\n \"name\": \"ps8395\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421648\",\r\n \"name\": \"ps8395\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421801\",\r\n \"name\": \"ps4006\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421802\",\r\n \"name\": \"ps4006\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421808\",\r\n \"name\": \"ps3010\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421809\",\r\n \"name\": \"ps3010\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421813\",\r\n \"name\": \"ps5902\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421819\",\r\n \"name\": \"ps1541\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421826\",\r\n \"name\": \"ps2044\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421828\",\r\n \"name\": \"ps3937\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423835\",\r\n \"name\": \"ps3479\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423836\",\r\n \"name\": \"ps3479\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423839\",\r\n \"name\": \"ps297\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423840\",\r\n \"name\": \"ps297\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423841\",\r\n \"name\": \"ps7063\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423842\",\r\n \"name\": \"ps7063\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423845\",\r\n \"name\": \"ps8832\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423846\",\r\n \"name\": \"ps8832\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423852\",\r\n \"name\": \"ps7311\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423854\",\r\n \"name\": \"ps7791\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423859\",\r\n \"name\": \"ps8769\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423860\",\r\n \"name\": \"ps3262\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423861\",\r\n \"name\": \"ps7889\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423863\",\r\n \"name\": \"ps399\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423866\",\r\n \"name\": \"ps9864\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423867\",\r\n \"name\": \"ps9864\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423870\",\r\n \"name\": \"ps1654\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423871\",\r\n \"name\": \"ps2346\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423872\",\r\n \"name\": \"ps6749\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423873\",\r\n \"name\": \"ps6749\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423877\",\r\n \"name\": \"ps9481\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423878\",\r\n \"name\": \"ps9481\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423879\",\r\n \"name\": \"ps8304\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423880\",\r\n \"name\": \"ps8304\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423885\",\r\n \"name\": \"ps4175\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423886\",\r\n \"name\": \"ps4175\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423889\",\r\n \"name\": \"ps5856\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423890\",\r\n \"name\": \"ps5856\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423891\",\r\n \"name\": \"ps7041\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423892\",\r\n \"name\": \"ps7041\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423895\",\r\n \"name\": \"ps420\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423896\",\r\n \"name\": \"ps420\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423898\",\r\n \"name\": \"ps9567\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423908\",\r\n \"name\": \"ps2004\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423909\",\r\n \"name\": \"ps2004\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423913\",\r\n \"name\": \"ps377\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423914\",\r\n \"name\": \"ps377\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423918\",\r\n \"name\": \"ps2671\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423919\",\r\n \"name\": \"ps2671\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423921\",\r\n \"name\": \"ps350\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423922\",\r\n \"name\": \"ps350\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423923\",\r\n \"name\": \"ps350\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423926\",\r\n \"name\": \"ps9772\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423927\",\r\n \"name\": \"ps9772\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423928\",\r\n \"name\": \"ps7371\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423929\",\r\n \"name\": \"ps3769\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423930\",\r\n \"name\": \"ps9303\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423933\",\r\n \"name\": \"ps4627\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423935\",\r\n \"name\": \"ps2279\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423937\",\r\n \"name\": \"ps796\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423941\",\r\n \"name\": \"ps7694\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423945\",\r\n \"name\": \"ps1272\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423946\",\r\n \"name\": \"ps5587\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423959\",\r\n \"name\": \"ps7288\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423960\",\r\n \"name\": \"ps7288\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423961\",\r\n \"name\": \"ps7288\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423962\",\r\n \"name\": \"ps9384\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423963\",\r\n \"name\": \"ps9384\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423964\",\r\n \"name\": \"ps9384\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423970\",\r\n \"name\": \"ps827\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423971\",\r\n \"name\": \"ps4233\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423973\",\r\n \"name\": \"ps9936\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423976\",\r\n \"name\": \"ps7198\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423978\",\r\n \"name\": \"ps9384\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423979\",\r\n \"name\": \"ps8664\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/424012\",\r\n \"name\": \"ps8185\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428241\",\r\n \"name\": \"ps5220\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428242\",\r\n \"name\": \"ps5220\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428258\",\r\n \"name\": \"ps9980\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428259\",\r\n \"name\": \"ps9980\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428326\",\r\n \"name\": \"ps8207\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428327\",\r\n \"name\": \"ps8207\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428418\",\r\n \"name\": \"ps1253\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428593\",\r\n \"name\": \"ps3074\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428646\",\r\n \"name\": \"ps4704\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428654\",\r\n \"name\": \"ps4404\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428667\",\r\n \"name\": \"ps2251\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428668\",\r\n \"name\": \"ps9184\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428680\",\r\n \"name\": \"ps2725\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428688\",\r\n \"name\": \"ps5257\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428698\",\r\n \"name\": \"ps1966\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428701\",\r\n \"name\": \"ps7276\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428711\",\r\n \"name\": \"ps2311\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428712\",\r\n \"name\": \"ps5424\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428716\",\r\n \"name\": \"ps9139\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428722\",\r\n \"name\": \"ps4592\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428724\",\r\n \"name\": \"ps4592\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428725\",\r\n \"name\": \"ps4592\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428726\",\r\n \"name\": \"ps6630\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428727\",\r\n \"name\": \"ps6630\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428728\",\r\n \"name\": \"ps6630\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428732\",\r\n \"name\": \"ps4673\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428736\",\r\n \"name\": \"ps1932\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428737\",\r\n \"name\": \"ps2075\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428754\",\r\n \"name\": \"ps92\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428756\",\r\n \"name\": \"ps8867\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428767\",\r\n \"name\": \"ps4089\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428800\",\r\n \"name\": \"ps7190\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/429292\",\r\n \"name\": \"up-dotnetcoreappn7yeb3nn\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/431914\",\r\n \"name\": \"ps9133\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/432037\",\r\n \"name\": \"ps9940\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/432038\",\r\n \"name\": \"ps9940\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434519\",\r\n \"name\": \"ps92\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434520\",\r\n \"name\": \"ps1370\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434521\",\r\n \"name\": \"ps2669\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434522\",\r\n \"name\": \"ps9564\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434526\",\r\n \"name\": \"ps4113\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434534\",\r\n \"name\": \"ps6121\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434539\",\r\n \"name\": \"ps3295\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434544\",\r\n \"name\": \"ps2001\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434548\",\r\n \"name\": \"ps4041\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434593\",\r\n \"name\": \"ps8806\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434607\",\r\n \"name\": \"ps7787\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434608\",\r\n \"name\": \"ps7787\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434609\",\r\n \"name\": \"ps7787\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434612\",\r\n \"name\": \"ps8287\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434613\",\r\n \"name\": \"ps8287\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434614\",\r\n \"name\": \"ps8287\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434621\",\r\n \"name\": \"ps7656\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434624\",\r\n \"name\": \"ps6361\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434625\",\r\n \"name\": \"ps4189\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434634\",\r\n \"name\": \"ps3582\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434637\",\r\n \"name\": \"ps4143\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434652\",\r\n \"name\": \"ps6011\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434661\",\r\n \"name\": \"ps551\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434662\",\r\n \"name\": \"ps5612\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434667\",\r\n \"name\": \"ps571\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434668\",\r\n \"name\": \"ps571\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434670\",\r\n \"name\": \"ps6351\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434671\",\r\n \"name\": \"ps6351\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434672\",\r\n \"name\": \"ps9995\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434673\",\r\n \"name\": \"ps9995\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434679\",\r\n \"name\": \"ps5311\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434680\",\r\n \"name\": \"ps5311\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434686\",\r\n \"name\": \"ps1745\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434687\",\r\n \"name\": \"ps1745\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434689\",\r\n \"name\": \"ps7336\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434690\",\r\n \"name\": \"ps7336\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434695\",\r\n \"name\": \"ps6812\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434706\",\r\n \"name\": \"ps7497\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434707\",\r\n \"name\": \"ps7497\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434710\",\r\n \"name\": \"ps8023\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434711\",\r\n \"name\": \"ps8023\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434714\",\r\n \"name\": \"ps4973\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434715\",\r\n \"name\": \"ps4973\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434719\",\r\n \"name\": \"ps9626\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434720\",\r\n \"name\": \"ps9626\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434721\",\r\n \"name\": \"ps9626\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434773\",\r\n \"name\": \"ps6384\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434774\",\r\n \"name\": \"ps6384\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434779\",\r\n \"name\": \"ps1099\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434780\",\r\n \"name\": \"ps1099\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434784\",\r\n \"name\": \"ps3158\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434785\",\r\n \"name\": \"ps3158\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434789\",\r\n \"name\": \"ps5446\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434790\",\r\n \"name\": \"ps5446\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434808\",\r\n \"name\": \"ps75\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434815\",\r\n \"name\": \"ps8366\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434819\",\r\n \"name\": \"ps6966\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434844\",\r\n \"name\": \"ps9314\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434858\",\r\n \"name\": \"ps5109\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434863\",\r\n \"name\": \"ps3053\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434868\",\r\n \"name\": \"ps5908\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434869\",\r\n \"name\": \"ps5908\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434874\",\r\n \"name\": \"ps3500\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/435120\",\r\n \"name\": \"ps8085\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/435127\",\r\n \"name\": \"ps1879\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/436341\",\r\n \"name\": \"ps2919\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/436342\",\r\n \"name\": \"ps2919\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/436398\",\r\n \"name\": \"ps9389\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/436504\",\r\n \"name\": \"ps7181\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/436505\",\r\n \"name\": \"ps7181\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/436510\",\r\n \"name\": \"ps9301\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/436559\",\r\n \"name\": \"ps1255\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/436560\",\r\n \"name\": \"ps1255\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/436653\",\r\n \"name\": \"ps237\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/436655\",\r\n \"name\": \"ps237\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/436754\",\r\n \"name\": \"ps9592\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/436804\",\r\n \"name\": \"ps9592\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/436809\",\r\n \"name\": \"ps9405\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/436810\",\r\n \"name\": \"ps9405\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/436814\",\r\n \"name\": \"ps3697\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/436819\",\r\n \"name\": \"ps7679\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/437034\",\r\n \"name\": \"ps9496\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/437289\",\r\n \"name\": \"ps4500\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/437290\",\r\n \"name\": \"ps4500\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/444371\",\r\n \"name\": \"ps5623\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/444373\",\r\n \"name\": \"ps9379\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/444385\",\r\n \"name\": \"ps5187\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/444386\",\r\n \"name\": \"ps5187\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/444464\",\r\n \"name\": \"pscc2fb5afff\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/444466\",\r\n \"name\": \"pscc2fb5afff\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/444543\",\r\n \"name\": \"pscc2fb5afff\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/445075\",\r\n \"name\": \"ps4741\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/445077\",\r\n \"name\": \"ps4741\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/448514\",\r\n \"name\": \"ps3965\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/448515\",\r\n \"name\": \"ps3965\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/450304\",\r\n \"name\": \"ps2811\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/450309\",\r\n \"name\": \"ps8711\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/450310\",\r\n \"name\": \"ps8711\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/450337\",\r\n \"name\": \"ps9219\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/450338\",\r\n \"name\": \"ps9219\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/450380\",\r\n \"name\": \"ps7247\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/450381\",\r\n \"name\": \"ps7247\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/450427\",\r\n \"name\": \"ps2917\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/450428\",\r\n \"name\": \"ps2917\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/453931\",\r\n \"name\": \"ps8759\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/453942\",\r\n \"name\": \"ps894f00a4f2\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/453948\",\r\n \"name\": \"ps894f00a4f2\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/453957\",\r\n \"name\": \"psc7cbddeb65\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/453967\",\r\n \"name\": \"psc7cbddeb65\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/453980\",\r\n \"name\": \"psc7cbddeb65\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/453981\",\r\n \"name\": \"psc7cbddeb65\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/453990\",\r\n \"name\": \"psc7cbddeb65\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/456385\",\r\n \"name\": \"ps23e24048f3\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/456573\",\r\n \"name\": \"ps8459\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/456578\",\r\n \"name\": \"ps9542\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/456591\",\r\n \"name\": \"ps927\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/456593\",\r\n \"name\": \"ps5483\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/456633\",\r\n \"name\": \"ps590\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466209\",\r\n \"name\": \"ps8674\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466215\",\r\n \"name\": \"ps3934\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466222\",\r\n \"name\": \"ps9977\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466223\",\r\n \"name\": \"ps1794\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466238\",\r\n \"name\": \"ps7607\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466241\",\r\n \"name\": \"ps3591\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466246\",\r\n \"name\": \"ps4588\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466248\",\r\n \"name\": \"ps5564\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466251\",\r\n \"name\": \"ps6662\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466252\",\r\n \"name\": \"ps801\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466256\",\r\n \"name\": \"ps597\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466265\",\r\n \"name\": \"ps8119\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466266\",\r\n \"name\": \"ps8119\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466267\",\r\n \"name\": \"ps8119\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466268\",\r\n \"name\": \"ps3745\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466269\",\r\n \"name\": \"ps3745\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466270\",\r\n \"name\": \"ps3745\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466283\",\r\n \"name\": \"ps9157\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466288\",\r\n \"name\": \"ps9633\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466293\",\r\n \"name\": \"ps4828\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466298\",\r\n \"name\": \"ps5261\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466300\",\r\n \"name\": \"ps6945\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466302\",\r\n \"name\": \"ps784\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466310\",\r\n \"name\": \"ps319\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466312\",\r\n \"name\": \"ps1361\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466323\",\r\n \"name\": \"ps3865\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466325\",\r\n \"name\": \"ps8037\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466326\",\r\n \"name\": \"ps9487\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466329\",\r\n \"name\": \"ps9845\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466333\",\r\n \"name\": \"ps333\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466334\",\r\n \"name\": \"ps333\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466336\",\r\n \"name\": \"ps6560\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466340\",\r\n \"name\": \"ps59\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466341\",\r\n \"name\": \"ps59\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466349\",\r\n \"name\": \"ps9718\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466350\",\r\n \"name\": \"ps9718\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466351\",\r\n \"name\": \"ps3391\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466352\",\r\n \"name\": \"ps3391\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466364\",\r\n \"name\": \"ps5580\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466365\",\r\n \"name\": \"ps5580\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466366\",\r\n \"name\": \"ps9728\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466367\",\r\n \"name\": \"ps9728\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466372\",\r\n \"name\": \"ps929\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466373\",\r\n \"name\": \"ps929\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466375\",\r\n \"name\": \"ps8452\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466389\",\r\n \"name\": \"ps9919\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466390\",\r\n \"name\": \"ps9919\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466398\",\r\n \"name\": \"ps6055\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466399\",\r\n \"name\": \"ps6055\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466402\",\r\n \"name\": \"ps6156\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466404\",\r\n \"name\": \"ps6156\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466405\",\r\n \"name\": \"ps6156\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466407\",\r\n \"name\": \"ps9804\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466659\",\r\n \"name\": \"ps1801\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466674\",\r\n \"name\": \"ps3124\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466675\",\r\n \"name\": \"ps3124\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466679\",\r\n \"name\": \"ps225\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466680\",\r\n \"name\": \"ps225\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466683\",\r\n \"name\": \"ps3572\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466684\",\r\n \"name\": \"ps3572\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466690\",\r\n \"name\": \"ps4384\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466691\",\r\n \"name\": \"ps4384\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/467493\",\r\n \"name\": \"ps8034\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/467494\",\r\n \"name\": \"ps8034\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/467498\",\r\n \"name\": \"ps9290\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/467533\",\r\n \"name\": \"ps7907\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/467535\",\r\n \"name\": \"ps7907\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/467618\",\r\n \"name\": \"ps6956\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/467619\",\r\n \"name\": \"ps6956\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/467623\",\r\n \"name\": \"ps8275\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/467685\",\r\n \"name\": \"ps8275\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/467717\",\r\n \"name\": \"ps2337\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/467718\",\r\n \"name\": \"ps2337\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/467719\",\r\n \"name\": \"ps7807\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/467720\",\r\n \"name\": \"ps7807\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/467722\",\r\n \"name\": \"ps9402\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/467724\",\r\n \"name\": \"ps3632\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/467727\",\r\n \"name\": \"ps747\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/467732\",\r\n \"name\": \"ps6705\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/470965\",\r\n \"name\": \"ps5387\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/470966\",\r\n \"name\": \"ps5387\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/470967\",\r\n \"name\": \"ps6860\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/470971\",\r\n \"name\": \"ps5792\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/470972\",\r\n \"name\": \"ps5792\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/471020\",\r\n \"name\": \"ps6270\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/471021\",\r\n \"name\": \"ps6270\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/471036\",\r\n \"name\": \"ps4617\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474411\",\r\n \"name\": \"ps3571\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474420\",\r\n \"name\": \"ps6610\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474423\",\r\n \"name\": \"ps4993\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474431\",\r\n \"name\": \"ps9596\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474432\",\r\n \"name\": \"ps9957\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474435\",\r\n \"name\": \"ps6483\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474440\",\r\n \"name\": \"ps2277\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474501\",\r\n \"name\": \"ps5401\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474509\",\r\n \"name\": \"ps652\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474510\",\r\n \"name\": \"ps652\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474513\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474519\",\r\n \"name\": \"ps9263\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474528\",\r\n \"name\": \"ps2133\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474529\",\r\n \"name\": \"ps2461\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474535\",\r\n \"name\": \"ps7197\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474538\",\r\n \"name\": \"ps778\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474545\",\r\n \"name\": \"ps6910\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474549\",\r\n \"name\": \"ps1515\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474556\",\r\n \"name\": \"ps475\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474562\",\r\n \"name\": \"ps9792\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474563\",\r\n \"name\": \"ps9792\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474569\",\r\n \"name\": \"ps9316\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474575\",\r\n \"name\": \"ps6838\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474576\",\r\n \"name\": \"ps6838\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474580\",\r\n \"name\": \"ps6743\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474581\",\r\n \"name\": \"ps6743\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474584\",\r\n \"name\": \"ps3288\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474585\",\r\n \"name\": \"ps3288\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474592\",\r\n \"name\": \"ps2223\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474593\",\r\n \"name\": \"ps2223\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474603\",\r\n \"name\": \"ps3883\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474604\",\r\n \"name\": \"ps3883\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474608\",\r\n \"name\": \"ps9682\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474609\",\r\n \"name\": \"ps9682\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474610\",\r\n \"name\": \"ps5776\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474611\",\r\n \"name\": \"ps5776\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474615\",\r\n \"name\": \"ps7306\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474616\",\r\n \"name\": \"ps7306\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474618\",\r\n \"name\": \"ps9521\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474619\",\r\n \"name\": \"ps9521\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474620\",\r\n \"name\": \"ps1893\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474621\",\r\n \"name\": \"ps1893\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474623\",\r\n \"name\": \"ps4179\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474632\",\r\n \"name\": \"ps7350\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474633\",\r\n \"name\": \"ps7350\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474642\",\r\n \"name\": \"ps2880\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474643\",\r\n \"name\": \"ps2880\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474646\",\r\n \"name\": \"ps633\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474648\",\r\n \"name\": \"ps633\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474653\",\r\n \"name\": \"ps1989\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474654\",\r\n \"name\": \"ps1989\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474655\",\r\n \"name\": \"ps1989\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474658\",\r\n \"name\": \"ps4399\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474662\",\r\n \"name\": \"ps8188\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474679\",\r\n \"name\": \"ps7679\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474680\",\r\n \"name\": \"ps9633\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474687\",\r\n \"name\": \"ps1351\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474691\",\r\n \"name\": \"ps1353\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474698\",\r\n \"name\": \"ps311\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474702\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474709\",\r\n \"name\": \"ps1099\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474710\",\r\n \"name\": \"ps7623\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474719\",\r\n \"name\": \"ps245\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474740\",\r\n \"name\": \"ps4232\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474743\",\r\n \"name\": \"ps4232\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474746\",\r\n \"name\": \"ps4232\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474748\",\r\n \"name\": \"ps7213\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474749\",\r\n \"name\": \"ps7213\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474750\",\r\n \"name\": \"ps7213\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474754\",\r\n \"name\": \"ps3703\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474758\",\r\n \"name\": \"ps6499\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474763\",\r\n \"name\": \"ps2902\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474770\",\r\n \"name\": \"ps6811\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474771\",\r\n \"name\": \"ps2762\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474774\",\r\n \"name\": \"ps1678\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474776\",\r\n \"name\": \"ps4970\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474930\",\r\n \"name\": \"ps7089\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474931\",\r\n \"name\": \"ps7089\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474945\",\r\n \"name\": \"ps55\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474950\",\r\n \"name\": \"ps7117\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/477622\",\r\n \"name\": \"ps7690\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/477639\",\r\n \"name\": \"ps1091\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/477640\",\r\n \"name\": \"ps1091\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/477659\",\r\n \"name\": \"ps2546\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/477660\",\r\n \"name\": \"ps2546\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/477671\",\r\n \"name\": \"ps4234\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/477706\",\r\n \"name\": \"ps4234\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481339\",\r\n \"name\": \"ps2922\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481459\",\r\n \"name\": \"ps1504\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481460\",\r\n \"name\": \"ps1504\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481464\",\r\n \"name\": \"ps5462\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481501\",\r\n \"name\": \"ps6061\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481502\",\r\n \"name\": \"ps6061\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481545\",\r\n \"name\": \"ps7583\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481546\",\r\n \"name\": \"ps7583\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481597\",\r\n \"name\": \"ps4202\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481651\",\r\n \"name\": \"ps4202\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481905\",\r\n \"name\": \"ps7564\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481906\",\r\n \"name\": \"ps7564\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481953\",\r\n \"name\": \"ps8896\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481955\",\r\n \"name\": \"ps8896\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481963\",\r\n \"name\": \"ps6807\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481970\",\r\n \"name\": \"ps6087\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481982\",\r\n \"name\": \"ps3316\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481983\",\r\n \"name\": \"ps7276\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481998\",\r\n \"name\": \"ps5432\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481999\",\r\n \"name\": \"ps5432\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482003\",\r\n \"name\": \"ps5186\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482004\",\r\n \"name\": \"ps5186\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482010\",\r\n \"name\": \"ps9456\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482011\",\r\n \"name\": \"ps9456\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482016\",\r\n \"name\": \"ps5424\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482017\",\r\n \"name\": \"ps5424\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482024\",\r\n \"name\": \"ps3427\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482025\",\r\n \"name\": \"ps3427\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482051\",\r\n \"name\": \"ps3757\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482052\",\r\n \"name\": \"ps3757\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482053\",\r\n \"name\": \"ps934\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482054\",\r\n \"name\": \"ps934\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482064\",\r\n \"name\": \"ps8413\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482065\",\r\n \"name\": \"ps8413\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482068\",\r\n \"name\": \"ps2165\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482069\",\r\n \"name\": \"ps2165\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482073\",\r\n \"name\": \"ps9810\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482074\",\r\n \"name\": \"ps9810\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482078\",\r\n \"name\": \"ps3289\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482083\",\r\n \"name\": \"ps4520\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482084\",\r\n \"name\": \"ps4520\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482100\",\r\n \"name\": \"ps2513\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482101\",\r\n \"name\": \"ps2513\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482108\",\r\n \"name\": \"ps6950\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482109\",\r\n \"name\": \"ps6950\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482122\",\r\n \"name\": \"ps9959\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482123\",\r\n \"name\": \"ps9959\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482124\",\r\n \"name\": \"ps9959\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482137\",\r\n \"name\": \"ps5456\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482139\",\r\n \"name\": \"ps6670\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482147\",\r\n \"name\": \"ps5252\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482150\",\r\n \"name\": \"ps6469\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482175\",\r\n \"name\": \"ps7492\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482183\",\r\n \"name\": \"ps1127\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482184\",\r\n \"name\": \"ps1127\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482194\",\r\n \"name\": \"ps9136\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482226\",\r\n \"name\": \"ps9716\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482545\",\r\n \"name\": \"ps4349\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482549\",\r\n \"name\": \"ps4364\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482563\",\r\n \"name\": \"ps611\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482566\",\r\n \"name\": \"ps4541\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482587\",\r\n \"name\": \"ps2663\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482612\",\r\n \"name\": \"ps7425\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482638\",\r\n \"name\": \"ps3808\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482655\",\r\n \"name\": \"ps4687\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482692\",\r\n \"name\": \"ps6032\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482693\",\r\n \"name\": \"ps6202\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482792\",\r\n \"name\": \"ps9822\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482807\",\r\n \"name\": \"ps9048\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482850\",\r\n \"name\": \"ps7624\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482852\",\r\n \"name\": \"ps7624\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482853\",\r\n \"name\": \"ps7624\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482854\",\r\n \"name\": \"ps8299\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482855\",\r\n \"name\": \"ps8299\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482856\",\r\n \"name\": \"ps8299\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482863\",\r\n \"name\": \"ps9975\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482869\",\r\n \"name\": \"ps7300\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482871\",\r\n \"name\": \"ps7017\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482880\",\r\n \"name\": \"ps4488\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482881\",\r\n \"name\": \"ps5471\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482887\",\r\n \"name\": \"ps4145\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/485849\",\r\n \"name\": \"ps1840\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/485859\",\r\n \"name\": \"ps5160\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/485864\",\r\n \"name\": \"ps6061\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/485865\",\r\n \"name\": \"ps5552\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/485876\",\r\n \"name\": \"ps160\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/485882\",\r\n \"name\": \"ps5693\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/485888\",\r\n \"name\": \"ps6553\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/485889\",\r\n \"name\": \"ps6553\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/485909\",\r\n \"name\": \"ps7363\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/485943\",\r\n \"name\": \"ps5297\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/485944\",\r\n \"name\": \"ps5297\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/485947\",\r\n \"name\": \"ps1581\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/485948\",\r\n \"name\": \"ps1581\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/485949\",\r\n \"name\": \"ps1205\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/485950\",\r\n \"name\": \"ps1205\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/485957\",\r\n \"name\": \"ps8684\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/485958\",\r\n \"name\": \"ps8684\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486014\",\r\n \"name\": \"ps9736\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486015\",\r\n \"name\": \"ps9736\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486017\",\r\n \"name\": \"ps5759\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486018\",\r\n \"name\": \"ps5759\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486026\",\r\n \"name\": \"ps5191\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486027\",\r\n \"name\": \"ps5191\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486042\",\r\n \"name\": \"ps9448\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486043\",\r\n \"name\": \"ps9448\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486045\",\r\n \"name\": \"ps6219\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486046\",\r\n \"name\": \"ps6219\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486047\",\r\n \"name\": \"ps411\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486065\",\r\n \"name\": \"ps4791\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486066\",\r\n \"name\": \"ps4791\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486077\",\r\n \"name\": \"ps4765\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486078\",\r\n \"name\": \"ps4765\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486086\",\r\n \"name\": \"ps2103\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486087\",\r\n \"name\": \"ps2103\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486096\",\r\n \"name\": \"ps4914\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486097\",\r\n \"name\": \"ps4914\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486098\",\r\n \"name\": \"ps4914\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486135\",\r\n \"name\": \"ps8115\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486138\",\r\n \"name\": \"ps8115\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486153\",\r\n \"name\": \"ps2432\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486157\",\r\n \"name\": \"ps2529\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486202\",\r\n \"name\": \"ps205\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486203\",\r\n \"name\": \"ps5553\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486219\",\r\n \"name\": \"ps3355\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486223\",\r\n \"name\": \"ps2508\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486249\",\r\n \"name\": \"ps451\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486266\",\r\n \"name\": \"ps4600\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486298\",\r\n \"name\": \"ps5030\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486299\",\r\n \"name\": \"ps1287\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486311\",\r\n \"name\": \"ps1939\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486339\",\r\n \"name\": \"ps512\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486340\",\r\n \"name\": \"ps512\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486341\",\r\n \"name\": \"ps512\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486342\",\r\n \"name\": \"ps8786\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486343\",\r\n \"name\": \"ps8786\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486344\",\r\n \"name\": \"ps8786\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486353\",\r\n \"name\": \"ps2152\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486362\",\r\n \"name\": \"ps275\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486364\",\r\n \"name\": \"ps351\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486377\",\r\n \"name\": \"ps974\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486379\",\r\n \"name\": \"ps6303\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486388\",\r\n \"name\": \"ps6126\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/487919\",\r\n \"name\": \"ps593\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/488143\",\r\n \"name\": \"ps3421\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/488144\",\r\n \"name\": \"ps3421\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/488147\",\r\n \"name\": \"ps30\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/488195\",\r\n \"name\": \"ps3595\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/488196\",\r\n \"name\": \"ps3595\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/488239\",\r\n \"name\": \"ps8983\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/488241\",\r\n \"name\": \"ps8983\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/488303\",\r\n \"name\": \"ps9262\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/488331\",\r\n \"name\": \"ps9262\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/488402\",\r\n \"name\": \"ps4976\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/488403\",\r\n \"name\": \"ps4976\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/488407\",\r\n \"name\": \"ps883\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/488408\",\r\n \"name\": \"ps883\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/488410\",\r\n \"name\": \"ps1246\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/488426\",\r\n \"name\": \"ps6128\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/488432\",\r\n \"name\": \"ps7383\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/488437\",\r\n \"name\": \"ps8203\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/491917\",\r\n \"name\": \"ps233\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/491927\",\r\n \"name\": \"ps5248\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/491930\",\r\n \"name\": \"ps5197\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/515996\",\r\n \"name\": \"ps3182\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516176\",\r\n \"name\": \"ps126\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516192\",\r\n \"name\": \"ps2481\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516204\",\r\n \"name\": \"ps9218\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516213\",\r\n \"name\": \"ps6978\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516230\",\r\n \"name\": \"ps4309\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516242\",\r\n \"name\": \"ps5264\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516317\",\r\n \"name\": \"ps8214\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516328\",\r\n \"name\": \"ps9878\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516333\",\r\n \"name\": \"ps3454\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516342\",\r\n \"name\": \"ps1737\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516358\",\r\n \"name\": \"ps4182\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516359\",\r\n \"name\": \"ps3473\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516362\",\r\n \"name\": \"ps8669\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516367\",\r\n \"name\": \"ps2644\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516381\",\r\n \"name\": \"ps5780\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516382\",\r\n \"name\": \"ps1646\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516393\",\r\n \"name\": \"ps1323\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516394\",\r\n \"name\": \"ps1214\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516395\",\r\n \"name\": \"ps5525\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516401\",\r\n \"name\": \"ps1489\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516406\",\r\n \"name\": \"ps6997\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516407\",\r\n \"name\": \"ps6997\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516416\",\r\n \"name\": \"ps9666\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516421\",\r\n \"name\": \"ps8818\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516426\",\r\n \"name\": \"ps9140\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516433\",\r\n \"name\": \"ps1891\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516457\",\r\n \"name\": \"ps8963\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516459\",\r\n \"name\": \"ps6881\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516461\",\r\n \"name\": \"ps2662\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516470\",\r\n \"name\": \"ps6338\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516471\",\r\n \"name\": \"ps6338\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516472\",\r\n \"name\": \"ps6338\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516473\",\r\n \"name\": \"ps7414\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516474\",\r\n \"name\": \"ps7414\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516475\",\r\n \"name\": \"ps7414\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516479\",\r\n \"name\": \"ps548\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516483\",\r\n \"name\": \"ps396\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516677\",\r\n \"name\": \"ps3349\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/523258\",\r\n \"name\": \"ps9893\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/523406\",\r\n \"name\": \"ps7992\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/523407\",\r\n \"name\": \"ps4060\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/534088\",\r\n \"name\": \"ps8730\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/534091\",\r\n \"name\": \"ps8730\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/534130\",\r\n \"name\": \"ps46f6aaf3c2\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/534131\",\r\n \"name\": \"ps46f6aaf3c2\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/534151\",\r\n \"name\": \"ps26a3b7d35b\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/534157\",\r\n \"name\": \"ps71090969b5\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/534160\",\r\n \"name\": \"ps71090969b5\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/534161\",\r\n \"name\": \"ps71090969b5\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/534179\",\r\n \"name\": \"ps71090969b5\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/536692\",\r\n \"name\": \"psa5449efaa3\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/536694\",\r\n \"name\": \"psa5449efaa3\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/536702\",\r\n \"name\": \"ps1b4d5465f1\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/536703\",\r\n \"name\": \"ps1b4d5465f1\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/536715\",\r\n \"name\": \"ps1b4d5465f1\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/536743\",\r\n \"name\": \"ps803188f167\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/536862\",\r\n \"name\": \"ps2701\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/536863\",\r\n \"name\": \"ps2701\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/536866\",\r\n \"name\": \"ps3719\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/536867\",\r\n \"name\": \"ps3719\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/536896\",\r\n \"name\": \"ps7342\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/536898\",\r\n \"name\": \"ps7342\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/536906\",\r\n \"name\": \"ps2896\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/536907\",\r\n \"name\": \"ps2896\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/551093\",\r\n \"name\": \"ps9361\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/551097\",\r\n \"name\": \"ps9361\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/551102\",\r\n \"name\": \"ps3776\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/551104\",\r\n \"name\": \"ps3776\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/551340\",\r\n \"name\": \"ps3420\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/551341\",\r\n \"name\": \"ps3420\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/551356\",\r\n \"name\": \"ps7548\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/551357\",\r\n \"name\": \"ps7548\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/551746\",\r\n \"name\": \"ps6677\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/551833\",\r\n \"name\": \"ps6677\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/554333\",\r\n \"name\": \"psbeaafb7221\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/554334\",\r\n \"name\": \"psbeaafb7221\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/554503\",\r\n \"name\": \"psc30dd895d0\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/554504\",\r\n \"name\": \"psc30dd895d0\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/554546\",\r\n \"name\": \"ps6869\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/554547\",\r\n \"name\": \"ps6869\",\r\n \"type\": \"Microsoft.Web/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 \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/deletedSites/703350\",\r\n \"name\": \"clonetest345\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/881436\",\r\n \"name\": \"13257-testing1\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/881437\",\r\n \"name\": \"git13257-testing1\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/881438\",\r\n \"name\": \"testing020\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1008753\",\r\n \"name\": \"testedp12\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1008754\",\r\n \"name\": \"testfsapp1704\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1008853\",\r\n \"name\": \"testapppr123\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1128953\",\r\n \"name\": \"11862-testing2W\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1128955\",\r\n \"name\": \"11862-testing1W\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1128982\",\r\n \"name\": \"11862-testing1W\",\r\n \"type\": \"Microsoft.Web/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 \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/deletedSites/145401\",\r\n \"name\": \"webapp-linux-multi2smxiy\",\r\n \"type\": \"Microsoft.Web/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 145401,\r\n \"deletedTimestamp\": \"2020-03-28T10:40:58.1873443\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgjjd7v6yptxkyfoqsssnfa2rrcj5miti2hgpchryx7ahosxgmdvurtb3k6asnqp3xj\",\r\n \"webSpace\": \"clitest.rgjjd7v6yptxkyfoqsssnfa2rrcj5miti2hgpchryx7ahosxgmdvurtb3k6asnqp3xj-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-041\",\r\n \"deletedSiteName\": \"webapp-linux-multi2smxiy\",\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/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/deletedSites/145402\",\r\n \"name\": \"webapp-linux-multi2smxiy\",\r\n \"type\": \"Microsoft.Web/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 145402,\r\n \"deletedTimestamp\": \"2020-03-28T10:40:58.5467191\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgjjd7v6yptxkyfoqsssnfa2rrcj5miti2hgpchryx7ahosxgmdvurtb3k6asnqp3xj\",\r\n \"webSpace\": \"clitest.rgjjd7v6yptxkyfoqsssnfa2rrcj5miti2hgpchryx7ahosxgmdvurtb3k6asnqp3xj-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-041\",\r\n \"deletedSiteName\": \"webapp-linux-multi2smxiy\",\r\n \"slot\": \"stage\",\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/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/deletedSites/150944\",\r\n \"name\": \"webapp-linux-multiqvmyjd\",\r\n \"type\": \"Microsoft.Web/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 150944,\r\n \"deletedTimestamp\": \"2020-04-03T06:43:34.3683908\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgkb5czgvu55w5wohocbq6lkdm4un3zthtcw3zbktnzzvhunijxm7am35ufta3htd6j\",\r\n \"webSpace\": \"clitest.rgkb5czgvu55w5wohocbq6lkdm4un3zthtcw3zbktnzzvhunijxm7am35ufta3htd6j-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-041\",\r\n \"deletedSiteName\": \"webapp-linux-multiqvmyjd\",\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/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/deletedSites/150945\",\r\n \"name\": \"webapp-linux-multiqvmyjd\",\r\n \"type\": \"Microsoft.Web/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 150945,\r\n \"deletedTimestamp\": \"2020-04-03T06:43:34.7746631\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgkb5czgvu55w5wohocbq6lkdm4un3zthtcw3zbktnzzvhunijxm7am35ufta3htd6j\",\r\n \"webSpace\": \"clitest.rgkb5czgvu55w5wohocbq6lkdm4un3zthtcw3zbktnzzvhunijxm7am35ufta3htd6j-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-041\",\r\n \"deletedSiteName\": \"webapp-linux-multiqvmyjd\",\r\n \"slot\": \"stage\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/deletedSites?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/deletedSites?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "484ea53a-9b90-4f87-a63d-953ed3a045bd" + "ffcf7444-ac2f-49a7-b4a0-18fa170ff5c3" ], "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" ] }, @@ -9787,23 +10661,51 @@ "no-cache" ], "x-ms-original-request-ids": [ - "e33d1158-0a9b-408d-86d7-836eb4757b72", - "d7de91b2-7473-4fd7-8f1f-f8e2d9b9fec6", - "e9e0613b-568a-49a2-852a-7aeef4cf9e42", - "cd3f1a47-7e9f-4c5d-970f-75af15b9ae61", - "a91b3094-27ee-42d4-bc50-89b798bc63c4" + "2d241d31-7c75-4c36-8310-5e2e56feec7b", + "2ddca862-eaf4-40ea-9823-9c8f677d8608", + "fda1e5bc-542d-44a2-8b0b-813850f07e14", + "c8a22b6b-abc5-4f63-96da-d632a79abf87", + "31b41f4f-6447-4015-a61a-e87f980e470d", + "215285b8-0dda-4f3e-9c49-2d3573a0a027", + "18f0066e-492f-4c3c-88f0-7accb72591a0", + "e2ab2fc7-a28d-4fa6-9bd3-5eab0e300690", + "8b9f6d6a-b0a7-4b94-a1c7-4fcba07d14a7", + "ab6f12de-3073-4e3c-bb5e-e7230e601780", + "87475c09-941b-4eeb-b3ae-6b014608474c", + "eaf297a4-b2e1-4ca4-a7a5-46f6b5464d26", + "d0a8ec2d-5376-4be3-ac6a-1bbf9028057f", + "92323410-139e-40da-9cc5-d648da7da17d", + "b6ce81d6-6362-4b00-9135-5f4aba39e825", + "edd78f52-5aee-4c36-a406-3b11b15e5219", + "2d78920a-147f-407a-a17a-64c6d19bde5f", + "b626872b-c169-4108-a7e9-1db3110ada12", + "58a2e68d-6373-479e-8c32-f78717ebe827", + "d96003f7-59d1-4cd5-901b-a461c2e0c540", + "6a02fc30-230c-473e-84cb-0ddc368b1b2a", + "05bd67e8-867e-459a-adc9-d013e73062e0", + "6c65d694-bd61-47f6-9560-56b568654196", + "fc36316f-fd0b-4def-805c-a967c6157c4c", + "09c03e99-f844-47c8-ae43-60a6c82d519b", + "922606fa-1d6e-4c3f-adb9-2b6ca2887611", + "e43d573c-3467-4f32-8787-8ec8b942d3d8", + "5a82a793-0d6f-49f8-a29f-e5cbb15a136b", + "071d2783-e7bc-4adb-a27d-beca385fef2a", + "d956562c-1090-4d3c-a06b-4380432f232c", + "8c294e13-f153-4d48-bdff-f0650c1cd979", + "3f20268c-81cd-4f45-8a73-819f04fe8c4f", + "5d39b174-9b57-462d-84ee-5c50a1c6a44e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11996" ], "x-ms-request-id": [ - "67330a26-0cfe-4a6b-82ca-93aa10302f9f" + "3865cfc8-3bef-46eb-8953-08def28bea1d" ], "x-ms-correlation-request-id": [ - "67330a26-0cfe-4a6b-82ca-93aa10302f9f" + "3865cfc8-3bef-46eb-8953-08def28bea1d" ], "x-ms-routing-request-id": [ - "WESTUS:20190624T234628Z:67330a26-0cfe-4a6b-82ca-93aa10302f9f" + "WESTINDIA:20200624T105706Z:3865cfc8-3bef-46eb-8953-08def28bea1d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9812,7 +10714,7 @@ "nosniff" ], "Date": [ - "Mon, 24 Jun 2019 23:46:27 GMT" + "Wed, 24 Jun 2020 10:57:05 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -9821,35 +10723,35 @@ "-1" ], "Content-Length": [ - "103034" + "555393" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/deletedSites/23272583\",\r\n \"name\": \"ps1231\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23272616\",\r\n \"name\": \"ps8495\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23425305\",\r\n \"name\": \"nkprem\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23587174\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23587175\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23587330\",\r\n \"name\": \"windowscontainerupdemo1\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23587331\",\r\n \"name\": \"containup1\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23587479\",\r\n \"name\": \"ps6296\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23587520\",\r\n \"name\": \"ps2607\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23587538\",\r\n \"name\": \"ps3325\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23587592\",\r\n \"name\": \"ps3194\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23587642\",\r\n \"name\": \"ps3622\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23587669\",\r\n \"name\": \"ps8875\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23616649\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23616650\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23616726\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23616727\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23617385\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23617386\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23617797\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23617798\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23618165\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23618168\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23618728\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23804769\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23804770\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23816970\",\r\n \"name\": \"nksnapshottarget\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23950334\",\r\n \"name\": \"DRSite20190419020219\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24301106\",\r\n \"name\": \"danielsgottago\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24349074\",\r\n \"name\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24492938\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24492940\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24492976\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24492977\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24493281\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24493282\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24493383\",\r\n \"name\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24493388\",\r\n \"name\": \"yes39839\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24493391\",\r\n \"name\": \"up3838382\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24493398\",\r\n \"name\": \"up383838\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24493402\",\r\n \"name\": \"MyDemoApp28383\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24519452\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24519453\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24519609\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24519610\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24520009\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24520010\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24520142\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24520217\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24524703\",\r\n \"name\": \"csmws583\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24524755\",\r\n \"name\": \"csmws9727\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24524766\",\r\n \"name\": \"csmws703\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24524774\",\r\n \"name\": \"csmws9127\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24524909\",\r\n \"name\": \"csmws7748\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24524977\",\r\n \"name\": \"csmws1362\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24524981\",\r\n \"name\": \"csmws3193\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24525002\",\r\n \"name\": \"csmws5073\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24525005\",\r\n \"name\": \"csmws9678\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24525015\",\r\n \"name\": \"csmws9698\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24525024\",\r\n \"name\": \"csmws8938\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24525025\",\r\n \"name\": \"csmws2711\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24525030\",\r\n \"name\": \"csmws5896\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24525053\",\r\n \"name\": \"csmws1690\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24525076\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24525094\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24525116\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24525117\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24525149\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24525150\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24989724\",\r\n \"name\": \"tryme393201\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24991304\",\r\n \"name\": \"t383829\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24992438\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25029963\",\r\n \"name\": \"up9402013\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25029964\",\r\n \"name\": \"Restored123456\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25029965\",\r\n \"name\": \"up28392014\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25029966\",\r\n \"name\": \"r38293r\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25029967\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25185054\",\r\n \"name\": \"delete-me-webobjgmybwnyj\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25249006\",\r\n \"name\": \"delete-me-weba3bnshg6azi\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25250468\",\r\n \"name\": \"ps5372\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25250469\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25255625\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25255626\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25256069\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25256071\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25256786\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25256789\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25352044\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25352045\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25352243\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25352245\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25352823\",\r\n \"name\": \"ps6039\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25353883\",\r\n \"name\": \"ps559\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25354792\",\r\n \"name\": \"ps3880\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25357007\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25357036\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25357259\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25357277\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25357418\",\r\n \"name\": \"nicniwdfowidjf\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25358593\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25358594\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25358623\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25359448\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25395768\",\r\n \"name\": \"clicontainerupdemo2019\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25395769\",\r\n \"name\": \"clicontainerupdemo20192\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25395786\",\r\n \"name\": \"cuptest10101\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25397446\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25397447\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25397448\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25397449\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25397454\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25397455\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25397456\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25397457\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25397461\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25397463\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25397464\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25397465\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25397473\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25397474\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25398942\",\r\n \"name\": \"nkpremclone6\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25398943\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25398944\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25398945\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25398946\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25398948\",\r\n \"name\": \"nkpremclone7\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25399133\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25399134\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25399303\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25399304\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25399652\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25399653\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25432785\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25432786\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25432807\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25432810\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25432812\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25432813\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25432816\",\r\n \"name\": \"nkpremclone9\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25432818\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25432819\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25432820\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25432821\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25432895\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25432900\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25433005\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25433007\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25433406\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25433408\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25435281\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25435283\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25464773\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25464774\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25464775\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25464776\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25469822\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25469823\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25469833\",\r\n \"name\": \"nksnapz\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25470578\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25470579\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25470603\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25470604\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25473089\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25473090\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25473146\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25473147\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25503026\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25503036\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25503283\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25503284\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25504483\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25504644\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25506514\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25506588\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25506629\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25506630\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25506673\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25506674\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25506805\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25506807\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25507522\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25507523\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25516447\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25516449\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25516555\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25516557\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25516717\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25516741\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25555174\",\r\n \"name\": \"ps479\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25555971\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25555973\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25555974\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25555975\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25555977\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25555978\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25557799\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25557802\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25558266\",\r\n \"name\": \"ps1495\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25558456\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25558457\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25558560\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25558561\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/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}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/deletedSites/29271483\",\r\n \"name\": \"csmws99\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29271491\",\r\n \"name\": \"csmws2341\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29271492\",\r\n \"name\": \"csmws2341\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29271498\",\r\n \"name\": \"csmws5321\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29271499\",\r\n \"name\": \"csmws5321\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29271509\",\r\n \"name\": \"csmws8907\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29271512\",\r\n \"name\": \"csmws276\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29271514\",\r\n \"name\": \"csmws9689\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29271516\",\r\n \"name\": \"csmws5547\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29271523\",\r\n \"name\": \"csmws738\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29271526\",\r\n \"name\": \"csmws1272\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29271527\",\r\n \"name\": \"csmws9592\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29271531\",\r\n \"name\": \"csmws6306\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29271532\",\r\n \"name\": \"csmws3104\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275440\",\r\n \"name\": \"csmws436\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275442\",\r\n \"name\": \"csmws8946\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275450\",\r\n \"name\": \"csmws9792\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275492\",\r\n \"name\": \"csmws7326\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275493\",\r\n \"name\": \"csmws7326\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275502\",\r\n \"name\": \"csmws6811\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275527\",\r\n \"name\": \"csmws746\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275586\",\r\n \"name\": \"csmws9045\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275608\",\r\n \"name\": \"csmws6248\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275615\",\r\n \"name\": \"csmws9621\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275616\",\r\n \"name\": \"csmws9621\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275622\",\r\n \"name\": \"csmws2859\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275623\",\r\n \"name\": \"csmws2859\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275626\",\r\n \"name\": \"csmws1175\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275627\",\r\n \"name\": \"csmws1175\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275639\",\r\n \"name\": \"csmws8740\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275641\",\r\n \"name\": \"csmws1328\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275644\",\r\n \"name\": \"csmws9988\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275645\",\r\n \"name\": \"csmws1747\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275646\",\r\n \"name\": \"csmws7557\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275648\",\r\n \"name\": \"csmws7473\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275651\",\r\n \"name\": \"csmws45\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275658\",\r\n \"name\": \"csmws4938\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275817\",\r\n \"name\": \"csmws4709\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275822\",\r\n \"name\": \"csmws9002\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275823\",\r\n \"name\": \"csmws9002\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275825\",\r\n \"name\": \"csmws9459\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275826\",\r\n \"name\": \"csmws9459\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275831\",\r\n \"name\": \"csmws8297\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275832\",\r\n \"name\": \"csmws8297\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275833\",\r\n \"name\": \"csmws4578\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275837\",\r\n \"name\": \"csmws7393\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275839\",\r\n \"name\": \"csmws9575\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275842\",\r\n \"name\": \"csmws2659\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275843\",\r\n \"name\": \"csmws7759\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275844\",\r\n \"name\": \"csmws2144\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275845\",\r\n \"name\": \"csmws4152\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275849\",\r\n \"name\": \"csmws6771\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29278431\",\r\n \"name\": \"csmws4334\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29278440\",\r\n \"name\": \"csmws128\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29278446\",\r\n \"name\": \"csmws2772\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29278448\",\r\n \"name\": \"csmws2772\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29278450\",\r\n \"name\": \"csmws9529\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29278451\",\r\n \"name\": \"csmws9529\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29278453\",\r\n \"name\": \"csmws4388\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29278454\",\r\n \"name\": \"csmws4388\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29278455\",\r\n \"name\": \"csmws7728\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29278459\",\r\n \"name\": \"csmws8473\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29278461\",\r\n \"name\": \"csmws1714\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29278463\",\r\n \"name\": \"csmws252\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29278464\",\r\n \"name\": \"csmws425\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29278467\",\r\n \"name\": \"csmws6291\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29278468\",\r\n \"name\": \"csmws9347\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29278470\",\r\n \"name\": \"csmws3790\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29278490\",\r\n \"name\": \"csmws9197\",\r\n \"type\": \"Microsoft.Web/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 \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/deletedSites/71928\",\r\n \"name\": \"webapp-quick-linuxlk3ubs\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/71929\",\r\n \"name\": \"webapp-quick-linuxmjygkp\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/72072\",\r\n \"name\": \"webapp-quick-linux3qkq2l\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/72073\",\r\n \"name\": \"webapp-quick-linux5ymtee\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/74937\",\r\n \"name\": \"webapp-quick-linuxaxrryk\",\r\n \"type\": \"Microsoft.Web/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 \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/deletedSites/29910\",\r\n \"name\": \"webapp-linux-cdis4yebdrz\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29911\",\r\n \"name\": \"webapp-remote-sshdjfhvgv4afsonesn3fqcil3\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29912\",\r\n \"name\": \"webapp-remote-debugi3ug3cff6pkilr23hvcad\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29913\",\r\n \"name\": \"webappacrtestwchjzoootpg\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29915\",\r\n \"name\": \"webapp-linuxz7hm3gbr6rz6\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/30532\",\r\n \"name\": \"webapp-linux-cdv3newjcxe\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/30533\",\r\n \"name\": \"webapp-remote-sshouya3fwqo2jclp3qkjgsosk\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/30535\",\r\n \"name\": \"webapp-remote-debughtlg5r3tjnmhf5vhadljw\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/30536\",\r\n \"name\": \"webappacrtestnjekezfkoyp\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/30537\",\r\n \"name\": \"webapp-linux5yibnbr3t4bv\",\r\n \"type\": \"Microsoft.Web/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 \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/deletedSites/675036\",\r\n \"name\": \"sdktesting1\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/675159\",\r\n \"name\": \"NetSDKTesting\",\r\n \"type\": \"Microsoft.Web/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 \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/deletedSites/652104\",\r\n \"name\": \"webapp-linuxte7tfthwlyyq\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/652158\",\r\n \"name\": \"webapp-linuxr3vfzfykyhry\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/653909\",\r\n \"name\": \"destclonemac\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/653910\",\r\n \"name\": \"webappservcab\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/680365\",\r\n \"name\": \"webapp-linux2nhapq56bmrv\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/725362\",\r\n \"name\": \"webapp-linux3nfwql4u6p4x\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/803573\",\r\n \"name\": \"ps2024\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/827147\",\r\n \"name\": \"ps4676\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/827357\",\r\n \"name\": \"ps678\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/839093\",\r\n \"name\": \"ps2000\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/913048\",\r\n \"name\": \"ps5837\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/927907\",\r\n \"name\": \"ps7902\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/928887\",\r\n \"name\": \"ps4447\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/943444\",\r\n \"name\": \"ps3159\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/950044\",\r\n \"name\": \"ps6185\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/959418\",\r\n \"name\": \"testfsappase\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1011880\",\r\n \"name\": \"ps6791\",\r\n \"type\": \"Microsoft.Web/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 \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/deletedSites/1630831\",\r\n \"name\": \"web-ssl-testwvndnfmh\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1675142\",\r\n \"name\": \"web-ssl-testsbflpv42\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1697426\",\r\n \"name\": \"11412-testing8\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1697427\",\r\n \"name\": \"11925-testing1\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1697428\",\r\n \"name\": \"11412-testing4\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1697431\",\r\n \"name\": \"11925-testing\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1697432\",\r\n \"name\": \"11412-testing3\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1697441\",\r\n \"name\": \"11412-testing6\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1697442\",\r\n \"name\": \"12509-testing\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1697443\",\r\n \"name\": \"11925-testing2\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1697446\",\r\n \"name\": \"11925-testing3\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1697448\",\r\n \"name\": \"11412-testing10\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1697449\",\r\n \"name\": \"11412-testing2\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1697451\",\r\n \"name\": \"11412-testing7\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1697619\",\r\n \"name\": \"11925-testing3\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1706131\",\r\n \"name\": \"11925-testing\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1864802\",\r\n \"name\": \"ps3075\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1872460\",\r\n \"name\": \"ps1613\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1988542\",\r\n \"name\": \"ps3979\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/2008324\",\r\n \"name\": \"ps1395\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/2029961\",\r\n \"name\": \"ps1546\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/2040614\",\r\n \"name\": \"ps7609\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/2132858\",\r\n \"name\": \"ps4624\",\r\n \"type\": \"Microsoft.Web/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 \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/deletedSites/341255\",\r\n \"name\": \"webapp-config-testyg6padshlxwrcj6uuhxgzz\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/341276\",\r\n \"name\": \"webapp-config-appsettings-testaa7sse6oba\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/341353\",\r\n \"name\": \"cli-funcapp-nwrdoga55dfl\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/341364\",\r\n \"name\": \"cli-webapp-nwrxcvkkgijcp\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/341368\",\r\n \"name\": \"cli-webapp-nwr74n22jhvnc\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/341386\",\r\n \"name\": \"cli-webapp-nwrw7gebsezqh\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/341387\",\r\n \"name\": \"cli-webapp-nwruzezq7x6k5\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/341390\",\r\n \"name\": \"cli-webapp-nwrmie3okwc2c\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/341392\",\r\n \"name\": \"cli-webapp-nwrgde6hfkdbt\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/341394\",\r\n \"name\": \"webInOtherRG\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/341402\",\r\n \"name\": \"cli-webapp-nwr6vmdnoyjuc\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/341416\",\r\n \"name\": \"webapp-quickpqlytkdnuaol\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/341433\",\r\n \"name\": \"webapp-linux-multiocxzii\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/341482\",\r\n \"name\": \"cli-webapp-nwrgaahehlo6d\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/341483\",\r\n \"name\": \"cli-webapp-nwrtym6jzzt65\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/341485\",\r\n \"name\": \"backup-webappu5ysop4ttov\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/341487\",\r\n \"name\": \"backup-webappk75wjqa4giv\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343026\",\r\n \"name\": \"webapp-config-appsettings-test3a34z64anp\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343028\",\r\n \"name\": \"webapp-config-appsettings-testcbqdjc54bk\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343034\",\r\n \"name\": \"cli-webapp-nwrj2z53ce7ke\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343035\",\r\n \"name\": \"cli-webapp-nwrh3a45fq336\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343036\",\r\n \"name\": \"cli-webapp-nwrfdv4uha7ud\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343037\",\r\n \"name\": \"cli-webapp-nwrpkwb4otowf\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343039\",\r\n \"name\": \"cli-webapp-nwrbkvv4pjeva\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343040\",\r\n \"name\": \"cli-webapp-nwro3tfioeopi\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343041\",\r\n \"name\": \"cli-webapp-nwr3waihqfg4g\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343042\",\r\n \"name\": \"cli-webapp-nwrrey6c2xcyk\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343043\",\r\n \"name\": \"webInOtherRG\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343044\",\r\n \"name\": \"cli-webapp-nwryqgppzr6kp\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343045\",\r\n \"name\": \"webapp-quickteeaolgfcqjq\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343048\",\r\n \"name\": \"webapp-linux-multiueszq6\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343049\",\r\n \"name\": \"cli-webapp-nwrfqfdmd3f6m\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343050\",\r\n \"name\": \"cli-webapp-nwrfqfdmd3f6m\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343052\",\r\n \"name\": \"backup-webappovlq4eog3pk\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343053\",\r\n \"name\": \"webapp-e2eky2e5ekrjmg3mc\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343054\",\r\n \"name\": \"webapp-win-logk5a3pgdoey\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343056\",\r\n \"name\": \"webapp-config-testyj3tusumlaj4tmue2lrtsc\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343057\",\r\n \"name\": \"web-del-testfezrimrmgyi3\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343058\",\r\n \"name\": \"webapp-quick22xe3xcqkjej\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343059\",\r\n \"name\": \"web7foafj6fhnm7lwnp2kedc\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343060\",\r\n \"name\": \"webapp-quick-cdyr4bspz2r\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343061\",\r\n \"name\": \"webapp-config-testoi6cilappuevn5suynbt4s\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343064\",\r\n \"name\": \"slot-traffic-webizlpoft6\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343065\",\r\n \"name\": \"slot-traffic-webizlpoft6\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343067\",\r\n \"name\": \"slot-test-webaosapk4hl73\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343068\",\r\n \"name\": \"slot-test-webaosapk4hl73\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343070\",\r\n \"name\": \"slot-test-webaosapk4hl73\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343071\",\r\n \"name\": \"slot-traffic-webokpd664z\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343072\",\r\n \"name\": \"slot-traffic-webokpd664z\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343076\",\r\n \"name\": \"slot-swap-webhimih7sfxlc\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343077\",\r\n \"name\": \"slot-swap-webhimih7sfxlc\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343081\",\r\n \"name\": \"delete-me-webkntrgypw6gm\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343082\",\r\n \"name\": \"web-ssl-testug3yucqp\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343083\",\r\n \"name\": \"web-ssl-testug3yucqp\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343089\",\r\n \"name\": \"webapp-update-testmn2stcodqgdv42liq7vk2f\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343090\",\r\n \"name\": \"webapp-update-testmn2stcodqgdv42liq7vk2f\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343091\",\r\n \"name\": \"web-git-test2hp6ect62qkb\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343092\",\r\n \"name\": \"webapp-update-testxdbhdnzs72ezgfzhzqjyxq\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343093\",\r\n \"name\": \"webapp-update-testxdbhdnzs72ezgfzhzqjyxq\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343094\",\r\n \"name\": \"webapp-zipDeploy-testcioxler5a654f6eah2q\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343095\",\r\n \"name\": \"webapp-create-alwaysOn-e2ef52px4h7bnlnxtehbq\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343096\",\r\n \"name\": \"webapp-linux-freez6h3ppn\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343097\",\r\n \"name\": \"webapp-hyperv-e2ewnc5av7\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343099\",\r\n \"name\": \"web-msihaahnpmneib4m\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343100\",\r\n \"name\": \"webapp-authentication-testkdk5lssotkjwuu\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343101\",\r\n \"name\": \"swiftwebappcrngn7i7oyazl\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343103\",\r\n \"name\": \"web-error2weut2jyclhxcig\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343104\",\r\n \"name\": \"hcwebappd4msx6uxhvtfdz2s\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343107\",\r\n \"name\": \"swiftwebappusjz2huppeslf\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343122\",\r\n \"name\": \"swiftwebappsfgzg7cy7ltrg\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343123\",\r\n \"name\": \"swiftwebappshezibvqxs5l2\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343125\",\r\n \"name\": \"webapp-config-testi2fgji6zzokur5dmamty5s\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343870\",\r\n \"name\": \"ps2\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/345303\",\r\n \"name\": \"cli-webapp-nwrpnkdgtky7q\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/345363\",\r\n \"name\": \"cli-webapp-nwrp4row65i6n\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/345402\",\r\n \"name\": \"cli-webapp-nwrnzhxwf743z\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/345428\",\r\n \"name\": \"cli-webapp-nwr6v3lvg7hfi\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/345478\",\r\n \"name\": \"test-functionapp-ukdil5i\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/345479\",\r\n \"name\": \"test-functionapp-efdkwgi\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/345480\",\r\n \"name\": \"test-functionapp-jgg43wr\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/345481\",\r\n \"name\": \"test-functionapp-re6imxl\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/345507\",\r\n \"name\": \"cli-funcapp-nwrlzlqe3db4\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/345509\",\r\n \"name\": \"cli-funcapp-nwr7m5qrga6h\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/345513\",\r\n \"name\": \"cli-funcapp-nwrycvp2vuhy\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356199\",\r\n \"name\": \"app43rodi45mnqp\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356282\",\r\n \"name\": \"webapp-config-appsettings-test3pyhmees5b\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356291\",\r\n \"name\": \"cli-webapp-nwrmtw5bedib2\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356293\",\r\n \"name\": \"cli-webapp-nwrhvweoayq74\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356294\",\r\n \"name\": \"cli-webapp-nwr2jjtnysvjo\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356295\",\r\n \"name\": \"cli-webapp-nwr73b2gmergh\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356296\",\r\n \"name\": \"cli-webapp-nwrzcsga45cbq\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356297\",\r\n \"name\": \"cli-webapp-nwr2lopwypbz2\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356299\",\r\n \"name\": \"cli-webapp-nwruqxxgxuqsp\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356300\",\r\n \"name\": \"webInOtherRG\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356301\",\r\n \"name\": \"cli-webapp-nwrdzcrv6mxde\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356302\",\r\n \"name\": \"cli-webapp-nwr7q46ifg7dn\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356314\",\r\n \"name\": \"webapp-quickjm6c655bwacq\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356316\",\r\n \"name\": \"webapp-linux-multizmx6h4\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356318\",\r\n \"name\": \"cli-webapp-nwri73oipy3gb\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356319\",\r\n \"name\": \"cli-webapp-nwri73oipy3gb\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356320\",\r\n \"name\": \"webapp-config-test6vjhh2zyin5sktwky5f5wv\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356321\",\r\n \"name\": \"backup-webappx2xhjw363z7\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356322\",\r\n \"name\": \"webapp-e2ewmo646z5f7y5m7\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356324\",\r\n \"name\": \"webapp-win-logrmyd244nvq\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356326\",\r\n \"name\": \"web-del-test3y7r3wlsrsaj\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356328\",\r\n \"name\": \"webapp-quick5zjxtstxo2ho\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356329\",\r\n \"name\": \"webnmhmlfkgeqzoyetpx6yhd\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356330\",\r\n \"name\": \"webapp-config-testg6rqg25yoen2lyul3llptj\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356333\",\r\n \"name\": \"webapp-config-testkzg7xj5wm55k2zgrtad5wn\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356337\",\r\n \"name\": \"slot-traffic-webhafizi7t\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356338\",\r\n \"name\": \"slot-traffic-webhafizi7t\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356339\",\r\n \"name\": \"webapp-quick-cd2dhnlkpbg\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356346\",\r\n \"name\": \"slot-traffic-webwtip3gil\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356347\",\r\n \"name\": \"slot-traffic-webwtip3gil\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356351\",\r\n \"name\": \"slot-traffic-webgqzmcn72\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356352\",\r\n \"name\": \"slot-traffic-webgqzmcn72\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356356\",\r\n \"name\": \"slot-test-webjunyusogzif\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356358\",\r\n \"name\": \"slot-test-webjunyusogzif\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356359\",\r\n \"name\": \"slot-swap-web3g6wsiz3yun\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356360\",\r\n \"name\": \"slot-swap-web3g6wsiz3yun\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356361\",\r\n \"name\": \"delete-me-webxtpotq35fjl\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356367\",\r\n \"name\": \"slot-test-webjunyusogzif\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356384\",\r\n \"name\": \"web-ssl-testjb7ndcec\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356385\",\r\n \"name\": \"web-ssl-testjb7ndcec\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356387\",\r\n \"name\": \"web-git-test2jb5n6rqgs2c\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356389\",\r\n \"name\": \"webapp-create-alwaysOn-e2euh6b5my3d4kwpdpkes\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356390\",\r\n \"name\": \"webapp-update-testdm5szrzhmvehwxkbez4kyu\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356391\",\r\n \"name\": \"webapp-update-testdm5szrzhmvehwxkbez4kyu\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356392\",\r\n \"name\": \"webapp-authentication-testcmauizhlbikx5z\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356393\",\r\n \"name\": \"webapp-zipDeploy-testgbsa7elm4xttnutqt46\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356397\",\r\n \"name\": \"webapp-linux-freeviusuju\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356400\",\r\n \"name\": \"web-msivxaansfvleb5b\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356401\",\r\n \"name\": \"webapp-hyperv-e2el6zcenq\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356403\",\r\n \"name\": \"swiftwebappvj2oj2i3itndp\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356404\",\r\n \"name\": \"swiftwebappyg6imigbz2vmp\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356405\",\r\n \"name\": \"hcwebapprszuaspp3nq5b3gs\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356407\",\r\n \"name\": \"web-errorosch6t3nxyutjz4\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356434\",\r\n \"name\": \"appubq4p3epz7p7\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/378926\",\r\n \"name\": \"webapp-config-testrep5guyvjklfo7liohjyr5\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/382304\",\r\n \"name\": \"cli-webapp-nwrogb2prmyrx\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/382307\",\r\n \"name\": \"cli-webapp-nwrkzmo5ef7ya\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/382308\",\r\n \"name\": \"cli-funcapp-nwr7iamfq4p3\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/389159\",\r\n \"name\": \"csmws7701\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/389167\",\r\n \"name\": \"csmws6611\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/389173\",\r\n \"name\": \"csmws2849\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/389206\",\r\n \"name\": \"csmws9830\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/393161\",\r\n \"name\": \"csmws705\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/393176\",\r\n \"name\": \"csmws3870\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/393178\",\r\n \"name\": \"csmws3065\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/393212\",\r\n \"name\": \"csmws1564\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/393382\",\r\n \"name\": \"csmws5928\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/393383\",\r\n \"name\": \"csmws623\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/393386\",\r\n \"name\": \"csmws806\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/393389\",\r\n \"name\": \"csmws1164\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/396092\",\r\n \"name\": \"csmws6609\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/396095\",\r\n \"name\": \"csmws4083\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/396103\",\r\n \"name\": \"csmws1437\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/396104\",\r\n \"name\": \"csmws4978\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/409281\",\r\n \"name\": \"ps8467\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/409283\",\r\n \"name\": \"ps8134\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/409717\",\r\n \"name\": \"ps3138\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/409718\",\r\n \"name\": \"ps7017\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/411992\",\r\n \"name\": \"ps4802\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/411999\",\r\n \"name\": \"ps8525\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/412022\",\r\n \"name\": \"ps4414\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/412046\",\r\n \"name\": \"ps6578\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/412050\",\r\n \"name\": \"ps5093\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/412165\",\r\n \"name\": \"ps2871\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/412166\",\r\n \"name\": \"ps85\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/412190\",\r\n \"name\": \"ps9292\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/412635\",\r\n \"name\": \"ps1346\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/412673\",\r\n \"name\": \"ps3149\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/412683\",\r\n \"name\": \"ps4081\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/412704\",\r\n \"name\": \"ps6779\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/412819\",\r\n \"name\": \"ps6905\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/414914\",\r\n \"name\": \"ps3953\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415280\",\r\n \"name\": \"ps5134\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415305\",\r\n \"name\": \"ps7144\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415306\",\r\n \"name\": \"ps7144\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415311\",\r\n \"name\": \"ps5974\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415312\",\r\n \"name\": \"ps5974\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415319\",\r\n \"name\": \"ps4398\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415320\",\r\n \"name\": \"ps4398\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415344\",\r\n \"name\": \"ps7602\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415345\",\r\n \"name\": \"ps7602\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415356\",\r\n \"name\": \"ps6883\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415357\",\r\n \"name\": \"ps6883\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415362\",\r\n \"name\": \"ps4869\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415363\",\r\n \"name\": \"ps4869\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415365\",\r\n \"name\": \"ps5140\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415366\",\r\n \"name\": \"ps5140\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415380\",\r\n \"name\": \"ps9896\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415381\",\r\n \"name\": \"ps9896\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415384\",\r\n \"name\": \"ps5563\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415385\",\r\n \"name\": \"ps5563\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415397\",\r\n \"name\": \"ps5319\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415425\",\r\n \"name\": \"ps2463\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415458\",\r\n \"name\": \"ps2314\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415459\",\r\n \"name\": \"ps2314\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415470\",\r\n \"name\": \"ps8938\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415471\",\r\n \"name\": \"ps8938\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415487\",\r\n \"name\": \"ps8179\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415488\",\r\n \"name\": \"ps8179\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415499\",\r\n \"name\": \"ps6914\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415501\",\r\n \"name\": \"ps6914\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415502\",\r\n \"name\": \"ps6914\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415516\",\r\n \"name\": \"ps1018\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415535\",\r\n \"name\": \"ps7992\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415561\",\r\n \"name\": \"ps438\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415579\",\r\n \"name\": \"ps5036\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415589\",\r\n \"name\": \"ps7993\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415600\",\r\n \"name\": \"ps3966\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415613\",\r\n \"name\": \"ps312\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415614\",\r\n \"name\": \"ps312\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415619\",\r\n \"name\": \"ps8749\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415620\",\r\n \"name\": \"ps9210\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415626\",\r\n \"name\": \"ps3753\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415630\",\r\n \"name\": \"ps8299\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415631\",\r\n \"name\": \"ps3228\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415644\",\r\n \"name\": \"ps9146\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415652\",\r\n \"name\": \"ps7955\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415667\",\r\n \"name\": \"ps9947\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415671\",\r\n \"name\": \"ps5820\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415676\",\r\n \"name\": \"ps9923\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415678\",\r\n \"name\": \"ps4147\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415683\",\r\n \"name\": \"ps5223\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415717\",\r\n \"name\": \"ps7830\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415718\",\r\n \"name\": \"ps7830\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415721\",\r\n \"name\": \"ps7830\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415723\",\r\n \"name\": \"ps3014\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415724\",\r\n \"name\": \"ps3014\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415726\",\r\n \"name\": \"ps3014\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415749\",\r\n \"name\": \"ps6683\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415761\",\r\n \"name\": \"ps6736\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415769\",\r\n \"name\": \"ps9019\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415778\",\r\n \"name\": \"ps643\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415780\",\r\n \"name\": \"ps8794\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415787\",\r\n \"name\": \"ps8800\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415970\",\r\n \"name\": \"ps123\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/416021\",\r\n \"name\": \"ps8287\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/416023\",\r\n \"name\": \"ps254\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/416030\",\r\n \"name\": \"ps5645\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/416034\",\r\n \"name\": \"ps6043\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/416045\",\r\n \"name\": \"ps8624\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/416055\",\r\n \"name\": \"ps3533\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/416056\",\r\n \"name\": \"ps485\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/416074\",\r\n \"name\": \"ps302\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/416079\",\r\n \"name\": \"ps302\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/416089\",\r\n \"name\": \"ps8016\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/416090\",\r\n \"name\": \"ps8016\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/416159\",\r\n \"name\": \"ps7465\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/416160\",\r\n \"name\": \"ps7465\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/418472\",\r\n \"name\": \"ps8640\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/418473\",\r\n \"name\": \"ps8640\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/418506\",\r\n \"name\": \"ps5978\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421188\",\r\n \"name\": \"ps8189\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421190\",\r\n \"name\": \"ps2578\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421252\",\r\n \"name\": \"ps6363\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421321\",\r\n \"name\": \"ps8688\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421322\",\r\n \"name\": \"ps8688\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421325\",\r\n \"name\": \"ps5774\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421444\",\r\n \"name\": \"ps354\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421445\",\r\n \"name\": \"ps354\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421504\",\r\n \"name\": \"ps4637\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421505\",\r\n \"name\": \"ps4637\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421612\",\r\n \"name\": \"ps8395\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421648\",\r\n \"name\": \"ps8395\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421801\",\r\n \"name\": \"ps4006\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421802\",\r\n \"name\": \"ps4006\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421808\",\r\n \"name\": \"ps3010\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421809\",\r\n \"name\": \"ps3010\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421813\",\r\n \"name\": \"ps5902\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421819\",\r\n \"name\": \"ps1541\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421826\",\r\n \"name\": \"ps2044\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421828\",\r\n \"name\": \"ps3937\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423835\",\r\n \"name\": \"ps3479\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423836\",\r\n \"name\": \"ps3479\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423839\",\r\n \"name\": \"ps297\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423840\",\r\n \"name\": \"ps297\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423841\",\r\n \"name\": \"ps7063\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423842\",\r\n \"name\": \"ps7063\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423845\",\r\n \"name\": \"ps8832\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423846\",\r\n \"name\": \"ps8832\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423852\",\r\n \"name\": \"ps7311\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423854\",\r\n \"name\": \"ps7791\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423859\",\r\n \"name\": \"ps8769\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423860\",\r\n \"name\": \"ps3262\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423861\",\r\n \"name\": \"ps7889\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423863\",\r\n \"name\": \"ps399\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423866\",\r\n \"name\": \"ps9864\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423867\",\r\n \"name\": \"ps9864\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423870\",\r\n \"name\": \"ps1654\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423871\",\r\n \"name\": \"ps2346\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423872\",\r\n \"name\": \"ps6749\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423873\",\r\n \"name\": \"ps6749\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423877\",\r\n \"name\": \"ps9481\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423878\",\r\n \"name\": \"ps9481\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423879\",\r\n \"name\": \"ps8304\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423880\",\r\n \"name\": \"ps8304\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423885\",\r\n \"name\": \"ps4175\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423886\",\r\n \"name\": \"ps4175\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423889\",\r\n \"name\": \"ps5856\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423890\",\r\n \"name\": \"ps5856\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423891\",\r\n \"name\": \"ps7041\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423892\",\r\n \"name\": \"ps7041\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423895\",\r\n \"name\": \"ps420\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423896\",\r\n \"name\": \"ps420\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423898\",\r\n \"name\": \"ps9567\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423908\",\r\n \"name\": \"ps2004\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423909\",\r\n \"name\": \"ps2004\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423913\",\r\n \"name\": \"ps377\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423914\",\r\n \"name\": \"ps377\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423918\",\r\n \"name\": \"ps2671\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423919\",\r\n \"name\": \"ps2671\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423921\",\r\n \"name\": \"ps350\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423922\",\r\n \"name\": \"ps350\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423923\",\r\n \"name\": \"ps350\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423926\",\r\n \"name\": \"ps9772\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423927\",\r\n \"name\": \"ps9772\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423928\",\r\n \"name\": \"ps7371\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423929\",\r\n \"name\": \"ps3769\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423930\",\r\n \"name\": \"ps9303\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423933\",\r\n \"name\": \"ps4627\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423935\",\r\n \"name\": \"ps2279\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423937\",\r\n \"name\": \"ps796\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423941\",\r\n \"name\": \"ps7694\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423945\",\r\n \"name\": \"ps1272\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423946\",\r\n \"name\": \"ps5587\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423959\",\r\n \"name\": \"ps7288\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423960\",\r\n \"name\": \"ps7288\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423961\",\r\n \"name\": \"ps7288\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423962\",\r\n \"name\": \"ps9384\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423963\",\r\n \"name\": \"ps9384\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423964\",\r\n \"name\": \"ps9384\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423970\",\r\n \"name\": \"ps827\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423971\",\r\n \"name\": \"ps4233\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423973\",\r\n \"name\": \"ps9936\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423976\",\r\n \"name\": \"ps7198\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423978\",\r\n \"name\": \"ps9384\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423979\",\r\n \"name\": \"ps8664\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/424012\",\r\n \"name\": \"ps8185\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428241\",\r\n \"name\": \"ps5220\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428242\",\r\n \"name\": \"ps5220\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428258\",\r\n \"name\": \"ps9980\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428259\",\r\n \"name\": \"ps9980\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428326\",\r\n \"name\": \"ps8207\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428327\",\r\n \"name\": \"ps8207\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428418\",\r\n \"name\": \"ps1253\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428593\",\r\n \"name\": \"ps3074\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428646\",\r\n \"name\": \"ps4704\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428654\",\r\n \"name\": \"ps4404\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428667\",\r\n \"name\": \"ps2251\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428668\",\r\n \"name\": \"ps9184\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428680\",\r\n \"name\": \"ps2725\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428688\",\r\n \"name\": \"ps5257\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428698\",\r\n \"name\": \"ps1966\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428701\",\r\n \"name\": \"ps7276\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428711\",\r\n \"name\": \"ps2311\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428712\",\r\n \"name\": \"ps5424\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428716\",\r\n \"name\": \"ps9139\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428722\",\r\n \"name\": \"ps4592\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428724\",\r\n \"name\": \"ps4592\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428725\",\r\n \"name\": \"ps4592\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428726\",\r\n \"name\": \"ps6630\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428727\",\r\n \"name\": \"ps6630\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428728\",\r\n \"name\": \"ps6630\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428732\",\r\n \"name\": \"ps4673\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428736\",\r\n \"name\": \"ps1932\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428737\",\r\n \"name\": \"ps2075\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428754\",\r\n \"name\": \"ps92\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428756\",\r\n \"name\": \"ps8867\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428767\",\r\n \"name\": \"ps4089\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428800\",\r\n \"name\": \"ps7190\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/429292\",\r\n \"name\": \"up-dotnetcoreappn7yeb3nn\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/431914\",\r\n \"name\": \"ps9133\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/432037\",\r\n \"name\": \"ps9940\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/432038\",\r\n \"name\": \"ps9940\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434519\",\r\n \"name\": \"ps92\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434520\",\r\n \"name\": \"ps1370\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434521\",\r\n \"name\": \"ps2669\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434522\",\r\n \"name\": \"ps9564\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434526\",\r\n \"name\": \"ps4113\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434534\",\r\n \"name\": \"ps6121\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434539\",\r\n \"name\": \"ps3295\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434544\",\r\n \"name\": \"ps2001\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434548\",\r\n \"name\": \"ps4041\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434593\",\r\n \"name\": \"ps8806\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434607\",\r\n \"name\": \"ps7787\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434608\",\r\n \"name\": \"ps7787\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434609\",\r\n \"name\": \"ps7787\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434612\",\r\n \"name\": \"ps8287\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434613\",\r\n \"name\": \"ps8287\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434614\",\r\n \"name\": \"ps8287\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434621\",\r\n \"name\": \"ps7656\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434624\",\r\n \"name\": \"ps6361\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434625\",\r\n \"name\": \"ps4189\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434634\",\r\n \"name\": \"ps3582\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434637\",\r\n \"name\": \"ps4143\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434652\",\r\n \"name\": \"ps6011\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434661\",\r\n \"name\": \"ps551\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434662\",\r\n \"name\": \"ps5612\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434667\",\r\n \"name\": \"ps571\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434668\",\r\n \"name\": \"ps571\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434670\",\r\n \"name\": \"ps6351\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434671\",\r\n \"name\": \"ps6351\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434672\",\r\n \"name\": \"ps9995\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434673\",\r\n \"name\": \"ps9995\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434679\",\r\n \"name\": \"ps5311\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434680\",\r\n \"name\": \"ps5311\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434686\",\r\n \"name\": \"ps1745\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434687\",\r\n \"name\": \"ps1745\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434689\",\r\n \"name\": \"ps7336\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434690\",\r\n \"name\": \"ps7336\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434695\",\r\n \"name\": \"ps6812\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434706\",\r\n \"name\": \"ps7497\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434707\",\r\n \"name\": \"ps7497\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434710\",\r\n \"name\": \"ps8023\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434711\",\r\n \"name\": \"ps8023\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434714\",\r\n \"name\": \"ps4973\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434715\",\r\n \"name\": \"ps4973\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434719\",\r\n \"name\": \"ps9626\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434720\",\r\n \"name\": \"ps9626\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434721\",\r\n \"name\": \"ps9626\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434773\",\r\n \"name\": \"ps6384\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434774\",\r\n \"name\": \"ps6384\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434779\",\r\n \"name\": \"ps1099\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434780\",\r\n \"name\": \"ps1099\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434784\",\r\n \"name\": \"ps3158\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434785\",\r\n \"name\": \"ps3158\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434789\",\r\n \"name\": \"ps5446\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434790\",\r\n \"name\": \"ps5446\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434808\",\r\n \"name\": \"ps75\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434815\",\r\n \"name\": \"ps8366\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434819\",\r\n \"name\": \"ps6966\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434844\",\r\n \"name\": \"ps9314\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434858\",\r\n \"name\": \"ps5109\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434863\",\r\n \"name\": \"ps3053\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434868\",\r\n \"name\": \"ps5908\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434869\",\r\n \"name\": \"ps5908\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434874\",\r\n \"name\": \"ps3500\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/435120\",\r\n \"name\": \"ps8085\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/435127\",\r\n \"name\": \"ps1879\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/436341\",\r\n \"name\": \"ps2919\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/436342\",\r\n \"name\": \"ps2919\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/436398\",\r\n \"name\": \"ps9389\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/436504\",\r\n \"name\": \"ps7181\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/436505\",\r\n \"name\": \"ps7181\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/436510\",\r\n \"name\": \"ps9301\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/436559\",\r\n \"name\": \"ps1255\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/436560\",\r\n \"name\": \"ps1255\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/436653\",\r\n \"name\": \"ps237\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/436655\",\r\n \"name\": \"ps237\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/436754\",\r\n \"name\": \"ps9592\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/436804\",\r\n \"name\": \"ps9592\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/436809\",\r\n \"name\": \"ps9405\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/436810\",\r\n \"name\": \"ps9405\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/436814\",\r\n \"name\": \"ps3697\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/436819\",\r\n \"name\": \"ps7679\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/437034\",\r\n \"name\": \"ps9496\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/437289\",\r\n \"name\": \"ps4500\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/437290\",\r\n \"name\": \"ps4500\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/444371\",\r\n \"name\": \"ps5623\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/444373\",\r\n \"name\": \"ps9379\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/444385\",\r\n \"name\": \"ps5187\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/444386\",\r\n \"name\": \"ps5187\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/444464\",\r\n \"name\": \"pscc2fb5afff\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/444466\",\r\n \"name\": \"pscc2fb5afff\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/444543\",\r\n \"name\": \"pscc2fb5afff\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/445075\",\r\n \"name\": \"ps4741\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/445077\",\r\n \"name\": \"ps4741\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/448514\",\r\n \"name\": \"ps3965\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/448515\",\r\n \"name\": \"ps3965\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/450304\",\r\n \"name\": \"ps2811\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/450309\",\r\n \"name\": \"ps8711\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/450310\",\r\n \"name\": \"ps8711\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/450337\",\r\n \"name\": \"ps9219\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/450338\",\r\n \"name\": \"ps9219\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/450380\",\r\n \"name\": \"ps7247\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/450381\",\r\n \"name\": \"ps7247\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/450427\",\r\n \"name\": \"ps2917\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/450428\",\r\n \"name\": \"ps2917\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/453931\",\r\n \"name\": \"ps8759\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/453942\",\r\n \"name\": \"ps894f00a4f2\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/453948\",\r\n \"name\": \"ps894f00a4f2\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/453957\",\r\n \"name\": \"psc7cbddeb65\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/453967\",\r\n \"name\": \"psc7cbddeb65\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/453980\",\r\n \"name\": \"psc7cbddeb65\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/453981\",\r\n \"name\": \"psc7cbddeb65\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/453990\",\r\n \"name\": \"psc7cbddeb65\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/456385\",\r\n \"name\": \"ps23e24048f3\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/456573\",\r\n \"name\": \"ps8459\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/456578\",\r\n \"name\": \"ps9542\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/456591\",\r\n \"name\": \"ps927\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/456593\",\r\n \"name\": \"ps5483\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/456633\",\r\n \"name\": \"ps590\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466209\",\r\n \"name\": \"ps8674\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466215\",\r\n \"name\": \"ps3934\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466222\",\r\n \"name\": \"ps9977\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466223\",\r\n \"name\": \"ps1794\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466238\",\r\n \"name\": \"ps7607\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466241\",\r\n \"name\": \"ps3591\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466246\",\r\n \"name\": \"ps4588\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466248\",\r\n \"name\": \"ps5564\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466251\",\r\n \"name\": \"ps6662\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466252\",\r\n \"name\": \"ps801\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466256\",\r\n \"name\": \"ps597\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466265\",\r\n \"name\": \"ps8119\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466266\",\r\n \"name\": \"ps8119\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466267\",\r\n \"name\": \"ps8119\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466268\",\r\n \"name\": \"ps3745\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466269\",\r\n \"name\": \"ps3745\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466270\",\r\n \"name\": \"ps3745\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466283\",\r\n \"name\": \"ps9157\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466288\",\r\n \"name\": \"ps9633\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466293\",\r\n \"name\": \"ps4828\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466298\",\r\n \"name\": \"ps5261\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466300\",\r\n \"name\": \"ps6945\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466302\",\r\n \"name\": \"ps784\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466310\",\r\n \"name\": \"ps319\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466312\",\r\n \"name\": \"ps1361\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466323\",\r\n \"name\": \"ps3865\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466325\",\r\n \"name\": \"ps8037\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466326\",\r\n \"name\": \"ps9487\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466329\",\r\n \"name\": \"ps9845\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466333\",\r\n \"name\": \"ps333\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466334\",\r\n \"name\": \"ps333\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466336\",\r\n \"name\": \"ps6560\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466340\",\r\n \"name\": \"ps59\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466341\",\r\n \"name\": \"ps59\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466349\",\r\n \"name\": \"ps9718\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466350\",\r\n \"name\": \"ps9718\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466351\",\r\n \"name\": \"ps3391\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466352\",\r\n \"name\": \"ps3391\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466364\",\r\n \"name\": \"ps5580\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466365\",\r\n \"name\": \"ps5580\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466366\",\r\n \"name\": \"ps9728\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466367\",\r\n \"name\": \"ps9728\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466372\",\r\n \"name\": \"ps929\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466373\",\r\n \"name\": \"ps929\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466375\",\r\n \"name\": \"ps8452\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466389\",\r\n \"name\": \"ps9919\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466390\",\r\n \"name\": \"ps9919\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466398\",\r\n \"name\": \"ps6055\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466399\",\r\n \"name\": \"ps6055\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466402\",\r\n \"name\": \"ps6156\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466404\",\r\n \"name\": \"ps6156\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466405\",\r\n \"name\": \"ps6156\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466407\",\r\n \"name\": \"ps9804\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466659\",\r\n \"name\": \"ps1801\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466674\",\r\n \"name\": \"ps3124\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466675\",\r\n \"name\": \"ps3124\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466679\",\r\n \"name\": \"ps225\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466680\",\r\n \"name\": \"ps225\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466683\",\r\n \"name\": \"ps3572\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466684\",\r\n \"name\": \"ps3572\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466690\",\r\n \"name\": \"ps4384\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466691\",\r\n \"name\": \"ps4384\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/467493\",\r\n \"name\": \"ps8034\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/467494\",\r\n \"name\": \"ps8034\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/467498\",\r\n \"name\": \"ps9290\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/467533\",\r\n \"name\": \"ps7907\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/467535\",\r\n \"name\": \"ps7907\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/467618\",\r\n \"name\": \"ps6956\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/467619\",\r\n \"name\": \"ps6956\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/467623\",\r\n \"name\": \"ps8275\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/467685\",\r\n \"name\": \"ps8275\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/467717\",\r\n \"name\": \"ps2337\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/467718\",\r\n \"name\": \"ps2337\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/467719\",\r\n \"name\": \"ps7807\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/467720\",\r\n \"name\": \"ps7807\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/467722\",\r\n \"name\": \"ps9402\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/467724\",\r\n \"name\": \"ps3632\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/467727\",\r\n \"name\": \"ps747\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/467732\",\r\n \"name\": \"ps6705\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/470965\",\r\n \"name\": \"ps5387\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/470966\",\r\n \"name\": \"ps5387\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/470967\",\r\n \"name\": \"ps6860\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/470971\",\r\n \"name\": \"ps5792\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/470972\",\r\n \"name\": \"ps5792\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/471020\",\r\n \"name\": \"ps6270\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/471021\",\r\n \"name\": \"ps6270\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/471036\",\r\n \"name\": \"ps4617\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474411\",\r\n \"name\": \"ps3571\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474420\",\r\n \"name\": \"ps6610\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474423\",\r\n \"name\": \"ps4993\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474431\",\r\n \"name\": \"ps9596\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474432\",\r\n \"name\": \"ps9957\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474435\",\r\n \"name\": \"ps6483\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474440\",\r\n \"name\": \"ps2277\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474501\",\r\n \"name\": \"ps5401\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474509\",\r\n \"name\": \"ps652\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474510\",\r\n \"name\": \"ps652\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474513\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474519\",\r\n \"name\": \"ps9263\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474528\",\r\n \"name\": \"ps2133\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474529\",\r\n \"name\": \"ps2461\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474535\",\r\n \"name\": \"ps7197\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474538\",\r\n \"name\": \"ps778\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474545\",\r\n \"name\": \"ps6910\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474549\",\r\n \"name\": \"ps1515\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474556\",\r\n \"name\": \"ps475\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474562\",\r\n \"name\": \"ps9792\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474563\",\r\n \"name\": \"ps9792\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474569\",\r\n \"name\": \"ps9316\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474575\",\r\n \"name\": \"ps6838\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474576\",\r\n \"name\": \"ps6838\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474580\",\r\n \"name\": \"ps6743\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474581\",\r\n \"name\": \"ps6743\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474584\",\r\n \"name\": \"ps3288\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474585\",\r\n \"name\": \"ps3288\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474592\",\r\n \"name\": \"ps2223\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474593\",\r\n \"name\": \"ps2223\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474603\",\r\n \"name\": \"ps3883\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474604\",\r\n \"name\": \"ps3883\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474608\",\r\n \"name\": \"ps9682\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474609\",\r\n \"name\": \"ps9682\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474610\",\r\n \"name\": \"ps5776\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474611\",\r\n \"name\": \"ps5776\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474615\",\r\n \"name\": \"ps7306\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474616\",\r\n \"name\": \"ps7306\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474618\",\r\n \"name\": \"ps9521\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474619\",\r\n \"name\": \"ps9521\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474620\",\r\n \"name\": \"ps1893\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474621\",\r\n \"name\": \"ps1893\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474623\",\r\n \"name\": \"ps4179\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474632\",\r\n \"name\": \"ps7350\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474633\",\r\n \"name\": \"ps7350\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474642\",\r\n \"name\": \"ps2880\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474643\",\r\n \"name\": \"ps2880\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474646\",\r\n \"name\": \"ps633\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474648\",\r\n \"name\": \"ps633\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474653\",\r\n \"name\": \"ps1989\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474654\",\r\n \"name\": \"ps1989\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474655\",\r\n \"name\": \"ps1989\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474658\",\r\n \"name\": \"ps4399\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474662\",\r\n \"name\": \"ps8188\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474679\",\r\n \"name\": \"ps7679\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474680\",\r\n \"name\": \"ps9633\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474687\",\r\n \"name\": \"ps1351\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474691\",\r\n \"name\": \"ps1353\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474698\",\r\n \"name\": \"ps311\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474702\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474709\",\r\n \"name\": \"ps1099\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474710\",\r\n \"name\": \"ps7623\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474719\",\r\n \"name\": \"ps245\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474740\",\r\n \"name\": \"ps4232\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474743\",\r\n \"name\": \"ps4232\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474746\",\r\n \"name\": \"ps4232\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474748\",\r\n \"name\": \"ps7213\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474749\",\r\n \"name\": \"ps7213\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474750\",\r\n \"name\": \"ps7213\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474754\",\r\n \"name\": \"ps3703\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474758\",\r\n \"name\": \"ps6499\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474763\",\r\n \"name\": \"ps2902\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474770\",\r\n \"name\": \"ps6811\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474771\",\r\n \"name\": \"ps2762\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474774\",\r\n \"name\": \"ps1678\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474776\",\r\n \"name\": \"ps4970\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474930\",\r\n \"name\": \"ps7089\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474931\",\r\n \"name\": \"ps7089\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474945\",\r\n \"name\": \"ps55\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474950\",\r\n \"name\": \"ps7117\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/477622\",\r\n \"name\": \"ps7690\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/477639\",\r\n \"name\": \"ps1091\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/477640\",\r\n \"name\": \"ps1091\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/477659\",\r\n \"name\": \"ps2546\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/477660\",\r\n \"name\": \"ps2546\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/477671\",\r\n \"name\": \"ps4234\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/477706\",\r\n \"name\": \"ps4234\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481339\",\r\n \"name\": \"ps2922\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481459\",\r\n \"name\": \"ps1504\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481460\",\r\n \"name\": \"ps1504\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481464\",\r\n \"name\": \"ps5462\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481501\",\r\n \"name\": \"ps6061\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481502\",\r\n \"name\": \"ps6061\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481545\",\r\n \"name\": \"ps7583\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481546\",\r\n \"name\": \"ps7583\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481597\",\r\n \"name\": \"ps4202\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481651\",\r\n \"name\": \"ps4202\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481905\",\r\n \"name\": \"ps7564\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481906\",\r\n \"name\": \"ps7564\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481953\",\r\n \"name\": \"ps8896\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481955\",\r\n \"name\": \"ps8896\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481963\",\r\n \"name\": \"ps6807\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481970\",\r\n \"name\": \"ps6087\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481982\",\r\n \"name\": \"ps3316\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481983\",\r\n \"name\": \"ps7276\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481998\",\r\n \"name\": \"ps5432\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481999\",\r\n \"name\": \"ps5432\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482003\",\r\n \"name\": \"ps5186\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482004\",\r\n \"name\": \"ps5186\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482010\",\r\n \"name\": \"ps9456\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482011\",\r\n \"name\": \"ps9456\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482016\",\r\n \"name\": \"ps5424\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482017\",\r\n \"name\": \"ps5424\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482024\",\r\n \"name\": \"ps3427\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482025\",\r\n \"name\": \"ps3427\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482051\",\r\n \"name\": \"ps3757\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482052\",\r\n \"name\": \"ps3757\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482053\",\r\n \"name\": \"ps934\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482054\",\r\n \"name\": \"ps934\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482064\",\r\n \"name\": \"ps8413\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482065\",\r\n \"name\": \"ps8413\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482068\",\r\n \"name\": \"ps2165\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482069\",\r\n \"name\": \"ps2165\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482073\",\r\n \"name\": \"ps9810\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482074\",\r\n \"name\": \"ps9810\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482078\",\r\n \"name\": \"ps3289\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482083\",\r\n \"name\": \"ps4520\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482084\",\r\n \"name\": \"ps4520\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482100\",\r\n \"name\": \"ps2513\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482101\",\r\n \"name\": \"ps2513\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482108\",\r\n \"name\": \"ps6950\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482109\",\r\n \"name\": \"ps6950\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482122\",\r\n \"name\": \"ps9959\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482123\",\r\n \"name\": \"ps9959\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482124\",\r\n \"name\": \"ps9959\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482137\",\r\n \"name\": \"ps5456\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482139\",\r\n \"name\": \"ps6670\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482147\",\r\n \"name\": \"ps5252\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482150\",\r\n \"name\": \"ps6469\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482175\",\r\n \"name\": \"ps7492\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482183\",\r\n \"name\": \"ps1127\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482184\",\r\n \"name\": \"ps1127\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482194\",\r\n \"name\": \"ps9136\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482226\",\r\n \"name\": \"ps9716\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482545\",\r\n \"name\": \"ps4349\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482549\",\r\n \"name\": \"ps4364\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482563\",\r\n \"name\": \"ps611\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482566\",\r\n \"name\": \"ps4541\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482587\",\r\n \"name\": \"ps2663\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482612\",\r\n \"name\": \"ps7425\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482638\",\r\n \"name\": \"ps3808\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482655\",\r\n \"name\": \"ps4687\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482692\",\r\n \"name\": \"ps6032\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482693\",\r\n \"name\": \"ps6202\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482792\",\r\n \"name\": \"ps9822\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482807\",\r\n \"name\": \"ps9048\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482850\",\r\n \"name\": \"ps7624\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482852\",\r\n \"name\": \"ps7624\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482853\",\r\n \"name\": \"ps7624\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482854\",\r\n \"name\": \"ps8299\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482855\",\r\n \"name\": \"ps8299\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482856\",\r\n \"name\": \"ps8299\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482863\",\r\n \"name\": \"ps9975\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482869\",\r\n \"name\": \"ps7300\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482871\",\r\n \"name\": \"ps7017\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482880\",\r\n \"name\": \"ps4488\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482881\",\r\n \"name\": \"ps5471\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482887\",\r\n \"name\": \"ps4145\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/485849\",\r\n \"name\": \"ps1840\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/485859\",\r\n \"name\": \"ps5160\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/485864\",\r\n \"name\": \"ps6061\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/485865\",\r\n \"name\": \"ps5552\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/485876\",\r\n \"name\": \"ps160\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/485882\",\r\n \"name\": \"ps5693\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/485888\",\r\n \"name\": \"ps6553\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/485889\",\r\n \"name\": \"ps6553\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/485909\",\r\n \"name\": \"ps7363\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/485943\",\r\n \"name\": \"ps5297\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/485944\",\r\n \"name\": \"ps5297\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/485947\",\r\n \"name\": \"ps1581\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/485948\",\r\n \"name\": \"ps1581\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/485949\",\r\n \"name\": \"ps1205\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/485950\",\r\n \"name\": \"ps1205\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/485957\",\r\n \"name\": \"ps8684\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/485958\",\r\n \"name\": \"ps8684\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486014\",\r\n \"name\": \"ps9736\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486015\",\r\n \"name\": \"ps9736\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486017\",\r\n \"name\": \"ps5759\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486018\",\r\n \"name\": \"ps5759\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486026\",\r\n \"name\": \"ps5191\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486027\",\r\n \"name\": \"ps5191\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486042\",\r\n \"name\": \"ps9448\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486043\",\r\n \"name\": \"ps9448\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486045\",\r\n \"name\": \"ps6219\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486046\",\r\n \"name\": \"ps6219\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486047\",\r\n \"name\": \"ps411\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486065\",\r\n \"name\": \"ps4791\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486066\",\r\n \"name\": \"ps4791\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486077\",\r\n \"name\": \"ps4765\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486078\",\r\n \"name\": \"ps4765\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486086\",\r\n \"name\": \"ps2103\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486087\",\r\n \"name\": \"ps2103\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486096\",\r\n \"name\": \"ps4914\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486097\",\r\n \"name\": \"ps4914\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486098\",\r\n \"name\": \"ps4914\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486135\",\r\n \"name\": \"ps8115\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486138\",\r\n \"name\": \"ps8115\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486153\",\r\n \"name\": \"ps2432\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486157\",\r\n \"name\": \"ps2529\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486202\",\r\n \"name\": \"ps205\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486203\",\r\n \"name\": \"ps5553\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486219\",\r\n \"name\": \"ps3355\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486223\",\r\n \"name\": \"ps2508\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486249\",\r\n \"name\": \"ps451\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486266\",\r\n \"name\": \"ps4600\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486298\",\r\n \"name\": \"ps5030\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486299\",\r\n \"name\": \"ps1287\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486311\",\r\n \"name\": \"ps1939\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486339\",\r\n \"name\": \"ps512\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486340\",\r\n \"name\": \"ps512\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486341\",\r\n \"name\": \"ps512\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486342\",\r\n \"name\": \"ps8786\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486343\",\r\n \"name\": \"ps8786\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486344\",\r\n \"name\": \"ps8786\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486353\",\r\n \"name\": \"ps2152\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486362\",\r\n \"name\": \"ps275\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486364\",\r\n \"name\": \"ps351\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486377\",\r\n \"name\": \"ps974\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486379\",\r\n \"name\": \"ps6303\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486388\",\r\n \"name\": \"ps6126\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/487919\",\r\n \"name\": \"ps593\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/488143\",\r\n \"name\": \"ps3421\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/488144\",\r\n \"name\": \"ps3421\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/488147\",\r\n \"name\": \"ps30\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/488195\",\r\n \"name\": \"ps3595\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/488196\",\r\n \"name\": \"ps3595\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/488239\",\r\n \"name\": \"ps8983\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/488241\",\r\n \"name\": \"ps8983\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/488303\",\r\n \"name\": \"ps9262\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/488331\",\r\n \"name\": \"ps9262\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/488402\",\r\n \"name\": \"ps4976\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/488403\",\r\n \"name\": \"ps4976\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/488407\",\r\n \"name\": \"ps883\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/488408\",\r\n \"name\": \"ps883\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/488410\",\r\n \"name\": \"ps1246\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/488426\",\r\n \"name\": \"ps6128\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/488432\",\r\n \"name\": \"ps7383\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/488437\",\r\n \"name\": \"ps8203\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/491917\",\r\n \"name\": \"ps233\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/491927\",\r\n \"name\": \"ps5248\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/491930\",\r\n \"name\": \"ps5197\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/515996\",\r\n \"name\": \"ps3182\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516176\",\r\n \"name\": \"ps126\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516192\",\r\n \"name\": \"ps2481\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516204\",\r\n \"name\": \"ps9218\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516213\",\r\n \"name\": \"ps6978\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516230\",\r\n \"name\": \"ps4309\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516242\",\r\n \"name\": \"ps5264\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516317\",\r\n \"name\": \"ps8214\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516328\",\r\n \"name\": \"ps9878\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516333\",\r\n \"name\": \"ps3454\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516342\",\r\n \"name\": \"ps1737\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516358\",\r\n \"name\": \"ps4182\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516359\",\r\n \"name\": \"ps3473\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516362\",\r\n \"name\": \"ps8669\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516367\",\r\n \"name\": \"ps2644\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516381\",\r\n \"name\": \"ps5780\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516382\",\r\n \"name\": \"ps1646\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516393\",\r\n \"name\": \"ps1323\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516394\",\r\n \"name\": \"ps1214\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516395\",\r\n \"name\": \"ps5525\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516401\",\r\n \"name\": \"ps1489\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516406\",\r\n \"name\": \"ps6997\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516407\",\r\n \"name\": \"ps6997\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516416\",\r\n \"name\": \"ps9666\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516421\",\r\n \"name\": \"ps8818\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516426\",\r\n \"name\": \"ps9140\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516433\",\r\n \"name\": \"ps1891\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516457\",\r\n \"name\": \"ps8963\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516459\",\r\n \"name\": \"ps6881\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516461\",\r\n \"name\": \"ps2662\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516470\",\r\n \"name\": \"ps6338\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516471\",\r\n \"name\": \"ps6338\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516472\",\r\n \"name\": \"ps6338\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516473\",\r\n \"name\": \"ps7414\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516474\",\r\n \"name\": \"ps7414\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516475\",\r\n \"name\": \"ps7414\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516479\",\r\n \"name\": \"ps548\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516483\",\r\n \"name\": \"ps396\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516677\",\r\n \"name\": \"ps3349\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/523258\",\r\n \"name\": \"ps9893\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/523406\",\r\n \"name\": \"ps7992\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/523407\",\r\n \"name\": \"ps4060\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/534088\",\r\n \"name\": \"ps8730\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/534091\",\r\n \"name\": \"ps8730\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/534130\",\r\n \"name\": \"ps46f6aaf3c2\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/534131\",\r\n \"name\": \"ps46f6aaf3c2\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/534151\",\r\n \"name\": \"ps26a3b7d35b\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/534157\",\r\n \"name\": \"ps71090969b5\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/534160\",\r\n \"name\": \"ps71090969b5\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/534161\",\r\n \"name\": \"ps71090969b5\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/534179\",\r\n \"name\": \"ps71090969b5\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/536692\",\r\n \"name\": \"psa5449efaa3\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/536694\",\r\n \"name\": \"psa5449efaa3\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/536702\",\r\n \"name\": \"ps1b4d5465f1\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/536703\",\r\n \"name\": \"ps1b4d5465f1\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/536715\",\r\n \"name\": \"ps1b4d5465f1\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/536743\",\r\n \"name\": \"ps803188f167\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/536862\",\r\n \"name\": \"ps2701\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/536863\",\r\n \"name\": \"ps2701\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/536866\",\r\n \"name\": \"ps3719\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/536867\",\r\n \"name\": \"ps3719\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/536896\",\r\n \"name\": \"ps7342\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/536898\",\r\n \"name\": \"ps7342\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/536906\",\r\n \"name\": \"ps2896\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/536907\",\r\n \"name\": \"ps2896\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/551093\",\r\n \"name\": \"ps9361\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/551097\",\r\n \"name\": \"ps9361\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/551102\",\r\n \"name\": \"ps3776\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/551104\",\r\n \"name\": \"ps3776\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/551340\",\r\n \"name\": \"ps3420\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/551341\",\r\n \"name\": \"ps3420\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/551356\",\r\n \"name\": \"ps7548\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/551357\",\r\n \"name\": \"ps7548\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/551746\",\r\n \"name\": \"ps6677\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/551833\",\r\n \"name\": \"ps6677\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/554333\",\r\n \"name\": \"psbeaafb7221\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/554334\",\r\n \"name\": \"psbeaafb7221\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/554503\",\r\n \"name\": \"psc30dd895d0\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/554504\",\r\n \"name\": \"psc30dd895d0\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/554546\",\r\n \"name\": \"ps6869\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/554547\",\r\n \"name\": \"ps6869\",\r\n \"type\": \"Microsoft.Web/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 \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/deletedSites/703350\",\r\n \"name\": \"clonetest345\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/881436\",\r\n \"name\": \"13257-testing1\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/881437\",\r\n \"name\": \"git13257-testing1\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/881438\",\r\n \"name\": \"testing020\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1008753\",\r\n \"name\": \"testedp12\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1008754\",\r\n \"name\": \"testfsapp1704\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1008853\",\r\n \"name\": \"testapppr123\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1128953\",\r\n \"name\": \"11862-testing2W\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1128955\",\r\n \"name\": \"11862-testing1W\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1128982\",\r\n \"name\": \"11862-testing1W\",\r\n \"type\": \"Microsoft.Web/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 \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/deletedSites/145401\",\r\n \"name\": \"webapp-linux-multi2smxiy\",\r\n \"type\": \"Microsoft.Web/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 145401,\r\n \"deletedTimestamp\": \"2020-03-28T10:40:58.1873443\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgjjd7v6yptxkyfoqsssnfa2rrcj5miti2hgpchryx7ahosxgmdvurtb3k6asnqp3xj\",\r\n \"webSpace\": \"clitest.rgjjd7v6yptxkyfoqsssnfa2rrcj5miti2hgpchryx7ahosxgmdvurtb3k6asnqp3xj-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-041\",\r\n \"deletedSiteName\": \"webapp-linux-multi2smxiy\",\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/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/deletedSites/145402\",\r\n \"name\": \"webapp-linux-multi2smxiy\",\r\n \"type\": \"Microsoft.Web/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 145402,\r\n \"deletedTimestamp\": \"2020-03-28T10:40:58.5467191\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgjjd7v6yptxkyfoqsssnfa2rrcj5miti2hgpchryx7ahosxgmdvurtb3k6asnqp3xj\",\r\n \"webSpace\": \"clitest.rgjjd7v6yptxkyfoqsssnfa2rrcj5miti2hgpchryx7ahosxgmdvurtb3k6asnqp3xj-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-041\",\r\n \"deletedSiteName\": \"webapp-linux-multi2smxiy\",\r\n \"slot\": \"stage\",\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/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/deletedSites/150944\",\r\n \"name\": \"webapp-linux-multiqvmyjd\",\r\n \"type\": \"Microsoft.Web/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 150944,\r\n \"deletedTimestamp\": \"2020-04-03T06:43:34.3683908\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgkb5czgvu55w5wohocbq6lkdm4un3zthtcw3zbktnzzvhunijxm7am35ufta3htd6j\",\r\n \"webSpace\": \"clitest.rgkb5czgvu55w5wohocbq6lkdm4un3zthtcw3zbktnzzvhunijxm7am35ufta3htd6j-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-041\",\r\n \"deletedSiteName\": \"webapp-linux-multiqvmyjd\",\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/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/deletedSites/150945\",\r\n \"name\": \"webapp-linux-multiqvmyjd\",\r\n \"type\": \"Microsoft.Web/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 150945,\r\n \"deletedTimestamp\": \"2020-04-03T06:43:34.7746631\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgkb5czgvu55w5wohocbq6lkdm4un3zthtcw3zbktnzzvhunijxm7am35ufta3htd6j\",\r\n \"webSpace\": \"clitest.rgkb5czgvu55w5wohocbq6lkdm4un3zthtcw3zbktnzzvhunijxm7am35ufta3htd6j-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-041\",\r\n \"deletedSiteName\": \"webapp-linux-multiqvmyjd\",\r\n \"slot\": \"stage\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159/restoreFromDeletedApp?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczExNTkvcmVzdG9yZUZyb21EZWxldGVkQXBwP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664/restoreFromDeletedApp?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk2NjQvcmVzdG9yZUZyb21EZWxldGVkQXBwP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"properties\": {\r\n \"deletedSiteId\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558561\",\r\n \"recoverConfiguration\": true,\r\n \"useDRSecondary\": false\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"deletedSiteId\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/554547\",\r\n \"recoverConfiguration\": true,\r\n \"useDRSecondary\": false\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "61d7bddc-921c-4f3a-b04d-88d66f56b317" + "8b4ea7c5-7688-4bb6-a4c7-ce36ae578403" ], "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": [ - "233" + "231" ] }, "ResponseHeaders": { @@ -9860,10 +10762,10 @@ "no-cache" ], "ETag": [ - "\"1D52AE3B1545095\"" + "\"1D64A1198E19B70\"" ], "Location": [ - "https://management.azure.com/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159/operationresults/b1e54bd3-1c9e-4f73-b5d0-120fad8e070e?api-version=2018-11-01" + "https://management.azure.com/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664/operationresults/f1e77a65-02d3-4a9a-8856-4f6692b10afc?api-version=2018-11-01" ], "Retry-After": [ "15" @@ -9884,19 +10786,19 @@ "1199" ], "x-ms-request-id": [ - "06ffae1a-42a0-4daf-b17d-0b9956af1106" + "89fbd8c8-58f4-4267-8551-28772d2e5a9a" ], "x-ms-correlation-request-id": [ - "06ffae1a-42a0-4daf-b17d-0b9956af1106" + "89fbd8c8-58f4-4267-8551-28772d2e5a9a" ], "x-ms-routing-request-id": [ - "WESTUS:20190624T233123Z:06ffae1a-42a0-4daf-b17d-0b9956af1106" + "WESTINDIA:20200624T104124Z:89fbd8c8-58f4-4267-8551-28772d2e5a9a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 24 Jun 2019 23:31:23 GMT" + "Wed, 24 Jun 2020 10:41:23 GMT" ], "Expires": [ "-1" @@ -9909,21 +10811,21 @@ "StatusCode": 202 }, { - "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": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "13eac5e3-e972-4f8d-930a-157524f0b7c6" + "937535d4-5345-4207-abc0-59acd150826d" ], "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" ] }, @@ -9935,13 +10837,13 @@ "no-cache" ], "ETag": [ - "\"1D52AE3BE267AF5\"" + "\"1D64A11AAE8EEE0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e9f1637a-2c7d-4320-96f8-7d2fd49c2de8" + "abcffce0-f18a-4de9-bddd-5c4e60758224" ], "Server": [ "Microsoft-IIS/10.0" @@ -9953,22 +10855,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11995" ], "x-ms-correlation-request-id": [ - "ecbe3b92-f165-405b-a5c7-6cc944184b83" + "71fc9037-fc2d-4b9e-b46c-724930a56973" ], "x-ms-routing-request-id": [ - "WESTUS:20190624T234628Z:ecbe3b92-f165-405b-a5c7-6cc944184b83" + "WESTINDIA:20200624T105730Z:71fc9037-fc2d-4b9e-b46c-724930a56973" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 24 Jun 2019 23:46:27 GMT" + "Wed, 24 Jun 2020 10:57:30 GMT" ], "Content-Length": [ - "2851" + "5063" ], "Content-Type": [ "application/json" @@ -9977,25 +10879,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:51.3433333\",\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:39.63\",\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__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\": [],\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?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": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "983eebdc-211e-4267-b89c-c7e89cfd71f3" + "917d25ea-47d0-4e6f-9cb2-513c9599f898" ], "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" ] }, @@ -10007,13 +10909,13 @@ "no-cache" ], "ETag": [ - "\"1D52AE3BE267AF5\"" + "\"1D64A11AAE8EEE0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c21a83ef-a8c0-4dee-96d0-f99eac7c5abf" + "9c70cc1d-9bbc-475b-b9be-197c80ae6eda" ], "Server": [ "Microsoft-IIS/10.0" @@ -10025,22 +10927,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11994" ], "x-ms-correlation-request-id": [ - "971bf407-638c-41b6-b919-2593756a3ad9" + "4ebc3918-d964-4094-b08c-7558bb795355" ], "x-ms-routing-request-id": [ - "WESTUS:20190624T234634Z:971bf407-638c-41b6-b919-2593756a3ad9" + "WESTINDIA:20200624T105734Z:4ebc3918-d964-4094-b08c-7558bb795355" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 24 Jun 2019 23:46:33 GMT" + "Wed, 24 Jun 2020 10:57:33 GMT" ], "Content-Length": [ - "2851" + "5063" ], "Content-Type": [ "application/json" @@ -10049,32 +10951,32 @@ "-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:51.3433333\",\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:39.63\",\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__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\": [],\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/restoreFromDeletedApp?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczExNTkvc2xvdHMvc3RhZ2luZy9yZXN0b3JlRnJvbURlbGV0ZWRBcHA/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664/slots/staging/restoreFromDeletedApp?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk2NjQvc2xvdHMvc3RhZ2luZy9yZXN0b3JlRnJvbURlbGV0ZWRBcHA/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"properties\": {\r\n \"deletedSiteId\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25558560\",\r\n \"recoverConfiguration\": true,\r\n \"useDRSecondary\": false\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"deletedSiteId\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/554546\",\r\n \"recoverConfiguration\": true,\r\n \"useDRSecondary\": false\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "38ab81f3-111a-40df-a88a-2e0f3132ee75" + "67bcca0b-bebd-4f2f-a412-ed7da57b108e" ], "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": [ - "233" + "231" ] }, "ResponseHeaders": { @@ -10085,10 +10987,10 @@ "no-cache" ], "ETag": [ - "\"1D52AE3BE267AF5\"" + "\"1D64A11AAE8EEE0\"" ], "Location": [ - "https://management.azure.com/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159/slots/staging/operationresults/1d336839-7ad2-47f6-99fa-0e7bacc74722?api-version=2018-11-01" + "https://management.azure.com/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664/slots/staging/operationresults/e36ef158-6ef4-4e79-8319-8bc2b4d24eba?api-version=2018-11-01" ], "Retry-After": [ "15" @@ -10109,19 +11011,19 @@ "1199" ], "x-ms-request-id": [ - "166d9c16-81e4-4b23-94a8-6e2ebcb9514d" + "43c0e315-8132-4b43-ad66-3e7661e78ff9" ], "x-ms-correlation-request-id": [ - "166d9c16-81e4-4b23-94a8-6e2ebcb9514d" + "43c0e315-8132-4b43-ad66-3e7661e78ff9" ], "x-ms-routing-request-id": [ - "WESTUS:20190624T234633Z:166d9c16-81e4-4b23-94a8-6e2ebcb9514d" + "WESTINDIA:20200624T105733Z:43c0e315-8132-4b43-ad66-3e7661e78ff9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 24 Jun 2019 23:46:33 GMT" + "Wed, 24 Jun 2020 10:57:33 GMT" ], "Expires": [ "-1" @@ -10134,21 +11036,21 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159/slots/staging?deleteMetrics=true&deleteEmptyServerFarm=false&api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczExNTkvc2xvdHMvc3RhZ2luZz9kZWxldGVNZXRyaWNzPXRydWUmZGVsZXRlRW1wdHlTZXJ2ZXJGYXJtPWZhbHNlJmFwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664/slots/staging?deleteMetrics=true&deleteEmptyServerFarm=false&api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk2NjQvc2xvdHMvc3RhZ2luZz9kZWxldGVNZXRyaWNzPXRydWUmZGVsZXRlRW1wdHlTZXJ2ZXJGYXJtPWZhbHNlJmFwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "324afa58-32e8-4825-bba1-60825fe1aa3c" + "8543b5e3-33f3-4e6b-b696-ca1e40087b89" ], "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" ] }, @@ -10160,13 +11062,13 @@ "no-cache" ], "ETag": [ - "\"1D52AE78C5ECF55\"" + "\"1D64A165AE48530\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d2ccc271-46d2-4625-af2b-93bc138f8c58" + "aceb96af-49bd-41cf-9605-a854b9640d94" ], "Server": [ "Microsoft-IIS/10.0" @@ -10181,16 +11083,16 @@ "14999" ], "x-ms-correlation-request-id": [ - "b838c7e6-7d0b-4212-b310-a0f4e6ea8b7a" + "2c713573-a1ac-410e-84be-de56ea99b071" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T000137Z:b838c7e6-7d0b-4212-b310-a0f4e6ea8b7a" + "WESTINDIA:20200624T114739Z:2c713573-a1ac-410e-84be-de56ea99b071" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:01:36 GMT" + "Wed, 24 Jun 2020 11:47:39 GMT" ], "Expires": [ "-1" @@ -10203,21 +11105,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps2650/providers/Microsoft.Web/sites/ps1159?deleteMetrics=true&deleteEmptyServerFarm=false&api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczExNTk/ZGVsZXRlTWV0cmljcz10cnVlJmRlbGV0ZUVtcHR5U2VydmVyRmFybT1mYWxzZSZhcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2472/providers/Microsoft.Web/sites/ps9664?deleteMetrics=true&deleteEmptyServerFarm=false&api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjQ3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczk2NjQ/ZGVsZXRlTWV0cmljcz10cnVlJmRlbGV0ZUVtcHR5U2VydmVyRmFybT1mYWxzZSZhcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "302c6653-8c72-4795-903d-5af240c57410" + "b4d53476-c3bb-4147-ad2c-fc3b8bef4933" ], "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" ] }, @@ -10229,13 +11131,13 @@ "no-cache" ], "ETag": [ - "\"1D52AE552DE2AAB\"" + "\"1D64A1416D1FC30\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b9ed2f20-a7f9-45e1-8166-ad87918002d4" + "ca1ba264-c3f1-432d-a424-0bfa8900ac7b" ], "Server": [ "Microsoft-IIS/10.0" @@ -10250,16 +11152,16 @@ "14998" ], "x-ms-correlation-request-id": [ - "fd239a53-bfaf-4e6d-be7b-283492a55248" + "20d4303d-6226-49d9-a437-f58c778ae360" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T000138Z:fd239a53-bfaf-4e6d-be7b-283492a55248" + "WESTINDIA:20200624T114743Z:20d4303d-6226-49d9-a437-f58c778ae360" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:01:37 GMT" + "Wed, 24 Jun 2020 11:47:43 GMT" ], "Expires": [ "-1" @@ -10272,21 +11174,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": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ee1196b7-ac9d-4e5d-a9c3-ef4040546521" + "d330360e-95b7-4838-b80f-5fee6a9c8dae" ], "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" ] }, @@ -10301,7 +11203,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "34782af4-0950-4555-8683-dfa9b4ca247f" + "afb4a0aa-f913-44bf-8f8f-c24ffe4659d8" ], "Server": [ "Microsoft-IIS/10.0" @@ -10316,16 +11218,16 @@ "14997" ], "x-ms-correlation-request-id": [ - "624237ed-d530-4c5b-947d-4c9a59d536e1" + "b95cbe6d-3534-40f0-ab97-ce7079c84ff5" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T000145Z:624237ed-d530-4c5b-947d-4c9a59d536e1" + "WESTINDIA:20200624T114747Z:b95cbe6d-3534-40f0-ab97-ce7079c84ff5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:01:44 GMT" + "Wed, 24 Jun 2020 11:47:47 GMT" ], "Expires": [ "-1" @@ -10338,22 +11240,22 @@ "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": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bc0b5d37-cb46-4316-8ed3-dd94e1d71ba5" + "e1462c3b-f01e-4c56-8f94-9b1b0346bc9d" ], "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": { @@ -10364,22 +11266,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI0NzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14999" ], "x-ms-request-id": [ - "8e11e97b-38f4-4c1f-a314-e2125e581511" + "21ba3611-3c9e-422a-8422-123467affbbb" ], "x-ms-correlation-request-id": [ - "8e11e97b-38f4-4c1f-a314-e2125e581511" + "21ba3611-3c9e-422a-8422-123467affbbb" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T000146Z:8e11e97b-38f4-4c1f-a314-e2125e581511" + "WESTINDIA:20200624T114754Z:21ba3611-3c9e-422a-8422-123467affbbb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10388,7 +11290,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:01:45 GMT" + "Wed, 24 Jun 2020 11:47:54 GMT" ], "Expires": [ "-1" @@ -10401,16 +11303,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI0NzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJME56SXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "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": { @@ -10421,22 +11323,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI0NzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-request-id": [ - "067ce1c4-7dab-4ea2-8e0c-48a814fcfb9b" + "7801fb9a-e224-455a-a6ee-e7fba586c13d" ], "x-ms-correlation-request-id": [ - "067ce1c4-7dab-4ea2-8e0c-48a814fcfb9b" + "7801fb9a-e224-455a-a6ee-e7fba586c13d" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T000201Z:067ce1c4-7dab-4ea2-8e0c-48a814fcfb9b" + "WESTINDIA:20200624T114810Z:7801fb9a-e224-455a-a6ee-e7fba586c13d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10445,7 +11347,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:02:01 GMT" + "Wed, 24 Jun 2020 11:48:09 GMT" ], "Expires": [ "-1" @@ -10458,16 +11360,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI0NzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJME56SXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "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": { @@ -10478,22 +11380,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI0NzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-request-id": [ - "d8bec00f-1080-405e-b097-c4920209d32b" + "c65059fb-6e72-42d2-9f9d-cb2297baaf01" ], "x-ms-correlation-request-id": [ - "d8bec00f-1080-405e-b097-c4920209d32b" + "c65059fb-6e72-42d2-9f9d-cb2297baaf01" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T000216Z:d8bec00f-1080-405e-b097-c4920209d32b" + "WESTINDIA:20200624T114826Z:c65059fb-6e72-42d2-9f9d-cb2297baaf01" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10502,7 +11404,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:02:16 GMT" + "Wed, 24 Jun 2020 11:48:25 GMT" ], "Expires": [ "-1" @@ -10515,16 +11417,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI0NzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJME56SXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "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": { @@ -10535,16 +11437,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11995" ], "x-ms-request-id": [ - "db8eacc6-e42a-4711-87ef-482dba9da38e" + "fd265185-d97d-4994-a680-ecfe3db17ebd" ], "x-ms-correlation-request-id": [ - "db8eacc6-e42a-4711-87ef-482dba9da38e" + "fd265185-d97d-4994-a680-ecfe3db17ebd" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T000231Z:db8eacc6-e42a-4711-87ef-482dba9da38e" + "WESTINDIA:20200624T114841Z:fd265185-d97d-4994-a680-ecfe3db17ebd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10553,7 +11455,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:02:31 GMT" + "Wed, 24 Jun 2020 11:48:40 GMT" ], "Expires": [ "-1" @@ -10566,16 +11468,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI0NzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJME56SXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "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": { @@ -10586,16 +11488,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11994" ], "x-ms-request-id": [ - "d88ebb0c-c50d-476f-bc18-391edab5fb65" + "3a6420cc-7132-48b1-82fb-6fcdf9201c1d" ], "x-ms-correlation-request-id": [ - "d88ebb0c-c50d-476f-bc18-391edab5fb65" + "3a6420cc-7132-48b1-82fb-6fcdf9201c1d" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T000231Z:d88ebb0c-c50d-476f-bc18-391edab5fb65" + "WESTINDIA:20200624T114842Z:3a6420cc-7132-48b1-82fb-6fcdf9201c1d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10604,7 +11506,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:02:31 GMT" + "Wed, 24 Jun 2020 11:48:41 GMT" ], "Expires": [ "-1" @@ -10619,13 +11521,13 @@ ], "Names": { "Test-RestoreDeletedWebAppToExisting": [ - "ps2650", - "ps1159", - "ps9476", - "ps3274" + "ps2472", + "ps9664", + "ps6869", + "ps3160" ] }, "Variables": { - "SubscriptionId": "798436ab-a054-4fbf-ba01-f9f8cce4e65f" + "SubscriptionId": "04b0639d-85d8-445a-bada-8da78e50ff30" } } \ No newline at end of file diff --git a/src/Websites/Websites.Test/SessionRecords/Microsoft.Azure.Commands.Websites.Test.ScenarioTests.WebAppBackupRestoreTests/TestRestoreDeletedWebAppToNew.json b/src/Websites/Websites.Test/SessionRecords/Microsoft.Azure.Commands.Websites.Test.ScenarioTests.WebAppBackupRestoreTests/TestRestoreDeletedWebAppToNew.json index 7bcd6b7b6a74..d4322a84deef 100644 --- a/src/Websites/Websites.Test/SessionRecords/Microsoft.Azure.Commands.Websites.Test.ScenarioTests.WebAppBackupRestoreTests/TestRestoreDeletedWebAppToNew.json +++ b/src/Websites/Websites.Test/SessionRecords/Microsoft.Azure.Commands.Websites.Test.ScenarioTests.WebAppBackupRestoreTests/TestRestoreDeletedWebAppToNew.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": [ - "7139ea76-d50a-4a07-a8a5-de475271a538" + "429fd5b6-2e6c-4721-8747-3558337745b3" ], "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": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "d46dac7e-9888-457e-8619-ea8689eb5dae" + "2888d29e-0388-46eb-a5bc-48e2336ec2cb" ], "x-ms-correlation-request-id": [ - "d46dac7e-9888-457e-8619-ea8689eb5dae" + "2888d29e-0388-46eb-a5bc-48e2336ec2cb" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T000234Z:d46dac7e-9888-457e-8619-ea8689eb5dae" + "WESTINDIA:20200623T173257Z:2888d29e-0388-46eb-a5bc-48e2336ec2cb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:02:34 GMT" + "Tue, 23 Jun 2020 17:32:57 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": [ - "eb5a81f1-112c-4d3d-89bd-efb4d0af4608" + "8c0ec09e-174b-44e0-86d1-dd9180085b77" ], "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": { @@ -87,16 +87,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-request-id": [ - "33cd9d46-272c-4a05-a336-6aa3d491440c" + "33480ed1-3926-4643-aadb-45d73bc1b3c6" ], "x-ms-correlation-request-id": [ - "33cd9d46-272c-4a05-a336-6aa3d491440c" + "33480ed1-3926-4643-aadb-45d73bc1b3c6" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002554Z:33cd9d46-272c-4a05-a336-6aa3d491440c" + "WESTINDIA:20200623T175132Z:33480ed1-3926-4643-aadb-45d73bc1b3c6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:25:54 GMT" + "Tue, 23 Jun 2020 17:51:32 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/resourcegroups/ps8279?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlZ3JvdXBzL3BzODI3OT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourcegroups/ps6102?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlZ3JvdXBzL3BzNjEwMj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "788fff06-2ec4-4915-9079-419bbf643991" + "8311a4f0-04f2-4ba3-8069-573c41aefb19" ], "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" @@ -156,13 +156,13 @@ "1199" ], "x-ms-request-id": [ - "b2ba7137-c2b6-4773-97c6-94c5de207c32" + "b874df21-ce66-42e7-a567-f64cb13436ea" ], "x-ms-correlation-request-id": [ - "b2ba7137-c2b6-4773-97c6-94c5de207c32" + "b874df21-ce66-42e7-a567-f64cb13436ea" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T000236Z:b2ba7137-c2b6-4773-97c6-94c5de207c32" + "WESTINDIA:20200623T173315Z:b874df21-ce66-42e7-a567-f64cb13436ea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:02:35 GMT" + "Tue, 23 Jun 2020 17:33:15 GMT" ], "Content-Length": [ "165" @@ -183,32 +183,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps8279\",\r\n \"name\": \"ps8279\",\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/ps6102\",\r\n \"name\": \"ps6102\",\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/ps8279/providers/Microsoft.Web/serverfarms/ps4034?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzODI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zZXJ2ZXJmYXJtcy9wczQwMzQ/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps6102/providers/Microsoft.Web/serverfarms/ps8317?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNjEwMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zZXJ2ZXJmYXJtcy9wczgzMTc/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": [ - "5895b574-0003-452b-af6a-522cc805ed20" + "24bf0a6d-a175-477a-be3d-ffdaff03d4b0" ], "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": { @@ -222,7 +222,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "dbbe2e35-bc3a-4e9a-aa0f-405fefeaf2f8" + "7f2c6d74-43c2-4680-800c-f8dc8b93c2a8" ], "Server": [ "Microsoft-IIS/10.0" @@ -237,19 +237,19 @@ "1199" ], "x-ms-correlation-request-id": [ - "5ec8a795-944f-4d03-b21a-6e3f779219e4" + "3e6723bb-5967-4ed3-83b7-59bddab19b97" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T000243Z:5ec8a795-944f-4d03-b21a-6e3f779219e4" + "WESTINDIA:20200623T173331Z:3e6723bb-5967-4ed3-83b7-59bddab19b97" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:02:42 GMT" + "Tue, 23 Jun 2020 17:33:31 GMT" ], "Content-Length": [ - "1235" + "1266" ], "Content-Type": [ "application/json" @@ -258,25 +258,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps8279/providers/Microsoft.Web/serverfarms/ps4034\",\r\n \"name\": \"ps4034\",\r\n \"type\": \"Microsoft.Web/serverfarms\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"serverFarmId\": 7882,\r\n \"name\": \"ps4034\",\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\": \"ps8279-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\": \"ps8279\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"mdmId\": \"waws-prod-bay-123_7882\",\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/ps6102/providers/Microsoft.Web/serverfarms/ps8317\",\r\n \"name\": \"ps8317\",\r\n \"type\": \"Microsoft.Web/serverfarms\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"serverFarmId\": 33782,\r\n \"name\": \"ps8317\",\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\": \"ps6102-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\": \"ps6102\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"mdmId\": \"waws-prod-bay-089_33782\",\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\": \"ps8831\",\r\n \"type\": \"Site\"\r\n}", + "RequestBody": "{\r\n \"name\": \"ps6677\",\r\n \"type\": \"Site\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "fb2f684c-56bf-4a9f-aff3-c0aac4eca8fb" + "9f7983f9-795a-434d-8cf6-9728459fc5e5" ], "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": [ @@ -297,10 +297,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c5c03d03-e1a3-4c4b-9e02-272baf2ed415" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "6bdd3e43-d96a-423b-a5ce-a68e33406ce1" ], "Server": [ "Microsoft-IIS/10.0" @@ -311,17 +308,20 @@ "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], "x-ms-correlation-request-id": [ - "2d528bc6-c79e-4319-847f-3da276581f03" + "f24b42d3-dc78-4caa-8d6a-9b2d15559200" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T000243Z:2d528bc6-c79e-4319-847f-3da276581f03" + "WESTINDIA:20200623T173332Z:f24b42d3-dc78-4caa-8d6a-9b2d15559200" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:02:42 GMT" + "Tue, 23 Jun 2020 17:33:32 GMT" ], "Content-Length": [ "47" @@ -337,21 +337,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps8279/providers/Microsoft.Web/serverfarms/ps4034?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzODI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zZXJ2ZXJmYXJtcy9wczQwMzQ/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps6102/providers/Microsoft.Web/serverfarms/ps8317?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNjEwMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zZXJ2ZXJmYXJtcy9wczgzMTc/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6c48baa7-4b9f-4114-8a9f-a958e020baec" + "0e0df1a9-4f18-45ea-9fb2-dc687b092026" ], "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" ] }, @@ -366,7 +366,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0d3c8b1a-bc9a-4751-bd7a-d0ed35596aa0" + "d75d28ce-63e5-4800-96ea-1a42f5c0072a" ], "Server": [ "Microsoft-IIS/10.0" @@ -378,22 +378,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11998" ], "x-ms-correlation-request-id": [ - "8ccef733-8b01-4c66-b457-d26f7ac4dab8" + "8dcb81bc-bcbe-4e79-b8cc-099793466448" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T000244Z:8ccef733-8b01-4c66-b457-d26f7ac4dab8" + "WESTINDIA:20200623T173332Z:8dcb81bc-bcbe-4e79-b8cc-099793466448" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:02:43 GMT" + "Tue, 23 Jun 2020 17:33:32 GMT" ], "Content-Length": [ - "1235" + "1266" ], "Content-Type": [ "application/json" @@ -402,25 +402,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps8279/providers/Microsoft.Web/serverfarms/ps4034\",\r\n \"name\": \"ps4034\",\r\n \"type\": \"Microsoft.Web/serverfarms\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"serverFarmId\": 7882,\r\n \"name\": \"ps4034\",\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\": \"ps8279-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\": \"ps8279\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"mdmId\": \"waws-prod-bay-123_7882\",\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/ps6102/providers/Microsoft.Web/serverfarms/ps8317\",\r\n \"name\": \"ps8317\",\r\n \"type\": \"Microsoft.Web/serverfarms\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"serverFarmId\": 33782,\r\n \"name\": \"ps8317\",\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\": \"ps6102-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\": \"ps6102\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"mdmId\": \"waws-prod-bay-089_33782\",\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/ps8279/providers/Microsoft.Web/serverfarms/ps4034?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzODI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zZXJ2ZXJmYXJtcy9wczQwMzQ/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps6102/providers/Microsoft.Web/serverfarms/ps8317?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNjEwMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zZXJ2ZXJmYXJtcy9wczgzMTc/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "76d4c624-455a-4047-810e-4bb538095de9" + "9a2cac3a-25fb-489d-86c2-3636b9305974" ], "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" ] }, @@ -435,7 +435,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "717f0e0f-89a6-475c-9e2c-afbc831818ee" + "86ae9b44-f6b1-4e6a-af96-5e63e74bb743" ], "Server": [ "Microsoft-IIS/10.0" @@ -447,22 +447,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11996" ], "x-ms-correlation-request-id": [ - "afbc3d04-92a5-4c16-acb4-e75fab4e1ee7" + "2d19524c-3905-4dee-9883-89014dae57de" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T000244Z:afbc3d04-92a5-4c16-acb4-e75fab4e1ee7" + "WESTINDIA:20200623T173333Z:2d19524c-3905-4dee-9883-89014dae57de" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:02:43 GMT" + "Tue, 23 Jun 2020 17:33:33 GMT" ], "Content-Length": [ - "1235" + "1266" ], "Content-Type": [ "application/json" @@ -471,25 +471,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps8279/providers/Microsoft.Web/serverfarms/ps4034\",\r\n \"name\": \"ps4034\",\r\n \"type\": \"Microsoft.Web/serverfarms\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"serverFarmId\": 7882,\r\n \"name\": \"ps4034\",\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\": \"ps8279-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\": \"ps8279\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"mdmId\": \"waws-prod-bay-123_7882\",\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/ps6102/providers/Microsoft.Web/serverfarms/ps8317\",\r\n \"name\": \"ps8317\",\r\n \"type\": \"Microsoft.Web/serverfarms\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"serverFarmId\": 33782,\r\n \"name\": \"ps8317\",\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\": \"ps6102-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\": \"ps6102\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"mdmId\": \"waws-prod-bay-089_33782\",\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/ps8279/providers/Microsoft.Web/serverfarms/ps4034?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzODI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zZXJ2ZXJmYXJtcy9wczQwMzQ/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps6102/providers/Microsoft.Web/serverfarms/ps8317?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNjEwMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zZXJ2ZXJmYXJtcy9wczgzMTc/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f1bc5896-9e66-4c66-bfc7-dbcac2e26d7e" + "a690bfc7-8e90-45cf-931b-ab2fb1e88c79" ], "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" ] }, @@ -504,7 +504,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ef64363e-5d7c-4b95-a7bb-7cb80a65eb9c" + "f660014e-3196-4e67-9f66-965e83831f7c" ], "Server": [ "Microsoft-IIS/10.0" @@ -516,22 +516,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11995" ], "x-ms-correlation-request-id": [ - "976ae254-7ec1-4c11-ae77-d0be3fa1e60b" + "9bc423cb-5362-4ff4-b972-02089f56e1fb" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T000246Z:976ae254-7ec1-4c11-ae77-d0be3fa1e60b" + "WESTINDIA:20200623T173334Z:9bc423cb-5362-4ff4-b972-02089f56e1fb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:02:45 GMT" + "Tue, 23 Jun 2020 17:33:34 GMT" ], "Content-Length": [ - "1235" + "1266" ], "Content-Type": [ "application/json" @@ -540,25 +540,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps8279/providers/Microsoft.Web/serverfarms/ps4034\",\r\n \"name\": \"ps4034\",\r\n \"type\": \"Microsoft.Web/serverfarms\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"serverFarmId\": 7882,\r\n \"name\": \"ps4034\",\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\": \"ps8279-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\": \"ps8279\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"mdmId\": \"waws-prod-bay-123_7882\",\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/ps6102/providers/Microsoft.Web/serverfarms/ps8317\",\r\n \"name\": \"ps8317\",\r\n \"type\": \"Microsoft.Web/serverfarms\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"serverFarmId\": 33782,\r\n \"name\": \"ps8317\",\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\": \"ps6102-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\": \"ps6102\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"mdmId\": \"waws-prod-bay-089_33782\",\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/ps8279/providers/Microsoft.Web/serverfarms/ps4034?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzODI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zZXJ2ZXJmYXJtcy9wczQwMzQ/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps6102/providers/Microsoft.Web/serverfarms/ps8317?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNjEwMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zZXJ2ZXJmYXJtcy9wczgzMTc/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8baa2701-fa8e-438b-ae98-ba595d2c0f64" + "3dd41d47-7a5e-439b-9b50-5b31a620f2bd" ], "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" ] }, @@ -573,7 +573,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "89152902-7367-4285-b8f9-f708b8228bb8" + "400a6347-b9ae-4e8e-a636-32caa6d18f49" ], "Server": [ "Microsoft-IIS/10.0" @@ -585,22 +585,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11995" ], "x-ms-correlation-request-id": [ - "f413bb7a-a6ac-48bd-a8cc-01d7f2a86662" + "631cb9d4-515e-4691-9653-e6757357c96f" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002557Z:f413bb7a-a6ac-48bd-a8cc-01d7f2a86662" + "WESTINDIA:20200623T175255Z:631cb9d4-515e-4691-9653-e6757357c96f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:25:57 GMT" + "Tue, 23 Jun 2020 17:52:54 GMT" ], "Content-Length": [ - "1235" + "1266" ], "Content-Type": [ "application/json" @@ -609,25 +609,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps8279/providers/Microsoft.Web/serverfarms/ps4034\",\r\n \"name\": \"ps4034\",\r\n \"type\": \"Microsoft.Web/serverfarms\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"serverFarmId\": 7882,\r\n \"name\": \"ps4034\",\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\": \"ps8279-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\": \"ps8279\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"mdmId\": \"waws-prod-bay-123_7882\",\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/ps6102/providers/Microsoft.Web/serverfarms/ps8317\",\r\n \"name\": \"ps8317\",\r\n \"type\": \"Microsoft.Web/serverfarms\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"serverFarmId\": 33782,\r\n \"name\": \"ps8317\",\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\": \"ps6102-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\": \"ps6102\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"mdmId\": \"waws-prod-bay-089_33782\",\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/ps8279/providers/Microsoft.Web/sites/ps8831?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzODI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczg4MzE/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps6102/providers/Microsoft.Web/sites/ps6677?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNjEwMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY2Nzc/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c2463eeb-5cb5-4b27-bb03-646a037f84f1" + "f9d4adca-f443-42af-8ad5-c88927001326" ], "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" ] }, @@ -642,13 +642,13 @@ "gateway" ], "x-ms-request-id": [ - "3c9616fe-cc8b-4744-83fa-5f5be3344641" + "c9c4383c-07b5-4ff6-84f0-efd49158bd8f" ], "x-ms-correlation-request-id": [ - "3c9616fe-cc8b-4744-83fa-5f5be3344641" + "c9c4383c-07b5-4ff6-84f0-efd49158bd8f" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T000244Z:3c9616fe-cc8b-4744-83fa-5f5be3344641" + "WESTINDIA:20200623T173333Z:c9c4383c-07b5-4ff6-84f0-efd49158bd8f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -657,7 +657,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:02:43 GMT" + "Tue, 23 Jun 2020 17:33:33 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -666,28 +666,28 @@ "-1" ], "Content-Length": [ - "136" + "204" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Web/sites/ps8831' under resource group 'ps8279' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Web/sites/ps6677' under resource group 'ps6102' 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/ps8279/providers/Microsoft.Web/sites/ps8831?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzODI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczg4MzE/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps6102/providers/Microsoft.Web/sites/ps6677?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNjEwMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY2Nzc/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fa3a2343-2c6a-4912-bdf2-def9e26f08ce" + "6627e9b0-6c1d-4363-93d8-a5512ce8e28b" ], "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" ] }, @@ -702,13 +702,13 @@ "gateway" ], "x-ms-request-id": [ - "baf4ae56-f53f-4b42-883a-17b7a6673eba" + "974c6ca7-c191-4014-b553-60a0a6e30ffe" ], "x-ms-correlation-request-id": [ - "baf4ae56-f53f-4b42-883a-17b7a6673eba" + "974c6ca7-c191-4014-b553-60a0a6e30ffe" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002557Z:baf4ae56-f53f-4b42-883a-17b7a6673eba" + "WESTINDIA:20200623T175254Z:974c6ca7-c191-4014-b553-60a0a6e30ffe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -717,7 +717,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:25:56 GMT" + "Tue, 23 Jun 2020 17:52:54 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -726,28 +726,28 @@ "-1" ], "Content-Length": [ - "136" + "204" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Web/sites/ps8831' under resource group 'ps8279' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Web/sites/ps6677' under resource group 'ps6102' 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/ps8279/providers/Microsoft.Web/sites/ps8831?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzODI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczg4MzE/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps6102/providers/Microsoft.Web/sites/ps6677?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNjEwMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY2Nzc/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6da555e7-5f66-4904-b1c9-828e7ea393ef" + "4bb34c1a-499d-4c00-b56f-2bfcc28018b7" ], "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" ] }, @@ -759,13 +759,13 @@ "no-cache" ], "ETag": [ - "\"1D52AEC9E5F6CC0\"" + "\"1D6498725450060\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f04b4995-fbad-400f-ad2a-06e6dd84df5e" + "ae6d47dd-386d-4caf-b578-b5b3409a0a06" ], "Server": [ "Microsoft-IIS/10.0" @@ -777,22 +777,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11993" ], "x-ms-correlation-request-id": [ - "68234469-f779-4ac9-a9cb-8eabbba99a7d" + "bf1cbc46-2401-4044-b2f5-508bc29b09fa" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002624Z:68234469-f779-4ac9-a9cb-8eabbba99a7d" + "WESTINDIA:20200623T175408Z:bf1cbc46-2401-4044-b2f5-508bc29b09fa" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:26:24 GMT" + "Tue, 23 Jun 2020 17:54:08 GMT" ], "Content-Length": [ - "2753" + "4897" ], "Content-Type": [ "application/json" @@ -801,26 +801,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps8279/providers/Microsoft.Web/sites/ps8831\",\r\n \"name\": \"ps8831\",\r\n \"type\": \"Microsoft.Web/sites\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps8831\",\r\n \"state\": \"Stopped\",\r\n \"hostNames\": [\r\n \"ps8831.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps8279-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-123.api.azurewebsites.windows.net:454/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/webspaces/ps8279-WestUSwebspace/sites/ps8831\",\r\n \"repositorySiteName\": \"ps8831\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps8831.azurewebsites.net\",\r\n \"ps8831.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\": \"ps8831.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\": \"ps8831.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/ps8279/providers/Microsoft.Web/serverfarms/ps4034\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2019-06-25T00:26:23.5\",\r\n \"storageRecoveryDefaultState\": \"Running\",\r\n \"contentAvailabilityState\": \"Normal\",\r\n \"runtimeAvailabilityState\": \"Normal\",\r\n \"siteConfig\": null,\r\n \"deploymentId\": \"ps8831\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Premium\",\r\n \"scmSiteAlsoStopped\": true,\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\": \"ps8279\",\r\n \"defaultHostName\": \"ps8831.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/ps6102/providers/Microsoft.Web/sites/ps6677\",\r\n \"name\": \"ps6677\",\r\n \"type\": \"Microsoft.Web/sites\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps6677\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps6677.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps6102-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-089.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps6102-WestUSwebspace/sites/ps6677\",\r\n \"repositorySiteName\": \"ps6677\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps6677.azurewebsites.net\",\r\n \"ps6677.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\": \"ps6677.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\": \"ps6677.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/ps6102/providers/Microsoft.Web/serverfarms/ps8317\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-06-23T17:53:04.87\",\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\": \"ps6677\",\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\": \"40.83.150.233\",\r\n \"possibleInboundIpAddresses\": \"40.83.150.233\",\r\n \"ftpUsername\": \"ps6677\\\\$ps6677\",\r\n \"ftpsHostName\": \"ftps://waws-prod-bay-089.ftp.azurewebsites.windows.net/site/wwwroot\",\r\n \"outboundIpAddresses\": \"40.83.150.233,13.64.108.67,13.64.104.203,13.64.109.86,13.64.107.184\",\r\n \"possibleOutboundIpAddresses\": \"40.83.150.233,13.64.108.67,13.64.104.203,13.64.109.86,13.64.107.184,13.64.105.5,13.64.108.146\",\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-089\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps6102\",\r\n \"defaultHostName\": \"ps6677.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/ps8279?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlZ3JvdXBzL3BzODI3OT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourcegroups/ps6102?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlZ3JvdXBzL3BzNjEwMj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "448bbea2-8c16-4acd-bba7-2e7c5f5ed4ce" + "cfd36e1d-2edc-452f-95bc-54ff89c7cf33" ], "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": { @@ -834,13 +834,13 @@ "11998" ], "x-ms-request-id": [ - "ee9e6b09-9025-497e-88a7-6406b8920525" + "39f4f487-7ec9-457a-b41d-e13b614aeb19" ], "x-ms-correlation-request-id": [ - "ee9e6b09-9025-497e-88a7-6406b8920525" + "39f4f487-7ec9-457a-b41d-e13b614aeb19" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T000244Z:ee9e6b09-9025-497e-88a7-6406b8920525" + "WESTINDIA:20200623T173333Z:39f4f487-7ec9-457a-b41d-e13b614aeb19" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -849,7 +849,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:02:43 GMT" + "Tue, 23 Jun 2020 17:33:32 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -861,25 +861,25 @@ "165" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps8279\",\r\n \"name\": \"ps8279\",\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/ps6102\",\r\n \"name\": \"ps6102\",\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/ps8279/providers/Microsoft.Web/sites/ps8831?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzODI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczg4MzE/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps6102/providers/Microsoft.Web/sites/ps6677?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNjEwMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY2Nzc/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps8279/providers/Microsoft.Web/serverFarms/ps4034\"\r\n },\r\n \"location\": \"West US\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps6102/providers/Microsoft.Web/serverFarms/ps8317\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2b734c56-3bb9-47d7-be07-b86c224e3f42" + "08124300-b8b2-4a46-bda2-c4e6196973b6" ], "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": [ @@ -897,13 +897,13 @@ "no-cache" ], "ETag": [ - "\"1D52AE952FE2BF5\"" + "\"1D649846E7E73E0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d4ecc282-e03d-417c-ad3d-7b99178b787f" + "d5d345ba-2968-4669-ae0d-a2e8fc347339" ], "Server": [ "Microsoft-IIS/10.0" @@ -918,19 +918,19 @@ "499" ], "x-ms-correlation-request-id": [ - "fdc4ce01-d1b2-452f-a8eb-084be725001a" + "c6e91d24-1eb4-42b6-9f00-006f2e96bd37" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T000304Z:fdc4ce01-d1b2-452f-a8eb-084be725001a" + "WESTINDIA:20200623T173356Z:c6e91d24-1eb4-42b6-9f00-006f2e96bd37" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:03:04 GMT" + "Tue, 23 Jun 2020 17:33:56 GMT" ], "Content-Length": [ - "2760" + "5097" ], "Content-Type": [ "application/json" @@ -939,25 +939,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps8279/providers/Microsoft.Web/sites/ps8831\",\r\n \"name\": \"ps8831\",\r\n \"type\": \"Microsoft.Web/sites\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps8831\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps8831.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps8279-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-123.api.azurewebsites.windows.net:454/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/webspaces/ps8279-WestUSwebspace/sites/ps8831\",\r\n \"repositorySiteName\": \"ps8831\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps8831.azurewebsites.net\",\r\n \"ps8831.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\": \"ps8831.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\": \"ps8831.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/ps8279/providers/Microsoft.Web/serverfarms/ps4034\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2019-06-25T00:02:48.4833333\",\r\n \"storageRecoveryDefaultState\": \"Running\",\r\n \"contentAvailabilityState\": \"Normal\",\r\n \"runtimeAvailabilityState\": \"Normal\",\r\n \"siteConfig\": null,\r\n \"deploymentId\": \"ps8831\",\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\": \"ps8279\",\r\n \"defaultHostName\": \"ps8831.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/ps6102/providers/Microsoft.Web/sites/ps6677\",\r\n \"name\": \"ps6677\",\r\n \"type\": \"Microsoft.Web/sites\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps6677\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps6677.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps6102-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-089.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps6102-WestUSwebspace/sites/ps6677\",\r\n \"repositorySiteName\": \"ps6677\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps6677.azurewebsites.net\",\r\n \"ps6677.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\": \"ps6677.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\": \"ps6677.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/ps6102/providers/Microsoft.Web/serverfarms/ps8317\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-06-23T17:33:39.14\",\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\": \"ps6677\",\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\": \"40.83.150.233\",\r\n \"possibleInboundIpAddresses\": \"40.83.150.233\",\r\n \"ftpUsername\": \"ps6677\\\\$ps6677\",\r\n \"ftpsHostName\": \"ftps://waws-prod-bay-089.ftp.azurewebsites.windows.net/site/wwwroot\",\r\n \"outboundIpAddresses\": \"40.83.150.233,13.64.108.67,13.64.104.203,13.64.109.86,13.64.107.184\",\r\n \"possibleOutboundIpAddresses\": \"40.83.150.233,13.64.108.67,13.64.104.203,13.64.109.86,13.64.107.184,13.64.105.5,13.64.108.146\",\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-089\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps6102\",\r\n \"defaultHostName\": \"ps6677.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/ps8279/providers/Microsoft.Web/sites/ps8831?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzODI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczg4MzE/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps6102/providers/Microsoft.Web/sites/ps6677?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNjEwMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY2Nzc/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"serverFarmId\": \"ps4034\"\r\n },\r\n \"location\": \"West US\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"serverFarmId\": \"ps8317\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "60855669-797b-4d1a-909d-023d6a31096c" + "aedc4337-a5a9-47f5-b8f8-e64b1376f26c" ], "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": [ @@ -975,13 +975,13 @@ "no-cache" ], "ETag": [ - "\"1D52AEC8FE38A00\"" + "\"1D6498725450060\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "cf27a254-0817-46c1-af8b-f9646c2df168" + "7831b0f2-e9f5-4913-9989-bdc5166f8827" ], "Server": [ "Microsoft-IIS/10.0" @@ -996,19 +996,19 @@ "499" ], "x-ms-correlation-request-id": [ - "1dab11d2-85ea-4006-a5de-6df20b0ae9c6" + "72f3116f-2882-4d5e-9dde-fe1ed11b8f9a" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002616Z:1dab11d2-85ea-4006-a5de-6df20b0ae9c6" + "WESTINDIA:20200623T175322Z:72f3116f-2882-4d5e-9dde-fe1ed11b8f9a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:26:15 GMT" + "Tue, 23 Jun 2020 17:53:22 GMT" ], "Content-Length": [ - "2760" + "5097" ], "Content-Type": [ "application/json" @@ -1017,25 +1017,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps8279/providers/Microsoft.Web/sites/ps8831\",\r\n \"name\": \"ps8831\",\r\n \"type\": \"Microsoft.Web/sites\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps8831\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps8831.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps8279-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-123.api.azurewebsites.windows.net:454/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/webspaces/ps8279-WestUSwebspace/sites/ps8831\",\r\n \"repositorySiteName\": \"ps8831\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps8831.azurewebsites.net\",\r\n \"ps8831.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\": \"ps8831.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\": \"ps8831.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/ps8279/providers/Microsoft.Web/serverfarms/ps4034\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2019-06-25T00:25:59.1466667\",\r\n \"storageRecoveryDefaultState\": \"Running\",\r\n \"contentAvailabilityState\": \"Normal\",\r\n \"runtimeAvailabilityState\": \"Normal\",\r\n \"siteConfig\": null,\r\n \"deploymentId\": \"ps8831\",\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\": \"ps8279\",\r\n \"defaultHostName\": \"ps8831.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/ps6102/providers/Microsoft.Web/sites/ps6677\",\r\n \"name\": \"ps6677\",\r\n \"type\": \"Microsoft.Web/sites\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps6677\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps6677.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps6102-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-089.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps6102-WestUSwebspace/sites/ps6677\",\r\n \"repositorySiteName\": \"ps6677\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps6677.azurewebsites.net\",\r\n \"ps6677.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\": \"ps6677.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\": \"ps6677.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/ps6102/providers/Microsoft.Web/serverfarms/ps8317\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-06-23T17:53:04.76\",\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\": \"ps6677\",\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\": \"40.83.150.233\",\r\n \"possibleInboundIpAddresses\": \"40.83.150.233\",\r\n \"ftpUsername\": \"ps6677\\\\$ps6677\",\r\n \"ftpsHostName\": \"ftps://waws-prod-bay-089.ftp.azurewebsites.windows.net/site/wwwroot\",\r\n \"outboundIpAddresses\": \"40.83.150.233,13.64.108.67,13.64.104.203,13.64.109.86,13.64.107.184\",\r\n \"possibleOutboundIpAddresses\": \"40.83.150.233,13.64.108.67,13.64.104.203,13.64.109.86,13.64.107.184,13.64.105.5,13.64.108.146\",\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-089\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps6102\",\r\n \"defaultHostName\": \"ps6677.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/ps8279/providers/Microsoft.Web/sites/ps8831/config/web?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzODI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczg4MzEvY29uZmlnL3dlYj9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps6102/providers/Microsoft.Web/sites/ps6677/config/web?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNjEwMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY2NzcvY29uZmlnL3dlYj9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "33d141e7-058a-4b24-b3af-c2aba337d33d" + "2e99b806-ac7b-4229-916f-7afe0cfab04f" ], "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" ] }, @@ -1050,7 +1050,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "858fdf48-7560-4698-a0c2-622651a41e0b" + "42c039f3-19fd-4021-8114-70a1b42a410d" ], "Server": [ "Microsoft-IIS/10.0" @@ -1062,22 +1062,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11994" ], "x-ms-correlation-request-id": [ - "a8cccc54-8893-49a7-8393-e544f7e60deb" + "6263743c-bfb6-404c-9e66-383a13618a56" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T000305Z:a8cccc54-8893-49a7-8393-e544f7e60deb" + "WESTINDIA:20200623T173358Z:6263743c-bfb6-404c-9e66-383a13618a56" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:03:05 GMT" + "Tue, 23 Jun 2020 17:33:58 GMT" ], "Content-Length": [ - "2859" + "3115" ], "Content-Type": [ "application/json" @@ -1086,25 +1086,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps8279/providers/Microsoft.Web/sites/ps8831/config/web\",\r\n \"name\": \"ps8831\",\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\": \"$ps8831\",\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/ps6102/providers/Microsoft.Web/sites/ps6677/config/web\",\r\n \"name\": \"ps6677\",\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\": \"$ps6677\",\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/ps8279/providers/Microsoft.Web/sites/ps8831/config/web?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzODI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczg4MzEvY29uZmlnL3dlYj9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps6102/providers/Microsoft.Web/sites/ps6677/config/web?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNjEwMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY2NzcvY29uZmlnL3dlYj9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "66f96d55-6239-4020-bbf4-8a3d28a4faa2" + "d4445842-2bf9-42db-96d8-54216bd22fc7" ], "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" ] }, @@ -1119,7 +1119,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "57703471-bc7b-4528-8f0e-32baeae221b5" + "46ae999d-53ec-41fe-8545-58b884bb4536" ], "Server": [ "Microsoft-IIS/10.0" @@ -1131,22 +1131,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11994" ], "x-ms-correlation-request-id": [ - "96bb7ba3-5a33-47b3-93e8-f072dc5a9b9e" + "cbe40989-1f34-4a6a-b1d9-48e9cc7ed679" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002616Z:96bb7ba3-5a33-47b3-93e8-f072dc5a9b9e" + "WESTINDIA:20200623T175323Z:cbe40989-1f34-4a6a-b1d9-48e9cc7ed679" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:26:15 GMT" + "Tue, 23 Jun 2020 17:53:22 GMT" ], "Content-Length": [ - "2859" + "3115" ], "Content-Type": [ "application/json" @@ -1155,25 +1155,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps8279/providers/Microsoft.Web/sites/ps8831/config/web\",\r\n \"name\": \"ps8831\",\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\": \"$ps8831\",\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/ps6102/providers/Microsoft.Web/sites/ps6677/config/web\",\r\n \"name\": \"ps6677\",\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\": \"$ps6677\",\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/ps8279/providers/Microsoft.Web/sites/ps8831/config/web?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzODI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczg4MzEvY29uZmlnL3dlYj9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps6102/providers/Microsoft.Web/sites/ps6677/config/web?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNjEwMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY2NzcvY29uZmlnL3dlYj9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a6ce8f53-f54f-4236-97e4-03fd3a326f74" + "666af1fb-cec2-4bdc-84a9-c6f8c0e9e04b" ], "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" ] }, @@ -1188,7 +1188,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2661bd9e-9cff-4f62-9bfe-03cb5b6f12e1" + "72719c17-5bbe-4534-a994-130eb7956233" ], "Server": [ "Microsoft-IIS/10.0" @@ -1200,22 +1200,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11992" ], "x-ms-correlation-request-id": [ - "3fc12776-4812-46ff-8bb0-c93a8b761c46" + "4b0ae025-f942-4a12-8d03-08cea60337e0" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002629Z:3fc12776-4812-46ff-8bb0-c93a8b761c46" + "WESTINDIA:20200623T175410Z:4b0ae025-f942-4a12-8d03-08cea60337e0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:26:28 GMT" + "Tue, 23 Jun 2020 17:54:09 GMT" ], "Content-Length": [ - "2859" + "3115" ], "Content-Type": [ "application/json" @@ -1224,25 +1224,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps8279/providers/Microsoft.Web/sites/ps8831/config/web\",\r\n \"name\": \"ps8831\",\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\": \"$ps8831\",\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/ps6102/providers/Microsoft.Web/sites/ps6677/config/web\",\r\n \"name\": \"ps6677\",\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\": \"$ps6677\",\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/ps8279/providers/Microsoft.Web/sites/ps8831/config/appsettings/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzODI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczg4MzEvY29uZmlnL2FwcHNldHRpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps6102/providers/Microsoft.Web/sites/ps6677/config/appsettings/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNjEwMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY2NzcvY29uZmlnL2FwcHNldHRpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9f21fb9d-8a64-46de-af82-a80e3db4d1e9" + "2e145d25-4e67-4aa3-b215-81adea605588" ], "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" ] }, @@ -1257,7 +1257,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c160a529-33a0-4d23-a732-18f1ecef7716" + "dcecc33d-4816-4ee7-bf4e-37bb93c08c59" ], "Server": [ "Microsoft-IIS/10.0" @@ -1272,16 +1272,16 @@ "11999" ], "x-ms-correlation-request-id": [ - "457a7758-fa2a-4c60-b418-4edb00fe8f8a" + "4abe90dc-4783-473c-a59e-0ca62fd10715" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T000305Z:457a7758-fa2a-4c60-b418-4edb00fe8f8a" + "WESTINDIA:20200623T173358Z:4abe90dc-4783-473c-a59e-0ca62fd10715" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:03:05 GMT" + "Tue, 23 Jun 2020 17:33:58 GMT" ], "Content-Length": [ "270" @@ -1293,25 +1293,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps8279/providers/Microsoft.Web/sites/ps8831/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/ps6102/providers/Microsoft.Web/sites/ps6677/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/ps8279/providers/Microsoft.Web/sites/ps8831/config/appsettings/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzODI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczg4MzEvY29uZmlnL2FwcHNldHRpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps6102/providers/Microsoft.Web/sites/ps6677/config/appsettings/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNjEwMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY2NzcvY29uZmlnL2FwcHNldHRpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c06db987-ec77-4f5f-b5c9-d37b2bc6fddd" + "f8c6929a-ea84-45f4-b866-59154eb12efc" ], "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" ] }, @@ -1326,7 +1326,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0d9731ff-ace4-4bd8-866a-62e535c3a1f4" + "8e88cf00-2402-4efa-9951-7e8c9b47d450" ], "Server": [ "Microsoft-IIS/10.0" @@ -1341,16 +1341,16 @@ "11999" ], "x-ms-correlation-request-id": [ - "56a3f40d-dd43-4e12-968e-2a6bb294e608" + "6efedecc-8a1d-400f-bbbe-8d2f68f21340" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002616Z:56a3f40d-dd43-4e12-968e-2a6bb294e608" + "WESTINDIA:20200623T175324Z:6efedecc-8a1d-400f-bbbe-8d2f68f21340" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:26:16 GMT" + "Tue, 23 Jun 2020 17:53:23 GMT" ], "Content-Length": [ "270" @@ -1362,25 +1362,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps8279/providers/Microsoft.Web/sites/ps8831/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/ps6102/providers/Microsoft.Web/sites/ps6677/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/ps8279/providers/Microsoft.Web/sites/ps8831/config/appsettings/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzODI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczg4MzEvY29uZmlnL2FwcHNldHRpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps6102/providers/Microsoft.Web/sites/ps6677/config/appsettings/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNjEwMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY2NzcvY29uZmlnL2FwcHNldHRpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "74860a89-b83c-4821-9229-9ee42656f233" + "f7919689-af16-4d20-a000-f378592a6ac2" ], "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" ] }, @@ -1395,7 +1395,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7e01f744-8502-45ab-bd88-1a1cc86e7f6e" + "a9b16e48-9698-4051-af08-31bbf33affa0" ], "Server": [ "Microsoft-IIS/10.0" @@ -1410,16 +1410,16 @@ "11996" ], "x-ms-correlation-request-id": [ - "1dda937a-a54a-4c73-af5d-94fc4bd40544" + "005b0255-ac38-46f0-92df-6185be72f0de" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002630Z:1dda937a-a54a-4c73-af5d-94fc4bd40544" + "WESTINDIA:20200623T175410Z:005b0255-ac38-46f0-92df-6185be72f0de" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:26:29 GMT" + "Tue, 23 Jun 2020 17:54:10 GMT" ], "Content-Length": [ "270" @@ -1431,25 +1431,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps8279/providers/Microsoft.Web/sites/ps8831/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/ps6102/providers/Microsoft.Web/sites/ps6677/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/ps8279/providers/Microsoft.Web/sites/ps8831/config/connectionstrings/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzODI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczg4MzEvY29uZmlnL2Nvbm5lY3Rpb25zdHJpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps6102/providers/Microsoft.Web/sites/ps6677/config/connectionstrings/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNjEwMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY2NzcvY29uZmlnL2Nvbm5lY3Rpb25zdHJpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c19db86f-4d96-4ac1-bed1-a59560f1f16d" + "8c971cfe-c4b5-41bb-83d5-52b71a5b7350" ], "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" ] }, @@ -1464,7 +1464,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0ad71af7-f2b1-4977-af34-823027a6543a" + "0cc97b62-4eab-4573-b064-e699ef535597" ], "Server": [ "Microsoft-IIS/10.0" @@ -1479,16 +1479,16 @@ "11998" ], "x-ms-correlation-request-id": [ - "a8874932-17f8-4c91-903c-f1c8f4b1e524" + "0b983342-2d72-46a8-a857-0111c1ca95b3" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T000306Z:a8874932-17f8-4c91-903c-f1c8f4b1e524" + "WESTINDIA:20200623T173359Z:0b983342-2d72-46a8-a857-0111c1ca95b3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:03:06 GMT" + "Tue, 23 Jun 2020 17:33:59 GMT" ], "Content-Length": [ "244" @@ -1500,25 +1500,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps8279/providers/Microsoft.Web/sites/ps8831/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/ps6102/providers/Microsoft.Web/sites/ps6677/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/ps8279/providers/Microsoft.Web/sites/ps8831/config/connectionstrings/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzODI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczg4MzEvY29uZmlnL2Nvbm5lY3Rpb25zdHJpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps6102/providers/Microsoft.Web/sites/ps6677/config/connectionstrings/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNjEwMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY2NzcvY29uZmlnL2Nvbm5lY3Rpb25zdHJpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "08d3f051-2114-4d2d-a28f-dc2461d329ef" + "15b4d83a-a82a-42cf-b28e-784542d867a3" ], "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" ] }, @@ -1533,7 +1533,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d316d680-cdfe-4205-8117-5db8cf692d62" + "166d80b0-e827-481c-98fb-e0eaca6777d5" ], "Server": [ "Microsoft-IIS/10.0" @@ -1548,16 +1548,16 @@ "11998" ], "x-ms-correlation-request-id": [ - "03b43e18-823f-40cf-a545-bad69591bdb8" + "1c0db773-53a9-4641-bf7d-2b3529bac553" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002617Z:03b43e18-823f-40cf-a545-bad69591bdb8" + "WESTINDIA:20200623T175324Z:1c0db773-53a9-4641-bf7d-2b3529bac553" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:26:16 GMT" + "Tue, 23 Jun 2020 17:53:24 GMT" ], "Content-Length": [ "244" @@ -1569,25 +1569,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps8279/providers/Microsoft.Web/sites/ps8831/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/ps6102/providers/Microsoft.Web/sites/ps6677/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/ps8279/providers/Microsoft.Web/sites/ps8831/config/connectionstrings/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzODI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczg4MzEvY29uZmlnL2Nvbm5lY3Rpb25zdHJpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps6102/providers/Microsoft.Web/sites/ps6677/config/connectionstrings/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNjEwMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY2NzcvY29uZmlnL2Nvbm5lY3Rpb25zdHJpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f300cbf3-917f-4477-bcb4-2055a36c72b3" + "aa75606e-afc6-4918-bdc7-8410442e8ad0" ], "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" ] }, @@ -1602,7 +1602,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e9f18601-7ade-4405-a0e6-ec755902f3c6" + "6db9400e-ed29-40a3-aece-3112915fd0ee" ], "Server": [ "Microsoft-IIS/10.0" @@ -1617,16 +1617,16 @@ "11995" ], "x-ms-correlation-request-id": [ - "9a9bac8b-3cc3-4804-a97d-a7cb1d1c8933" + "b59f09fc-5041-40cd-86d0-5c7b0265dd60" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002630Z:9a9bac8b-3cc3-4804-a97d-a7cb1d1c8933" + "WESTINDIA:20200623T175411Z:b59f09fc-5041-40cd-86d0-5c7b0265dd60" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:26:29 GMT" + "Tue, 23 Jun 2020 17:54:10 GMT" ], "Content-Length": [ "244" @@ -1638,25 +1638,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps8279/providers/Microsoft.Web/sites/ps8831/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/ps6102/providers/Microsoft.Web/sites/ps6677/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/ps8279/providers/Microsoft.Web/sites/ps8831/publishxml?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzODI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczg4MzEvcHVibGlzaHhtbD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps6102/providers/Microsoft.Web/sites/ps6677/publishxml?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNjEwMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY2NzcvcHVibGlzaHhtbD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "POST", "RequestBody": "{\r\n \"format\": \"WebDeploy\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "969dc132-8ff2-4c1d-b490-3de8cc32798c" + "de654441-b922-4955-9b1c-2fc623b05203" ], "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": [ @@ -1689,19 +1689,19 @@ "11999" ], "x-ms-request-id": [ - "0b1178bd-2b7f-4c3b-b034-4e74d6296d34" + "874a414a-913e-43a2-a01e-5995322b23c8" ], "x-ms-correlation-request-id": [ - "0b1178bd-2b7f-4c3b-b034-4e74d6296d34" + "874a414a-913e-43a2-a01e-5995322b23c8" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T000306Z:0b1178bd-2b7f-4c3b-b034-4e74d6296d34" + "WESTINDIA:20200623T173359Z:874a414a-913e-43a2-a01e-5995322b23c8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:03:06 GMT" + "Tue, 23 Jun 2020 17:33:59 GMT" ], "Content-Length": [ "1496" @@ -1713,25 +1713,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/ps8279/providers/Microsoft.Web/sites/ps8831/snapshots?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzODI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczg4MzEvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps6102/providers/Microsoft.Web/sites/ps6677/snapshots?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNjEwMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY2Nzcvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3a70fb3d-4943-4758-87a0-c5af41d3756e" + "c76a0258-977c-4f6e-a71d-d55cedc58069" ], "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" ] }, @@ -1743,13 +1743,13 @@ "no-cache" ], "ETag": [ - "\"1D52AE952FE2BF5\"" + "\"1D649846E7E73E0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b82c7959-7cb9-4e1e-91f7-8f1ad37fe0b7" + "ac22c17d-17e8-4a3f-9d59-2087391e3687" ], "Server": [ "Microsoft-IIS/10.0" @@ -1761,19 +1761,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11993" ], "x-ms-correlation-request-id": [ - "92b4bcd7-5314-462b-a1fa-4763f19e0e31" + "f7fe0d99-59b6-4c94-af9e-e28f60ca6146" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T000315Z:92b4bcd7-5314-462b-a1fa-4763f19e0e31" + "WESTINDIA:20200623T173400Z:f7fe0d99-59b6-4c94-af9e-e28f60ca6146" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:03:14 GMT" + "Tue, 23 Jun 2020 17:34:00 GMT" ], "Content-Length": [ "38" @@ -1789,21 +1789,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps8279/providers/Microsoft.Web/sites/ps8831/snapshots?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzODI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczg4MzEvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps6102/providers/Microsoft.Web/sites/ps6677/snapshots?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNjEwMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY2Nzcvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ec4e61c5-1b95-4bb3-9ce2-0d844081516d" + "7c339159-fbd6-45f6-bbab-06c97da41969" ], "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" ] }, @@ -1815,13 +1815,13 @@ "no-cache" ], "ETag": [ - "\"1D52AE952FE2BF5\"" + "\"1D649846E7E73E0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1ea02fb1-43ce-4bd9-ad33-35ce929b01ae" + "5a3b779e-3159-41f6-8a95-88e0eb084693" ], "Server": [ "Microsoft-IIS/10.0" @@ -1833,19 +1833,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11992" ], "x-ms-correlation-request-id": [ - "ed52208a-9696-40fb-8744-b3aa5306dc57" + "e84648cc-7e54-408b-9acd-8ab7172ac518" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T000424Z:ed52208a-9696-40fb-8744-b3aa5306dc57" + "WESTINDIA:20200623T173501Z:e84648cc-7e54-408b-9acd-8ab7172ac518" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:04:24 GMT" + "Tue, 23 Jun 2020 17:35:00 GMT" ], "Content-Length": [ "38" @@ -1861,21 +1861,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps8279/providers/Microsoft.Web/sites/ps8831/snapshots?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzODI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczg4MzEvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps6102/providers/Microsoft.Web/sites/ps6677/snapshots?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNjEwMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY2Nzcvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a0282813-e9ec-4371-8aee-5af9b8487e04" + "b81e7d1d-387f-48a9-9e91-ab65f35abaed" ], "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" ] }, @@ -1887,13 +1887,13 @@ "no-cache" ], "ETag": [ - "\"1D52AE952FE2BF5\"" + "\"1D649846E7E73E0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "dc939163-c3d4-4625-bf90-09c59d26b095" + "600318a0-d1a0-41dd-841f-519d421d914d" ], "Server": [ "Microsoft-IIS/10.0" @@ -1905,19 +1905,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11991" ], "x-ms-correlation-request-id": [ - "58d839d3-5013-4ef2-b574-b827d99aee9b" + "f4459117-3cb1-4498-8286-4e403a4e309e" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T000533Z:58d839d3-5013-4ef2-b574-b827d99aee9b" + "WESTINDIA:20200623T173603Z:f4459117-3cb1-4498-8286-4e403a4e309e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:05:32 GMT" + "Tue, 23 Jun 2020 17:36:02 GMT" ], "Content-Length": [ "38" @@ -1933,21 +1933,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps8279/providers/Microsoft.Web/sites/ps8831/snapshots?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzODI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczg4MzEvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps6102/providers/Microsoft.Web/sites/ps6677/snapshots?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNjEwMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY2Nzcvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "553378b9-88f1-4109-a8ec-d699e52b3ef8" + "43af4d90-f941-4ae1-85ee-c667e8a146f8" ], "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" ] }, @@ -1959,13 +1959,13 @@ "no-cache" ], "ETag": [ - "\"1D52AE952FE2BF5\"" + "\"1D649846E7E73E0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "540cab62-6b7e-4688-af12-d0b35c22ab83" + "4040253a-4586-46d2-9edb-1eb76033d981" ], "Server": [ "Microsoft-IIS/10.0" @@ -1977,19 +1977,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11990" ], "x-ms-correlation-request-id": [ - "e79e10eb-c813-44fd-b800-5474a2a62585" + "785ea834-adfa-450c-878b-525dc6ddc0b0" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T000642Z:e79e10eb-c813-44fd-b800-5474a2a62585" + "WESTINDIA:20200623T173704Z:785ea834-adfa-450c-878b-525dc6ddc0b0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:06:42 GMT" + "Tue, 23 Jun 2020 17:37:04 GMT" ], "Content-Length": [ "38" @@ -2005,21 +2005,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps8279/providers/Microsoft.Web/sites/ps8831/snapshots?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzODI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczg4MzEvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps6102/providers/Microsoft.Web/sites/ps6677/snapshots?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNjEwMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY2Nzcvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dcd20694-d6f1-450a-ab94-32eed2e1b7f2" + "d504713a-dbdb-4310-b5df-8bb252dfbe6a" ], "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" ] }, @@ -2031,13 +2031,13 @@ "no-cache" ], "ETag": [ - "\"1D52AE952FE2BF5\"" + "\"1D649846E7E73E0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d5856595-8385-4e93-bbed-a5fa8665210e" + "5572183e-fd1e-4d8f-b330-2d714344a33f" ], "Server": [ "Microsoft-IIS/10.0" @@ -2049,19 +2049,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11989" ], "x-ms-correlation-request-id": [ - "2d43e96e-b10d-4e13-a507-feefa838b7a1" + "8abf9352-faa3-431d-a8c7-e869242fe79d" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T000752Z:2d43e96e-b10d-4e13-a507-feefa838b7a1" + "WESTINDIA:20200623T173806Z:8abf9352-faa3-431d-a8c7-e869242fe79d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:07:51 GMT" + "Tue, 23 Jun 2020 17:38:05 GMT" ], "Content-Length": [ "38" @@ -2077,21 +2077,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps8279/providers/Microsoft.Web/sites/ps8831/snapshots?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzODI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczg4MzEvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps6102/providers/Microsoft.Web/sites/ps6677/snapshots?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNjEwMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY2Nzcvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d887935e-8a01-411e-b521-82cd328d94ef" + "6e2b8db0-06da-44bf-aa07-a42802c066f6" ], "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" ] }, @@ -2103,13 +2103,13 @@ "no-cache" ], "ETag": [ - "\"1D52AE952FE2BF5\"" + "\"1D649846E7E73E0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a86531b9-fa7b-4971-9aa7-20c7e8958d2a" + "d2e1a738-6383-416c-84fe-c07250a1687f" ], "Server": [ "Microsoft-IIS/10.0" @@ -2121,19 +2121,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11988" ], "x-ms-correlation-request-id": [ - "3ccfc57b-c986-4991-aca4-409d63d038c9" + "808da26e-44db-43c5-ba44-09cae7fa6c7e" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T000901Z:3ccfc57b-c986-4991-aca4-409d63d038c9" + "WESTINDIA:20200623T173907Z:808da26e-44db-43c5-ba44-09cae7fa6c7e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:09:00 GMT" + "Tue, 23 Jun 2020 17:39:06 GMT" ], "Content-Length": [ "38" @@ -2149,21 +2149,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps8279/providers/Microsoft.Web/sites/ps8831/snapshots?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzODI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczg4MzEvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps6102/providers/Microsoft.Web/sites/ps6677/snapshots?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNjEwMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY2Nzcvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5f13932d-ee09-4c87-9326-018c23cc48a9" + "f15fed75-a7d1-4a83-9f14-7754543ecb37" ], "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" ] }, @@ -2175,13 +2175,13 @@ "no-cache" ], "ETag": [ - "\"1D52AE952FE2BF5\"" + "\"1D649846E7E73E0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "96840c1e-09a0-4484-af85-dae356cd35b9" + "321bda3e-10b2-4224-8fdb-914ba8e0cdd8" ], "Server": [ "Microsoft-IIS/10.0" @@ -2193,19 +2193,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11987" ], "x-ms-correlation-request-id": [ - "ceb3f31b-d2e5-49bc-88f8-35e3d7bb6bb1" + "4c2c70fb-af99-4197-a037-bdd41cfc5e24" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T001014Z:ceb3f31b-d2e5-49bc-88f8-35e3d7bb6bb1" + "WESTINDIA:20200623T174010Z:4c2c70fb-af99-4197-a037-bdd41cfc5e24" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:10:14 GMT" + "Tue, 23 Jun 2020 17:40:10 GMT" ], "Content-Length": [ "38" @@ -2221,21 +2221,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps8279/providers/Microsoft.Web/sites/ps8831/snapshots?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzODI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczg4MzEvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps6102/providers/Microsoft.Web/sites/ps6677/snapshots?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNjEwMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY2Nzcvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b6a3b35f-f6e9-4f82-a74c-4791bfe2648f" + "b720769b-e5f3-4dda-9d35-31782f6e860e" ], "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" ] }, @@ -2247,13 +2247,13 @@ "no-cache" ], "ETag": [ - "\"1D52AE952FE2BF5\"" + "\"1D649846E7E73E0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8596a491-380d-4496-b762-4be240516cc5" + "b4695053-dad5-4aa0-851f-d41a4cb286c9" ], "Server": [ "Microsoft-IIS/10.0" @@ -2265,19 +2265,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11986" ], "x-ms-correlation-request-id": [ - "3f6bd2f2-14a4-4a2c-999b-262e5784f6e1" + "7f11af75-9bf9-413e-871f-e381c70b0255" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T001123Z:3f6bd2f2-14a4-4a2c-999b-262e5784f6e1" + "WESTINDIA:20200623T174111Z:7f11af75-9bf9-413e-871f-e381c70b0255" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:11:22 GMT" + "Tue, 23 Jun 2020 17:41:10 GMT" ], "Content-Length": [ "38" @@ -2293,21 +2293,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps8279/providers/Microsoft.Web/sites/ps8831/snapshots?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzODI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczg4MzEvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps6102/providers/Microsoft.Web/sites/ps6677/snapshots?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNjEwMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY2Nzcvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9513a442-fee9-4d03-9d35-60440531312c" + "c5edb755-071a-4604-8355-fb0dac232477" ], "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" ] }, @@ -2319,13 +2319,13 @@ "no-cache" ], "ETag": [ - "\"1D52AE952FE2BF5\"" + "\"1D649846E7E73E0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8d0a9a10-6928-4ebc-b1e7-7162e22c7466" + "4877f423-ff3a-4ddb-9970-10aa9e8d7509" ], "Server": [ "Microsoft-IIS/10.0" @@ -2337,19 +2337,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11985" ], "x-ms-correlation-request-id": [ - "7dc38fc1-1f76-4fc5-88e8-7fc73393f7a9" + "b7182bd0-1880-44d0-ae58-90afb1973ac3" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T001231Z:7dc38fc1-1f76-4fc5-88e8-7fc73393f7a9" + "WESTINDIA:20200623T174212Z:b7182bd0-1880-44d0-ae58-90afb1973ac3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:12:30 GMT" + "Tue, 23 Jun 2020 17:42:11 GMT" ], "Content-Length": [ "38" @@ -2365,21 +2365,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps8279/providers/Microsoft.Web/sites/ps8831/snapshots?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzODI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczg4MzEvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps6102/providers/Microsoft.Web/sites/ps6677/snapshots?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNjEwMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY2Nzcvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a7b106a8-2a1d-4950-8c17-31fe0eda82c0" + "8ffc83db-4904-40a9-a655-b83d5700e68f" ], "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" ] }, @@ -2391,13 +2391,13 @@ "no-cache" ], "ETag": [ - "\"1D52AE952FE2BF5\"" + "\"1D649846E7E73E0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "40f70af4-10dd-4112-b709-2060810c8a90" + "8411e671-c37c-4769-9b5c-638972b86234" ], "Server": [ "Microsoft-IIS/10.0" @@ -2409,19 +2409,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11984" ], "x-ms-correlation-request-id": [ - "217d1134-7572-48e8-889e-9ef76f9d8888" + "1f5cd964-8184-4cc7-b6e0-d51339927805" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T001340Z:217d1134-7572-48e8-889e-9ef76f9d8888" + "WESTINDIA:20200623T174313Z:1f5cd964-8184-4cc7-b6e0-d51339927805" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:13:40 GMT" + "Tue, 23 Jun 2020 17:43:12 GMT" ], "Content-Length": [ "38" @@ -2437,21 +2437,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps8279/providers/Microsoft.Web/sites/ps8831/snapshots?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzODI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczg4MzEvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps6102/providers/Microsoft.Web/sites/ps6677/snapshots?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNjEwMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY2Nzcvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3564bb1c-b047-415b-9697-b828cf8517ec" + "4aa78cc8-0f60-4338-accb-e493ad7219e4" ], "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" ] }, @@ -2463,13 +2463,16 @@ "no-cache" ], "ETag": [ - "\"1D52AE952FE2BF5\"" + "\"1D649846E7E73E0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8cb34a99-8018-49e5-838e-2dc500b87f06" + "5078b089-340a-462c-a716-5ede07ebc9fe" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11983" ], "Server": [ "Microsoft-IIS/10.0" @@ -2480,20 +2483,17 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" - ], "x-ms-correlation-request-id": [ - "fee9a0cd-eb16-4b3e-a648-77a824bf1565" + "c022de04-5a74-4227-abcf-0952b981a906" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T001449Z:fee9a0cd-eb16-4b3e-a648-77a824bf1565" + "WESTINDIA:20200623T174413Z:c022de04-5a74-4227-abcf-0952b981a906" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:14:49 GMT" + "Tue, 23 Jun 2020 17:44:12 GMT" ], "Content-Length": [ "38" @@ -2509,21 +2509,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps8279/providers/Microsoft.Web/sites/ps8831/snapshots?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzODI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczg4MzEvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps6102/providers/Microsoft.Web/sites/ps6677/snapshots?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNjEwMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY2Nzcvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6c9d5d25-42ca-4162-a6fc-c3c3cba80b5c" + "2dd2b075-0901-4f24-978b-3d39b3c405b3" ], "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" ] }, @@ -2535,13 +2535,13 @@ "no-cache" ], "ETag": [ - "\"1D52AE952FE2BF5\"" + "\"1D649846E7E73E0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "be1b8a6e-88a2-4e3e-aab2-7ec1af9100b9" + "f963b437-4dde-4400-a3cd-c6c84ef9dbc4" ], "Server": [ "Microsoft-IIS/10.0" @@ -2553,19 +2553,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11982" ], "x-ms-correlation-request-id": [ - "8815c89f-bd1f-4020-9206-aff6b5875492" + "81796bb9-ef61-4215-b9ae-1d2eacf4c602" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T001552Z:8815c89f-bd1f-4020-9206-aff6b5875492" + "WESTINDIA:20200623T174515Z:81796bb9-ef61-4215-b9ae-1d2eacf4c602" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:15:52 GMT" + "Tue, 23 Jun 2020 17:45:15 GMT" ], "Content-Length": [ "38" @@ -2581,21 +2581,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps8279/providers/Microsoft.Web/sites/ps8831/snapshots?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzODI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczg4MzEvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps6102/providers/Microsoft.Web/sites/ps6677/snapshots?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNjEwMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY2Nzcvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dec7f90c-9f32-444e-bb2f-64085f7b320c" + "51e6715d-540d-4723-99ac-237f5305f652" ], "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" ] }, @@ -2607,13 +2607,13 @@ "no-cache" ], "ETag": [ - "\"1D52AE952FE2BF5\"" + "\"1D649846E7E73E0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "612b3e5f-a204-4eb6-9ced-89a08059b51f" + "1e9fb977-a103-4292-8236-a19b09e437c6" ], "Server": [ "Microsoft-IIS/10.0" @@ -2625,19 +2625,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11981" ], "x-ms-correlation-request-id": [ - "e15bd721-ebf2-4e33-871d-dc6f92bb892b" + "809680e4-2c19-465d-91d7-412ccce4669a" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T001659Z:e15bd721-ebf2-4e33-871d-dc6f92bb892b" + "WESTINDIA:20200623T174616Z:809680e4-2c19-465d-91d7-412ccce4669a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:16:59 GMT" + "Tue, 23 Jun 2020 17:46:16 GMT" ], "Content-Length": [ "38" @@ -2653,21 +2653,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps8279/providers/Microsoft.Web/sites/ps8831/snapshots?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzODI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczg4MzEvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps6102/providers/Microsoft.Web/sites/ps6677/snapshots?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNjEwMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY2Nzcvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "79fe9d93-34ea-4995-be29-6ec8d14a06ce" + "93bbdff5-387b-4cf3-9de7-ce5d5530d7bb" ], "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" ] }, @@ -2679,13 +2679,13 @@ "no-cache" ], "ETag": [ - "\"1D52AE952FE2BF5\"" + "\"1D649846E7E73E0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c125a237-7a9d-4dd3-8bc0-76ff8614d609" + "61ad4e77-f325-4bc5-bc00-6e2672f8610f" ], "Server": [ "Microsoft-IIS/10.0" @@ -2697,19 +2697,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11980" ], "x-ms-correlation-request-id": [ - "becea16c-dc5a-4ce1-9590-e50454ecb7c1" + "3fded490-1822-4bc8-a141-d56a11c1f8f2" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T001807Z:becea16c-dc5a-4ce1-9590-e50454ecb7c1" + "WESTINDIA:20200623T174716Z:3fded490-1822-4bc8-a141-d56a11c1f8f2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:18:07 GMT" + "Tue, 23 Jun 2020 17:47:16 GMT" ], "Content-Length": [ "38" @@ -2725,21 +2725,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps8279/providers/Microsoft.Web/sites/ps8831/snapshots?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzODI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczg4MzEvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps6102/providers/Microsoft.Web/sites/ps6677/snapshots?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNjEwMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY2Nzcvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9be18d9a-fc8c-4dbc-9c53-be81a46c0dff" + "5e92b701-c12e-4697-bc80-5a0b3804282d" ], "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" ] }, @@ -2751,13 +2751,13 @@ "no-cache" ], "ETag": [ - "\"1D52AE952FE2BF5\"" + "\"1D649846E7E73E0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "28d16ee9-d793-43e3-9397-2b3d89beb4c7" + "fa373a0f-6368-4f5a-981b-d9b102d1e3e3" ], "Server": [ "Microsoft-IIS/10.0" @@ -2769,19 +2769,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11979" ], "x-ms-correlation-request-id": [ - "0c07afe3-d51c-4d0f-b011-0d93ed1761fa" + "eec0d471-7ea0-4b20-8a58-584822b14c58" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T001915Z:0c07afe3-d51c-4d0f-b011-0d93ed1761fa" + "WESTINDIA:20200623T174818Z:eec0d471-7ea0-4b20-8a58-584822b14c58" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:19:15 GMT" + "Tue, 23 Jun 2020 17:48:17 GMT" ], "Content-Length": [ "38" @@ -2797,21 +2797,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps8279/providers/Microsoft.Web/sites/ps8831/snapshots?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzODI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczg4MzEvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps6102/providers/Microsoft.Web/sites/ps6677/snapshots?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNjEwMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY2Nzcvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1a02228f-699f-40eb-bd70-c6a29d43f3c8" + "587bb47f-7708-4c30-b108-956c092b170f" ], "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" ] }, @@ -2823,13 +2823,13 @@ "no-cache" ], "ETag": [ - "\"1D52AE952FE2BF5\"" + "\"1D649846E7E73E0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "31c5993c-9bfc-4520-9174-04913b257df0" + "d2e24656-c8c1-4234-b0b0-d62602bdcba7" ], "Server": [ "Microsoft-IIS/10.0" @@ -2841,19 +2841,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11978" ], "x-ms-correlation-request-id": [ - "32317a52-721a-419a-9ddb-6035433270f7" + "8c64f14f-3c47-4b59-bb16-71560ab1b270" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002021Z:32317a52-721a-419a-9ddb-6035433270f7" + "WESTINDIA:20200623T174920Z:8c64f14f-3c47-4b59-bb16-71560ab1b270" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:20:21 GMT" + "Tue, 23 Jun 2020 17:49:20 GMT" ], "Content-Length": [ "38" @@ -2869,21 +2869,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps8279/providers/Microsoft.Web/sites/ps8831/snapshots?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzODI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczg4MzEvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps6102/providers/Microsoft.Web/sites/ps6677/snapshots?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNjEwMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY2Nzcvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "caa25ab4-2381-452d-87fb-001237d5f58b" + "71174fd4-0545-4806-ac91-05ac556e2bd8" ], "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" ] }, @@ -2895,13 +2895,13 @@ "no-cache" ], "ETag": [ - "\"1D52AE952FE2BF5\"" + "\"1D649846E7E73E0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c82a7d1a-9102-45f9-bd9a-74c4ca616128" + "01ed7b16-6181-4f64-8522-efb38225f4cf" ], "Server": [ "Microsoft-IIS/10.0" @@ -2913,22 +2913,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11977" ], "x-ms-correlation-request-id": [ - "29d960eb-e8c7-4f9b-8f22-41da58c1c45e" + "1cbccc91-a1d6-44c7-a117-21063326fc99" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002130Z:29d960eb-e8c7-4f9b-8f22-41da58c1c45e" + "WESTINDIA:20200623T175022Z:1cbccc91-a1d6-44c7-a117-21063326fc99" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:21:29 GMT" + "Tue, 23 Jun 2020 17:50:22 GMT" ], "Content-Length": [ - "38" + "323" ], "Content-Type": [ "application/json" @@ -2937,25 +2937,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/ps6102/providers/Microsoft.Web/sites/ps6677/snapshots/2020-06-23T17_49_32_7200844\",\r\n \"name\": \"2020-06-23T17:49:32.7200844\",\r\n \"type\": \"Microsoft.Web/sites/snapshots\",\r\n \"properties\": {\r\n \"time\": \"2020-06-23T17:49:32.7200844\"\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/resourceGroups/ps8279/providers/Microsoft.Web/sites/ps8831/snapshots?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzODI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczg4MzEvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps6102/providers/Microsoft.Web/sites/ps6677?deleteMetrics=true&deleteEmptyServerFarm=false&api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNjEwMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY2Nzc/ZGVsZXRlTWV0cmljcz10cnVlJmRlbGV0ZUVtcHR5U2VydmVyRmFybT1mYWxzZSZhcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a5b92206-4e91-40f2-ac1f-adb8ca5b39b5" + "a1b93e41-1f13-43f9-8891-5d677ac213f0" ], "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" ] }, @@ -2967,13 +2967,13 @@ "no-cache" ], "ETag": [ - "\"1D52AE952FE2BF5\"" + "\"1D649846E7E73E0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ca845307-60c5-4b6f-bb5a-7cd09769fc57" + "142ce0ee-0973-47b4-873b-fc5cb5868f9c" ], "Server": [ "Microsoft-IIS/10.0" @@ -2984,50 +2984,47 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], "x-ms-correlation-request-id": [ - "9b4429ac-862a-4a80-9dd7-e9ed5ddfe185" + "e8af6a44-9718-4663-ac89-b37b99e0d3d1" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002238Z:9b4429ac-862a-4a80-9dd7-e9ed5ddfe185" + "WESTINDIA:20200623T175130Z:e8af6a44-9718-4663-ac89-b37b99e0d3d1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:22:38 GMT" - ], - "Content-Length": [ - "38" - ], - "Content-Type": [ - "application/json" + "Tue, 23 Jun 2020 17:51: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/resourceGroups/ps8279/providers/Microsoft.Web/sites/ps8831/snapshots?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzODI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczg4MzEvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps6102/providers/Microsoft.Web/sites/ps6677?deleteMetrics=true&deleteEmptyServerFarm=false&api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNjEwMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY2Nzc/ZGVsZXRlTWV0cmljcz10cnVlJmRlbGV0ZUVtcHR5U2VydmVyRmFybT1mYWxzZSZhcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8ad1c8db-178f-497b-8ce6-7a068a07b41c" + "206e3801-6cd7-4d95-84fd-f88201d975d6" ], "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" ] }, @@ -3039,13 +3036,13 @@ "no-cache" ], "ETag": [ - "\"1D52AE952FE2BF5\"" + "\"1D649876113296B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "54157b7a-c3b1-405f-8360-b96742945f29" + "5ed23e8d-da83-4928-85b0-0195596feb16" ], "Server": [ "Microsoft-IIS/10.0" @@ -3056,50 +3053,47 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], "x-ms-correlation-request-id": [ - "accb932d-457a-4f8d-8710-ef7af4f58bfe" + "b7285ed3-ea2a-4048-ab61-9c346031acb7" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002347Z:accb932d-457a-4f8d-8710-ef7af4f58bfe" + "WESTINDIA:20200623T180920Z:b7285ed3-ea2a-4048-ab61-9c346031acb7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:23:46 GMT" - ], - "Content-Length": [ - "38" - ], - "Content-Type": [ - "application/json" + "Tue, 23 Jun 2020 18:09:20 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/resourceGroups/ps8279/providers/Microsoft.Web/sites/ps8831/snapshots?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzODI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczg4MzEvc25hcHNob3RzP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", + "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": [ - "8aac1cb0-e354-4330-b791-2461b6ad9abc" + "d8777a4f-fb01-484b-aa6e-3ead458d87f3" ], "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" ] }, @@ -3110,14 +3104,11 @@ "Pragma": [ "no-cache" ], - "ETag": [ - "\"1D52AE952FE2BF5\"" - ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "766b5fac-30a2-4112-827a-e4129c072814" + "401286dc-d118-437d-b259-9860cdab364d" ], "Server": [ "Microsoft-IIS/10.0" @@ -3129,22 +3120,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11999" ], "x-ms-correlation-request-id": [ - "447dbb91-fc35-4ed2-ba74-58e31cedc14e" + "4fda2b14-40d0-4907-a46c-68d7b54d6756" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002452Z:447dbb91-fc35-4ed2-ba74-58e31cedc14e" + "WESTINDIA:20200623T175134Z:4fda2b14-40d0-4907-a46c-68d7b54d6756" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:24:52 GMT" + "Tue, 23 Jun 2020 17:51:33 GMT" ], "Content-Length": [ - "323" + "38" ], "Content-Type": [ "application/json" @@ -3153,25 +3144,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps8279/providers/Microsoft.Web/sites/ps8831/snapshots/2019-06-25T00_24_47_3882956\",\r\n \"name\": \"2019-06-25T00:24:47.3882956\",\r\n \"type\": \"Microsoft.Web/sites/snapshots\",\r\n \"properties\": {\r\n \"time\": \"2019-06-25T00:24:47.3882956\"\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/ps8279/providers/Microsoft.Web/sites/ps8831?deleteMetrics=true&deleteEmptyServerFarm=false&api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzODI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczg4MzE/ZGVsZXRlTWV0cmljcz10cnVlJmRlbGV0ZUVtcHR5U2VydmVyRmFybT1mYWxzZSZhcGktdmVyc2lvbj0yMDE4LTExLTAx", - "RequestMethod": "DELETE", + "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": [ - "5e29f615-2bb6-46b7-836a-707c48e8a331" + "0193993f-b5d4-4dfb-890c-4c546ed0370a" ], "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" ] }, @@ -3182,14 +3173,11 @@ "Pragma": [ "no-cache" ], - "ETag": [ - "\"1D52AE952FE2BF5\"" - ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a1a07eb7-91fe-43dd-b4e8-5a2526587f56" + "75fcbb49-b14e-44c3-aba1-beca2dada024" ], "Server": [ "Microsoft-IIS/10.0" @@ -3200,47 +3188,50 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" ], "x-ms-correlation-request-id": [ - "8e02ad45-837f-4dd2-9c9b-e3251118b7db" + "c785604e-d464-40a3-a258-291dfa8f5b83" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002554Z:8e02ad45-837f-4dd2-9c9b-e3251118b7db" + "WESTINDIA:20200623T175134Z:c785604e-d464-40a3-a258-291dfa8f5b83" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:25:54 GMT" + "Tue, 23 Jun 2020 17:51:33 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/ps8279/providers/Microsoft.Web/sites/ps8831?deleteMetrics=true&deleteEmptyServerFarm=false&api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzODI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczg4MzE/ZGVsZXRlTWV0cmljcz10cnVlJmRlbGV0ZUVtcHR5U2VydmVyRmFybT1mYWxzZSZhcGktdmVyc2lvbj0yMDE4LTExLTAx", - "RequestMethod": "DELETE", + "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": [ - "b070d8d6-667b-46ab-9642-2116a602b512" + "f75fd7ec-0491-4389-b222-9869bec4dc45" ], "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" ] }, @@ -3251,14 +3242,11 @@ "Pragma": [ "no-cache" ], - "ETag": [ - "\"1D52AED04F141F5\"" - ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e0588e42-2c06-4138-abfe-1d9e9ad80797" + "0cb98746-c549-41f9-b9da-1ec51e8de8b3" ], "Server": [ "Microsoft-IIS/10.0" @@ -3269,47 +3257,50 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" ], "x-ms-correlation-request-id": [ - "4ec00e49-b376-469b-aad7-5e6898b24f7e" + "0447d17a-2a93-4c8d-9528-cad640010097" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T004132Z:4ec00e49-b376-469b-aad7-5e6898b24f7e" + "WESTINDIA:20200623T175134Z:0447d17a-2a93-4c8d-9528-cad640010097" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:41:32 GMT" + "Tue, 23 Jun 2020 17:51:33 GMT" + ], + "Content-Length": [ + "1125" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", + "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%20Central%20US/deletedSites?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9XZXN0JTIwQ2VudHJhbCUyMFVTL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", + "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": [ - "84b1bc93-9e98-4587-ac81-573a739de326" + "fae371d0-bda2-4fe7-b466-d4fe743aa370" ], "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" ] }, @@ -3324,7 +3315,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "96c40733-c8bb-4b52-b90e-77ece42a015f" + "6da55276-525b-4cac-9ee9-b548a2dbd455" ], "Server": [ "Microsoft-IIS/10.0" @@ -3336,22 +3327,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-correlation-request-id": [ - "cd6472e4-dc02-475b-9746-8fbd0a2c90bb" + "1435a659-25d5-4fd4-a4c4-69f2fb21a4d9" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002555Z:cd6472e4-dc02-475b-9746-8fbd0a2c90bb" + "WESTINDIA:20200623T175134Z:1435a659-25d5-4fd4-a4c4-69f2fb21a4d9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:25:55 GMT" + "Tue, 23 Jun 2020 17:51:33 GMT" ], "Content-Length": [ - "38" + "11210" ], "Content-Type": [ "application/json" @@ -3360,25 +3351,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/providers/Microsoft.Web/locations/East US/deletedSites/641625\",\r\n \"name\": \"webapp-linuxdccbpczrkrhq\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 641625,\r\n \"deletedTimestamp\": \"2020-03-26T06:06:55.0602613\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_configdpbaid5xj3chzd4y3rpw5nheatuwptxf2pkbnaxxktpxg6dhtkme4\",\r\n \"webSpace\": \"cli_test_webapp_configdpbaid5xj3chzd4y3rpw5nheatuwptxf2pkbnaxxktpxg6dhtkme4-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-147\",\r\n \"deletedSiteName\": \"webapp-linuxdccbpczrkrhq\",\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/641634\",\r\n \"name\": \"webapp-linuxnmckpbxyoz4h\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 641634,\r\n \"deletedTimestamp\": \"2020-03-26T06:12:44.3107075\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_configwh7vjhyhhamd25bel3hyogray74vyi3esutq3yudevnzmkkvsnryd\",\r\n \"webSpace\": \"cli_test_webapp_configwh7vjhyhhamd25bel3hyogray74vyi3esutq3yudevnzmkkvsnryd-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-161\",\r\n \"deletedSiteName\": \"webapp-linuxnmckpbxyoz4h\",\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/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/Central%20US%20EUAP/deletedSites?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9DZW50cmFsJTIwVVMlMjBFVUFQL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", + "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": [ - "8331acc2-7c9f-420c-a32f-cf0fae1314ac" + "4b97b2cf-7caf-492e-b485-21ea968f78e5" ], "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" ] }, @@ -3393,7 +3384,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2b18ea94-8881-492e-bb61-ab29ab03bb0d" + "3176bac2-5e7e-461d-af38-03bc2ca743a1" ], "Server": [ "Microsoft-IIS/10.0" @@ -3408,16 +3399,16 @@ "11999" ], "x-ms-correlation-request-id": [ - "cae49ecf-3f35-438c-b7b4-b22100cea695" + "e38ff1c6-a735-4b2b-b9f0-5b83b0022623" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002555Z:cae49ecf-3f35-438c-b7b4-b22100cea695" + "WESTINDIA:20200623T175134Z:e38ff1c6-a735-4b2b-b9f0-5b83b0022623" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:25:54 GMT" + "Tue, 23 Jun 2020 17:51:33 GMT" ], "Content-Length": [ "38" @@ -3433,21 +3424,21 @@ "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/West%20India/deletedSites?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9XZXN0JTIwSW5kaWEvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7b4d5c26-e0bf-4427-ba8b-86ade0af3a32" + "a7b87ffd-6c49-4414-8107-5eaf6a4cef6d" ], "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" ] }, @@ -3462,7 +3453,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "45057021-c841-4ab1-8241-0581104364f1" + "c6ccfd22-3ff2-4cec-8971-7b5dbc22e11e" ], "Server": [ "Microsoft-IIS/10.0" @@ -3474,22 +3465,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" + "11999" ], "x-ms-correlation-request-id": [ - "e34f92b5-4248-4cb1-bab1-0df5aa945508" + "cfb6acd3-c1b2-4723-a59b-5b38043a60f8" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002555Z:e34f92b5-4248-4cb1-bab1-0df5aa945508" + "WESTINDIA:20200623T175134Z:cfb6acd3-c1b2-4723-a59b-5b38043a60f8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:25:55 GMT" + "Tue, 23 Jun 2020 17:51:33 GMT" ], "Content-Length": [ - "110531" + "38" ], "Content-Type": [ "application/json" @@ -3498,25 +3489,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 \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559016\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559016,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:36.7769724\",\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\": \"ps1159\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559017\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559017,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:38.5559357\",\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\": \"ps1159\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559637\",\r\n \"name\": \"ps8831\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559637,\r\n \"deletedTimestamp\": \"2019-06-25T00:25:53.8430908\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8279\",\r\n \"webSpace\": \"ps8279-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8831\",\r\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%20North%20Europe/deletedSites?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9NU0ZUJTIwTm9ydGglMjBFdXJvcGUvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", + "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": [ - "231760de-7faf-44ba-8d43-8238e652f2a6" + "e3caf10c-371f-4599-9ff4-a16718abdeaf" ], "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" ] }, @@ -3531,10 +3522,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2067c31d-5851-4bb3-a45a-7491f1ea4716" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "9cc67d46-a1dc-4c69-b7d1-2e3f9765efff" ], "Server": [ "Microsoft-IIS/10.0" @@ -3545,20 +3533,23 @@ "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], "x-ms-correlation-request-id": [ - "9c6d70fa-dae0-42c3-8cc8-81cbe4814071" + "25a3ae9f-e9a2-4fa4-ad4d-835fe5b47170" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002555Z:9c6d70fa-dae0-42c3-8cc8-81cbe4814071" + "WESTINDIA:20200623T175134Z:25a3ae9f-e9a2-4fa4-ad4d-835fe5b47170" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:25:55 GMT" + "Tue, 23 Jun 2020 17:51:34 GMT" ], "Content-Length": [ - "110531" + "7265" ], "Content-Type": [ "application/json" @@ -3567,25 +3558,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 \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559016\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559016,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:36.7769724\",\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\": \"ps1159\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559017\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559017,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:38.5559357\",\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\": \"ps1159\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559637\",\r\n \"name\": \"ps8831\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559637,\r\n \"deletedTimestamp\": \"2019-06-25T00:25:53.8430908\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8279\",\r\n \"webSpace\": \"ps8279-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8831\",\r\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/East%20US%202%20EUAP/deletedSites?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9FYXN0JTIwVVMlMjAyJTIwRVVBUC9kZWxldGVkU2l0ZXM/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", + "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": [ - "5a15279d-9d6e-4531-92fa-3b72e920b0f6" + "2be588c5-bca4-4303-bd5a-5425eba8388c" ], "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" ] }, @@ -3600,7 +3591,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "eff06e56-d4ad-4de9-851f-a08aa38207a4" + "5e5c96e4-e350-4848-a0ca-f3f0571d02df" ], "Server": [ "Microsoft-IIS/10.0" @@ -3615,16 +3606,16 @@ "11999" ], "x-ms-correlation-request-id": [ - "3834040e-6c18-43a7-a765-ea785843ed7f" + "7e27b1c3-1978-4cbf-aa0b-bb38c629a4e1" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002555Z:3834040e-6c18-43a7-a765-ea785843ed7f" + "WESTINDIA:20200623T175134Z:7e27b1c3-1978-4cbf-aa0b-bb38c629a4e1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:25:54 GMT" + "Tue, 23 Jun 2020 17:51:34 GMT" ], "Content-Length": [ "38" @@ -3640,21 +3631,21 @@ "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/Germany%20West%20Central/deletedSites?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9HZXJtYW55JTIwV2VzdCUyMENlbnRyYWwvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9c512f1a-fddb-4ccf-9805-ca3509a62060" + "5f3ae259-1142-4b1b-808b-1e610d8268da" ], "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" ] }, @@ -3669,7 +3660,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "07f85d1a-e691-458d-abdb-3832902644b5" + "a2af29ef-7bb2-4351-8c79-33ec865d7eff" ], "Server": [ "Microsoft-IIS/10.0" @@ -3681,22 +3672,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-correlation-request-id": [ - "c4947a9b-4f68-40a1-a52f-0bfaba14ae60" + "78665eb4-37bd-4798-b33e-3725e379db01" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002555Z:c4947a9b-4f68-40a1-a52f-0bfaba14ae60" + "WESTINDIA:20200623T175135Z:78665eb4-37bd-4798-b33e-3725e379db01" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:25:55 GMT" + "Tue, 23 Jun 2020 17:51:34 GMT" ], "Content-Length": [ - "110531" + "38" ], "Content-Type": [ "application/json" @@ -3705,25 +3696,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 \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559016\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559016,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:36.7769724\",\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\": \"ps1159\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559017\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559017,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:38.5559357\",\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\": \"ps1159\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559637\",\r\n \"name\": \"ps8831\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559637,\r\n \"deletedTimestamp\": \"2019-06-25T00:25:53.8430908\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8279\",\r\n \"webSpace\": \"ps8279-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8831\",\r\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/East%20Asia/deletedSites?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9FYXN0JTIwQXNpYS9kZWxldGVkU2l0ZXM/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9c2538b6-eaad-437c-a002-19136c6c167b" + "66ae029b-f143-45d7-b256-79d737396702" ], "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" ] }, @@ -3738,7 +3729,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4c13fc7a-72a6-4c8f-9600-e8d78012fc0e" + "46691379-7a48-40bd-831e-612a2a2de12d" ], "Server": [ "Microsoft-IIS/10.0" @@ -3750,22 +3741,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-correlation-request-id": [ - "823b333c-2f21-4528-a07a-4586683de1c3" + "b286aeb7-d179-43a4-b69d-4d0ae6f8656b" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002555Z:823b333c-2f21-4528-a07a-4586683de1c3" + "WESTINDIA:20200623T175135Z:b286aeb7-d179-43a4-b69d-4d0ae6f8656b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:25:55 GMT" + "Tue, 23 Jun 2020 17:51:34 GMT" ], "Content-Length": [ - "110531" + "38" ], "Content-Type": [ "application/json" @@ -3774,25 +3765,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 \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559016\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559016,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:36.7769724\",\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\": \"ps1159\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559017\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559017,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:38.5559357\",\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\": \"ps1159\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559637\",\r\n \"name\": \"ps8831\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559637,\r\n \"deletedTimestamp\": \"2019-06-25T00:25:53.8430908\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8279\",\r\n \"webSpace\": \"ps8279-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8831\",\r\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%20%28Stage%29/deletedSites?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9FYXN0JTIwVVMlMjAyJTIwJTI4U3RhZ2UlMjkvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", + "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": [ - "d24ebda2-8d62-432b-a639-6a7daa9446fe" + "61f74fcd-0cf3-4ccc-bb71-b527c6425720" ], "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" ] }, @@ -3807,7 +3798,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "469c55be-99c1-4172-9cc1-5112ac4fa17b" + "0032220d-95f3-4ed9-a924-5e12e46f871b" ], "Server": [ "Microsoft-IIS/10.0" @@ -3819,22 +3810,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11998" ], "x-ms-correlation-request-id": [ - "8e5642c1-c4a2-4c56-9b2c-be971557b461" + "80f418ea-c39c-4ea5-9242-da358946a067" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002555Z:8e5642c1-c4a2-4c56-9b2c-be971557b461" + "WESTINDIA:20200623T175134Z:80f418ea-c39c-4ea5-9242-da358946a067" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:25:55 GMT" + "Tue, 23 Jun 2020 17:51:34 GMT" ], "Content-Length": [ - "110531" + "38" ], "Content-Type": [ "application/json" @@ -3843,25 +3834,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 \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559016\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559016,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:36.7769724\",\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\": \"ps1159\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559017\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559017,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:38.5559357\",\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\": \"ps1159\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559637\",\r\n \"name\": \"ps8831\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559637,\r\n \"deletedTimestamp\": \"2019-06-25T00:25:53.8430908\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8279\",\r\n \"webSpace\": \"ps8279-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8831\",\r\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%20Europe/deletedSites?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9XZXN0JTIwRXVyb3BlL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", + "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": [ - "f7bcc4f7-509a-434c-b648-59d5119700b0" + "fb64a0fb-0c3c-4e98-af38-c9efd61f4eb3" ], "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" ] }, @@ -3876,7 +3867,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "51745b34-3453-4db6-b394-86764415edcd" + "34a6a21d-fd7b-4cc9-a92a-34f160fdc4bc" ], "Server": [ "Microsoft-IIS/10.0" @@ -3891,19 +3882,19 @@ "11998" ], "x-ms-correlation-request-id": [ - "28f9f8ae-7ac4-485d-a502-7efd5adcf348" + "334bf0be-2334-453e-b9cd-b76b5856c539" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002555Z:28f9f8ae-7ac4-485d-a502-7efd5adcf348" + "WESTINDIA:20200623T175134Z:334bf0be-2334-453e-b9cd-b76b5856c539" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:25:54 GMT" + "Tue, 23 Jun 2020 17:51:33 GMT" ], "Content-Length": [ - "110531" + "5647" ], "Content-Type": [ "application/json" @@ -3912,25 +3903,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 \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559016\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559016,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:36.7769724\",\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\": \"ps1159\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559017\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559017,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:38.5559357\",\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\": \"ps1159\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559637\",\r\n \"name\": \"ps8831\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559637,\r\n \"deletedTimestamp\": \"2019-06-25T00:25:53.8430908\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8279\",\r\n \"webSpace\": \"ps8279-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8831\",\r\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/Canada%20East/deletedSites?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9DYW5hZGElMjBFYXN0L2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", + "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": [ - "058fd5c0-cab6-4dc5-96e7-4660994376e1" + "9de7bd62-e34c-4f35-b4da-6dbc427a253f" ], "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" ] }, @@ -3945,7 +3936,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e460b12d-fc7d-4c38-b425-50e5d7f5358f" + "b4656f88-7c9b-4a7e-bbd0-ed9a9e8b9200" ], "Server": [ "Microsoft-IIS/10.0" @@ -3957,22 +3948,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11975" ], "x-ms-correlation-request-id": [ - "ae31b03e-a536-4440-a3a2-111d45530ece" + "207e0b80-38f6-4c8b-bcd4-7500e2486980" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002555Z:ae31b03e-a536-4440-a3a2-111d45530ece" + "WESTINDIA:20200623T175134Z:207e0b80-38f6-4c8b-bcd4-7500e2486980" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:25:55 GMT" + "Tue, 23 Jun 2020 17:51:34 GMT" ], "Content-Length": [ - "110531" + "3627" ], "Content-Type": [ "application/json" @@ -3981,25 +3972,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 \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559016\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559016,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:36.7769724\",\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\": \"ps1159\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559017\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559017,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:38.5559357\",\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\": \"ps1159\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559637\",\r\n \"name\": \"ps8831\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559637,\r\n \"deletedTimestamp\": \"2019-06-25T00:25:53.8430908\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8279\",\r\n \"webSpace\": \"ps8279-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8831\",\r\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/North%20Central%20US%20%28Stage%29/deletedSites?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9Ob3J0aCUyMENlbnRyYWwlMjBVUyUyMCUyOFN0YWdlJTI5L2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/Canada%20Central/deletedSites?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9DYW5hZGElMjBDZW50cmFsL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6dc6d072-0fb7-4553-8aca-5e2c406bc691" + "f8ff6b39-ab68-4ced-9f38-10995a0cedd2" ], "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" ] }, @@ -4014,7 +4005,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9e4cc29d-0afc-4871-b4b6-64ca57499191" + "edb08c51-2910-4ca5-9f24-dcf9f8daa14e" ], "Server": [ "Microsoft-IIS/10.0" @@ -4026,22 +4017,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-correlation-request-id": [ - "9359bc81-ca33-4569-a875-aba8db19c3be" + "3a4ee46a-7732-41e1-83da-f3316a0f12d2" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002555Z:9359bc81-ca33-4569-a875-aba8db19c3be" + "WESTINDIA:20200623T175135Z:3a4ee46a-7732-41e1-83da-f3316a0f12d2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:25:55 GMT" + "Tue, 23 Jun 2020 17:51:34 GMT" ], "Content-Length": [ - "110531" + "38" ], "Content-Type": [ "application/json" @@ -4050,25 +4041,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 \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559016\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559016,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:36.7769724\",\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\": \"ps1159\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559017\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559017,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:38.5559357\",\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\": \"ps1159\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559637\",\r\n \"name\": \"ps8831\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559637,\r\n \"deletedTimestamp\": \"2019-06-25T00:25:53.8430908\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8279\",\r\n \"webSpace\": \"ps8279-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8831\",\r\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/MSFT%20West%20US/deletedSites?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9NU0ZUJTIwV2VzdCUyMFVTL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c83869f7-22f1-43c7-921f-49c7c9d56cfd" + "d001568e-df87-45b1-b88d-defaed05a766" ], "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" ] }, @@ -4083,7 +4074,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "35a86780-81c2-4b09-87bf-8f4afe5cb9e2" + "a5052384-f698-495b-a1cf-53ee5bdd26f0" ], "Server": [ "Microsoft-IIS/10.0" @@ -4098,19 +4089,19 @@ "11999" ], "x-ms-correlation-request-id": [ - "d1b2e407-ac17-41c8-baab-ca1550c5b32e" + "a3eefe40-03aa-4dd8-9a03-9b1c602ac199" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002555Z:d1b2e407-ac17-41c8-baab-ca1550c5b32e" + "WESTINDIA:20200623T175134Z:a3eefe40-03aa-4dd8-9a03-9b1c602ac199" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:25:55 GMT" + "Tue, 23 Jun 2020 17:51:33 GMT" ], "Content-Length": [ - "110531" + "38814" ], "Content-Type": [ "application/json" @@ -4119,25 +4110,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 \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559016\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559016,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:36.7769724\",\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\": \"ps1159\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559017\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559017,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:38.5559357\",\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\": \"ps1159\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559637\",\r\n \"name\": \"ps8831\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559637,\r\n \"deletedTimestamp\": \"2019-06-25T00:25:53.8430908\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8279\",\r\n \"webSpace\": \"ps8279-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8831\",\r\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/UK%20West/deletedSites?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9VSyUyMFdlc3QvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", + "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": [ - "d7e6d6c1-9622-4d5a-966d-e19dadaff54d" + "490ec44c-b928-4200-a9f5-1c6c4b7609c5" ], "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" ] }, @@ -4152,7 +4143,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8b2b29a1-e84e-4e31-a2ce-0107843a6ec9" + "e3928bae-9919-4e3d-9c83-732d684c68d3" ], "Server": [ "Microsoft-IIS/10.0" @@ -4164,22 +4155,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-correlation-request-id": [ - "ce955767-1d4a-475e-9e9d-3ef43aef0224" + "a08c41e5-ed45-4dfd-8431-499c6562c55f" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002555Z:ce955767-1d4a-475e-9e9d-3ef43aef0224" + "WESTINDIA:20200623T175135Z:a08c41e5-ed45-4dfd-8431-499c6562c55f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:25:55 GMT" + "Tue, 23 Jun 2020 17:51:35 GMT" ], "Content-Length": [ - "110531" + "38" ], "Content-Type": [ "application/json" @@ -4188,25 +4179,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 \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559016\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559016,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:36.7769724\",\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\": \"ps1159\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559017\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559017,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:38.5559357\",\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\": \"ps1159\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559637\",\r\n \"name\": \"ps8831\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559637,\r\n \"deletedTimestamp\": \"2019-06-25T00:25:53.8430908\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8279\",\r\n \"webSpace\": \"ps8279-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8831\",\r\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%20Europe/deletedSites?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9Ob3J0aCUyMEV1cm9wZS9kZWxldGVkU2l0ZXM/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", + "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": [ - "f5277cef-97a3-4984-85a0-9c23e39082b7" + "b9196f27-fbfe-407c-b054-217b09b521f5" ], "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" ] }, @@ -4221,7 +4212,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c59ab929-0777-47bc-bfdf-214e2f2f1b12" + "567e9746-964f-4637-a71c-dc0997d17d84" ], "Server": [ "Microsoft-IIS/10.0" @@ -4233,22 +4224,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11996" ], "x-ms-correlation-request-id": [ - "7ce1c071-d284-49d6-99cd-263c4efe92ac" + "67a20e9c-56e3-4ade-9fe0-19882e28d101" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002555Z:7ce1c071-d284-49d6-99cd-263c4efe92ac" + "WESTINDIA:20200623T175135Z:67a20e9c-56e3-4ade-9fe0-19882e28d101" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:25:55 GMT" + "Tue, 23 Jun 2020 17:51:35 GMT" ], "Content-Length": [ - "110531" + "38" ], "Content-Type": [ "application/json" @@ -4257,25 +4248,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 \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559016\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559016,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:36.7769724\",\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\": \"ps1159\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559017\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559017,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:38.5559357\",\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\": \"ps1159\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559637\",\r\n \"name\": \"ps8831\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559637,\r\n \"deletedTimestamp\": \"2019-06-25T00:25:53.8430908\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8279\",\r\n \"webSpace\": \"ps8279-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8831\",\r\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/West%20Central%20US/deletedSites?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9XZXN0JTIwQ2VudHJhbCUyMFVTL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d08ad89f-7f35-4f69-ae8d-c55d75904f24" + "a34f2f87-3cca-49bd-84ae-14434e49d413" ], "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" ] }, @@ -4290,7 +4281,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0acf162d-e193-49e7-b7f1-40a794f65beb" + "65975a52-bb47-437a-b89e-6f430fbb1941" ], "Server": [ "Microsoft-IIS/10.0" @@ -4302,22 +4293,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-correlation-request-id": [ - "83bae2d3-c830-4136-b5e9-755c29ccff6e" + "673bcc5e-154d-44a5-b109-00c5a1a3d955" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002555Z:83bae2d3-c830-4136-b5e9-755c29ccff6e" + "WESTINDIA:20200623T175135Z:673bcc5e-154d-44a5-b109-00c5a1a3d955" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:25:55 GMT" + "Tue, 23 Jun 2020 17:51:35 GMT" ], "Content-Length": [ - "110531" + "38" ], "Content-Type": [ "application/json" @@ -4326,25 +4317,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 \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559016\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559016,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:36.7769724\",\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\": \"ps1159\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559017\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559017,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:38.5559357\",\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\": \"ps1159\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559637\",\r\n \"name\": \"ps8831\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559637,\r\n \"deletedTimestamp\": \"2019-06-25T00:25:53.8430908\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8279\",\r\n \"webSpace\": \"ps8279-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8831\",\r\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/West%20Europe/deletedSites?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9XZXN0JTIwRXVyb3BlL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "60f6b455-7bba-4259-914d-9b851c099634" + "2b879c29-d34f-4ca2-b608-f17dd59b0d3b" ], "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" ] }, @@ -4359,7 +4350,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "88377526-8266-4010-b781-176daa5053d1" + "1e3a9e05-61d3-4bcb-bbe3-452f7db43ba6" ], "Server": [ "Microsoft-IIS/10.0" @@ -4371,22 +4362,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11998" ], "x-ms-correlation-request-id": [ - "c5e019c9-6b1a-4690-af87-aec8aa347ab1" + "fc7dc98f-05d1-4509-ad33-e7917291028d" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002555Z:c5e019c9-6b1a-4690-af87-aec8aa347ab1" + "WESTINDIA:20200623T175135Z:fc7dc98f-05d1-4509-ad33-e7917291028d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:25:54 GMT" + "Tue, 23 Jun 2020 17:51:35 GMT" ], "Content-Length": [ - "110531" + "13534" ], "Content-Type": [ "application/json" @@ -4395,25 +4386,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 \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559016\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559016,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:36.7769724\",\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\": \"ps1159\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559017\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559017,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:38.5559357\",\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\": \"ps1159\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559637\",\r\n \"name\": \"ps8831\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559637,\r\n \"deletedTimestamp\": \"2019-06-25T00:25:53.8430908\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8279\",\r\n \"webSpace\": \"ps8279-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8831\",\r\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/Brazil%20South/deletedSites?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9CcmF6aWwlMjBTb3V0aC9kZWxldGVkU2l0ZXM/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", + "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": [ - "8866723b-bbc0-4cb8-80d0-862fe27cb9ce" + "3d751899-4a46-40ad-af46-88bd416255ce" ], "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" ] }, @@ -4428,7 +4419,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3cbd4562-bc97-4f49-8885-c3b985aa0cb2" + "726d7d7e-46a2-4a84-89c7-2f58b332dc5d" ], "Server": [ "Microsoft-IIS/10.0" @@ -4440,22 +4431,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-correlation-request-id": [ - "d328c52e-71af-44cf-8076-3fa37ff30d6d" + "b4ba40a7-bcda-402e-aa46-6c528706f315" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002555Z:d328c52e-71af-44cf-8076-3fa37ff30d6d" + "WESTINDIA:20200623T175135Z:b4ba40a7-bcda-402e-aa46-6c528706f315" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:25:55 GMT" + "Tue, 23 Jun 2020 17:51:34 GMT" ], "Content-Length": [ - "110531" + "38814" ], "Content-Type": [ "application/json" @@ -4464,25 +4455,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 \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559016\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559016,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:36.7769724\",\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\": \"ps1159\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559017\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559017,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:38.5559357\",\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\": \"ps1159\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559637\",\r\n \"name\": \"ps8831\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559637,\r\n \"deletedTimestamp\": \"2019-06-25T00:25:53.8430908\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8279\",\r\n \"webSpace\": \"ps8279-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8831\",\r\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/MSFT%20East%20Asia/deletedSites?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9NU0ZUJTIwRWFzdCUyMEFzaWEvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", + "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": [ - "e35dde18-4f97-4a14-8815-c453785c6d11" + "8382edfd-f4f2-459b-9711-496aeca6cecf" ], "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" ] }, @@ -4497,7 +4488,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "71f51501-4ba4-49dc-b101-f8caa3fb3964" + "c1d77d3a-29c1-4d4a-846b-68973a9eb677" ], "Server": [ "Microsoft-IIS/10.0" @@ -4509,22 +4500,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-correlation-request-id": [ - "ed86bd68-c4df-493c-aa2c-17f6b7ab5309" + "c31a10ca-d690-4f60-b55c-8a66566f131b" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002555Z:ed86bd68-c4df-493c-aa2c-17f6b7ab5309" + "WESTINDIA:20200623T175135Z:c31a10ca-d690-4f60-b55c-8a66566f131b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:25:55 GMT" + "Tue, 23 Jun 2020 17:51:34 GMT" ], "Content-Length": [ - "110531" + "38" ], "Content-Type": [ "application/json" @@ -4533,25 +4524,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 \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559016\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559016,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:36.7769724\",\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\": \"ps1159\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559017\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559017,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:38.5559357\",\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\": \"ps1159\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559637\",\r\n \"name\": \"ps8831\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559637,\r\n \"deletedTimestamp\": \"2019-06-25T00:25:53.8430908\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8279\",\r\n \"webSpace\": \"ps8279-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8831\",\r\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/South%20Central%20US/deletedSites?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9Tb3V0aCUyMENlbnRyYWwlMjBVUy9kZWxldGVkU2l0ZXM/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "570eb498-16c9-47cb-95df-098c48adec62" + "2f303201-1b5d-4e45-8142-ceffd7d1b807" ], "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" ] }, @@ -4566,7 +4557,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ed2071c9-9b55-4755-8e71-4b93e9b7efcb" + "5a5ae64e-3713-42f9-b2c2-0030890ed7d6" ], "Server": [ "Microsoft-IIS/10.0" @@ -4578,22 +4569,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11975" ], "x-ms-correlation-request-id": [ - "29f12f14-d9c7-4f0c-98d1-86154534bd13" + "9829ce48-034a-41c0-aefd-d8f066984521" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002555Z:29f12f14-d9c7-4f0c-98d1-86154534bd13" + "WESTINDIA:20200623T175135Z:9829ce48-034a-41c0-aefd-d8f066984521" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:25:55 GMT" + "Tue, 23 Jun 2020 17:51:35 GMT" ], "Content-Length": [ - "110531" + "38814" ], "Content-Type": [ "application/json" @@ -4602,25 +4593,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 \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559016\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559016,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:36.7769724\",\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\": \"ps1159\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559017\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559017,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:38.5559357\",\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\": \"ps1159\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559637\",\r\n \"name\": \"ps8831\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559637,\r\n \"deletedTimestamp\": \"2019-06-25T00:25:53.8430908\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8279\",\r\n \"webSpace\": \"ps8279-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8831\",\r\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/Korea%20South/deletedSites?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9Lb3JlYSUyMFNvdXRoL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", + "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": [ - "7764206b-0108-4e2d-b313-20574bed57da" + "5255fa4d-8416-4a0f-90e3-1855bbfbc74f" ], "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" ] }, @@ -4635,7 +4626,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a05748ca-7abb-4f27-bd02-5bedce9b56c7" + "e6120ca4-efeb-4b04-a836-22e3050433d0" ], "Server": [ "Microsoft-IIS/10.0" @@ -4647,22 +4638,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-correlation-request-id": [ - "30cb7171-bb10-4ca4-9409-32a1114ba571" + "c033d1fa-fc09-47e3-9de9-292381f912ff" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002555Z:30cb7171-bb10-4ca4-9409-32a1114ba571" + "WESTINDIA:20200623T175136Z:c033d1fa-fc09-47e3-9de9-292381f912ff" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:25:55 GMT" + "Tue, 23 Jun 2020 17:51:35 GMT" ], "Content-Length": [ - "110531" + "38" ], "Content-Type": [ "application/json" @@ -4671,25 +4662,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 \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559016\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559016,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:36.7769724\",\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\": \"ps1159\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559017\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559017,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:38.5559357\",\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\": \"ps1159\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559637\",\r\n \"name\": \"ps8831\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559637,\r\n \"deletedTimestamp\": \"2019-06-25T00:25:53.8430908\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8279\",\r\n \"webSpace\": \"ps8279-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8831\",\r\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/MSFT%20East%20Asia/deletedSites?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9NU0ZUJTIwRWFzdCUyMEFzaWEvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "755c73e0-0174-43ff-8f73-0c3d1666efb9" + "d4c7fd73-3331-4456-a0a1-53f5396f22ab" ], "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" ] }, @@ -4704,7 +4695,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c0e64f62-0775-4733-90f1-7409cc5cb229" + "c3fc5280-1c59-4c9c-aa60-89ca8fe523f6" ], "Server": [ "Microsoft-IIS/10.0" @@ -4716,22 +4707,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11998" ], "x-ms-correlation-request-id": [ - "f531d472-5ada-4439-ab35-f945441d2371" + "3603a873-1158-4921-b0c0-48bc0e152981" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002555Z:f531d472-5ada-4439-ab35-f945441d2371" + "WESTINDIA:20200623T175135Z:3603a873-1158-4921-b0c0-48bc0e152981" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:25:55 GMT" + "Tue, 23 Jun 2020 17:51:35 GMT" ], "Content-Length": [ - "110531" + "38814" ], "Content-Type": [ "application/json" @@ -4740,25 +4731,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 \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559016\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559016,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:36.7769724\",\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\": \"ps1159\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559017\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559017,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:38.5559357\",\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\": \"ps1159\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559637\",\r\n \"name\": \"ps8831\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559637,\r\n \"deletedTimestamp\": \"2019-06-25T00:25:53.8430908\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8279\",\r\n \"webSpace\": \"ps8279-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8831\",\r\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/East%20Asia/deletedSites?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9FYXN0JTIwQXNpYS9kZWxldGVkU2l0ZXM/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West%20US%202/deletedSites?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9XZXN0JTIwVVMlMjAyL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c9984aa0-0646-4ac2-b72c-4b65cb75c535" + "56df0ecf-73a3-4e6b-ae02-a78f4dd200c9" ], "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" ] }, @@ -4773,7 +4764,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bdb916aa-3106-42ea-96f4-7bf322d9f84d" + "495acbfa-d4e5-40c0-affa-603a81195657" ], "Server": [ "Microsoft-IIS/10.0" @@ -4785,22 +4776,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-correlation-request-id": [ - "739778c9-719e-4381-8aa6-fab24c6c7de0" + "ba0a81b0-a80e-4574-9b8d-51af73305ecf" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002555Z:739778c9-719e-4381-8aa6-fab24c6c7de0" + "WESTINDIA:20200623T175136Z:ba0a81b0-a80e-4574-9b8d-51af73305ecf" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:25:54 GMT" + "Tue, 23 Jun 2020 17:51:35 GMT" ], "Content-Length": [ - "110531" + "2891" ], "Content-Type": [ "application/json" @@ -4809,25 +4800,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 \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559016\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559016,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:36.7769724\",\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\": \"ps1159\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559017\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559017,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:38.5559357\",\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\": \"ps1159\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559637\",\r\n \"name\": \"ps8831\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559637,\r\n \"deletedTimestamp\": \"2019-06-25T00:25:53.8430908\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8279\",\r\n \"webSpace\": \"ps8279-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8831\",\r\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 2/deletedSites/145401\",\r\n \"name\": \"webapp-linux-multi2smxiy\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 145401,\r\n \"deletedTimestamp\": \"2020-03-28T10:40:58.1873443\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgjjd7v6yptxkyfoqsssnfa2rrcj5miti2hgpchryx7ahosxgmdvurtb3k6asnqp3xj\",\r\n \"webSpace\": \"clitest.rgjjd7v6yptxkyfoqsssnfa2rrcj5miti2hgpchryx7ahosxgmdvurtb3k6asnqp3xj-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-041\",\r\n \"deletedSiteName\": \"webapp-linux-multi2smxiy\",\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/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US 2/deletedSites/145402\",\r\n \"name\": \"webapp-linux-multi2smxiy\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 145402,\r\n \"deletedTimestamp\": \"2020-03-28T10:40:58.5467191\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgjjd7v6yptxkyfoqsssnfa2rrcj5miti2hgpchryx7ahosxgmdvurtb3k6asnqp3xj\",\r\n \"webSpace\": \"clitest.rgjjd7v6yptxkyfoqsssnfa2rrcj5miti2hgpchryx7ahosxgmdvurtb3k6asnqp3xj-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-041\",\r\n \"deletedSiteName\": \"webapp-linux-multi2smxiy\",\r\n \"slot\": \"stage\",\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/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US 2/deletedSites/150944\",\r\n \"name\": \"webapp-linux-multiqvmyjd\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 150944,\r\n \"deletedTimestamp\": \"2020-04-03T06:43:34.3683908\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgkb5czgvu55w5wohocbq6lkdm4un3zthtcw3zbktnzzvhunijxm7am35ufta3htd6j\",\r\n \"webSpace\": \"clitest.rgkb5czgvu55w5wohocbq6lkdm4un3zthtcw3zbktnzzvhunijxm7am35ufta3htd6j-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-041\",\r\n \"deletedSiteName\": \"webapp-linux-multiqvmyjd\",\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/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US 2/deletedSites/150945\",\r\n \"name\": \"webapp-linux-multiqvmyjd\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 150945,\r\n \"deletedTimestamp\": \"2020-04-03T06:43:34.7746631\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgkb5czgvu55w5wohocbq6lkdm4un3zthtcw3zbktnzzvhunijxm7am35ufta3htd6j\",\r\n \"webSpace\": \"clitest.rgkb5czgvu55w5wohocbq6lkdm4un3zthtcw3zbktnzzvhunijxm7am35ufta3htd6j-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-041\",\r\n \"deletedSiteName\": \"webapp-linux-multiqvmyjd\",\r\n \"slot\": \"stage\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\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%20US%20%28Stage%29/deletedSites?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9DZW50cmFsJTIwVVMlMjAlMjhTdGFnZSUyOS9kZWxldGVkU2l0ZXM/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "47523e4f-2765-4d47-8192-0d6aeca90fb3" + "637c3cfe-8614-4302-ac7c-0a35e6b3ef64" ], "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" ] }, @@ -4842,7 +4833,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "579997bc-359d-4cbe-b647-718fc8e2fb51" + "5364d3f1-ab9c-48bb-a35c-78b67e5bf5a7" ], "Server": [ "Microsoft-IIS/10.0" @@ -4857,19 +4848,19 @@ "11999" ], "x-ms-correlation-request-id": [ - "d59aa156-ad92-4a0a-a8da-5a0f16278b8f" + "8c4a4d16-f9c3-40c7-b6c6-cf877b6028d6" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002555Z:d59aa156-ad92-4a0a-a8da-5a0f16278b8f" + "WESTINDIA:20200623T175135Z:8c4a4d16-f9c3-40c7-b6c6-cf877b6028d6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:25:55 GMT" + "Tue, 23 Jun 2020 17:51:35 GMT" ], "Content-Length": [ - "110531" + "38814" ], "Content-Type": [ "application/json" @@ -4878,25 +4869,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 \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559016\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559016,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:36.7769724\",\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\": \"ps1159\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559017\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559017,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:38.5559357\",\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\": \"ps1159\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559637\",\r\n \"name\": \"ps8831\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559637,\r\n \"deletedTimestamp\": \"2019-06-25T00:25:53.8430908\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8279\",\r\n \"webSpace\": \"ps8279-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8831\",\r\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/Australia%20East/deletedSites?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9BdXN0cmFsaWElMjBFYXN0L2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", + "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": [ - "7d75fbde-bff7-4482-8d3b-1888863ff73f" + "f5b7bdd2-9940-42c6-b951-c4ec1d876ff0" ], "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" ] }, @@ -4911,7 +4902,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3117fbc1-5c08-486a-a557-0ccf5c79f7ec" + "79454a14-5421-47dc-b344-393631ddd5b5" ], "Server": [ "Microsoft-IIS/10.0" @@ -4923,22 +4914,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-correlation-request-id": [ - "3cc86950-fb60-4492-a99b-29011ea19112" + "34e00531-d56c-4b4b-b4d3-65cb01ed1347" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002555Z:3cc86950-fb60-4492-a99b-29011ea19112" + "WESTINDIA:20200623T175136Z:34e00531-d56c-4b4b-b4d3-65cb01ed1347" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:25:55 GMT" + "Tue, 23 Jun 2020 17:51:35 GMT" ], "Content-Length": [ - "110531" + "38" ], "Content-Type": [ "application/json" @@ -4947,25 +4938,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 \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559016\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559016,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:36.7769724\",\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\": \"ps1159\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559017\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559017,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:38.5559357\",\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\": \"ps1159\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559637\",\r\n \"name\": \"ps8831\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559637,\r\n \"deletedTimestamp\": \"2019-06-25T00:25:53.8430908\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8279\",\r\n \"webSpace\": \"ps8279-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8831\",\r\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/South%20Africa%20North/deletedSites?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9Tb3V0aCUyMEFmcmljYSUyME5vcnRoL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5c23a323-4525-41ac-89f1-4ee55bc45c68" + "fc44af54-3bcc-446b-8396-663451714fad" ], "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" ] }, @@ -4980,7 +4971,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "84dac4ca-6dc0-49aa-8c99-b377a0e1a92d" + "3eb6528f-2df3-4697-bcbf-f8b7f3c223a8" ], "Server": [ "Microsoft-IIS/10.0" @@ -4995,19 +4986,19 @@ "11999" ], "x-ms-correlation-request-id": [ - "997d8996-b0de-4a51-af6a-526cb2f5f1de" + "1134d3be-aa34-45fb-84f4-0539024598aa" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002555Z:997d8996-b0de-4a51-af6a-526cb2f5f1de" + "WESTINDIA:20200623T175136Z:1134d3be-aa34-45fb-84f4-0539024598aa" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:25:55 GMT" + "Tue, 23 Jun 2020 17:51:36 GMT" ], "Content-Length": [ - "110531" + "38814" ], "Content-Type": [ "application/json" @@ -5016,25 +5007,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 \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559016\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559016,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:36.7769724\",\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\": \"ps1159\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559017\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559017,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:38.5559357\",\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\": \"ps1159\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559637\",\r\n \"name\": \"ps8831\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559637,\r\n \"deletedTimestamp\": \"2019-06-25T00:25:53.8430908\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8279\",\r\n \"webSpace\": \"ps8279-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8831\",\r\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%20West/deletedSites?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9KYXBhbiUyMFdlc3QvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", + "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": [ - "8311815d-eab7-49e2-a06c-62e7a7c4bea3" + "166bea1b-d33e-43ea-ba3e-d109a2f928d8" ], "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" ] }, @@ -5049,7 +5040,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f36193ff-85b1-4ca3-b174-70fa90feea2e" + "e7f76cc9-eea2-4fcd-b7fa-754f49fab990" ], "Server": [ "Microsoft-IIS/10.0" @@ -5061,22 +5052,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11998" ], "x-ms-correlation-request-id": [ - "2ac98fb0-27be-48f7-ae5f-ceca70f5823a" + "fe06e0ba-d9a6-449d-9b5c-27b4a6a868d7" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002555Z:2ac98fb0-27be-48f7-ae5f-ceca70f5823a" + "WESTINDIA:20200623T175138Z:fe06e0ba-d9a6-449d-9b5c-27b4a6a868d7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:25:55 GMT" + "Tue, 23 Jun 2020 17:51:37 GMT" ], "Content-Length": [ - "110531" + "38" ], "Content-Type": [ "application/json" @@ -5085,25 +5076,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 \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559016\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559016,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:36.7769724\",\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\": \"ps1159\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559017\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559017,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:38.5559357\",\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\": \"ps1159\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559637\",\r\n \"name\": \"ps8831\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559637,\r\n \"deletedTimestamp\": \"2019-06-25T00:25:53.8430908\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8279\",\r\n \"webSpace\": \"ps8279-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8831\",\r\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%20Central/deletedSites?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9BdXN0cmFsaWElMjBDZW50cmFsL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "92a15973-a3a6-4744-b49a-208f2bc3afae" + "1f1eaa26-2ee0-4255-8e1a-2b0d96c59d61" ], "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" ] }, @@ -5118,7 +5109,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "da37ac20-93c0-4de7-9ef6-cc9aeb770a26" + "38c01428-31b9-4619-a5d9-575e342bdf13" ], "Server": [ "Microsoft-IIS/10.0" @@ -5130,22 +5121,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-correlation-request-id": [ - "c2937aa6-2d91-4ce0-b5e8-5401236b989a" + "b9e884f9-7857-48b8-b771-fb1f23edfeea" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002555Z:c2937aa6-2d91-4ce0-b5e8-5401236b989a" + "WESTINDIA:20200623T175138Z:b9e884f9-7857-48b8-b771-fb1f23edfeea" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:25:55 GMT" + "Tue, 23 Jun 2020 17:51:37 GMT" ], "Content-Length": [ - "110531" + "38" ], "Content-Type": [ "application/json" @@ -5154,25 +5145,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 \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559016\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559016,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:36.7769724\",\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\": \"ps1159\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559017\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559017,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:38.5559357\",\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\": \"ps1159\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559637\",\r\n \"name\": \"ps8831\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559637,\r\n \"deletedTimestamp\": \"2019-06-25T00:25:53.8430908\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8279\",\r\n \"webSpace\": \"ps8279-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8831\",\r\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/Southeast%20Asia/deletedSites?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9Tb3V0aGVhc3QlMjBBc2lhL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/MSFT%20North%20Europe/deletedSites?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9NU0ZUJTIwTm9ydGglMjBFdXJvcGUvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3d142105-cfc0-4d80-9f59-b49c73601e58" + "6db2c6b6-a4da-40ab-92c7-7b010aaf7f19" ], "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" ] }, @@ -5187,7 +5178,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "050c1c54-1c33-440c-b50e-4c1f2c3b305f" + "c4265ec8-cc67-4e89-ae12-f544f4a07061" ], "Server": [ "Microsoft-IIS/10.0" @@ -5199,22 +5190,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-correlation-request-id": [ - "3a55214d-9c19-4343-82c8-b5dbe3da1047" + "d3a0fdc6-a855-49dc-968e-86654e7d29dc" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002555Z:3a55214d-9c19-4343-82c8-b5dbe3da1047" + "WESTINDIA:20200623T175135Z:d3a0fdc6-a855-49dc-968e-86654e7d29dc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:25:55 GMT" + "Tue, 23 Jun 2020 17:51:35 GMT" ], "Content-Length": [ - "110531" + "38814" ], "Content-Type": [ "application/json" @@ -5223,25 +5214,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 \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559016\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559016,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:36.7769724\",\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\": \"ps1159\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559017\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559017,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:38.5559357\",\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\": \"ps1159\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559637\",\r\n \"name\": \"ps8831\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559637,\r\n \"deletedTimestamp\": \"2019-06-25T00:25:53.8430908\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8279\",\r\n \"webSpace\": \"ps8279-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8831\",\r\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/MSFT%20West%20US/deletedSites?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9NU0ZUJTIwV2VzdCUyMFVTL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", + "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": [ - "578223d4-1b86-4847-9dd8-d0828defa8e3" + "9885e3d9-77e9-4d5f-b061-7a451cddc2d9" ], "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" ] }, @@ -5256,7 +5247,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "618366bd-3fe9-47e9-84eb-7f5d4ee4b9b8" + "1fb65c20-7df4-49e1-81e1-45010cdef869" ], "Server": [ "Microsoft-IIS/10.0" @@ -5268,22 +5259,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" + "11974" ], "x-ms-correlation-request-id": [ - "67231604-d15b-465e-86ed-052ba9a1c6ed" + "e09f0a88-3ff5-4d56-a34f-1cdca39ec4ac" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002555Z:67231604-d15b-465e-86ed-052ba9a1c6ed" + "WESTINDIA:20200623T175138Z:e09f0a88-3ff5-4d56-a34f-1cdca39ec4ac" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:25:55 GMT" + "Tue, 23 Jun 2020 17:51:38 GMT" ], "Content-Length": [ - "110531" + "38" ], "Content-Type": [ "application/json" @@ -5292,25 +5283,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 \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559016\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559016,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:36.7769724\",\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\": \"ps1159\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559017\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559017,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:38.5559357\",\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\": \"ps1159\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559637\",\r\n \"name\": \"ps8831\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559637,\r\n \"deletedTimestamp\": \"2019-06-25T00:25:53.8430908\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8279\",\r\n \"webSpace\": \"ps8279-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8831\",\r\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/Japan%20East/deletedSites?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9KYXBhbiUyMEVhc3QvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", + "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": [ - "574c4f3d-4c74-4b26-9a16-4bddd79e28f6" + "608dd581-7e47-4fb2-bd2f-f5e83cc993cf" ], "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" ] }, @@ -5325,7 +5316,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1cfc4ac2-c6e0-4f9d-b653-2c0f5f1f7fdf" + "151d48a4-c52c-4cf9-9733-6b724f2bf6bf" ], "Server": [ "Microsoft-IIS/10.0" @@ -5337,22 +5328,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-correlation-request-id": [ - "e4f12758-93e6-4131-98e2-ad31cd759f7e" + "36f7a271-cdc9-4d97-8d89-bf05c45e6a47" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002555Z:e4f12758-93e6-4131-98e2-ad31cd759f7e" + "WESTINDIA:20200623T175139Z:36f7a271-cdc9-4d97-8d89-bf05c45e6a47" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:25:55 GMT" + "Tue, 23 Jun 2020 17:51:39 GMT" ], "Content-Length": [ - "110531" + "38" ], "Content-Type": [ "application/json" @@ -5361,25 +5352,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 \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559016\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559016,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:36.7769724\",\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\": \"ps1159\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559017\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559017,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:38.5559357\",\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\": \"ps1159\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559637\",\r\n \"name\": \"ps8831\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559637,\r\n \"deletedTimestamp\": \"2019-06-25T00:25:53.8430908\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8279\",\r\n \"webSpace\": \"ps8279-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8831\",\r\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%20%28Stage%29/deletedSites?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9Ob3J0aCUyMENlbnRyYWwlMjBVUyUyMCUyOFN0YWdlJTI5L2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "31b61b8b-863f-4542-9986-016f302bd089" + "01e9593a-27f0-42e1-8acf-8bcbdac8c6ae" ], "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" ] }, @@ -5394,7 +5385,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "267eec1c-5a91-494d-935c-3be8b038fead" + "f5a6b10d-41af-4d26-874e-81e9af968562" ], "Server": [ "Microsoft-IIS/10.0" @@ -5406,22 +5397,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-correlation-request-id": [ - "5d1365bf-dd51-4b77-8609-2245f843f20d" + "277e8c1c-f9c9-43c7-8fa5-b7c10c283a60" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002555Z:5d1365bf-dd51-4b77-8609-2245f843f20d" + "WESTINDIA:20200623T175139Z:277e8c1c-f9c9-43c7-8fa5-b7c10c283a60" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:25:55 GMT" + "Tue, 23 Jun 2020 17:51:38 GMT" ], "Content-Length": [ - "110531" + "38" ], "Content-Type": [ "application/json" @@ -5430,25 +5421,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 \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559016\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559016,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:36.7769724\",\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\": \"ps1159\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559017\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559017,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:38.5559357\",\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\": \"ps1159\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559637\",\r\n \"name\": \"ps8831\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559637,\r\n \"deletedTimestamp\": \"2019-06-25T00:25:53.8430908\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8279\",\r\n \"webSpace\": \"ps8279-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8831\",\r\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/West%20US/deletedSites?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9XZXN0JTIwVVMvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ca853609-beca-468e-8a57-74590b766067" + "cbaa7f9d-ef29-4fc7-9870-3d12e2ce9ff7" ], "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" ] }, @@ -5463,7 +5454,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b5ff18f4-fea4-4db7-bec4-9f2cfbafcaee" + "8d357d52-8cd7-4df0-aee1-0de8f3b3b074" ], "Server": [ "Microsoft-IIS/10.0" @@ -5475,22 +5466,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-correlation-request-id": [ - "4e2dab14-1082-4fb2-9a1b-a9ffe2e6bd4c" + "90fc2ea5-b7f1-4ed7-9334-619d9fc78025" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002555Z:4e2dab14-1082-4fb2-9a1b-a9ffe2e6bd4c" + "WESTINDIA:20200623T175138Z:90fc2ea5-b7f1-4ed7-9334-619d9fc78025" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:25:55 GMT" + "Tue, 23 Jun 2020 17:51:37 GMT" ], "Content-Length": [ - "110531" + "502494" ], "Content-Type": [ "application/json" @@ -5499,25 +5490,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 \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559016\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559016,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:36.7769724\",\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\": \"ps1159\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559017\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559017,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:38.5559357\",\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\": \"ps1159\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559637\",\r\n \"name\": \"ps8831\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559637,\r\n \"deletedTimestamp\": \"2019-06-25T00:25:53.8430908\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8279\",\r\n \"webSpace\": \"ps8279-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8831\",\r\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/337382\",\r\n \"name\": \"webapp-config-testrwbefoqfdvmvxpxreocist\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 337382,\r\n \"deletedTimestamp\": \"2020-03-26T06:00:33.2422882\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_configaudwd3yjv7zbdsfj525wulwrg5wccb6w4ibeqyszdsvprfw2qhv2d\",\r\n \"webSpace\": \"cli_test_webapp_configaudwd3yjv7zbdsfj525wulwrg5wccb6w4ibeqyszdsvprfw2qhv2d-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"webapp-config-testrwbefoqfdvmvxpxreocist\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/337391\",\r\n \"name\": \"webapp-config-testc26mz45g55fqkxvrctycyl\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 337391,\r\n \"deletedTimestamp\": \"2020-03-26T06:06:58.9043247\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_configdpbaid5xj3chzd4y3rpw5nheatuwptxf2pkbnaxxktpxg6dhtkme4\",\r\n \"webSpace\": \"cli_test_webapp_configdpbaid5xj3chzd4y3rpw5nheatuwptxf2pkbnaxxktpxg6dhtkme4-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"webapp-config-testc26mz45g55fqkxvrctycyl\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/337402\",\r\n \"name\": \"webapp-config-testg4zdofqsmz5toecgmqucmc\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 337402,\r\n \"deletedTimestamp\": \"2020-03-26T06:12:43.8897019\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_configwh7vjhyhhamd25bel3hyogray74vyi3esutq3yudevnzmkkvsnryd\",\r\n \"webSpace\": \"cli_test_webapp_configwh7vjhyhhamd25bel3hyogray74vyi3esutq3yudevnzmkkvsnryd-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"webapp-config-testg4zdofqsmz5toecgmqucmc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/337434\",\r\n \"name\": \"webapp-config-testz5kxnl3yeal3s6hao4hv6g\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 337434,\r\n \"deletedTimestamp\": \"2020-03-26T06:59:46.5274811\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_configgt5u2hido4ykef2ktfms3ndbkflc2if6uhayk4eapl7kmmlooyelv\",\r\n \"webSpace\": \"cli_test_webapp_configgt5u2hido4ykef2ktfms3ndbkflc2if6uhayk4eapl7kmmlooyelv-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-093\",\r\n \"deletedSiteName\": \"webapp-config-testz5kxnl3yeal3s6hao4hv6g\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\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 \"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/France%20Central/deletedSites?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9GcmFuY2UlMjBDZW50cmFsL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "009a3537-98d0-4c5d-9909-d1e8475f8bb5" + "168d188d-8b9f-4069-be3e-8a352ff4c194" ], "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" ] }, @@ -5532,7 +5523,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "cbff47a8-ea33-401b-8096-870fb0e36e6d" + "f5cea365-a9f8-4e21-9641-f2291882c80c" ], "Server": [ "Microsoft-IIS/10.0" @@ -5544,22 +5535,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-correlation-request-id": [ - "3608c221-770b-4830-ac76-30aec074b421" + "c6fd43b3-cf3f-4a0f-b494-ff0f22be07f1" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002555Z:3608c221-770b-4830-ac76-30aec074b421" + "WESTINDIA:20200623T175141Z:c6fd43b3-cf3f-4a0f-b494-ff0f22be07f1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:25:55 GMT" + "Tue, 23 Jun 2020 17:51:40 GMT" ], "Content-Length": [ - "110531" + "38" ], "Content-Type": [ "application/json" @@ -5568,25 +5559,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 \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559016\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559016,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:36.7769724\",\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\": \"ps1159\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559017\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559017,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:38.5559357\",\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\": \"ps1159\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559637\",\r\n \"name\": \"ps8831\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559637,\r\n \"deletedTimestamp\": \"2019-06-25T00:25:53.8430908\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8279\",\r\n \"webSpace\": \"ps8279-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8831\",\r\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/East%20Asia%20%28Stage%29/deletedSites?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9FYXN0JTIwQXNpYSUyMCUyOFN0YWdlJTI5L2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5ecc133c-6460-4345-84d2-e3f1f185037e" + "da821d63-f298-4db8-a940-ba90ce22ee19" ], "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" ] }, @@ -5601,7 +5592,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "760220fd-fc71-4d78-b857-e4a8d3370f4a" + "40cc471b-1efb-4fd2-a158-c52f330fce26" ], "Server": [ "Microsoft-IIS/10.0" @@ -5613,22 +5604,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11998" ], "x-ms-correlation-request-id": [ - "9567ee30-057b-436d-96be-6d2e2316654f" + "4cfe7b47-4c6f-4a14-ae61-de0e1febf455" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002555Z:9567ee30-057b-436d-96be-6d2e2316654f" + "WESTINDIA:20200623T175141Z:4cfe7b47-4c6f-4a14-ae61-de0e1febf455" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:25:55 GMT" + "Tue, 23 Jun 2020 17:51:41 GMT" ], "Content-Length": [ - "110531" + "38" ], "Content-Type": [ "application/json" @@ -5637,25 +5628,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 \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559016\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559016,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:36.7769724\",\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\": \"ps1159\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559017\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559017,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:38.5559357\",\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\": \"ps1159\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559637\",\r\n \"name\": \"ps8831\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559637,\r\n \"deletedTimestamp\": \"2019-06-25T00:25:53.8430908\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8279\",\r\n \"webSpace\": \"ps8279-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8831\",\r\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/deletedSites?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9FYXN0JTIwVVMvZGVsZXRlZFNpdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", + "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": [ - "1e233c1c-8e9f-4f8b-a773-525d68202485" + "3f418c7f-c8b3-424c-a686-4f99b8851e48" ], "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" ] }, @@ -5670,7 +5661,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1dee7e43-f8b9-404c-94cd-be459cc9f67d" + "d28de4f2-4a23-46fe-97df-4c0bc69384e2" ], "Server": [ "Microsoft-IIS/10.0" @@ -5685,19 +5676,19 @@ "11998" ], "x-ms-correlation-request-id": [ - "d19a3442-91d4-4890-816a-f8c3e5ce7a87" + "f68583bc-c350-464e-8b4b-4b9233900c67" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002555Z:d19a3442-91d4-4890-816a-f8c3e5ce7a87" + "WESTINDIA:20200623T175146Z:f68583bc-c350-464e-8b4b-4b9233900c67" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:25:55 GMT" + "Tue, 23 Jun 2020 17:51:45 GMT" ], "Content-Length": [ - "110531" + "38" ], "Content-Type": [ "application/json" @@ -5706,25 +5697,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 \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559016\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559016,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:36.7769724\",\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\": \"ps1159\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559017\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559017,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:38.5559357\",\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\": \"ps1159\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559637\",\r\n \"name\": \"ps8831\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559637,\r\n \"deletedTimestamp\": \"2019-06-25T00:25:53.8430908\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8279\",\r\n \"webSpace\": \"ps8279-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8831\",\r\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/Southeast%20Asia/deletedSites?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9Tb3V0aGVhc3QlMjBBc2lhL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "94d54d42-548f-4dd0-9abc-2443df83cc51" + "6076fe0b-6f8c-47c2-a3e3-aa07d6f4744c" ], "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" ] }, @@ -5739,7 +5730,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8c4b544f-cb8b-474a-bddf-6f5cb73d381e" + "9b54fe27-0c5e-4973-9e94-4fcb7dc87d34" ], "Server": [ "Microsoft-IIS/10.0" @@ -5751,22 +5742,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-correlation-request-id": [ - "f6b4814e-45c1-46d3-9c09-91c58433b61f" + "52a70ced-aa06-404d-971b-35d71c1001e2" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002555Z:f6b4814e-45c1-46d3-9c09-91c58433b61f" + "WESTINDIA:20200623T175158Z:52a70ced-aa06-404d-971b-35d71c1001e2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:25:55 GMT" + "Tue, 23 Jun 2020 17:51:58 GMT" ], "Content-Length": [ - "110531" + "38" ], "Content-Type": [ "application/json" @@ -5775,25 +5766,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 \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559016\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559016,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:36.7769724\",\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\": \"ps1159\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559017\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559017,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:38.5559357\",\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\": \"ps1159\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559637\",\r\n \"name\": \"ps8831\",\r\n \"type\": \"Microsoft.Web/locations/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559637,\r\n \"deletedTimestamp\": \"2019-06-25T00:25:53.8430908\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8279\",\r\n \"webSpace\": \"ps8279-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8831\",\r\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%20%28Stage%29/deletedSites?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9FYXN0JTIwQXNpYSUyMCUyOFN0YWdlJTI5L2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/MSFT%20East%20US/deletedSites?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2xvY2F0aW9ucy9NU0ZUJTIwRWFzdCUyMFVTL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f26209c0-8102-4420-8da6-6d2415c3d0ec" + "50be635e-55c0-42b9-9f5c-0ff5f7d39de3" ], "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" ] }, @@ -5808,7 +5799,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9a90c952-340e-46ff-bf1b-1d94bc333057" + "9e295147-0c68-4581-9082-f9f52ec411e3" ], "Server": [ "Microsoft-IIS/10.0" @@ -5820,22 +5811,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11998" ], "x-ms-correlation-request-id": [ - "5c169bfe-8ced-46d4-8a12-82083fbcf7b4" + "2eabe72a-c6ca-470c-b5f6-ef5398dd5cab" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002556Z:5c169bfe-8ced-46d4-8a12-82083fbcf7b4" + "WESTINDIA:20200623T175135Z:2eabe72a-c6ca-470c-b5f6-ef5398dd5cab" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:25:55 GMT" + "Tue, 23 Jun 2020 17:51:34 GMT" ], "Content-Length": [ - "38" + "38814" ], "Content-Type": [ "application/json" @@ -5844,25 +5835,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/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/deletedSites?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/deletedSites?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2RlbGV0ZWRTaXRlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "222f73b2-f815-47d8-af01-1acdf338fd8c" + "613567da-bfa6-49ef-8524-d67d7e353df7" ], "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" ] }, @@ -5874,23 +5865,51 @@ "no-cache" ], "x-ms-original-request-ids": [ - "091fe836-8b22-44fb-81ed-c1bdeda1092c", - "221c8e72-a52c-438f-b65d-8cdca79c7ea5", - "53ddbe2e-6a5c-40ec-b982-dcdb11478739", - "4f00a984-8edb-4339-8546-9570d3b4d7d4", - "9223106f-138b-412f-a09d-6203981f48dd" + "26cecf1e-ad30-40d8-bdfc-87748e980b2c", + "ec8dd6d2-a036-4fd9-84ad-cce086980e50", + "79807976-bd47-452a-b7d1-3ac5dc311957", + "ceb5ceca-a4bc-46a3-a981-7669dc71b6d5", + "64f1dfb8-5040-43c7-9257-c1e38b28f578", + "dce0a7cc-b5fd-410e-80b9-d51b96253858", + "af8dbc2e-c6e5-47ac-85cc-94083ad34f09", + "b39f7652-b097-4da8-b7c4-929f7a610baa", + "3f70366b-4255-4c3c-9ac2-63017178d1cb", + "3b229d85-4777-4c85-ac78-cf37aa0720a5", + "f3922ff0-a135-42ac-9f41-d2571c5d7f30", + "14e1d317-5181-460d-a02e-223b55f71c60", + "137874ef-68f4-42dc-aff7-5264e6d9b83a", + "f6719edd-987c-4556-984f-a3b713d488d0", + "3fcc4474-f808-4d70-8641-a94ad40ac40a", + "c0c0ca05-ee8f-40a0-84bc-8295f2439974", + "0b12b222-827a-485d-9f5b-fc6ae8270cc6", + "f8157309-51df-481c-a3d2-bd950f7819ce", + "5654f95e-609a-451a-99c3-ffe7f97a62e8", + "e92bf452-5022-4e73-b2fd-399d03d9b489", + "d436a2ef-9166-4184-8441-efde08a560f1", + "8aabd20c-4f26-4018-8300-68498d3732da", + "9e34c784-0bc3-459b-b165-30226324f0b1", + "b2cb83e4-d3e5-4b39-8f2f-81db93b45b21", + "9674f826-2475-4d89-bfb2-570e247df057", + "94608cee-44f0-462b-b8fc-214525e409a2", + "d17fe76e-c4d0-4595-9f89-db99899b7af0", + "d8f3f2ab-8456-41f2-ad14-75319aee2720", + "35ce4b01-fac0-4b46-98ad-c740aa362b8d", + "c5b7aea1-f7db-49be-a8de-1c2e0b6738fd", + "f9d009c9-6da2-4c77-b174-9c65e56e26d8", + "73e092e8-4b10-4168-9e8b-6fe7aba4f4d3", + "cf1a9975-8aab-433b-a6f0-d5771f8a7841" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11997" ], "x-ms-request-id": [ - "53cffd1d-0d0a-41ec-9c28-d43aa283078f" + "ed429acf-9ab9-4da7-a220-8d528b7b2a71" ], "x-ms-correlation-request-id": [ - "53cffd1d-0d0a-41ec-9c28-d43aa283078f" + "ed429acf-9ab9-4da7-a220-8d528b7b2a71" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002556Z:53cffd1d-0d0a-41ec-9c28-d43aa283078f" + "WESTINDIA:20200623T175237Z:ed429acf-9ab9-4da7-a220-8d528b7b2a71" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5899,7 +5918,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:25:56 GMT" + "Tue, 23 Jun 2020 17:52:37 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5908,28 +5927,28 @@ "-1" ], "Content-Length": [ - "104522" + "555995" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/deletedSites/23272583\",\r\n \"name\": \"ps1231\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23272616\",\r\n \"name\": \"ps8495\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23425305\",\r\n \"name\": \"nkprem\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23587174\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23587175\",\r\n \"name\": \"ps4374\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23587330\",\r\n \"name\": \"windowscontainerupdemo1\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23587331\",\r\n \"name\": \"containup1\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23587479\",\r\n \"name\": \"ps6296\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23587520\",\r\n \"name\": \"ps2607\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23587538\",\r\n \"name\": \"ps3325\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23587592\",\r\n \"name\": \"ps3194\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23587642\",\r\n \"name\": \"ps3622\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23587669\",\r\n \"name\": \"ps8875\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23616649\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23616650\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23616726\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23616727\",\r\n \"name\": \"ps7800\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23617385\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23617386\",\r\n \"name\": \"ps4604\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23617797\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23617798\",\r\n \"name\": \"ps3436\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23618165\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23618168\",\r\n \"name\": \"ps2183\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23618728\",\r\n \"name\": \"nkundeletetest\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23804769\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23804770\",\r\n \"name\": \"nickingssltests\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23816970\",\r\n \"name\": \"nksnapshottarget\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/23950334\",\r\n \"name\": \"DRSite20190419020219\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24301106\",\r\n \"name\": \"danielsgottago\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24349074\",\r\n \"name\": \"cln46a12b3b-337f-45da-bead-6265ad673e87\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24492938\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24492940\",\r\n \"name\": \"ps6640\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24492976\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24492977\",\r\n \"name\": \"ps5165\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24493281\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24493282\",\r\n \"name\": \"ps928\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24493383\",\r\n \"name\": \"cln90ba8fe6-70fa-424b-ab53-3e001deca795\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24493388\",\r\n \"name\": \"yes39839\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24493391\",\r\n \"name\": \"up3838382\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24493398\",\r\n \"name\": \"up383838\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24493402\",\r\n \"name\": \"MyDemoApp28383\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24519452\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24519453\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24519609\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24519610\",\r\n \"name\": \"ps1341\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24520009\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24520010\",\r\n \"name\": \"ps2374\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24520142\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24520217\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24524703\",\r\n \"name\": \"csmws583\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24524755\",\r\n \"name\": \"csmws9727\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24524766\",\r\n \"name\": \"csmws703\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24524774\",\r\n \"name\": \"csmws9127\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24524909\",\r\n \"name\": \"csmws7748\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24524977\",\r\n \"name\": \"csmws1362\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24524981\",\r\n \"name\": \"csmws3193\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24525002\",\r\n \"name\": \"csmws5073\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24525005\",\r\n \"name\": \"csmws9678\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24525015\",\r\n \"name\": \"csmws9698\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24525024\",\r\n \"name\": \"csmws8938\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24525025\",\r\n \"name\": \"csmws2711\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24525030\",\r\n \"name\": \"csmws5896\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24525053\",\r\n \"name\": \"csmws1690\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24525076\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24525094\",\r\n \"name\": \"csmws9456\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24525116\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24525117\",\r\n \"name\": \"csmws5963\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24525149\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24525150\",\r\n \"name\": \"csmws197\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24989724\",\r\n \"name\": \"tryme393201\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24991304\",\r\n \"name\": \"t383829\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/24992438\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25029963\",\r\n \"name\": \"up9402013\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25029964\",\r\n \"name\": \"Restored123456\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25029965\",\r\n \"name\": \"up28392014\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25029966\",\r\n \"name\": \"r38293r\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25029967\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25185054\",\r\n \"name\": \"delete-me-webobjgmybwnyj\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25249006\",\r\n \"name\": \"delete-me-weba3bnshg6azi\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25250468\",\r\n \"name\": \"ps5372\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25250469\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25255625\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25255626\",\r\n \"name\": \"ps6009\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25256069\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25256071\",\r\n \"name\": \"ps2063\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25256786\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25256789\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25352044\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25352045\",\r\n \"name\": \"ps814\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25352243\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25352245\",\r\n \"name\": \"ps703\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25352823\",\r\n \"name\": \"ps6039\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25353883\",\r\n \"name\": \"ps559\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25354792\",\r\n \"name\": \"ps3880\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25357007\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25357036\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25357259\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25357277\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25357418\",\r\n \"name\": \"nicniwdfowidjf\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25358593\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25358594\",\r\n \"name\": \"ps8817\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25358623\",\r\n \"name\": \"pshypervtest101\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25359448\",\r\n \"name\": \"RestoreMe1234\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25395768\",\r\n \"name\": \"clicontainerupdemo2019\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25395769\",\r\n \"name\": \"clicontainerupdemo20192\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25395786\",\r\n \"name\": \"cuptest10101\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25397446\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25397447\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25397448\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25397449\",\r\n \"name\": \"nkpremclone2\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25397454\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25397455\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25397456\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25397457\",\r\n \"name\": \"nkpremclone4\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25397461\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25397463\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25397464\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25397465\",\r\n \"name\": \"nkpremclone3\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25397473\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25397474\",\r\n \"name\": \"nkpremclone\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25398942\",\r\n \"name\": \"nkpremclone6\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25398943\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25398944\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25398945\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25398946\",\r\n \"name\": \"nkpremclone5\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25398948\",\r\n \"name\": \"nkpremclone7\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25399133\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25399134\",\r\n \"name\": \"undeletesrcjune2019\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25399303\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25399304\",\r\n \"name\": \"ps8864\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25399652\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25399653\",\r\n \"name\": \"ps2373\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25432785\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25432786\",\r\n \"name\": \"undeletesrcjune20192\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25432807\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25432810\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25432812\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25432813\",\r\n \"name\": \"nkpremclone123\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25432816\",\r\n \"name\": \"nkpremclone9\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25432818\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25432819\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25432820\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25432821\",\r\n \"name\": \"nkpremclone8\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25432895\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25432900\",\r\n \"name\": \"ps8582\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25433005\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25433007\",\r\n \"name\": \"ps8311\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25433406\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25433408\",\r\n \"name\": \"ps5340\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25435281\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25435283\",\r\n \"name\": \"ps2108\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25464773\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25464774\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25464775\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25464776\",\r\n \"name\": \"nkpremclone1234\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25469822\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25469823\",\r\n \"name\": \"nksnapz2\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25469833\",\r\n \"name\": \"nksnapz\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25470578\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25470579\",\r\n \"name\": \"ps4597\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25470603\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25470604\",\r\n \"name\": \"ps2722\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25473089\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25473090\",\r\n \"name\": \"ps5942\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25473146\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25473147\",\r\n \"name\": \"ps1628\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25503026\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25503036\",\r\n \"name\": \"ps3080\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25503283\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25503284\",\r\n \"name\": \"ps3463\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25504483\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25504644\",\r\n \"name\": \"ps5172\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25506514\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25506588\",\r\n \"name\": \"undeletesrc\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25506629\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25506630\",\r\n \"name\": \"ps5113\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25506673\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25506674\",\r\n \"name\": \"ps9058\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25506805\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25506807\",\r\n \"name\": \"ps4204\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25507522\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25507523\",\r\n \"name\": \"ps8107\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25516447\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25516449\",\r\n \"name\": \"ps9051\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25516555\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25516557\",\r\n \"name\": \"ps3009\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25516717\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25516741\",\r\n \"name\": \"ps5766\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25555174\",\r\n \"name\": \"ps479\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25555971\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25555973\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25555974\",\r\n \"name\": \"ps1638\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25555975\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25555977\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25555978\",\r\n \"name\": \"ps3115\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25557799\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25557802\",\r\n \"name\": \"ps2611\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25558266\",\r\n \"name\": \"ps1495\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25558456\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25558457\",\r\n \"name\": \"ps1130\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25558560\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/25558561\",\r\n \"name\": \"ps9476\",\r\n \"type\": \"Microsoft.Web/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 \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/deletedSites/25559016\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559016,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:36.7769724\",\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\": \"ps1159\",\r\n \"slot\": \"staging\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/deletedSites/25559017\",\r\n \"name\": \"ps1159\",\r\n \"type\": \"Microsoft.Web/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559017,\r\n \"deletedTimestamp\": \"2019-06-25T00:01:38.5559357\",\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\": \"ps1159\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/deletedSites/25559637\",\r\n \"name\": \"ps8831\",\r\n \"type\": \"Microsoft.Web/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 25559637,\r\n \"deletedTimestamp\": \"2019-06-25T00:25:53.8430908\",\r\n \"subscription\": \"798436ab-a054-4fbf-ba01-f9f8cce4e65f\",\r\n \"resourceGroup\": \"ps8279\",\r\n \"webSpace\": \"ps8279-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-123\",\r\n \"deletedSiteName\": \"ps8831\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/deletedSites/29271483\",\r\n \"name\": \"csmws99\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29271491\",\r\n \"name\": \"csmws2341\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29271492\",\r\n \"name\": \"csmws2341\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29271498\",\r\n \"name\": \"csmws5321\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29271499\",\r\n \"name\": \"csmws5321\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29271509\",\r\n \"name\": \"csmws8907\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29271512\",\r\n \"name\": \"csmws276\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29271514\",\r\n \"name\": \"csmws9689\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29271516\",\r\n \"name\": \"csmws5547\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29271523\",\r\n \"name\": \"csmws738\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29271526\",\r\n \"name\": \"csmws1272\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29271527\",\r\n \"name\": \"csmws9592\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29271531\",\r\n \"name\": \"csmws6306\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29271532\",\r\n \"name\": \"csmws3104\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275440\",\r\n \"name\": \"csmws436\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275442\",\r\n \"name\": \"csmws8946\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275450\",\r\n \"name\": \"csmws9792\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275492\",\r\n \"name\": \"csmws7326\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275493\",\r\n \"name\": \"csmws7326\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275502\",\r\n \"name\": \"csmws6811\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275527\",\r\n \"name\": \"csmws746\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275586\",\r\n \"name\": \"csmws9045\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275608\",\r\n \"name\": \"csmws6248\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275615\",\r\n \"name\": \"csmws9621\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275616\",\r\n \"name\": \"csmws9621\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275622\",\r\n \"name\": \"csmws2859\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275623\",\r\n \"name\": \"csmws2859\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275626\",\r\n \"name\": \"csmws1175\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275627\",\r\n \"name\": \"csmws1175\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275639\",\r\n \"name\": \"csmws8740\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275641\",\r\n \"name\": \"csmws1328\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275644\",\r\n \"name\": \"csmws9988\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275645\",\r\n \"name\": \"csmws1747\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275646\",\r\n \"name\": \"csmws7557\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275648\",\r\n \"name\": \"csmws7473\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275651\",\r\n \"name\": \"csmws45\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275658\",\r\n \"name\": \"csmws4938\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275817\",\r\n \"name\": \"csmws4709\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275822\",\r\n \"name\": \"csmws9002\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275823\",\r\n \"name\": \"csmws9002\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275825\",\r\n \"name\": \"csmws9459\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275826\",\r\n \"name\": \"csmws9459\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275831\",\r\n \"name\": \"csmws8297\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275832\",\r\n \"name\": \"csmws8297\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275833\",\r\n \"name\": \"csmws4578\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275837\",\r\n \"name\": \"csmws7393\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275839\",\r\n \"name\": \"csmws9575\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275842\",\r\n \"name\": \"csmws2659\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275843\",\r\n \"name\": \"csmws7759\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275844\",\r\n \"name\": \"csmws2144\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275845\",\r\n \"name\": \"csmws4152\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29275849\",\r\n \"name\": \"csmws6771\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29278431\",\r\n \"name\": \"csmws4334\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29278440\",\r\n \"name\": \"csmws128\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29278446\",\r\n \"name\": \"csmws2772\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29278448\",\r\n \"name\": \"csmws2772\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29278450\",\r\n \"name\": \"csmws9529\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29278451\",\r\n \"name\": \"csmws9529\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29278453\",\r\n \"name\": \"csmws4388\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29278454\",\r\n \"name\": \"csmws4388\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29278455\",\r\n \"name\": \"csmws7728\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29278459\",\r\n \"name\": \"csmws8473\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29278461\",\r\n \"name\": \"csmws1714\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29278463\",\r\n \"name\": \"csmws252\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29278464\",\r\n \"name\": \"csmws425\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29278467\",\r\n \"name\": \"csmws6291\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29278468\",\r\n \"name\": \"csmws9347\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29278470\",\r\n \"name\": \"csmws3790\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29278490\",\r\n \"name\": \"csmws9197\",\r\n \"type\": \"Microsoft.Web/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 \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/deletedSites/71928\",\r\n \"name\": \"webapp-quick-linuxlk3ubs\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/71929\",\r\n \"name\": \"webapp-quick-linuxmjygkp\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/72072\",\r\n \"name\": \"webapp-quick-linux3qkq2l\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/72073\",\r\n \"name\": \"webapp-quick-linux5ymtee\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/74937\",\r\n \"name\": \"webapp-quick-linuxaxrryk\",\r\n \"type\": \"Microsoft.Web/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 \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/deletedSites/29910\",\r\n \"name\": \"webapp-linux-cdis4yebdrz\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29911\",\r\n \"name\": \"webapp-remote-sshdjfhvgv4afsonesn3fqcil3\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29912\",\r\n \"name\": \"webapp-remote-debugi3ug3cff6pkilr23hvcad\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29913\",\r\n \"name\": \"webappacrtestwchjzoootpg\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/29915\",\r\n \"name\": \"webapp-linuxz7hm3gbr6rz6\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/30532\",\r\n \"name\": \"webapp-linux-cdv3newjcxe\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/30533\",\r\n \"name\": \"webapp-remote-sshouya3fwqo2jclp3qkjgsosk\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/30535\",\r\n \"name\": \"webapp-remote-debughtlg5r3tjnmhf5vhadljw\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/30536\",\r\n \"name\": \"webappacrtestnjekezfkoyp\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/30537\",\r\n \"name\": \"webapp-linux5yibnbr3t4bv\",\r\n \"type\": \"Microsoft.Web/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 \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/deletedSites/675036\",\r\n \"name\": \"sdktesting1\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/675159\",\r\n \"name\": \"NetSDKTesting\",\r\n \"type\": \"Microsoft.Web/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 \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/deletedSites/641625\",\r\n \"name\": \"webapp-linuxdccbpczrkrhq\",\r\n \"type\": \"Microsoft.Web/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 641625,\r\n \"deletedTimestamp\": \"2020-03-26T06:06:55.0602613\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_configdpbaid5xj3chzd4y3rpw5nheatuwptxf2pkbnaxxktpxg6dhtkme4\",\r\n \"webSpace\": \"cli_test_webapp_configdpbaid5xj3chzd4y3rpw5nheatuwptxf2pkbnaxxktpxg6dhtkme4-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-147\",\r\n \"deletedSiteName\": \"webapp-linuxdccbpczrkrhq\",\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/deletedSites/641634\",\r\n \"name\": \"webapp-linuxnmckpbxyoz4h\",\r\n \"type\": \"Microsoft.Web/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 641634,\r\n \"deletedTimestamp\": \"2020-03-26T06:12:44.3107075\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_configwh7vjhyhhamd25bel3hyogray74vyi3esutq3yudevnzmkkvsnryd\",\r\n \"webSpace\": \"cli_test_webapp_configwh7vjhyhhamd25bel3hyogray74vyi3esutq3yudevnzmkkvsnryd-EastUSwebspace\",\r\n \"stamp\": \"waws-prod-blu-161\",\r\n \"deletedSiteName\": \"webapp-linuxnmckpbxyoz4h\",\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/deletedSites/652104\",\r\n \"name\": \"webapp-linuxte7tfthwlyyq\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/652158\",\r\n \"name\": \"webapp-linuxr3vfzfykyhry\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/653909\",\r\n \"name\": \"destclonemac\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/653910\",\r\n \"name\": \"webappservcab\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/680365\",\r\n \"name\": \"webapp-linux2nhapq56bmrv\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/725362\",\r\n \"name\": \"webapp-linux3nfwql4u6p4x\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/803573\",\r\n \"name\": \"ps2024\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/827147\",\r\n \"name\": \"ps4676\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/827357\",\r\n \"name\": \"ps678\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/839093\",\r\n \"name\": \"ps2000\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/913048\",\r\n \"name\": \"ps5837\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/927907\",\r\n \"name\": \"ps7902\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/928887\",\r\n \"name\": \"ps4447\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/943444\",\r\n \"name\": \"ps3159\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/950044\",\r\n \"name\": \"ps6185\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/959418\",\r\n \"name\": \"testfsappase\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1011880\",\r\n \"name\": \"ps6791\",\r\n \"type\": \"Microsoft.Web/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 \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/deletedSites/1630831\",\r\n \"name\": \"web-ssl-testwvndnfmh\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1675142\",\r\n \"name\": \"web-ssl-testsbflpv42\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1697426\",\r\n \"name\": \"11412-testing8\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1697427\",\r\n \"name\": \"11925-testing1\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1697428\",\r\n \"name\": \"11412-testing4\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1697431\",\r\n \"name\": \"11925-testing\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1697432\",\r\n \"name\": \"11412-testing3\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1697441\",\r\n \"name\": \"11412-testing6\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1697442\",\r\n \"name\": \"12509-testing\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1697443\",\r\n \"name\": \"11925-testing2\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1697446\",\r\n \"name\": \"11925-testing3\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1697448\",\r\n \"name\": \"11412-testing10\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1697449\",\r\n \"name\": \"11412-testing2\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1697451\",\r\n \"name\": \"11412-testing7\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1697619\",\r\n \"name\": \"11925-testing3\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1706131\",\r\n \"name\": \"11925-testing\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1864802\",\r\n \"name\": \"ps3075\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1872460\",\r\n \"name\": \"ps1613\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1988542\",\r\n \"name\": \"ps3979\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/2008324\",\r\n \"name\": \"ps1395\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/2029961\",\r\n \"name\": \"ps1546\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/2040614\",\r\n \"name\": \"ps7609\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/2132858\",\r\n \"name\": \"ps4624\",\r\n \"type\": \"Microsoft.Web/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 \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/deletedSites/337382\",\r\n \"name\": \"webapp-config-testrwbefoqfdvmvxpxreocist\",\r\n \"type\": \"Microsoft.Web/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 337382,\r\n \"deletedTimestamp\": \"2020-03-26T06:00:33.2422882\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_configaudwd3yjv7zbdsfj525wulwrg5wccb6w4ibeqyszdsvprfw2qhv2d\",\r\n \"webSpace\": \"cli_test_webapp_configaudwd3yjv7zbdsfj525wulwrg5wccb6w4ibeqyszdsvprfw2qhv2d-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"webapp-config-testrwbefoqfdvmvxpxreocist\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/deletedSites/337391\",\r\n \"name\": \"webapp-config-testc26mz45g55fqkxvrctycyl\",\r\n \"type\": \"Microsoft.Web/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 337391,\r\n \"deletedTimestamp\": \"2020-03-26T06:06:58.9043247\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_configdpbaid5xj3chzd4y3rpw5nheatuwptxf2pkbnaxxktpxg6dhtkme4\",\r\n \"webSpace\": \"cli_test_webapp_configdpbaid5xj3chzd4y3rpw5nheatuwptxf2pkbnaxxktpxg6dhtkme4-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-113\",\r\n \"deletedSiteName\": \"webapp-config-testc26mz45g55fqkxvrctycyl\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/deletedSites/337402\",\r\n \"name\": \"webapp-config-testg4zdofqsmz5toecgmqucmc\",\r\n \"type\": \"Microsoft.Web/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 337402,\r\n \"deletedTimestamp\": \"2020-03-26T06:12:43.8897019\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_configwh7vjhyhhamd25bel3hyogray74vyi3esutq3yudevnzmkkvsnryd\",\r\n \"webSpace\": \"cli_test_webapp_configwh7vjhyhhamd25bel3hyogray74vyi3esutq3yudevnzmkkvsnryd-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-091\",\r\n \"deletedSiteName\": \"webapp-config-testg4zdofqsmz5toecgmqucmc\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/deletedSites/337434\",\r\n \"name\": \"webapp-config-testz5kxnl3yeal3s6hao4hv6g\",\r\n \"type\": \"Microsoft.Web/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 337434,\r\n \"deletedTimestamp\": \"2020-03-26T06:59:46.5274811\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"cli_test_webapp_configgt5u2hido4ykef2ktfms3ndbkflc2if6uhayk4eapl7kmmlooyelv\",\r\n \"webSpace\": \"cli_test_webapp_configgt5u2hido4ykef2ktfms3ndbkflc2if6uhayk4eapl7kmmlooyelv-WestUSwebspace\",\r\n \"stamp\": \"waws-prod-bay-093\",\r\n \"deletedSiteName\": \"webapp-config-testz5kxnl3yeal3s6hao4hv6g\",\r\n \"slot\": \"Production\",\r\n \"kind\": \"app\",\r\n \"geoRegionName\": \"West US\",\r\n \"correlationId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/deletedSites/341255\",\r\n \"name\": \"webapp-config-testyg6padshlxwrcj6uuhxgzz\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/341276\",\r\n \"name\": \"webapp-config-appsettings-testaa7sse6oba\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/341353\",\r\n \"name\": \"cli-funcapp-nwrdoga55dfl\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/341364\",\r\n \"name\": \"cli-webapp-nwrxcvkkgijcp\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/341368\",\r\n \"name\": \"cli-webapp-nwr74n22jhvnc\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/341386\",\r\n \"name\": \"cli-webapp-nwrw7gebsezqh\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/341387\",\r\n \"name\": \"cli-webapp-nwruzezq7x6k5\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/341390\",\r\n \"name\": \"cli-webapp-nwrmie3okwc2c\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/341392\",\r\n \"name\": \"cli-webapp-nwrgde6hfkdbt\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/341394\",\r\n \"name\": \"webInOtherRG\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/341402\",\r\n \"name\": \"cli-webapp-nwr6vmdnoyjuc\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/341416\",\r\n \"name\": \"webapp-quickpqlytkdnuaol\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/341433\",\r\n \"name\": \"webapp-linux-multiocxzii\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/341482\",\r\n \"name\": \"cli-webapp-nwrgaahehlo6d\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/341483\",\r\n \"name\": \"cli-webapp-nwrtym6jzzt65\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/341485\",\r\n \"name\": \"backup-webappu5ysop4ttov\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/341487\",\r\n \"name\": \"backup-webappk75wjqa4giv\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343026\",\r\n \"name\": \"webapp-config-appsettings-test3a34z64anp\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343028\",\r\n \"name\": \"webapp-config-appsettings-testcbqdjc54bk\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343034\",\r\n \"name\": \"cli-webapp-nwrj2z53ce7ke\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343035\",\r\n \"name\": \"cli-webapp-nwrh3a45fq336\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343036\",\r\n \"name\": \"cli-webapp-nwrfdv4uha7ud\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343037\",\r\n \"name\": \"cli-webapp-nwrpkwb4otowf\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343039\",\r\n \"name\": \"cli-webapp-nwrbkvv4pjeva\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343040\",\r\n \"name\": \"cli-webapp-nwro3tfioeopi\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343041\",\r\n \"name\": \"cli-webapp-nwr3waihqfg4g\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343042\",\r\n \"name\": \"cli-webapp-nwrrey6c2xcyk\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343043\",\r\n \"name\": \"webInOtherRG\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343044\",\r\n \"name\": \"cli-webapp-nwryqgppzr6kp\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343045\",\r\n \"name\": \"webapp-quickteeaolgfcqjq\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343048\",\r\n \"name\": \"webapp-linux-multiueszq6\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343049\",\r\n \"name\": \"cli-webapp-nwrfqfdmd3f6m\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343050\",\r\n \"name\": \"cli-webapp-nwrfqfdmd3f6m\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343052\",\r\n \"name\": \"backup-webappovlq4eog3pk\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343053\",\r\n \"name\": \"webapp-e2eky2e5ekrjmg3mc\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343054\",\r\n \"name\": \"webapp-win-logk5a3pgdoey\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343056\",\r\n \"name\": \"webapp-config-testyj3tusumlaj4tmue2lrtsc\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343057\",\r\n \"name\": \"web-del-testfezrimrmgyi3\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343058\",\r\n \"name\": \"webapp-quick22xe3xcqkjej\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343059\",\r\n \"name\": \"web7foafj6fhnm7lwnp2kedc\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343060\",\r\n \"name\": \"webapp-quick-cdyr4bspz2r\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343061\",\r\n \"name\": \"webapp-config-testoi6cilappuevn5suynbt4s\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343064\",\r\n \"name\": \"slot-traffic-webizlpoft6\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343065\",\r\n \"name\": \"slot-traffic-webizlpoft6\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343067\",\r\n \"name\": \"slot-test-webaosapk4hl73\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343068\",\r\n \"name\": \"slot-test-webaosapk4hl73\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343070\",\r\n \"name\": \"slot-test-webaosapk4hl73\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343071\",\r\n \"name\": \"slot-traffic-webokpd664z\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343072\",\r\n \"name\": \"slot-traffic-webokpd664z\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343076\",\r\n \"name\": \"slot-swap-webhimih7sfxlc\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343077\",\r\n \"name\": \"slot-swap-webhimih7sfxlc\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343081\",\r\n \"name\": \"delete-me-webkntrgypw6gm\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343082\",\r\n \"name\": \"web-ssl-testug3yucqp\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343083\",\r\n \"name\": \"web-ssl-testug3yucqp\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343089\",\r\n \"name\": \"webapp-update-testmn2stcodqgdv42liq7vk2f\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343090\",\r\n \"name\": \"webapp-update-testmn2stcodqgdv42liq7vk2f\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343091\",\r\n \"name\": \"web-git-test2hp6ect62qkb\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343092\",\r\n \"name\": \"webapp-update-testxdbhdnzs72ezgfzhzqjyxq\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343093\",\r\n \"name\": \"webapp-update-testxdbhdnzs72ezgfzhzqjyxq\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343094\",\r\n \"name\": \"webapp-zipDeploy-testcioxler5a654f6eah2q\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343095\",\r\n \"name\": \"webapp-create-alwaysOn-e2ef52px4h7bnlnxtehbq\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343096\",\r\n \"name\": \"webapp-linux-freez6h3ppn\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343097\",\r\n \"name\": \"webapp-hyperv-e2ewnc5av7\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343099\",\r\n \"name\": \"web-msihaahnpmneib4m\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343100\",\r\n \"name\": \"webapp-authentication-testkdk5lssotkjwuu\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343101\",\r\n \"name\": \"swiftwebappcrngn7i7oyazl\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343103\",\r\n \"name\": \"web-error2weut2jyclhxcig\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343104\",\r\n \"name\": \"hcwebappd4msx6uxhvtfdz2s\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343107\",\r\n \"name\": \"swiftwebappusjz2huppeslf\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343122\",\r\n \"name\": \"swiftwebappsfgzg7cy7ltrg\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343123\",\r\n \"name\": \"swiftwebappshezibvqxs5l2\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343125\",\r\n \"name\": \"webapp-config-testi2fgji6zzokur5dmamty5s\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/343870\",\r\n \"name\": \"ps2\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/345303\",\r\n \"name\": \"cli-webapp-nwrpnkdgtky7q\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/345363\",\r\n \"name\": \"cli-webapp-nwrp4row65i6n\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/345402\",\r\n \"name\": \"cli-webapp-nwrnzhxwf743z\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/345428\",\r\n \"name\": \"cli-webapp-nwr6v3lvg7hfi\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/345478\",\r\n \"name\": \"test-functionapp-ukdil5i\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/345479\",\r\n \"name\": \"test-functionapp-efdkwgi\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/345480\",\r\n \"name\": \"test-functionapp-jgg43wr\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/345481\",\r\n \"name\": \"test-functionapp-re6imxl\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/345507\",\r\n \"name\": \"cli-funcapp-nwrlzlqe3db4\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/345509\",\r\n \"name\": \"cli-funcapp-nwr7m5qrga6h\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/345513\",\r\n \"name\": \"cli-funcapp-nwrycvp2vuhy\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356199\",\r\n \"name\": \"app43rodi45mnqp\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356282\",\r\n \"name\": \"webapp-config-appsettings-test3pyhmees5b\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356291\",\r\n \"name\": \"cli-webapp-nwrmtw5bedib2\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356293\",\r\n \"name\": \"cli-webapp-nwrhvweoayq74\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356294\",\r\n \"name\": \"cli-webapp-nwr2jjtnysvjo\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356295\",\r\n \"name\": \"cli-webapp-nwr73b2gmergh\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356296\",\r\n \"name\": \"cli-webapp-nwrzcsga45cbq\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356297\",\r\n \"name\": \"cli-webapp-nwr2lopwypbz2\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356299\",\r\n \"name\": \"cli-webapp-nwruqxxgxuqsp\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356300\",\r\n \"name\": \"webInOtherRG\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356301\",\r\n \"name\": \"cli-webapp-nwrdzcrv6mxde\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356302\",\r\n \"name\": \"cli-webapp-nwr7q46ifg7dn\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356314\",\r\n \"name\": \"webapp-quickjm6c655bwacq\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356316\",\r\n \"name\": \"webapp-linux-multizmx6h4\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356318\",\r\n \"name\": \"cli-webapp-nwri73oipy3gb\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356319\",\r\n \"name\": \"cli-webapp-nwri73oipy3gb\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356320\",\r\n \"name\": \"webapp-config-test6vjhh2zyin5sktwky5f5wv\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356321\",\r\n \"name\": \"backup-webappx2xhjw363z7\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356322\",\r\n \"name\": \"webapp-e2ewmo646z5f7y5m7\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356324\",\r\n \"name\": \"webapp-win-logrmyd244nvq\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356326\",\r\n \"name\": \"web-del-test3y7r3wlsrsaj\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356328\",\r\n \"name\": \"webapp-quick5zjxtstxo2ho\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356329\",\r\n \"name\": \"webnmhmlfkgeqzoyetpx6yhd\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356330\",\r\n \"name\": \"webapp-config-testg6rqg25yoen2lyul3llptj\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356333\",\r\n \"name\": \"webapp-config-testkzg7xj5wm55k2zgrtad5wn\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356337\",\r\n \"name\": \"slot-traffic-webhafizi7t\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356338\",\r\n \"name\": \"slot-traffic-webhafizi7t\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356339\",\r\n \"name\": \"webapp-quick-cd2dhnlkpbg\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356346\",\r\n \"name\": \"slot-traffic-webwtip3gil\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356347\",\r\n \"name\": \"slot-traffic-webwtip3gil\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356351\",\r\n \"name\": \"slot-traffic-webgqzmcn72\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356352\",\r\n \"name\": \"slot-traffic-webgqzmcn72\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356356\",\r\n \"name\": \"slot-test-webjunyusogzif\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356358\",\r\n \"name\": \"slot-test-webjunyusogzif\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356359\",\r\n \"name\": \"slot-swap-web3g6wsiz3yun\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356360\",\r\n \"name\": \"slot-swap-web3g6wsiz3yun\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356361\",\r\n \"name\": \"delete-me-webxtpotq35fjl\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356367\",\r\n \"name\": \"slot-test-webjunyusogzif\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356384\",\r\n \"name\": \"web-ssl-testjb7ndcec\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356385\",\r\n \"name\": \"web-ssl-testjb7ndcec\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356387\",\r\n \"name\": \"web-git-test2jb5n6rqgs2c\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356389\",\r\n \"name\": \"webapp-create-alwaysOn-e2euh6b5my3d4kwpdpkes\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356390\",\r\n \"name\": \"webapp-update-testdm5szrzhmvehwxkbez4kyu\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356391\",\r\n \"name\": \"webapp-update-testdm5szrzhmvehwxkbez4kyu\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356392\",\r\n \"name\": \"webapp-authentication-testcmauizhlbikx5z\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356393\",\r\n \"name\": \"webapp-zipDeploy-testgbsa7elm4xttnutqt46\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356397\",\r\n \"name\": \"webapp-linux-freeviusuju\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356400\",\r\n \"name\": \"web-msivxaansfvleb5b\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356401\",\r\n \"name\": \"webapp-hyperv-e2el6zcenq\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356403\",\r\n \"name\": \"swiftwebappvj2oj2i3itndp\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356404\",\r\n \"name\": \"swiftwebappyg6imigbz2vmp\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356405\",\r\n \"name\": \"hcwebapprszuaspp3nq5b3gs\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356407\",\r\n \"name\": \"web-errorosch6t3nxyutjz4\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/356434\",\r\n \"name\": \"appubq4p3epz7p7\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/378926\",\r\n \"name\": \"webapp-config-testrep5guyvjklfo7liohjyr5\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/382304\",\r\n \"name\": \"cli-webapp-nwrogb2prmyrx\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/382307\",\r\n \"name\": \"cli-webapp-nwrkzmo5ef7ya\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/382308\",\r\n \"name\": \"cli-funcapp-nwr7iamfq4p3\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/389159\",\r\n \"name\": \"csmws7701\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/389167\",\r\n \"name\": \"csmws6611\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/389173\",\r\n \"name\": \"csmws2849\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/389206\",\r\n \"name\": \"csmws9830\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/393161\",\r\n \"name\": \"csmws705\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/393176\",\r\n \"name\": \"csmws3870\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/393178\",\r\n \"name\": \"csmws3065\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/393212\",\r\n \"name\": \"csmws1564\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/393382\",\r\n \"name\": \"csmws5928\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/393383\",\r\n \"name\": \"csmws623\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/393386\",\r\n \"name\": \"csmws806\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/393389\",\r\n \"name\": \"csmws1164\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/396092\",\r\n \"name\": \"csmws6609\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/396095\",\r\n \"name\": \"csmws4083\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/396103\",\r\n \"name\": \"csmws1437\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/396104\",\r\n \"name\": \"csmws4978\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/409281\",\r\n \"name\": \"ps8467\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/409283\",\r\n \"name\": \"ps8134\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/409717\",\r\n \"name\": \"ps3138\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/409718\",\r\n \"name\": \"ps7017\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/411992\",\r\n \"name\": \"ps4802\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/411999\",\r\n \"name\": \"ps8525\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/412022\",\r\n \"name\": \"ps4414\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/412046\",\r\n \"name\": \"ps6578\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/412050\",\r\n \"name\": \"ps5093\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/412165\",\r\n \"name\": \"ps2871\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/412166\",\r\n \"name\": \"ps85\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/412190\",\r\n \"name\": \"ps9292\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/412635\",\r\n \"name\": \"ps1346\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/412673\",\r\n \"name\": \"ps3149\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/412683\",\r\n \"name\": \"ps4081\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/412704\",\r\n \"name\": \"ps6779\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/412819\",\r\n \"name\": \"ps6905\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/414914\",\r\n \"name\": \"ps3953\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415280\",\r\n \"name\": \"ps5134\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415305\",\r\n \"name\": \"ps7144\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415306\",\r\n \"name\": \"ps7144\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415311\",\r\n \"name\": \"ps5974\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415312\",\r\n \"name\": \"ps5974\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415319\",\r\n \"name\": \"ps4398\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415320\",\r\n \"name\": \"ps4398\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415344\",\r\n \"name\": \"ps7602\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415345\",\r\n \"name\": \"ps7602\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415356\",\r\n \"name\": \"ps6883\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415357\",\r\n \"name\": \"ps6883\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415362\",\r\n \"name\": \"ps4869\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415363\",\r\n \"name\": \"ps4869\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415365\",\r\n \"name\": \"ps5140\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415366\",\r\n \"name\": \"ps5140\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415380\",\r\n \"name\": \"ps9896\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415381\",\r\n \"name\": \"ps9896\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415384\",\r\n \"name\": \"ps5563\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415385\",\r\n \"name\": \"ps5563\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415397\",\r\n \"name\": \"ps5319\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415425\",\r\n \"name\": \"ps2463\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415458\",\r\n \"name\": \"ps2314\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415459\",\r\n \"name\": \"ps2314\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415470\",\r\n \"name\": \"ps8938\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415471\",\r\n \"name\": \"ps8938\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415487\",\r\n \"name\": \"ps8179\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415488\",\r\n \"name\": \"ps8179\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415499\",\r\n \"name\": \"ps6914\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415501\",\r\n \"name\": \"ps6914\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415502\",\r\n \"name\": \"ps6914\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415516\",\r\n \"name\": \"ps1018\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415535\",\r\n \"name\": \"ps7992\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415561\",\r\n \"name\": \"ps438\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415579\",\r\n \"name\": \"ps5036\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415589\",\r\n \"name\": \"ps7993\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415600\",\r\n \"name\": \"ps3966\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415613\",\r\n \"name\": \"ps312\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415614\",\r\n \"name\": \"ps312\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415619\",\r\n \"name\": \"ps8749\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415620\",\r\n \"name\": \"ps9210\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415626\",\r\n \"name\": \"ps3753\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415630\",\r\n \"name\": \"ps8299\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415631\",\r\n \"name\": \"ps3228\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415644\",\r\n \"name\": \"ps9146\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415652\",\r\n \"name\": \"ps7955\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415667\",\r\n \"name\": \"ps9947\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415671\",\r\n \"name\": \"ps5820\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415676\",\r\n \"name\": \"ps9923\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415678\",\r\n \"name\": \"ps4147\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415683\",\r\n \"name\": \"ps5223\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415717\",\r\n \"name\": \"ps7830\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415718\",\r\n \"name\": \"ps7830\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415721\",\r\n \"name\": \"ps7830\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415723\",\r\n \"name\": \"ps3014\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415724\",\r\n \"name\": \"ps3014\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415726\",\r\n \"name\": \"ps3014\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415749\",\r\n \"name\": \"ps6683\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415761\",\r\n \"name\": \"ps6736\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415769\",\r\n \"name\": \"ps9019\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415778\",\r\n \"name\": \"ps643\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415780\",\r\n \"name\": \"ps8794\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415787\",\r\n \"name\": \"ps8800\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/415970\",\r\n \"name\": \"ps123\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/416021\",\r\n \"name\": \"ps8287\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/416023\",\r\n \"name\": \"ps254\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/416030\",\r\n \"name\": \"ps5645\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/416034\",\r\n \"name\": \"ps6043\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/416045\",\r\n \"name\": \"ps8624\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/416055\",\r\n \"name\": \"ps3533\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/416056\",\r\n \"name\": \"ps485\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/416074\",\r\n \"name\": \"ps302\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/416079\",\r\n \"name\": \"ps302\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/416089\",\r\n \"name\": \"ps8016\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/416090\",\r\n \"name\": \"ps8016\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/416159\",\r\n \"name\": \"ps7465\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/416160\",\r\n \"name\": \"ps7465\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/418472\",\r\n \"name\": \"ps8640\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/418473\",\r\n \"name\": \"ps8640\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/418506\",\r\n \"name\": \"ps5978\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421188\",\r\n \"name\": \"ps8189\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421190\",\r\n \"name\": \"ps2578\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421252\",\r\n \"name\": \"ps6363\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421321\",\r\n \"name\": \"ps8688\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421322\",\r\n \"name\": \"ps8688\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421325\",\r\n \"name\": \"ps5774\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421444\",\r\n \"name\": \"ps354\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421445\",\r\n \"name\": \"ps354\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421504\",\r\n \"name\": \"ps4637\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421505\",\r\n \"name\": \"ps4637\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421612\",\r\n \"name\": \"ps8395\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421648\",\r\n \"name\": \"ps8395\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421801\",\r\n \"name\": \"ps4006\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421802\",\r\n \"name\": \"ps4006\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421808\",\r\n \"name\": \"ps3010\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421809\",\r\n \"name\": \"ps3010\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421813\",\r\n \"name\": \"ps5902\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421819\",\r\n \"name\": \"ps1541\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421826\",\r\n \"name\": \"ps2044\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/421828\",\r\n \"name\": \"ps3937\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423835\",\r\n \"name\": \"ps3479\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423836\",\r\n \"name\": \"ps3479\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423839\",\r\n \"name\": \"ps297\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423840\",\r\n \"name\": \"ps297\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423841\",\r\n \"name\": \"ps7063\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423842\",\r\n \"name\": \"ps7063\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423845\",\r\n \"name\": \"ps8832\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423846\",\r\n \"name\": \"ps8832\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423852\",\r\n \"name\": \"ps7311\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423854\",\r\n \"name\": \"ps7791\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423859\",\r\n \"name\": \"ps8769\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423860\",\r\n \"name\": \"ps3262\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423861\",\r\n \"name\": \"ps7889\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423863\",\r\n \"name\": \"ps399\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423866\",\r\n \"name\": \"ps9864\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423867\",\r\n \"name\": \"ps9864\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423870\",\r\n \"name\": \"ps1654\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423871\",\r\n \"name\": \"ps2346\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423872\",\r\n \"name\": \"ps6749\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423873\",\r\n \"name\": \"ps6749\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423877\",\r\n \"name\": \"ps9481\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423878\",\r\n \"name\": \"ps9481\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423879\",\r\n \"name\": \"ps8304\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423880\",\r\n \"name\": \"ps8304\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423885\",\r\n \"name\": \"ps4175\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423886\",\r\n \"name\": \"ps4175\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423889\",\r\n \"name\": \"ps5856\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423890\",\r\n \"name\": \"ps5856\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423891\",\r\n \"name\": \"ps7041\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423892\",\r\n \"name\": \"ps7041\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423895\",\r\n \"name\": \"ps420\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423896\",\r\n \"name\": \"ps420\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423898\",\r\n \"name\": \"ps9567\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423908\",\r\n \"name\": \"ps2004\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423909\",\r\n \"name\": \"ps2004\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423913\",\r\n \"name\": \"ps377\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423914\",\r\n \"name\": \"ps377\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423918\",\r\n \"name\": \"ps2671\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423919\",\r\n \"name\": \"ps2671\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423921\",\r\n \"name\": \"ps350\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423922\",\r\n \"name\": \"ps350\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423923\",\r\n \"name\": \"ps350\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423926\",\r\n \"name\": \"ps9772\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423927\",\r\n \"name\": \"ps9772\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423928\",\r\n \"name\": \"ps7371\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423929\",\r\n \"name\": \"ps3769\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423930\",\r\n \"name\": \"ps9303\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423933\",\r\n \"name\": \"ps4627\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423935\",\r\n \"name\": \"ps2279\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423937\",\r\n \"name\": \"ps796\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423941\",\r\n \"name\": \"ps7694\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423945\",\r\n \"name\": \"ps1272\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423946\",\r\n \"name\": \"ps5587\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423959\",\r\n \"name\": \"ps7288\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423960\",\r\n \"name\": \"ps7288\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423961\",\r\n \"name\": \"ps7288\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423962\",\r\n \"name\": \"ps9384\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423963\",\r\n \"name\": \"ps9384\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423964\",\r\n \"name\": \"ps9384\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423970\",\r\n \"name\": \"ps827\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423971\",\r\n \"name\": \"ps4233\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423973\",\r\n \"name\": \"ps9936\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423976\",\r\n \"name\": \"ps7198\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423978\",\r\n \"name\": \"ps9384\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/423979\",\r\n \"name\": \"ps8664\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/424012\",\r\n \"name\": \"ps8185\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428241\",\r\n \"name\": \"ps5220\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428242\",\r\n \"name\": \"ps5220\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428258\",\r\n \"name\": \"ps9980\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428259\",\r\n \"name\": \"ps9980\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428326\",\r\n \"name\": \"ps8207\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428327\",\r\n \"name\": \"ps8207\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428418\",\r\n \"name\": \"ps1253\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428593\",\r\n \"name\": \"ps3074\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428646\",\r\n \"name\": \"ps4704\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428654\",\r\n \"name\": \"ps4404\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428667\",\r\n \"name\": \"ps2251\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428668\",\r\n \"name\": \"ps9184\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428680\",\r\n \"name\": \"ps2725\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428688\",\r\n \"name\": \"ps5257\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428698\",\r\n \"name\": \"ps1966\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428701\",\r\n \"name\": \"ps7276\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428711\",\r\n \"name\": \"ps2311\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428712\",\r\n \"name\": \"ps5424\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428716\",\r\n \"name\": \"ps9139\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428722\",\r\n \"name\": \"ps4592\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428724\",\r\n \"name\": \"ps4592\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428725\",\r\n \"name\": \"ps4592\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428726\",\r\n \"name\": \"ps6630\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428727\",\r\n \"name\": \"ps6630\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428728\",\r\n \"name\": \"ps6630\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428732\",\r\n \"name\": \"ps4673\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428736\",\r\n \"name\": \"ps1932\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428737\",\r\n \"name\": \"ps2075\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428754\",\r\n \"name\": \"ps92\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428756\",\r\n \"name\": \"ps8867\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428767\",\r\n \"name\": \"ps4089\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/428800\",\r\n \"name\": \"ps7190\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/429292\",\r\n \"name\": \"up-dotnetcoreappn7yeb3nn\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/431914\",\r\n \"name\": \"ps9133\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/432037\",\r\n \"name\": \"ps9940\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/432038\",\r\n \"name\": \"ps9940\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434519\",\r\n \"name\": \"ps92\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434520\",\r\n \"name\": \"ps1370\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434521\",\r\n \"name\": \"ps2669\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434522\",\r\n \"name\": \"ps9564\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434526\",\r\n \"name\": \"ps4113\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434534\",\r\n \"name\": \"ps6121\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434539\",\r\n \"name\": \"ps3295\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434544\",\r\n \"name\": \"ps2001\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434548\",\r\n \"name\": \"ps4041\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434593\",\r\n \"name\": \"ps8806\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434607\",\r\n \"name\": \"ps7787\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434608\",\r\n \"name\": \"ps7787\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434609\",\r\n \"name\": \"ps7787\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434612\",\r\n \"name\": \"ps8287\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434613\",\r\n \"name\": \"ps8287\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434614\",\r\n \"name\": \"ps8287\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434621\",\r\n \"name\": \"ps7656\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434624\",\r\n \"name\": \"ps6361\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434625\",\r\n \"name\": \"ps4189\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434634\",\r\n \"name\": \"ps3582\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434637\",\r\n \"name\": \"ps4143\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434652\",\r\n \"name\": \"ps6011\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434661\",\r\n \"name\": \"ps551\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434662\",\r\n \"name\": \"ps5612\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434667\",\r\n \"name\": \"ps571\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434668\",\r\n \"name\": \"ps571\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434670\",\r\n \"name\": \"ps6351\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434671\",\r\n \"name\": \"ps6351\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434672\",\r\n \"name\": \"ps9995\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434673\",\r\n \"name\": \"ps9995\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434679\",\r\n \"name\": \"ps5311\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434680\",\r\n \"name\": \"ps5311\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434686\",\r\n \"name\": \"ps1745\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434687\",\r\n \"name\": \"ps1745\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434689\",\r\n \"name\": \"ps7336\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434690\",\r\n \"name\": \"ps7336\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434695\",\r\n \"name\": \"ps6812\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434706\",\r\n \"name\": \"ps7497\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434707\",\r\n \"name\": \"ps7497\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434710\",\r\n \"name\": \"ps8023\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434711\",\r\n \"name\": \"ps8023\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434714\",\r\n \"name\": \"ps4973\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434715\",\r\n \"name\": \"ps4973\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434719\",\r\n \"name\": \"ps9626\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434720\",\r\n \"name\": \"ps9626\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434721\",\r\n \"name\": \"ps9626\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434773\",\r\n \"name\": \"ps6384\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434774\",\r\n \"name\": \"ps6384\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434779\",\r\n \"name\": \"ps1099\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434780\",\r\n \"name\": \"ps1099\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434784\",\r\n \"name\": \"ps3158\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434785\",\r\n \"name\": \"ps3158\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434789\",\r\n \"name\": \"ps5446\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434790\",\r\n \"name\": \"ps5446\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434808\",\r\n \"name\": \"ps75\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434815\",\r\n \"name\": \"ps8366\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434819\",\r\n \"name\": \"ps6966\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434844\",\r\n \"name\": \"ps9314\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434858\",\r\n \"name\": \"ps5109\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434863\",\r\n \"name\": \"ps3053\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434868\",\r\n \"name\": \"ps5908\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434869\",\r\n \"name\": \"ps5908\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/434874\",\r\n \"name\": \"ps3500\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/435120\",\r\n \"name\": \"ps8085\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/435127\",\r\n \"name\": \"ps1879\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/436341\",\r\n \"name\": \"ps2919\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/436342\",\r\n \"name\": \"ps2919\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/436398\",\r\n \"name\": \"ps9389\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/436504\",\r\n \"name\": \"ps7181\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/436505\",\r\n \"name\": \"ps7181\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/436510\",\r\n \"name\": \"ps9301\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/436559\",\r\n \"name\": \"ps1255\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/436560\",\r\n \"name\": \"ps1255\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/436653\",\r\n \"name\": \"ps237\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/436655\",\r\n \"name\": \"ps237\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/436754\",\r\n \"name\": \"ps9592\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/436804\",\r\n \"name\": \"ps9592\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/436809\",\r\n \"name\": \"ps9405\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/436810\",\r\n \"name\": \"ps9405\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/436814\",\r\n \"name\": \"ps3697\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/436819\",\r\n \"name\": \"ps7679\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/437034\",\r\n \"name\": \"ps9496\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/437289\",\r\n \"name\": \"ps4500\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/437290\",\r\n \"name\": \"ps4500\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/444371\",\r\n \"name\": \"ps5623\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/444373\",\r\n \"name\": \"ps9379\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/444385\",\r\n \"name\": \"ps5187\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/444386\",\r\n \"name\": \"ps5187\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/444464\",\r\n \"name\": \"pscc2fb5afff\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/444466\",\r\n \"name\": \"pscc2fb5afff\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/444543\",\r\n \"name\": \"pscc2fb5afff\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/445075\",\r\n \"name\": \"ps4741\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/445077\",\r\n \"name\": \"ps4741\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/448514\",\r\n \"name\": \"ps3965\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/448515\",\r\n \"name\": \"ps3965\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/450304\",\r\n \"name\": \"ps2811\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/450309\",\r\n \"name\": \"ps8711\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/450310\",\r\n \"name\": \"ps8711\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/450337\",\r\n \"name\": \"ps9219\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/450338\",\r\n \"name\": \"ps9219\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/450380\",\r\n \"name\": \"ps7247\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/450381\",\r\n \"name\": \"ps7247\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/450427\",\r\n \"name\": \"ps2917\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/450428\",\r\n \"name\": \"ps2917\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/453931\",\r\n \"name\": \"ps8759\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/453942\",\r\n \"name\": \"ps894f00a4f2\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/453948\",\r\n \"name\": \"ps894f00a4f2\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/453957\",\r\n \"name\": \"psc7cbddeb65\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/453967\",\r\n \"name\": \"psc7cbddeb65\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/453980\",\r\n \"name\": \"psc7cbddeb65\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/453981\",\r\n \"name\": \"psc7cbddeb65\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/453990\",\r\n \"name\": \"psc7cbddeb65\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/456385\",\r\n \"name\": \"ps23e24048f3\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/456573\",\r\n \"name\": \"ps8459\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/456578\",\r\n \"name\": \"ps9542\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/456591\",\r\n \"name\": \"ps927\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/456593\",\r\n \"name\": \"ps5483\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/456633\",\r\n \"name\": \"ps590\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466209\",\r\n \"name\": \"ps8674\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466215\",\r\n \"name\": \"ps3934\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466222\",\r\n \"name\": \"ps9977\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466223\",\r\n \"name\": \"ps1794\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466238\",\r\n \"name\": \"ps7607\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466241\",\r\n \"name\": \"ps3591\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466246\",\r\n \"name\": \"ps4588\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466248\",\r\n \"name\": \"ps5564\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466251\",\r\n \"name\": \"ps6662\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466252\",\r\n \"name\": \"ps801\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466256\",\r\n \"name\": \"ps597\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466265\",\r\n \"name\": \"ps8119\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466266\",\r\n \"name\": \"ps8119\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466267\",\r\n \"name\": \"ps8119\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466268\",\r\n \"name\": \"ps3745\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466269\",\r\n \"name\": \"ps3745\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466270\",\r\n \"name\": \"ps3745\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466283\",\r\n \"name\": \"ps9157\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466288\",\r\n \"name\": \"ps9633\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466293\",\r\n \"name\": \"ps4828\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466298\",\r\n \"name\": \"ps5261\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466300\",\r\n \"name\": \"ps6945\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466302\",\r\n \"name\": \"ps784\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466310\",\r\n \"name\": \"ps319\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466312\",\r\n \"name\": \"ps1361\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466323\",\r\n \"name\": \"ps3865\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466325\",\r\n \"name\": \"ps8037\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466326\",\r\n \"name\": \"ps9487\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466329\",\r\n \"name\": \"ps9845\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466333\",\r\n \"name\": \"ps333\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466334\",\r\n \"name\": \"ps333\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466336\",\r\n \"name\": \"ps6560\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466340\",\r\n \"name\": \"ps59\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466341\",\r\n \"name\": \"ps59\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466349\",\r\n \"name\": \"ps9718\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466350\",\r\n \"name\": \"ps9718\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466351\",\r\n \"name\": \"ps3391\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466352\",\r\n \"name\": \"ps3391\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466364\",\r\n \"name\": \"ps5580\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466365\",\r\n \"name\": \"ps5580\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466366\",\r\n \"name\": \"ps9728\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466367\",\r\n \"name\": \"ps9728\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466372\",\r\n \"name\": \"ps929\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466373\",\r\n \"name\": \"ps929\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466375\",\r\n \"name\": \"ps8452\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466389\",\r\n \"name\": \"ps9919\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466390\",\r\n \"name\": \"ps9919\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466398\",\r\n \"name\": \"ps6055\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466399\",\r\n \"name\": \"ps6055\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466402\",\r\n \"name\": \"ps6156\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466404\",\r\n \"name\": \"ps6156\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466405\",\r\n \"name\": \"ps6156\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466407\",\r\n \"name\": \"ps9804\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466659\",\r\n \"name\": \"ps1801\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466674\",\r\n \"name\": \"ps3124\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466675\",\r\n \"name\": \"ps3124\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466679\",\r\n \"name\": \"ps225\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466680\",\r\n \"name\": \"ps225\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466683\",\r\n \"name\": \"ps3572\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466684\",\r\n \"name\": \"ps3572\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466690\",\r\n \"name\": \"ps4384\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/466691\",\r\n \"name\": \"ps4384\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/467493\",\r\n \"name\": \"ps8034\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/467494\",\r\n \"name\": \"ps8034\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/467498\",\r\n \"name\": \"ps9290\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/467533\",\r\n \"name\": \"ps7907\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/467535\",\r\n \"name\": \"ps7907\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/467618\",\r\n \"name\": \"ps6956\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/467619\",\r\n \"name\": \"ps6956\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/467623\",\r\n \"name\": \"ps8275\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/467685\",\r\n \"name\": \"ps8275\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/467717\",\r\n \"name\": \"ps2337\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/467718\",\r\n \"name\": \"ps2337\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/467719\",\r\n \"name\": \"ps7807\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/467720\",\r\n \"name\": \"ps7807\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/467722\",\r\n \"name\": \"ps9402\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/467724\",\r\n \"name\": \"ps3632\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/467727\",\r\n \"name\": \"ps747\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/467732\",\r\n \"name\": \"ps6705\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/470965\",\r\n \"name\": \"ps5387\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/470966\",\r\n \"name\": \"ps5387\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/470967\",\r\n \"name\": \"ps6860\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/470971\",\r\n \"name\": \"ps5792\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/470972\",\r\n \"name\": \"ps5792\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/471020\",\r\n \"name\": \"ps6270\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/471021\",\r\n \"name\": \"ps6270\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/471036\",\r\n \"name\": \"ps4617\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474411\",\r\n \"name\": \"ps3571\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474420\",\r\n \"name\": \"ps6610\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474423\",\r\n \"name\": \"ps4993\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474431\",\r\n \"name\": \"ps9596\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474432\",\r\n \"name\": \"ps9957\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474435\",\r\n \"name\": \"ps6483\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474440\",\r\n \"name\": \"ps2277\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474501\",\r\n \"name\": \"ps5401\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474509\",\r\n \"name\": \"ps652\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474510\",\r\n \"name\": \"ps652\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474513\",\r\n \"name\": \"ps9155\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474519\",\r\n \"name\": \"ps9263\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474528\",\r\n \"name\": \"ps2133\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474529\",\r\n \"name\": \"ps2461\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474535\",\r\n \"name\": \"ps7197\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474538\",\r\n \"name\": \"ps778\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474545\",\r\n \"name\": \"ps6910\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474549\",\r\n \"name\": \"ps1515\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474556\",\r\n \"name\": \"ps475\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474562\",\r\n \"name\": \"ps9792\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474563\",\r\n \"name\": \"ps9792\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474569\",\r\n \"name\": \"ps9316\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474575\",\r\n \"name\": \"ps6838\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474576\",\r\n \"name\": \"ps6838\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474580\",\r\n \"name\": \"ps6743\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474581\",\r\n \"name\": \"ps6743\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474584\",\r\n \"name\": \"ps3288\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474585\",\r\n \"name\": \"ps3288\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474592\",\r\n \"name\": \"ps2223\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474593\",\r\n \"name\": \"ps2223\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474603\",\r\n \"name\": \"ps3883\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474604\",\r\n \"name\": \"ps3883\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474608\",\r\n \"name\": \"ps9682\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474609\",\r\n \"name\": \"ps9682\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474610\",\r\n \"name\": \"ps5776\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474611\",\r\n \"name\": \"ps5776\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474615\",\r\n \"name\": \"ps7306\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474616\",\r\n \"name\": \"ps7306\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474618\",\r\n \"name\": \"ps9521\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474619\",\r\n \"name\": \"ps9521\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474620\",\r\n \"name\": \"ps1893\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474621\",\r\n \"name\": \"ps1893\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474623\",\r\n \"name\": \"ps4179\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474632\",\r\n \"name\": \"ps7350\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474633\",\r\n \"name\": \"ps7350\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474642\",\r\n \"name\": \"ps2880\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474643\",\r\n \"name\": \"ps2880\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474646\",\r\n \"name\": \"ps633\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474648\",\r\n \"name\": \"ps633\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474653\",\r\n \"name\": \"ps1989\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474654\",\r\n \"name\": \"ps1989\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474655\",\r\n \"name\": \"ps1989\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474658\",\r\n \"name\": \"ps4399\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474662\",\r\n \"name\": \"ps8188\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474679\",\r\n \"name\": \"ps7679\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474680\",\r\n \"name\": \"ps9633\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474687\",\r\n \"name\": \"ps1351\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474691\",\r\n \"name\": \"ps1353\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474698\",\r\n \"name\": \"ps311\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474702\",\r\n \"name\": \"ps750\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474709\",\r\n \"name\": \"ps1099\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474710\",\r\n \"name\": \"ps7623\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474719\",\r\n \"name\": \"ps245\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474740\",\r\n \"name\": \"ps4232\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474743\",\r\n \"name\": \"ps4232\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474746\",\r\n \"name\": \"ps4232\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474748\",\r\n \"name\": \"ps7213\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474749\",\r\n \"name\": \"ps7213\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474750\",\r\n \"name\": \"ps7213\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474754\",\r\n \"name\": \"ps3703\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474758\",\r\n \"name\": \"ps6499\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474763\",\r\n \"name\": \"ps2902\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474770\",\r\n \"name\": \"ps6811\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474771\",\r\n \"name\": \"ps2762\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474774\",\r\n \"name\": \"ps1678\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474776\",\r\n \"name\": \"ps4970\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474930\",\r\n \"name\": \"ps7089\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474931\",\r\n \"name\": \"ps7089\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474945\",\r\n \"name\": \"ps55\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/474950\",\r\n \"name\": \"ps7117\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/477622\",\r\n \"name\": \"ps7690\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/477639\",\r\n \"name\": \"ps1091\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/477640\",\r\n \"name\": \"ps1091\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/477659\",\r\n \"name\": \"ps2546\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/477660\",\r\n \"name\": \"ps2546\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/477671\",\r\n \"name\": \"ps4234\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/477706\",\r\n \"name\": \"ps4234\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481339\",\r\n \"name\": \"ps2922\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481459\",\r\n \"name\": \"ps1504\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481460\",\r\n \"name\": \"ps1504\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481464\",\r\n \"name\": \"ps5462\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481501\",\r\n \"name\": \"ps6061\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481502\",\r\n \"name\": \"ps6061\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481545\",\r\n \"name\": \"ps7583\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481546\",\r\n \"name\": \"ps7583\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481597\",\r\n \"name\": \"ps4202\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481651\",\r\n \"name\": \"ps4202\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481905\",\r\n \"name\": \"ps7564\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481906\",\r\n \"name\": \"ps7564\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481953\",\r\n \"name\": \"ps8896\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481955\",\r\n \"name\": \"ps8896\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481963\",\r\n \"name\": \"ps6807\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481970\",\r\n \"name\": \"ps6087\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481982\",\r\n \"name\": \"ps3316\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481983\",\r\n \"name\": \"ps7276\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481998\",\r\n \"name\": \"ps5432\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/481999\",\r\n \"name\": \"ps5432\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482003\",\r\n \"name\": \"ps5186\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482004\",\r\n \"name\": \"ps5186\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482010\",\r\n \"name\": \"ps9456\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482011\",\r\n \"name\": \"ps9456\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482016\",\r\n \"name\": \"ps5424\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482017\",\r\n \"name\": \"ps5424\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482024\",\r\n \"name\": \"ps3427\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482025\",\r\n \"name\": \"ps3427\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482051\",\r\n \"name\": \"ps3757\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482052\",\r\n \"name\": \"ps3757\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482053\",\r\n \"name\": \"ps934\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482054\",\r\n \"name\": \"ps934\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482064\",\r\n \"name\": \"ps8413\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482065\",\r\n \"name\": \"ps8413\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482068\",\r\n \"name\": \"ps2165\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482069\",\r\n \"name\": \"ps2165\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482073\",\r\n \"name\": \"ps9810\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482074\",\r\n \"name\": \"ps9810\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482078\",\r\n \"name\": \"ps3289\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482083\",\r\n \"name\": \"ps4520\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482084\",\r\n \"name\": \"ps4520\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482100\",\r\n \"name\": \"ps2513\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482101\",\r\n \"name\": \"ps2513\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482108\",\r\n \"name\": \"ps6950\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482109\",\r\n \"name\": \"ps6950\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482122\",\r\n \"name\": \"ps9959\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482123\",\r\n \"name\": \"ps9959\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482124\",\r\n \"name\": \"ps9959\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482137\",\r\n \"name\": \"ps5456\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482139\",\r\n \"name\": \"ps6670\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482147\",\r\n \"name\": \"ps5252\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482150\",\r\n \"name\": \"ps6469\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482175\",\r\n \"name\": \"ps7492\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482183\",\r\n \"name\": \"ps1127\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482184\",\r\n \"name\": \"ps1127\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482194\",\r\n \"name\": \"ps9136\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482226\",\r\n \"name\": \"ps9716\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482545\",\r\n \"name\": \"ps4349\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482549\",\r\n \"name\": \"ps4364\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482563\",\r\n \"name\": \"ps611\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482566\",\r\n \"name\": \"ps4541\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482587\",\r\n \"name\": \"ps2663\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482612\",\r\n \"name\": \"ps7425\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482638\",\r\n \"name\": \"ps3808\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482655\",\r\n \"name\": \"ps4687\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482692\",\r\n \"name\": \"ps6032\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482693\",\r\n \"name\": \"ps6202\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482792\",\r\n \"name\": \"ps9822\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482807\",\r\n \"name\": \"ps9048\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482850\",\r\n \"name\": \"ps7624\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482852\",\r\n \"name\": \"ps7624\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482853\",\r\n \"name\": \"ps7624\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482854\",\r\n \"name\": \"ps8299\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482855\",\r\n \"name\": \"ps8299\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482856\",\r\n \"name\": \"ps8299\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482863\",\r\n \"name\": \"ps9975\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482869\",\r\n \"name\": \"ps7300\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482871\",\r\n \"name\": \"ps7017\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482880\",\r\n \"name\": \"ps4488\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482881\",\r\n \"name\": \"ps5471\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/482887\",\r\n \"name\": \"ps4145\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/485849\",\r\n \"name\": \"ps1840\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/485859\",\r\n \"name\": \"ps5160\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/485864\",\r\n \"name\": \"ps6061\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/485865\",\r\n \"name\": \"ps5552\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/485876\",\r\n \"name\": \"ps160\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/485882\",\r\n \"name\": \"ps5693\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/485888\",\r\n \"name\": \"ps6553\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/485889\",\r\n \"name\": \"ps6553\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/485909\",\r\n \"name\": \"ps7363\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/485943\",\r\n \"name\": \"ps5297\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/485944\",\r\n \"name\": \"ps5297\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/485947\",\r\n \"name\": \"ps1581\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/485948\",\r\n \"name\": \"ps1581\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/485949\",\r\n \"name\": \"ps1205\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/485950\",\r\n \"name\": \"ps1205\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/485957\",\r\n \"name\": \"ps8684\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/485958\",\r\n \"name\": \"ps8684\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486014\",\r\n \"name\": \"ps9736\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486015\",\r\n \"name\": \"ps9736\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486017\",\r\n \"name\": \"ps5759\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486018\",\r\n \"name\": \"ps5759\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486026\",\r\n \"name\": \"ps5191\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486027\",\r\n \"name\": \"ps5191\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486042\",\r\n \"name\": \"ps9448\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486043\",\r\n \"name\": \"ps9448\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486045\",\r\n \"name\": \"ps6219\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486046\",\r\n \"name\": \"ps6219\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486047\",\r\n \"name\": \"ps411\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486065\",\r\n \"name\": \"ps4791\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486066\",\r\n \"name\": \"ps4791\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486077\",\r\n \"name\": \"ps4765\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486078\",\r\n \"name\": \"ps4765\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486086\",\r\n \"name\": \"ps2103\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486087\",\r\n \"name\": \"ps2103\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486096\",\r\n \"name\": \"ps4914\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486097\",\r\n \"name\": \"ps4914\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486098\",\r\n \"name\": \"ps4914\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486135\",\r\n \"name\": \"ps8115\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486138\",\r\n \"name\": \"ps8115\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486153\",\r\n \"name\": \"ps2432\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486157\",\r\n \"name\": \"ps2529\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486202\",\r\n \"name\": \"ps205\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486203\",\r\n \"name\": \"ps5553\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486219\",\r\n \"name\": \"ps3355\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486223\",\r\n \"name\": \"ps2508\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486249\",\r\n \"name\": \"ps451\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486266\",\r\n \"name\": \"ps4600\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486298\",\r\n \"name\": \"ps5030\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486299\",\r\n \"name\": \"ps1287\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486311\",\r\n \"name\": \"ps1939\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486339\",\r\n \"name\": \"ps512\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486340\",\r\n \"name\": \"ps512\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486341\",\r\n \"name\": \"ps512\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486342\",\r\n \"name\": \"ps8786\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486343\",\r\n \"name\": \"ps8786\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486344\",\r\n \"name\": \"ps8786\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486353\",\r\n \"name\": \"ps2152\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486362\",\r\n \"name\": \"ps275\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486364\",\r\n \"name\": \"ps351\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486377\",\r\n \"name\": \"ps974\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486379\",\r\n \"name\": \"ps6303\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/486388\",\r\n \"name\": \"ps6126\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/487919\",\r\n \"name\": \"ps593\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/488143\",\r\n \"name\": \"ps3421\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/488144\",\r\n \"name\": \"ps3421\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/488147\",\r\n \"name\": \"ps30\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/488195\",\r\n \"name\": \"ps3595\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/488196\",\r\n \"name\": \"ps3595\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/488239\",\r\n \"name\": \"ps8983\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/488241\",\r\n \"name\": \"ps8983\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/488303\",\r\n \"name\": \"ps9262\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/488331\",\r\n \"name\": \"ps9262\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/488402\",\r\n \"name\": \"ps4976\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/488403\",\r\n \"name\": \"ps4976\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/488407\",\r\n \"name\": \"ps883\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/488408\",\r\n \"name\": \"ps883\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/488410\",\r\n \"name\": \"ps1246\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/488426\",\r\n \"name\": \"ps6128\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/488432\",\r\n \"name\": \"ps7383\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/488437\",\r\n \"name\": \"ps8203\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/491917\",\r\n \"name\": \"ps233\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/491927\",\r\n \"name\": \"ps5248\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/491930\",\r\n \"name\": \"ps5197\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/515996\",\r\n \"name\": \"ps3182\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516176\",\r\n \"name\": \"ps126\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516192\",\r\n \"name\": \"ps2481\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516204\",\r\n \"name\": \"ps9218\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516213\",\r\n \"name\": \"ps6978\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516230\",\r\n \"name\": \"ps4309\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516242\",\r\n \"name\": \"ps5264\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516317\",\r\n \"name\": \"ps8214\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516328\",\r\n \"name\": \"ps9878\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516333\",\r\n \"name\": \"ps3454\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516342\",\r\n \"name\": \"ps1737\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516358\",\r\n \"name\": \"ps4182\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516359\",\r\n \"name\": \"ps3473\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516362\",\r\n \"name\": \"ps8669\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516367\",\r\n \"name\": \"ps2644\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516381\",\r\n \"name\": \"ps5780\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516382\",\r\n \"name\": \"ps1646\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516393\",\r\n \"name\": \"ps1323\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516394\",\r\n \"name\": \"ps1214\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516395\",\r\n \"name\": \"ps5525\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516401\",\r\n \"name\": \"ps1489\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516406\",\r\n \"name\": \"ps6997\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516407\",\r\n \"name\": \"ps6997\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516416\",\r\n \"name\": \"ps9666\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516421\",\r\n \"name\": \"ps8818\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516426\",\r\n \"name\": \"ps9140\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516433\",\r\n \"name\": \"ps1891\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516457\",\r\n \"name\": \"ps8963\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516459\",\r\n \"name\": \"ps6881\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516461\",\r\n \"name\": \"ps2662\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516470\",\r\n \"name\": \"ps6338\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516471\",\r\n \"name\": \"ps6338\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516472\",\r\n \"name\": \"ps6338\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516473\",\r\n \"name\": \"ps7414\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516474\",\r\n \"name\": \"ps7414\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516475\",\r\n \"name\": \"ps7414\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516479\",\r\n \"name\": \"ps548\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516483\",\r\n \"name\": \"ps396\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/516677\",\r\n \"name\": \"ps3349\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/523258\",\r\n \"name\": \"ps9893\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/523406\",\r\n \"name\": \"ps7992\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/523407\",\r\n \"name\": \"ps4060\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/534088\",\r\n \"name\": \"ps8730\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/534091\",\r\n \"name\": \"ps8730\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/534130\",\r\n \"name\": \"ps46f6aaf3c2\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/534131\",\r\n \"name\": \"ps46f6aaf3c2\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/534151\",\r\n \"name\": \"ps26a3b7d35b\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/534157\",\r\n \"name\": \"ps71090969b5\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/534160\",\r\n \"name\": \"ps71090969b5\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/534161\",\r\n \"name\": \"ps71090969b5\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/534179\",\r\n \"name\": \"ps71090969b5\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/536692\",\r\n \"name\": \"psa5449efaa3\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/536694\",\r\n \"name\": \"psa5449efaa3\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/536702\",\r\n \"name\": \"ps1b4d5465f1\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/536703\",\r\n \"name\": \"ps1b4d5465f1\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/536715\",\r\n \"name\": \"ps1b4d5465f1\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/536743\",\r\n \"name\": \"ps803188f167\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/536862\",\r\n \"name\": \"ps2701\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/536863\",\r\n \"name\": \"ps2701\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/536866\",\r\n \"name\": \"ps3719\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/536867\",\r\n \"name\": \"ps3719\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/536896\",\r\n \"name\": \"ps7342\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/536898\",\r\n \"name\": \"ps7342\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/536906\",\r\n \"name\": \"ps2896\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/536907\",\r\n \"name\": \"ps2896\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/551093\",\r\n \"name\": \"ps9361\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/551097\",\r\n \"name\": \"ps9361\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/551102\",\r\n \"name\": \"ps3776\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/551104\",\r\n \"name\": \"ps3776\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/551340\",\r\n \"name\": \"ps3420\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/551341\",\r\n \"name\": \"ps3420\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/551356\",\r\n \"name\": \"ps7548\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/551357\",\r\n \"name\": \"ps7548\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/551746\",\r\n \"name\": \"ps6677\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/703350\",\r\n \"name\": \"clonetest345\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/881436\",\r\n \"name\": \"13257-testing1\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/881437\",\r\n \"name\": \"git13257-testing1\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/881438\",\r\n \"name\": \"testing020\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1008753\",\r\n \"name\": \"testedp12\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1008754\",\r\n \"name\": \"testfsapp1704\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1008853\",\r\n \"name\": \"testapppr123\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1128953\",\r\n \"name\": \"11862-testing2W\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1128955\",\r\n \"name\": \"11862-testing1W\",\r\n \"type\": \"Microsoft.Web/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/deletedSites/1128982\",\r\n \"name\": \"11862-testing1W\",\r\n \"type\": \"Microsoft.Web/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 \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/deletedSites/145401\",\r\n \"name\": \"webapp-linux-multi2smxiy\",\r\n \"type\": \"Microsoft.Web/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 145401,\r\n \"deletedTimestamp\": \"2020-03-28T10:40:58.1873443\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgjjd7v6yptxkyfoqsssnfa2rrcj5miti2hgpchryx7ahosxgmdvurtb3k6asnqp3xj\",\r\n \"webSpace\": \"clitest.rgjjd7v6yptxkyfoqsssnfa2rrcj5miti2hgpchryx7ahosxgmdvurtb3k6asnqp3xj-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-041\",\r\n \"deletedSiteName\": \"webapp-linux-multi2smxiy\",\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/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/deletedSites/145402\",\r\n \"name\": \"webapp-linux-multi2smxiy\",\r\n \"type\": \"Microsoft.Web/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 145402,\r\n \"deletedTimestamp\": \"2020-03-28T10:40:58.5467191\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgjjd7v6yptxkyfoqsssnfa2rrcj5miti2hgpchryx7ahosxgmdvurtb3k6asnqp3xj\",\r\n \"webSpace\": \"clitest.rgjjd7v6yptxkyfoqsssnfa2rrcj5miti2hgpchryx7ahosxgmdvurtb3k6asnqp3xj-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-041\",\r\n \"deletedSiteName\": \"webapp-linux-multi2smxiy\",\r\n \"slot\": \"stage\",\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/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/deletedSites/150944\",\r\n \"name\": \"webapp-linux-multiqvmyjd\",\r\n \"type\": \"Microsoft.Web/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 150944,\r\n \"deletedTimestamp\": \"2020-04-03T06:43:34.3683908\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgkb5czgvu55w5wohocbq6lkdm4un3zthtcw3zbktnzzvhunijxm7am35ufta3htd6j\",\r\n \"webSpace\": \"clitest.rgkb5czgvu55w5wohocbq6lkdm4un3zthtcw3zbktnzzvhunijxm7am35ufta3htd6j-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-041\",\r\n \"deletedSiteName\": \"webapp-linux-multiqvmyjd\",\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/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/deletedSites/150945\",\r\n \"name\": \"webapp-linux-multiqvmyjd\",\r\n \"type\": \"Microsoft.Web/deletedSites\",\r\n \"properties\": {\r\n \"deletedSiteId\": 150945,\r\n \"deletedTimestamp\": \"2020-04-03T06:43:34.7746631\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"resourceGroup\": \"clitest.rgkb5czgvu55w5wohocbq6lkdm4un3zthtcw3zbktnzzvhunijxm7am35ufta3htd6j\",\r\n \"webSpace\": \"clitest.rgkb5czgvu55w5wohocbq6lkdm4un3zthtcw3zbktnzzvhunijxm7am35ufta3htd6j-WestUS2webspace\",\r\n \"stamp\": \"waws-prod-mwh-041\",\r\n \"deletedSiteName\": \"webapp-linux-multiqvmyjd\",\r\n \"slot\": \"stage\",\r\n \"kind\": \"app,linux,container\",\r\n \"geoRegionName\": \"West US 2\",\r\n \"correlationId\": null\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps8279/providers/Microsoft.Web/sites/ps8831/config/azurestorageaccounts/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzODI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczg4MzEvY29uZmlnL2F6dXJlc3RvcmFnZWFjY291bnRzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps6102/providers/Microsoft.Web/sites/ps6677/config/azurestorageaccounts/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNjEwMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY2NzcvY29uZmlnL2F6dXJlc3RvcmFnZWFjY291bnRzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3759c3b1-6d6a-483d-9a70-089cf82678eb" + "5060aeef-90c6-4c77-a0a4-4389191a2041" ], "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" ] }, @@ -5944,7 +5963,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "10ecf1db-4491-4f6e-83bc-6de0707ac9b5" + "e699e9b8-2d09-4fd3-ad02-1388471a3917" ], "Server": [ "Microsoft-IIS/10.0" @@ -5959,16 +5978,16 @@ "11997" ], "x-ms-correlation-request-id": [ - "0e06cc15-5a82-490f-a538-ef284150811c" + "6b4cec46-e576-4ff2-adb7-d5f4e64a7f38" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002619Z:0e06cc15-5a82-490f-a538-ef284150811c" + "WESTINDIA:20200623T175324Z:6b4cec46-e576-4ff2-adb7-d5f4e64a7f38" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:26:18 GMT" + "Tue, 23 Jun 2020 17:53:24 GMT" ], "Content-Length": [ "241" @@ -5980,25 +5999,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps8279/providers/Microsoft.Web/sites/ps8831/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/ps6102/providers/Microsoft.Web/sites/ps6677/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/ps8279/providers/Microsoft.Web/sites/ps8831/config/azurestorageaccounts/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzODI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczg4MzEvY29uZmlnL2F6dXJlc3RvcmFnZWFjY291bnRzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps6102/providers/Microsoft.Web/sites/ps6677/config/azurestorageaccounts/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNjEwMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY2NzcvY29uZmlnL2F6dXJlc3RvcmFnZWFjY291bnRzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f8a46b34-f78f-4d4f-95b8-3f0633a8007a" + "99617569-36f5-4f38-9056-b13e60f9e66c" ], "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" ] }, @@ -6013,7 +6032,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "14f5ff1b-633d-443c-b01d-f7a98f36ef12" + "2ef2d648-e03a-489a-ba42-6f01bd4dcd7c" ], "Server": [ "Microsoft-IIS/10.0" @@ -6028,16 +6047,16 @@ "11994" ], "x-ms-correlation-request-id": [ - "d1f82e02-95fb-49ed-a39a-37e9987628c4" + "537177bd-4796-434b-8d4f-ecae356705fa" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002630Z:d1f82e02-95fb-49ed-a39a-37e9987628c4" + "WESTINDIA:20200623T175411Z:537177bd-4796-434b-8d4f-ecae356705fa" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:26:29 GMT" + "Tue, 23 Jun 2020 17:54:11 GMT" ], "Content-Length": [ "241" @@ -6049,32 +6068,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps8279/providers/Microsoft.Web/sites/ps8831/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/ps6102/providers/Microsoft.Web/sites/ps6677/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/ps8279/providers/Microsoft.Web/sites/ps8831/restoreFromDeletedApp?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzODI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczg4MzEvcmVzdG9yZUZyb21EZWxldGVkQXBwP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps6102/providers/Microsoft.Web/sites/ps6677/restoreFromDeletedApp?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNjEwMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczY2NzcvcmVzdG9yZUZyb21EZWxldGVkQXBwP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"properties\": {\r\n \"deletedSiteId\": \"/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/providers/Microsoft.Web/locations/West US/deletedSites/25559637\",\r\n \"recoverConfiguration\": true,\r\n \"useDRSecondary\": true\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"deletedSiteId\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/locations/West US/deletedSites/551746\",\r\n \"recoverConfiguration\": true,\r\n \"useDRSecondary\": true\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6b1ca4f5-b462-44cc-b4db-58f98150945c" + "1fed55ef-ef0d-4e3d-bd7d-a7bae32e2edd" ], "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": [ - "232" + "230" ] }, "ResponseHeaders": { @@ -6085,10 +6104,10 @@ "no-cache" ], "ETag": [ - "\"1D52AEC8FE38A00\"" + "\"1D6498725450060\"" ], "Location": [ - "https://management.azure.com/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps8279/providers/Microsoft.Web/sites/ps8831/operationresults/8a190ad6-f3cc-451b-8624-dad5552bb12b?api-version=2018-11-01" + "https://management.azure.com/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps6102/providers/Microsoft.Web/sites/ps6677/operationresults/56d9add1-c4dc-448c-a1d5-39abb4cb6942?api-version=2018-11-01" ], "Retry-After": [ "15" @@ -6109,19 +6128,19 @@ "1199" ], "x-ms-request-id": [ - "079a8212-cdbb-4a0e-b60a-d69aefbf0c0e" + "a9af4447-310e-4ac0-8629-3ddbd092899b" ], "x-ms-correlation-request-id": [ - "079a8212-cdbb-4a0e-b60a-d69aefbf0c0e" + "a9af4447-310e-4ac0-8629-3ddbd092899b" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T002622Z:079a8212-cdbb-4a0e-b60a-d69aefbf0c0e" + "WESTINDIA:20200623T175408Z:a9af4447-310e-4ac0-8629-3ddbd092899b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:26:21 GMT" + "Tue, 23 Jun 2020 17:54:08 GMT" ], "Expires": [ "-1" @@ -6134,21 +6153,21 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourceGroups/ps8279/providers/Microsoft.Web/serverfarms/ps4034?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlR3JvdXBzL3BzODI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zZXJ2ZXJmYXJtcy9wczQwMzQ/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps6102/providers/Microsoft.Web/serverfarms/ps8317?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNjEwMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zZXJ2ZXJmYXJtcy9wczgzMTc/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "aa4b33c9-fa7f-485b-a3e1-b8ca890373bd" + "10a40dbe-2b96-4e53-ad0a-3e2cbb092964" ], "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" ] }, @@ -6163,7 +6182,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "45e0ac6d-2467-45d3-8a01-e01ad4557706" + "e890566e-d4e2-4ac9-a63b-d4a6149f2830" ], "Server": [ "Microsoft-IIS/10.0" @@ -6178,16 +6197,16 @@ "14998" ], "x-ms-correlation-request-id": [ - "ba6cf1a5-2d64-467e-bd38-b374aa2cfcaf" + "f7591bc6-2c9d-4eca-a28b-14c0a70849ec" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T004134Z:ba6cf1a5-2d64-467e-bd38-b374aa2cfcaf" + "WESTINDIA:20200623T180925Z:f7591bc6-2c9d-4eca-a28b-14c0a70849ec" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:41:33 GMT" + "Tue, 23 Jun 2020 18:09:25 GMT" ], "Expires": [ "-1" @@ -6200,22 +6219,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/resourcegroups/ps8279?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL3Jlc291cmNlZ3JvdXBzL3BzODI3OT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourcegroups/ps6102?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlZ3JvdXBzL3BzNjEwMj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fe7759bd-a31c-4154-bee2-0b2e94f218bd" + "2c600a06-a1f1-4aaa-8f0d-35dcbec68906" ], "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": { @@ -6226,7 +6245,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgyNzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYxMDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -6235,13 +6254,13 @@ "14999" ], "x-ms-request-id": [ - "c350fcfe-ea5e-4565-b14b-6f010ad578eb" + "517473f5-b7b0-46f9-939c-3cf8592b221f" ], "x-ms-correlation-request-id": [ - "c350fcfe-ea5e-4565-b14b-6f010ad578eb" + "517473f5-b7b0-46f9-939c-3cf8592b221f" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T004135Z:c350fcfe-ea5e-4565-b14b-6f010ad578eb" + "WESTINDIA:20200623T180931Z:517473f5-b7b0-46f9-939c-3cf8592b221f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6250,7 +6269,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:41:35 GMT" + "Tue, 23 Jun 2020 18:09:30 GMT" ], "Expires": [ "-1" @@ -6263,16 +6282,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgyNzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpneU56a3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYxMDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZeE1ESXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "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": { @@ -6283,22 +6302,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgyNzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYxMDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-request-id": [ - "76f634f0-d264-4a04-b10b-a33529e69f2a" + "cee7f75d-3747-4f8e-b83a-08ffc869a455" ], "x-ms-correlation-request-id": [ - "76f634f0-d264-4a04-b10b-a33529e69f2a" + "cee7f75d-3747-4f8e-b83a-08ffc869a455" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T004151Z:76f634f0-d264-4a04-b10b-a33529e69f2a" + "WESTINDIA:20200623T180947Z:cee7f75d-3747-4f8e-b83a-08ffc869a455" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6307,7 +6326,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:41:50 GMT" + "Tue, 23 Jun 2020 18:09:46 GMT" ], "Expires": [ "-1" @@ -6320,16 +6339,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgyNzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpneU56a3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYxMDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZeE1ESXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "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": { @@ -6340,22 +6359,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgyNzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYxMDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11996" ], "x-ms-request-id": [ - "1c71404f-b45e-4814-a46b-8856a57075f2" + "07834d78-4c40-4f43-ae75-fc5c9e4f00c8" ], "x-ms-correlation-request-id": [ - "1c71404f-b45e-4814-a46b-8856a57075f2" + "07834d78-4c40-4f43-ae75-fc5c9e4f00c8" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T004206Z:1c71404f-b45e-4814-a46b-8856a57075f2" + "WESTINDIA:20200623T181002Z:07834d78-4c40-4f43-ae75-fc5c9e4f00c8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6364,7 +6383,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:42:05 GMT" + "Tue, 23 Jun 2020 18:10:02 GMT" ], "Expires": [ "-1" @@ -6377,16 +6396,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgyNzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpneU56a3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYxMDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZeE1ESXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "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": { @@ -6397,16 +6416,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11995" ], "x-ms-request-id": [ - "08a7b8cf-2bd2-48ff-ae3f-dc50982ce4c9" + "52c89ed0-2fac-400f-8622-961d0017ef46" ], "x-ms-correlation-request-id": [ - "08a7b8cf-2bd2-48ff-ae3f-dc50982ce4c9" + "52c89ed0-2fac-400f-8622-961d0017ef46" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T004221Z:08a7b8cf-2bd2-48ff-ae3f-dc50982ce4c9" + "WESTINDIA:20200623T181018Z:52c89ed0-2fac-400f-8622-961d0017ef46" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6415,7 +6434,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:42:20 GMT" + "Tue, 23 Jun 2020 18:10:17 GMT" ], "Expires": [ "-1" @@ -6428,16 +6447,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/798436ab-a054-4fbf-ba01-f9f8cce4e65f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgyNzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzk4NDM2YWItYTA1NC00ZmJmLWJhMDEtZjlmOGNjZTRlNjVmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpneU56a3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYxMDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZeE1ESXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "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": { @@ -6448,16 +6467,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11994" ], "x-ms-request-id": [ - "0d033948-c0c2-42e0-992d-6406a730bfa3" + "ab2b6393-323e-47ba-9e8c-14a7eb41a09d" ], "x-ms-correlation-request-id": [ - "0d033948-c0c2-42e0-992d-6406a730bfa3" + "ab2b6393-323e-47ba-9e8c-14a7eb41a09d" ], "x-ms-routing-request-id": [ - "WESTUS:20190625T004221Z:0d033948-c0c2-42e0-992d-6406a730bfa3" + "WESTINDIA:20200623T181018Z:ab2b6393-323e-47ba-9e8c-14a7eb41a09d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6466,7 +6485,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Jun 2019 00:42:20 GMT" + "Tue, 23 Jun 2020 18:10:18 GMT" ], "Expires": [ "-1" @@ -6481,12 +6500,12 @@ ], "Names": { "Test-RestoreDeletedWebAppToNew": [ - "ps8279", - "ps4034", - "ps8831" + "ps6102", + "ps8317", + "ps6677" ] }, "Variables": { - "SubscriptionId": "798436ab-a054-4fbf-ba01-f9f8cce4e65f" + "SubscriptionId": "04b0639d-85d8-445a-bada-8da78e50ff30" } } \ No newline at end of file diff --git a/src/Websites/Websites.Test/SessionRecords/Microsoft.Azure.Commands.Websites.Test.ScenarioTests.WebAppSlotTests/TestSetWebAppSlot.json b/src/Websites/Websites.Test/SessionRecords/Microsoft.Azure.Commands.Websites.Test.ScenarioTests.WebAppSlotTests/TestSetWebAppSlot.json index e50cf1b6acae..9b2e7d37ca0f 100644 --- a/src/Websites/Websites.Test/SessionRecords/Microsoft.Azure.Commands.Websites.Test.ScenarioTests.WebAppSlotTests/TestSetWebAppSlot.json +++ b/src/Websites/Websites.Test/SessionRecords/Microsoft.Azure.Commands.Websites.Test.ScenarioTests.WebAppSlotTests/TestSetWebAppSlot.json @@ -7,16 +7,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d2d7aef1-7aa7-4e1d-8b7a-7c69e86c321a" + "805132d6-aad4-4003-bdad-58d8dd6571e6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.7" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" ] }, "ResponseHeaders": { @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" + "11997" ], "x-ms-request-id": [ - "ba896e49-e2af-4bf2-8485-81778a855a85" + "2e899709-426b-4f64-93ea-2c03cb60e513" ], "x-ms-correlation-request-id": [ - "ba896e49-e2af-4bf2-8485-81778a855a85" + "2e899709-426b-4f64-93ea-2c03cb60e513" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124056Z:ba896e49-e2af-4bf2-8485-81778a855a85" + "WESTINDIA:20200617T104255Z:2e899709-426b-4f64-93ea-2c03cb60e513" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:40:55 GMT" + "Wed, 17 Jun 2020 10:42:54 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "711781" + "783512" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.ResourceHealth\",\r\n \"namespace\": \"Microsoft.ResourceHealth\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"8bdebf23-c0fe-4187-a378-717ad86f6a53\",\r\n \"roleDefinitionId\": \"cc026344-c8b1-4561-83ba-59eba84b27cc\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"availabilityStatuses\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-08-01-rc\",\r\n \"2018-08-01-preview\",\r\n \"2018-07-01-rc\",\r\n \"2018-07-01-preview\",\r\n \"2017-07-01\",\r\n \"2015-01-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"childAvailabilityStatuses\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-06-beta\",\r\n \"2018-08-01-rc\",\r\n \"2018-08-01-preview\",\r\n \"2018-07-01-rc\",\r\n \"2018-07-01-preview\",\r\n \"2018-07-01-beta\",\r\n \"2017-07-01-rc\",\r\n \"2017-07-01-preview\",\r\n \"2017-07-01-beta\",\r\n \"2015-01-01-rc\",\r\n \"2015-01-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"childResources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-06-beta\",\r\n \"2018-08-01-rc\",\r\n \"2018-08-01-preview\",\r\n \"2018-07-01-rc\",\r\n \"2018-07-01-preview\",\r\n \"2018-07-01-beta\",\r\n \"2017-07-01-rc\",\r\n \"2017-07-01-preview\",\r\n \"2017-07-01-beta\",\r\n \"2015-01-01-rc\",\r\n \"2015-01-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"events\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-06-beta\",\r\n \"2018-07-01-rc\",\r\n \"2018-07-01-preview\",\r\n \"2018-07-01-beta\",\r\n \"2018-07-01-alpha\",\r\n \"2018-07-01\",\r\n \"2017-07-01-beta\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"metadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-07-01-rc\",\r\n \"2018-07-01-preview\",\r\n \"2018-07-01-beta\",\r\n \"2018-07-01-alpha\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"emergingissues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-06-beta\",\r\n \"2018-07-01-rc\",\r\n \"2018-07-01-preview\",\r\n \"2018-07-01-beta\",\r\n \"2018-07-01-alpha\",\r\n \"2018-07-01\",\r\n \"2017-07-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifications\",\r\n \"locations\": [\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-09-01\",\r\n \"2016-06-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.DomainRegistration\",\r\n \"namespace\": \"Microsoft.DomainRegistration\",\r\n \"authorization\": {\r\n \"applicationId\": \"ea2f600a-4980-45b7-89bf-d34da487bda1\",\r\n \"roleDefinitionId\": \"54d7f2e3-5040-48a7-ae90-eebf629cfa0b\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"domains\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-02-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"domains/domainOwnershipIdentifiers\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-02-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"topLevelDomains\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-02-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkDomainAvailability\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-02-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listDomainRecommendations\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-02-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"validateDomainRegistrationInformation\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-02-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"generateSsoRequest\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-02-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 \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-02-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Authorization\",\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"roleAssignments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-preview\",\r\n \"2018-12-01-preview\",\r\n \"2018-09-01-preview\",\r\n \"2018-07-01\",\r\n \"2018-01-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2016-07-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01-preview\",\r\n \"2014-10-01-preview\",\r\n \"2014-07-01-preview\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"roleDefinitions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-07-01\",\r\n \"2018-01-01-preview\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2016-07-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01-preview\",\r\n \"2014-10-01-preview\",\r\n \"2014-07-01-preview\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"classicAdministrators\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-01\",\r\n \"2015-05-01-preview\",\r\n \"2014-10-01-preview\",\r\n \"2014-07-01-preview\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"permissions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-07-01\",\r\n \"2018-01-01-preview\",\r\n \"2017-05-01\",\r\n \"2016-07-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01-preview\",\r\n \"2014-10-01-preview\",\r\n \"2014-07-01-preview\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"denyAssignments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01-preview\",\r\n \"2018-07-01-preview\",\r\n \"2018-07-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"locks\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2016-09-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01-preview\",\r\n \"2015-01-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-05-01\",\r\n \"2016-07-01\",\r\n \"2015-07-01\",\r\n \"2015-01-01\",\r\n \"2014-10-01-preview\",\r\n \"2014-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"policyDefinitions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-06-01\",\r\n \"2019-01-01\",\r\n \"2018-05-01\",\r\n \"2018-03-01\",\r\n \"2016-12-01\",\r\n \"2016-04-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"policySetDefinitions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-06-01\",\r\n \"2019-01-01\",\r\n \"2018-05-01\",\r\n \"2018-03-01\",\r\n \"2017-06-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"policyAssignments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-06-01\",\r\n \"2019-01-01\",\r\n \"2018-05-01\",\r\n \"2018-03-01\",\r\n \"2017-06-01-preview\",\r\n \"2016-12-01\",\r\n \"2016-04-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"SystemAssignedResourceIdentity, SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"dataAliases\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providerOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-07-01\",\r\n \"2018-01-01-preview\",\r\n \"2017-05-01\",\r\n \"2016-07-01\",\r\n \"2015-07-01-preview\",\r\n \"2015-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"elevateAccess\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-05-01\",\r\n \"2016-07-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01-preview\",\r\n \"2014-10-01-preview\",\r\n \"2014-07-01-preview\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkAccess\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"findOrphanRoleAssignments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"roleAssignmentsUsageMetrics\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-08-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.MachineLearningServices\",\r\n \"namespace\": \"Microsoft.MachineLearningServices\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"0736f41a-0425-4b46-bdb5-1563eff02385\",\r\n \"roleDefinitionId\": \"376aa7d7-51a9-463d-bd4d-7e1691345612\",\r\n \"managedByRoleDefinitionId\": \"91d00862-cf55-46a5-9dce-260bbd92ce25\"\r\n },\r\n {\r\n \"applicationId\": \"18a66f5f-dbdf-4c17-9dd7-1634712a9cbe\",\r\n \"roleDefinitionId\": \"376aa7d7-51a9-463d-bd4d-7e1691345612\",\r\n \"managedByRoleDefinitionId\": \"91d00862-cf55-46a5-9dce-260bbd92ce25\"\r\n },\r\n {\r\n \"applicationId\": \"9fcb3732-5f52-4135-8c08-9d4bbaf203ea\",\r\n \"roleDefinitionId\": \"703B89C7-CE2C-431B-BDD8-FA34E39AF696\",\r\n \"managedByRoleDefinitionId\": \"90B8E153-EBFF-4073-A95F-4DAD56B14C78\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"workspaces\",\r\n \"locations\": [\r\n \"Canada Central\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-05-01\",\r\n \"2018-11-19\",\r\n \"2018-03-01-preview\"\r\n ],\r\n \"capabilities\": \"SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"workspaces/computes\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-06-01\",\r\n \"2019-05-01\",\r\n \"2018-11-19\",\r\n \"2018-03-01-preview\"\r\n ],\r\n \"capabilities\": \"SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"workspaces/eventGridFilters\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-05-01\",\r\n \"2018-11-19\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-06-01\",\r\n \"2019-05-01\",\r\n \"2018-11-19\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-06-01\",\r\n \"2019-05-01\",\r\n \"2018-11-19\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/computeOperationsStatus\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"East US\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-06-01\",\r\n \"2019-05-01\",\r\n \"2018-11-19\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workspaceOperationsStatus\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-06-01\",\r\n \"2019-05-01\",\r\n \"2018-11-19\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-06-01\",\r\n \"2019-05-01\",\r\n \"2018-11-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/vmsizes\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-06-01\",\r\n \"2019-05-01\",\r\n \"2018-11-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/quotas\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/updatequotas\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-06-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.CertificateRegistration\",\r\n \"namespace\": \"Microsoft.CertificateRegistration\",\r\n \"authorization\": {\r\n \"applicationId\": \"f3c21649-0979-4721-ac85-b0216b2cf413\",\r\n \"roleDefinitionId\": \"933fba7e-2ed3-4da8-973d-8bd8298a9b40\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"certificateOrders\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-02-01\",\r\n \"2015-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"certificateOrders/certificates\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-02-01\",\r\n \"2015-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"validateCertificateRegistrationInformation\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-02-01\",\r\n \"2015-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-02-01\",\r\n \"2015-08-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\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\": \"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\": \"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\": \"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 ],\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 ],\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 ],\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 ],\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 ],\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 ],\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 ],\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 ],\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 ],\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 India\"\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 India\"\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 India\"\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 \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.ManagedIdentity\",\r\n \"namespace\": \"Microsoft.ManagedIdentity\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"Identities\",\r\n \"locations\": [\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-30\",\r\n \"2015-08-31-PREVIEW\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"userAssignedIdentities\",\r\n \"locations\": [\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-30\",\r\n \"2015-08-31-PREVIEW\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-30\",\r\n \"2015-08-31-PREVIEW\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/microsoft.insights\",\r\n \"namespace\": \"microsoft.insights\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"6bccf540-eb86-4037-af03-7fa058c2db75\",\r\n \"roleDefinitionId\": \"89dcede2-9219-403a-9723-d3c6473f9472\"\r\n },\r\n {\r\n \"applicationId\": \"11c174dc-1945-4a9a-a36b-c79a0f246b9b\",\r\n \"roleDefinitionId\": \"dd9d4347-f397-45f2-b538-85f21c90037b\"\r\n },\r\n {\r\n \"applicationId\": \"035f9e1d-4f00-4419-bf50-bf2d87eb4878\",\r\n \"roleDefinitionId\": \"323795fe-ba3d-4f5a-ad42-afb4e1ea9485\"\r\n },\r\n {\r\n \"applicationId\": \"f5c26e74-f226-4ae8-85f0-b4af0080ac9e\",\r\n \"roleDefinitionId\": \"529d7ae6-e892-4d43-809d-8547aeb90643\"\r\n },\r\n {\r\n \"applicationId\": \"b503eb83-1222-4dcc-b116-b98ed5216e05\",\r\n \"roleDefinitionId\": \"68699c37-c689-44d4-9248-494b782d46ae\"\r\n },\r\n {\r\n \"applicationId\": \"ca7f3f0b-7d91-482c-8e09-c5d840d0eac5\",\r\n \"roleDefinitionId\": \"5d5a2e56-9835-44aa-93db-d2f19e155438\"\r\n },\r\n {\r\n \"applicationId\": \"3af5a1e8-2459-45cb-8683-bcd6cccbcc13\",\r\n \"roleDefinitionId\": \"b1309299-720d-4159-9897-6158a61aee41\"\r\n },\r\n {\r\n \"applicationId\": \"6a0a243c-0886-468a-a4c2-eff52c7445da\",\r\n \"roleDefinitionId\": \"d2eda64b-c5e6-4930-8642-2d80ecd7c2e2\"\r\n },\r\n {\r\n \"applicationId\": \"707be275-6b9d-4ee7-88f9-c0c2bd646e0f\",\r\n \"roleDefinitionId\": \"fa027d90-6ba0-4c33-9a54-59edaf2327e7\"\r\n },\r\n {\r\n \"applicationId\": \"461e8683-5575-4561-ac7f-899cc907d62a\",\r\n \"roleDefinitionId\": \"68699c37-c689-44d4-9248-494b782d46ae\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"components\",\r\n \"locations\": [\r\n \"East US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"South Africa North\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Norway East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01-preview\",\r\n \"2015-05-01\",\r\n \"2014-12-01-preview\",\r\n \"2014-08-01\",\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"components/query\",\r\n \"locations\": [\r\n \"East US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"East US 2\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Africa North\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-20\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"components/metrics\",\r\n \"locations\": [\r\n \"East US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"East US 2\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Africa North\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Australia Southeast\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-20\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"components/events\",\r\n \"locations\": [\r\n \"East US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"East US 2\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Africa North\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-20\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"webtests\",\r\n \"locations\": [\r\n \"East US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"South Africa North\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Norway East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01-preview\",\r\n \"2015-05-01\",\r\n \"2014-08-01\",\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"scheduledqueryrules\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"UK West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-16\",\r\n \"2017-09-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"components/pricingPlans\",\r\n \"locations\": [\r\n \"East US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"migrateToNewPricingModel\",\r\n \"locations\": [\r\n \"East US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"rollbackToLegacyPricingModel\",\r\n \"locations\": [\r\n \"East US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listMigrationdate\",\r\n \"locations\": [\r\n \"East US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"logprofiles\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"migratealertrules\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"metricalerts\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01\",\r\n \"2017-09-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"alertrules\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-03-01\",\r\n \"2015-04-01\",\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"autoscalesettings\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"France Central\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"Australia East\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-04-01\",\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"eventtypes\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2016-09-01-preview\",\r\n \"2015-04-01\",\r\n \"2014-11-01\",\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-04-01\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-04-01\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"vmInsightsOnboardingStatuses\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-27-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-04-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"diagnosticSettings\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-05-01-preview\",\r\n \"2016-09-01\",\r\n \"2015-07-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"diagnosticSettingsCategories\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-05-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"extendedDiagnosticSettings\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-02-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-01-01\",\r\n \"2017-12-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2017-05-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"logDefinitions\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-07-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"eventCategories\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"metrics\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2018-01-01\",\r\n \"2017-12-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2017-05-01-preview\",\r\n \"2016-09-01\",\r\n \"2016-06-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"metricbatch\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"metricNamespaces\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-01-01\",\r\n \"2017-12-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"actiongroups\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2018-09-01\",\r\n \"2018-03-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"activityLogAlerts\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2017-03-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"baseline\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01\",\r\n \"2017-11-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"metricbaselines\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"calculatebaseline\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-09-01\",\r\n \"2017-11-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"workbooks\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"South Africa North\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Norway East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"workbooktemplates\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"South Africa North\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Norway East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-17-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"myWorkbooks\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Norway East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-06-15-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"logs\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01-preview\",\r\n \"2018-03-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"transactions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"East US 2\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Africa North\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-17-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"topology\",\r\n \"locations\": [\r\n \"East US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"East US 2\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Africa North\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-17-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Cache\",\r\n \"namespace\": \"Microsoft.Cache\",\r\n \"authorization\": {\r\n \"applicationId\": \"96231a05-34ce-4eb4-aa6a-70759cbb5e83\",\r\n \"roleDefinitionId\": \"4f731528-ba85-45c7-acfb-cd0a9b3cf31b\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"Redis\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\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\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01-alpha\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01-alpha\",\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.ClassicCompute\",\r\n \"namespace\": \"Microsoft.ClassicCompute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"domainNames\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\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 \"Canada Central\",\r\n \"Canada East\",\r\n \"East US 2 (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE 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 \"2018-06-01\",\r\n \"2017-11-15\",\r\n \"2017-11-01\",\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"domainNames/internalLoadBalancers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-11-01\",\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkDomainNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"domainNames/slots\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\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 \"Canada Central\",\r\n \"Canada East\",\r\n \"East US 2 (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Norway East\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01\",\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"domainNames/slots/roles\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\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 \"Canada Central\",\r\n \"Canada East\",\r\n \"East US 2 (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE 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 \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"domainNames/slots/roles/metricDefinitions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"domainNames/slots/roles/metrics\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\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 \"Canada Central\",\r\n \"Canada East\",\r\n \"East US 2 (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE 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 \"2017-04-01\",\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"capabilities\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"domainNames/capabilities\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"domainNames/serviceCertificates\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"quotas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachines/diagnosticSettings\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"East US 2 (Stage)\",\r\n \"North Central US (Stage)\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachines/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"East US 2 (Stage)\",\r\n \"North Central US (Stage)\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachines/metrics\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"East US 2 (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceTypes\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"moveSubscriptionResources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"validateSubscriptionMoveAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationStatuses\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operatingSystems\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operatingSystemFamilies\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.ClassicNetwork\",\r\n \"namespace\": \"Microsoft.ClassicNetwork\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\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 \"Canada Central\",\r\n \"Canada East\",\r\n \"East US 2 (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-11-15\",\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-01-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks/virtualNetworkPeerings\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"East US 2 (Stage)\",\r\n \"North Central US (Stage)\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks/remoteVirtualNetworkPeeringProxies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"East US 2 (Stage)\",\r\n \"North Central US (Stage)\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reservedIps\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\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 \"Canada Central\",\r\n \"Canada East\",\r\n \"East US 2 (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-01-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"quotas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"gatewaySupportedDevices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01-beta\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\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 \"Canada Central\",\r\n \"Canada East\",\r\n \"East US 2 (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"capabilities\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"expressRouteCrossConnections\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"expressRouteCrossConnections/peerings\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.ClassicStorage\",\r\n \"namespace\": \"Microsoft.ClassicStorage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\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 \"Canada Central\",\r\n \"Canada East\",\r\n \"East US 2 (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-beta\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"quotas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkStorageAccountAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"East US 2 (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE 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 \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/diagnosticSettings\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"East US 2 (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE 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 \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metrics\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/metricDefinitions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/metrics\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"capabilities\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"disks\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"images\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"vmImages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/vmImages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-beta\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicImages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"osImages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"osPlatformImages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01-beta\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Compute\",\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"60e6cd67-9c8c-4951-9b3c-23c25a2169af\",\r\n \"roleDefinitionId\": \"e4770acb-272e-4dc8-87f3-12f44a612224\"\r\n },\r\n {\r\n \"applicationId\": \"a303894e-f1d8-4a37-bf10-67aa654a0596\",\r\n \"roleDefinitionId\": \"903ac751-8ad5-4e5a-bfc2-5e49f450a241\"\r\n },\r\n {\r\n \"applicationId\": \"a8b6bf88-1d1a-4626-b040-9a729ea93c65\",\r\n \"roleDefinitionId\": \"45c8267c-80ba-4b96-9a43-115b8f49fccd\"\r\n },\r\n {\r\n \"applicationId\": \"184909ca-69f1-4368-a6a7-c558ee6eb0bd\",\r\n \"roleDefinitionId\": \"45c8267c-80ba-4b96-9a43-115b8f49fccd\"\r\n },\r\n {\r\n \"applicationId\": \"5e5e43d4-54da-4211-86a4-c6e7f3715801\",\r\n \"roleDefinitionId\": \"ffcd6e5b-8772-457d-bb17-89703c03428f\"\r\n },\r\n {\r\n \"applicationId\": \"ce6ff14a-7fdc-4685-bbe0-f6afdfcfa8e0\",\r\n \"roleDefinitionId\": \"cb17cddc-dbac-4ae0-ae79-8db34eddfca0\"\r\n },\r\n {\r\n \"applicationId\": \"372140e0-b3b7-4226-8ef9-d57986796201\",\r\n \"roleDefinitionId\": \"cb17cddc-dbac-4ae0-ae79-8db34eddfca0\"\r\n },\r\n {\r\n \"applicationId\": \"b9a92e36-2cf8-4f4e-bcb3-9d99e00e14ab\",\r\n \"roleDefinitionId\": \"6efa92ca-56b6-40af-a468-5e3d2b5232f0\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"availabilitySets\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\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\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"virtualMachines/extensions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-10-30-preview\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\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\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets/extensions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-10-30-preview\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets/virtualMachines\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-10-30-preview\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets/networkInterfaces\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets/virtualMachines/networkInterfaces\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets/publicIPAddresses\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-10-30-preview\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/vmSizes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/runCommands\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/virtualMachines\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/publishers\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"restorePointCollections\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Brazil South\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE 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-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"restorePointCollections/restorePoints\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Brazil South\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE 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-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"proximityPlacementGroups\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualMachines/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sharedVMImages\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"North Europe\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"UK West\",\r\n \"West India\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Australia Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-15-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"sharedVMImages/versions\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"North Europe\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"UK West\",\r\n \"West India\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Australia Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-15-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/artifactPublishers\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"North Europe\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"UK West\",\r\n \"West India\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Australia Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capsoperations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"North Europe\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"UK West\",\r\n \"West India\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-06-01\",\r\n \"2017-10-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"galleries\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"North Europe\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"UK West\",\r\n \"West India\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-06-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"galleries/images\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"North Europe\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"UK West\",\r\n \"West India\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-06-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"galleries/images/versions\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"North Europe\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"UK West\",\r\n \"West India\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-06-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"disks\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Brazil South\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE 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-07-01\",\r\n \"2019-03-01\",\r\n \"2018-09-30\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-03-30\",\r\n \"2016-04-30-preview\"\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\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"snapshots\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Brazil South\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE 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-07-01\",\r\n \"2019-03-01\",\r\n \"2018-09-30\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-03-30\",\r\n \"2016-04-30-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/diskoperations\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Brazil South\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE 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-07-01\",\r\n \"2019-03-01\",\r\n \"2018-09-30\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-03-30\",\r\n \"2016-04-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"diskEncryptionSets\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Brazil South\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE 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-07-01\"\r\n ],\r\n \"capabilities\": \"SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"locations/vsmoperations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Australia Southeast\",\r\n \"France South\",\r\n \"West US 2\",\r\n \"Japan West\",\r\n \"France Central\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Japan East\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"South Africa West\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"images\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Brazil South\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE 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-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/logAnalytics\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"hostGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"South Africa North\",\r\n \"UAE 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-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-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\": \"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\": \"hostGroups/hosts\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"South Africa North\",\r\n \"UAE 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-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.ContainerRegistry\",\r\n \"namespace\": \"Microsoft.ContainerRegistry\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"6a0ec4d3-30cb-4a83-91c0-ae56bc0e3d26\",\r\n \"roleDefinitionId\": \"78e18383-93eb-418a-9887-bc9271046576\"\r\n },\r\n {\r\n \"applicationId\": \"737d58c1-397a-46e7-9d12-7d8c830883c2\",\r\n \"roleDefinitionId\": \"716bb53a-0390-4428-bf41-b1bedde7d751\"\r\n },\r\n {\r\n \"applicationId\": \"918d0db8-4a38-4938-93c1-9313bdfe0272\",\r\n \"roleDefinitionId\": \"dcd2d2c9-3f80-4d72-95a8-2593111b4b12\"\r\n },\r\n {\r\n \"applicationId\": \"d2fa1650-4805-4a83-bcb9-cf41fe63539c\",\r\n \"roleDefinitionId\": \"c15f8dab-b103-4f8d-9afb-fbe4b8e98de2\"\r\n },\r\n {\r\n \"applicationId\": \"a4c95b9e-3994-40cc-8953-5dc66d48348d\",\r\n \"roleDefinitionId\": \"dc88c655-90fa-48d9-8d51-003cc8738508\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"registries\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2017-10-01\",\r\n \"2017-03-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"registries/scopeMaps\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/tokens\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/generateCredentials\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/importImage\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Central US\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2017-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/listBuildSourceUploadUrl\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2019-04-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/scheduleRun\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2019-04-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/runs\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2019-04-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/taskRuns\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"registries/runs/listLogSasUrl\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2019-04-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/runs/cancel\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2019-04-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/tasks\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2019-04-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"registries/tasks/listDetails\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2019-04-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/getBuildSourceUploadUrl\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/queueBuild\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/builds\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/builds/getLogLink\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/builds/cancel\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/buildTasks\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"registries/buildTasks/listSourceRepositoryProperties\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/buildTasks/steps\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/buildTasks/steps/listBuildArguments\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/replications\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2017-10-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"registries/webhooks\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2017-10-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"registries/webhooks/ping\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2017-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/webhooks/getCallbackConfig\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2017-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/webhooks/listEvents\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2017-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/setupAuth\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/authorize\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\",\r\n \"2019-05-01\",\r\n \"2017-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2017-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/GetCredentials\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-06-27-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/listCredentials\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2017-10-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/regenerateCredential\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2017-10-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/listUsages\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2017-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/listPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/updatePolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/regenerateCredentials\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-06-27-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/eventGridFilters\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2017-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"East US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-05-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01-preview\",\r\n \"2017-03-01\",\r\n \"2016-06-27-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"East US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-05-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01-preview\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"East US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-05-01-preview\",\r\n \"2019-05-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.EventHub\",\r\n \"namespace\": \"Microsoft.EventHub\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"80369ed6-5f11-4dd9-bef3-692475845e77\",\r\n \"roleDefinitionId\": \"eb8e1991-5de0-42a6-a64b-29b059341b7b\"\r\n },\r\n {\r\n \"applicationId\": \"6201d19e-14fb-4472-a2d6-5634a5c97568\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"namespaces\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE 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 \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"clusters\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\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 \"2018-01-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"namespaces/authorizationrules\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/networkrulesets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/eventhubs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/eventhubs/authorizationrules\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/eventhubs/consumergroups\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNamespaceAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sku\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/disasterrecoveryconfigs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/disasterrecoveryconfigs/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"availableClusterRegions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.KeyVault\",\r\n \"namespace\": \"Microsoft.KeyVault\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"cfa8b339-82a2-471a-a3c9-0fc0be7a4093\",\r\n \"roleDefinitionId\": \"1cf9858a-28a2-4228-abba-94e606305b95\"\r\n },\r\n {\r\n \"applicationId\": \"589d5083-6f11-4d30-a62a-a4b316a14abf\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"vaults\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\",\r\n \"2015-06-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"vaults/secrets\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\",\r\n \"2015-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"vaults/accessPolicies\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\",\r\n \"2015-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\",\r\n \"2015-06-01\",\r\n \"2014-12-19-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\",\r\n \"2015-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deletedVaults\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deletedVaults\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"vaults/eventGridFilters\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Network\",\r\n \"namespace\": \"Microsoft.Network\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"2cf9eb86-36b5-49dc-86ae-9a63135dfa8c\",\r\n \"roleDefinitionId\": \"13ba9ab4-19f0-4804-adc4-14ece36cc7a1\"\r\n },\r\n {\r\n \"applicationId\": \"7c33bfcb-8d33-48d6-8e60-dc6404003489\",\r\n \"roleDefinitionId\": \"ad6261e4-fa9a-4642-aa5f-104f1b67e9e3\"\r\n },\r\n {\r\n \"applicationId\": \"1e3e4475-288f-4018-a376-df66fd7fac5f\",\r\n \"roleDefinitionId\": \"1d538b69-3d87-4e56-8ff8-25786fd48261\"\r\n },\r\n {\r\n \"applicationId\": \"a0be0c72-870e-46f0-9c49-c98333a996f7\",\r\n \"roleDefinitionId\": \"7ce22727-ffce-45a9-930c-ddb2e56fa131\"\r\n },\r\n {\r\n \"applicationId\": \"486c78bf-a0f7-45f1-92fd-37215929e116\",\r\n \"roleDefinitionId\": \"98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d\"\r\n },\r\n {\r\n \"applicationId\": \"19947cfd-0303-466c-ac3c-fcc19a7a1570\",\r\n \"roleDefinitionId\": \"d813ab6c-bfb7-413e-9462-005b21f0ce09\"\r\n },\r\n {\r\n \"applicationId\": \"341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd\",\r\n \"roleDefinitionId\": \"8141843c-c51c-4c1e-a5bf-0d351594b86c\"\r\n },\r\n {\r\n \"applicationId\": \"328fd23b-de6e-462c-9433-e207470a5727\",\r\n \"roleDefinitionId\": \"79e29e06-4056-41e5-a6b2-959f1f47747e\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPAddresses\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\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\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"privateEndpointRedirectMaps\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"loadBalancers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationSecurityGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"serviceEndpointPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkIntentPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPPrefixes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-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\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ddosCustomPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/connectionMonitors\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/flowLogs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/lenses\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/pingMeshes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"localNetworkGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"connections\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\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\": \"applicationGatewayWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/CheckDnsNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/virtualNetworkAvailableEndpointServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableDelegations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serviceTags\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availablePrivateEndpointTypes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableServiceAliases\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkPrivateLinkServiceVisibility\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/autoApprovedPrivateLinkServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/supportedVirtualMachineSizes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkAcceleratedNetworkingSupport\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/validateResourceOwnership\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/setResourceOwnership\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/effectiveResourceOwnership\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"getDnsResourceReference\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"internalNotify\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/NS\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/recordsets\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/virtualNetworkLinks\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles/heatMaps\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkTrafficManagerNameAvailability\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerUserMetricsKeys\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerGeographicHierarchies\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"expressRouteCircuits\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteServiceProviders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableWafRuleSets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableSslOptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableServerVariables\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableRequestHeaders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableResponseHeaders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"routeFilters\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"bgpServiceCommunities\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualWans\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnSites\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnServerConfigurations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualHubs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"p2sVpnGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"firewallPolicies\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ipGroups\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"West Central US\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/nfvOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/nfvOperationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"azureFirewalls\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-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\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"azureFirewallFqdnTags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkTaps\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"privateLinkServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"ddosProtectionPlans\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"networkProfiles\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoorOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkFrontdoorNameAvailability\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"frontdoors\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoorWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-03-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoorWebApplicationFirewallManagedRuleSets\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"webApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkExperimentProfiles\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/bareMetalTenants\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"bastionHosts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualRouters\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Scheduler\",\r\n \"namespace\": \"Microsoft.Scheduler\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"jobcollections\",\r\n \"locations\": [\r\n \"North 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 \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-03-01\",\r\n \"2016-01-01\",\r\n \"2014-08-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"North 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 \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-03-01\",\r\n \"2016-01-01\",\r\n \"2014-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationResults\",\r\n \"locations\": [\r\n \"North 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 \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-03-01\",\r\n \"2016-01-01\",\r\n \"2014-08-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.ServiceBus\",\r\n \"namespace\": \"Microsoft.ServiceBus\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"80a10ef9-8168-493d-abf9-3297c4ef6e3c\",\r\n \"roleDefinitionId\": \"2b7763f7-bbe2-4e19-befe-28c79f1cf7f7\"\r\n },\r\n {\r\n \"applicationId\": \"eb070ea5-bd17-41f1-ad68-5851f6e71774\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"namespaces\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE 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 \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"namespaces/authorizationrules\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/networkrulesets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/queues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/queues/authorizationrules\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/topics\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/topics/authorizationrules\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/topics/subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/topics/subscriptions/rules\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNamespaceAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sku\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"premiumMessagingRegions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/eventgridfilters\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/disasterrecoveryconfigs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/disasterrecoveryconfigs/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.ServiceFabric\",\r\n \"namespace\": \"Microsoft.ServiceFabric\",\r\n \"authorization\": {\r\n \"applicationId\": \"74cb6831-0dbb-4be1-8206-fd4df301cdc2\",\r\n \"roleDefinitionId\": \"e55cc65f-6903-4917-b4ef-f8d4640b57f5\",\r\n \"managedByRoleDefinitionId\": \"9e3af657-a8ff-583c-a75c-2fe7c4bcb635\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"clusters\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"South India\",\r\n \"West India\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"South Central US\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2019-03-01-privatepreview\",\r\n \"2019-03-01-preview\",\r\n \"2019-03-01\",\r\n \"2018-02-01-privatepreview\",\r\n \"2018-02-01\",\r\n \"2017-07-01-privatepreview\",\r\n \"2017-07-01-preview\",\r\n \"2016-09-01\",\r\n \"2016-03-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"clusters/applications\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"South India\",\r\n \"West India\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"South Central US\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2019-03-01-privatepreview\",\r\n \"2019-03-01-preview\",\r\n \"2019-03-01\",\r\n \"2017-07-01-preview\",\r\n \"2016-09-01\",\r\n \"2016-03-01\"\r\n ],\r\n \"capabilities\": \"SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2019-03-01-privatepreview\",\r\n \"2019-03-01-preview\",\r\n \"2019-03-01\",\r\n \"2018-02-01-privatepreview\",\r\n \"2018-02-01\",\r\n \"2017-07-01-privatepreview\",\r\n \"2017-07-01-preview\",\r\n \"2016-09-01\",\r\n \"2016-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/clusterVersions\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"South India\",\r\n \"West India\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"South Central US\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01-privatepreview\",\r\n \"2019-03-01-preview\",\r\n \"2019-03-01\",\r\n \"2018-02-01-privatepreview\",\r\n \"2018-02-01\",\r\n \"2017-07-01-privatepreview\",\r\n \"2017-07-01-preview\",\r\n \"2016-09-01\",\r\n \"2016-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/environments\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"South India\",\r\n \"West India\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"South Central US\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2019-03-01-privatepreview\",\r\n \"2019-03-01-preview\",\r\n \"2019-03-01\",\r\n \"2018-02-01-privatepreview\",\r\n \"2018-02-01\",\r\n \"2017-07-01-privatepreview\",\r\n \"2017-07-01-preview\",\r\n \"2016-09-01\",\r\n \"2016-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"South India\",\r\n \"West India\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"South Central US\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2019-03-01-privatepreview\",\r\n \"2019-03-01-preview\",\r\n \"2019-03-01\",\r\n \"2018-02-01-privatepreview\",\r\n \"2018-02-01\",\r\n \"2017-07-01-privatepreview\",\r\n \"2017-07-01-preview\",\r\n \"2016-09-01\",\r\n \"2016-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"South India\",\r\n \"West India\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"South Central US\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2019-03-01-privatepreview\",\r\n \"2019-03-01-preview\",\r\n \"2019-03-01\",\r\n \"2018-02-01-privatepreview\",\r\n \"2018-02-01\",\r\n \"2017-07-01-privatepreview\",\r\n \"2017-07-01-preview\",\r\n \"2016-09-01\",\r\n \"2016-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01-privatepreview\",\r\n \"2019-03-01-preview\",\r\n \"2019-03-01\",\r\n \"2018-02-01-privatepreview\",\r\n \"2018-02-01\",\r\n \"2017-07-01-privatepreview\",\r\n \"2017-07-01-preview\",\r\n \"2016-09-01\",\r\n \"2016-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.ServiceFabricMesh\",\r\n \"namespace\": \"Microsoft.ServiceFabricMesh\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"d10de03d-5ba3-497a-90e6-7ff8c9736059\",\r\n \"roleDefinitionId\": \"BC13595A-E262-4621-929E-56FF90E6BF18\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"applications\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"West India\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\",\r\n \"2018-07-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"networks\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"West India\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\",\r\n \"2018-07-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"volumes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"West India\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\",\r\n \"2018-07-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"secrets\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"West India\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\",\r\n \"2018-07-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"gateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"West India\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\",\r\n \"2018-07-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-09-01-preview\",\r\n \"2018-07-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/applicationOperations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"West India\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\",\r\n \"2018-07-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/networkOperations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"West India\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\",\r\n \"2018-07-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/volumeOperations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"West India\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\",\r\n \"2018-07-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/gatewayOperations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"West India\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\",\r\n \"2018-07-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/secretOperations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"West India\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\",\r\n \"2018-07-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Sql\",\r\n \"namespace\": \"Microsoft.Sql\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"e4ab13ed-33cb-41b4-9140-6e264582cf85\",\r\n \"roleDefinitionId\": \"ec3ddc95-44dc-47a2-9926-5e9f5ffd44ec\"\r\n },\r\n {\r\n \"applicationId\": \"0130cc9f-7ac5-4026-bd5f-80a08a54e6d9\",\r\n \"roleDefinitionId\": \"45e8abf8-0ec4-44f3-9c37-cff4f7779302\"\r\n },\r\n {\r\n \"applicationId\": \"76cd24bf-a9fc-4344-b1dc-908275de6d6d\",\r\n \"roleDefinitionId\": \"c13b7b9c-2ed1-4901-b8a8-16f35468da29\"\r\n },\r\n {\r\n \"applicationId\": \"76c7f279-7959-468f-8943-3954880e0d8c\",\r\n \"roleDefinitionId\": \"7f7513a8-73f9-4c5f-97a2-c41f0ea783ef\"\r\n },\r\n {\r\n \"applicationId\": \"022907d3-0f1b-48f7-badc-1ba6abab6d66\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-05-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capabilities\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-05-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/databaseAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/databaseOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serverKeyAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serverKeyOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/keys\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/encryptionProtector\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/encryptionProtectorOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/encryptionProtectorAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedInstanceKeyAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedInstanceKeyOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedInstanceEncryptionProtectorOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedInstanceEncryptionProtectorAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/tdeCertificates\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/tdeCertAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/tdeCertOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serverAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serverOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-05-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"servers/databases\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"servers/serviceObjectives\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/communicationLinks\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/administrators\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/administratorOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serverAdministratorAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serverAdministratorOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/restorableDroppedDatabases\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/recoverableDatabases\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/geoBackupPolicies\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/import\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/importExportOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/operationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/backupLongTermRetentionPolicies\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/backupShortTermRetentionPolicies\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databaseSecurityPolicies\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/automaticTuning\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/automaticTuning\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/transparentDataEncryption\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/auditingPolicies\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/recommendedElasticPools\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/auditingPolicies\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/connectionPolicies\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/connectionPolicies\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/dataMaskingPolicies\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/dataMaskingPolicies/rules\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/securityAlertPolicies\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/securityAlertPolicies\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/auditingSettings\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/auditingSettings\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/extendedAuditingSettings\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/auditingSettingsAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/auditingSettingsOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/extendedAuditingSettingsAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/extendedAuditingSettingsOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/elasticPoolAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/elasticPoolOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/elasticpools\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-09-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-05-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/jobAgentOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/jobAgentAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/disasterRecoveryConfiguration\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/dnsAliases\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/dnsAliasAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/dnsAliasOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/failoverGroups\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/failoverGroupAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/failoverGroupOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/firewallRulesOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/firewallRulesAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/virtualNetworkRules\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/virtualNetworkRulesOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/virtualNetworkRulesAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnetsOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnetsAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/databaseRestoreAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/usages\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/metricDefinitions\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/metrics\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/aggregatedDatabaseMetrics\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/elasticpools/metrics\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/elasticpools/metricdefinitions\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/topQueries\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/topQueries/queryText\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/advisors\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/elasticPools/advisors\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/advisors\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/extensions\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/elasticPoolEstimates\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/auditRecords\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/VulnerabilityAssessmentScans\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/workloadGroups\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/vulnerabilityAssessments\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/vulnerabilityAssessments\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"managedInstances/databases/vulnerabilityAssessments\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"managedInstances/vulnerabilityAssessments\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/VulnerabilityAssessmentSettings\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/VulnerabilityAssessment\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/vulnerabilityAssessmentScanAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/vulnerabilityAssessmentScanOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/recommendedSensitivityLabels\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/syncGroups\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/syncGroups/syncMembers\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/syncAgents\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"instancePools\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/instancePoolOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/instancePoolAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"managedInstances\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"managedInstances/administrators\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"managedInstances/databases\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"managedInstances/recoverableDatabases\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"managedInstances/metrics\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"managedInstances/metricDefinitions\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedDatabaseAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedDatabaseOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedDatabaseRestoreAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedDatabaseRestoreOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedDatabaseCompleteRestoreAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedDatabaseCompleteRestoreOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedServerSecurityAlertPoliciesAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"managedInstances/tdeCertificates\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedInstanceTdeCertAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedInstanceTdeCertOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedServerSecurityAlertPoliciesOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/securityAlertPoliciesAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/securityAlertPoliciesOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualClusters\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/virtualClusterAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/virtualClusterOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedInstanceAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedInstanceOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/administratorAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/administratorOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/syncGroupOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/syncMemberOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/syncAgentOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/syncDatabaseIds\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/longTermRetentionServers\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/longTermRetentionBackups\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/longTermRetentionPolicyOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/longTermRetentionPolicyAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/longTermRetentionBackupOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/longTermRetentionBackupAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/shortTermRetentionPolicyOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/shortTermRetentionPolicyAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedShortTermRetentionPolicyOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedShortTermRetentionPolicyAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/instanceFailoverGroups\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/instanceFailoverGroupAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/instanceFailoverGroupOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionProxyOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionProxyAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/notifyAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n {\r\n \"applicationId\": \"e406a681-f3d4-42a8-90b6-c2b029497af1\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\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 \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\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 \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/asyncoperations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\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 \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\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 \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\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 \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\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 \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\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 \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\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 \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\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 \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\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 \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\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 \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\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 \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\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 \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Subscription\",\r\n \"namespace\": \"Microsoft.Subscription\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"e3335adb-5ca0-40dc-b8d3-bedc094e523b\"\r\n },\r\n {\r\n \"applicationId\": \"5da7367f-09c8-493e-8fd4-638089cddec3\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"SubscriptionDefinitions\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"SubscriptionOperations\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\",\r\n \"2018-03-01-preview\",\r\n \"2017-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"CreateSubscription\",\r\n \"locations\": [\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\",\r\n \"2018-03-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"cancel\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2019-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"rename\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2019-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"enable\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2019-03-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Advisor\",\r\n \"namespace\": \"Microsoft.Advisor\",\r\n \"authorization\": {\r\n \"applicationId\": \"c39c9bac-9d1f-4dfb-aa29-27f6365e5cb7\",\r\n \"roleDefinitionId\": \"8a63b04c-3731-409b-9765-f1175c047872\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"suppressions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-19\",\r\n \"2017-03-31\",\r\n \"2016-07-12-preview\",\r\n \"2016-05-09-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"configurations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-19\",\r\n \"2017-03-31\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"recommendations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-19\",\r\n \"2017-03-31\",\r\n \"2016-07-12-preview\",\r\n \"2016-05-09-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"generateRecommendations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-19\",\r\n \"2017-03-31\",\r\n \"2016-07-12-preview\",\r\n \"2016-05-09-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-19\",\r\n \"2017-03-31\",\r\n \"2016-07-12-preview\",\r\n \"2016-05-09-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.PolicyInsights\",\r\n \"namespace\": \"Microsoft.PolicyInsights\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"1d78a85d-813d-46f0-b496-dd72f50a3ec0\",\r\n \"roleDefinitionId\": \"63d2b225-4c34-4641-8768-21a1f7c68ce8\"\r\n },\r\n {\r\n \"applicationId\": \"8cae6e77-e04e-42ce-b5cb-50d82bce26b1\",\r\n \"roleDefinitionId\": \"4a2d3d6b-a6ea-45e2-9882-c9ba3e726ed7\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"policyEvents\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2018-07-01-preview\",\r\n \"2018-04-04\",\r\n \"2017-12-12-preview\",\r\n \"2017-10-17-preview\",\r\n \"2017-08-09-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"policyStates\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2018-07-01-preview\",\r\n \"2018-04-04\",\r\n \"2017-12-12-preview\",\r\n \"2017-10-17-preview\",\r\n \"2017-08-09-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2018-07-01-preview\",\r\n \"2018-04-04\",\r\n \"2017-12-12-preview\",\r\n \"2017-10-17-preview\",\r\n \"2017-08-09-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"asyncOperationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"remediations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2018-07-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"policyTrackedResources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-07-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.AlertsManagement\",\r\n \"namespace\": \"Microsoft.AlertsManagement\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"3af5a1e8-2459-45cb-8683-bcd6cccbcc13\",\r\n \"roleDefinitionId\": \"b1309299-720d-4159-9897-6158a61aee41\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"alerts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-05-preview\",\r\n \"2019-03-01-preview\",\r\n \"2019-03-01\",\r\n \"2018-11-02-privatepreview\",\r\n \"2018-05-05-preview\",\r\n \"2018-05-05\",\r\n \"2017-11-15-privatepreview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"alertsSummary\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-05-preview\",\r\n \"2019-03-01-preview\",\r\n \"2019-03-01\",\r\n \"2018-05-05-preview\",\r\n \"2018-05-05\",\r\n \"2017-11-15-privatepreview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"smartGroups\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-05-preview\",\r\n \"2018-05-05-preview\",\r\n \"2018-05-05\",\r\n \"2017-11-15-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"smartDetectorRuntimeEnvironments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2018-02-01-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"smartDetectorAlertRules\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2018-02-01-privatepreview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"actionRules\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-05-preview\",\r\n \"2018-11-02-privatepreview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"alertsList\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-02-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"alertsSummaryList\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-02-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"alertsMetaData\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-05-preview\",\r\n \"2019-03-01-preview\",\r\n \"2019-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-05-05-preview\",\r\n \"2018-05-05\",\r\n \"2017-11-15-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.ChangeAnalysis\",\r\n \"namespace\": \"Microsoft.ChangeAnalysis\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"2cfc91a4-7baa-4a8f-a6c9-5f3d279060b8\",\r\n \"roleDefinitionId\": \"f5a6bd90-af71-455c-9030-c486e8c42c95\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Security\",\r\n \"namespace\": \"Microsoft.Security\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"8edd93e1-2103-40b4-bd70-6e34e586362d\",\r\n \"roleDefinitionId\": \"855AF4C4-82F6-414C-B1A2-628025628B9A\"\r\n },\r\n {\r\n \"applicationId\": \"fc780465-2017-40d4-a0c5-307022471b92\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"securityStatuses\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tasks\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"regulatoryComplianceStandards\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\",\r\n \"2019-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"regulatoryComplianceStandards/regulatoryComplianceControls\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\",\r\n \"2019-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"regulatoryComplianceStandards/regulatoryComplianceControls/regulatoryComplianceAssessments\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\",\r\n \"2019-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"alerts\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01\",\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"autoDismissAlertsRules\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dataCollectionAgents\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\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 \"Canada Central\",\r\n \"Canada East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"pricings\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01\",\r\n \"2017-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"AutoProvisioningSettings\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01\",\r\n \"2017-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Compliances\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-08-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"securityContacts\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"workspaceSettings\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01\",\r\n \"2017-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"complianceResults\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-08-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"policies\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"assessments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"assessmentMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"subAssessments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"securitySolutions\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/securitySolutions\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"discoveredSecuritySolutions\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/discoveredSecuritySolutions\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"allowedConnections\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/allowedConnections\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"topologies\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/topologies\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"securitySolutionsReferenceData\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/securitySolutionsReferenceData\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"jitNetworkAccessPolicies\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/jitNetworkAccessPolicies\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"West Central US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"securityStatusesSummaries\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationWhitelistings\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"West Central US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/applicationWhitelistings\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Central US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/alerts\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01\",\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/tasks\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"externalSecuritySolutions\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/externalSecuritySolutions\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"InformationProtectionPolicies\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-08-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"advancedThreatProtectionSettings\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01\",\r\n \"2017-08-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"deviceSecurityGroups\",\r\n \"locations\": [\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2017-08-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"iotSecuritySolutions\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\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 \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2017-08-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"iotSecuritySolutions/analyticsModels\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\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 \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2017-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"iotSecuritySolutions/analyticsModels/aggregatedAlerts\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\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 \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2017-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"iotSecuritySolutions/analyticsModels/aggregatedRecommendations\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\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 \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2017-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"settings\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01\",\r\n \"2017-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"serverVulnerabilityAssessments\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"adaptiveNetworkHardenings\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"automations\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"France South\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/84codes.CloudAMQP\",\r\n \"namespace\": \"84codes.CloudAMQP\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"servers\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"Central US\",\r\n \"East US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"updateCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Conexlink.MyCloudIT\",\r\n \"namespace\": \"Conexlink.MyCloudIT\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-15\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-15\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"updateCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-15\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Crypteron.DataSecurity\",\r\n \"namespace\": \"Crypteron.DataSecurity\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"apps\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-08-12\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-12\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-12\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"updateCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-12\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/LiveArena.Broadcast\",\r\n \"namespace\": \"LiveArena.Broadcast\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"services\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Europe\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"Southeast Asia\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-06-15\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-06-15\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-06-15\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"updateCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-06-15\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Mailjet.Email\",\r\n \"namespace\": \"Mailjet.Email\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"services\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01\",\r\n \"2017-02-03\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-07-01\",\r\n \"2017-10-01\",\r\n \"2017-05-29\",\r\n \"2017-02-03\",\r\n \"2016-11-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-10-01\",\r\n \"2017-02-03\",\r\n \"2016-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"updateCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-10-01\",\r\n \"2017-02-03\",\r\n \"2016-11-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.AAD\",\r\n \"namespace\": \"Microsoft.AAD\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"443155a6-77f3-45e3-882b-22b3a8d431fb\",\r\n \"roleDefinitionId\": \"7389DE79-3180-4F07-B2BA-C5BA1F01B03A\"\r\n },\r\n {\r\n \"applicationId\": \"abba844e-bc0e-44b0-947a-dc74e5d09022\",\r\n \"roleDefinitionId\": \"63BC473E-7767-42A5-A3BF-08EB71200E04\"\r\n },\r\n {\r\n \"applicationId\": \"d87dcbc6-a371-462e-88e3-28ad15ec4e64\",\r\n \"roleDefinitionId\": \"861776c5-e0df-4f95-be4f-ac1eec193323\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"DomainServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Central US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2017-01-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"DomainServices/oucontainer\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Central US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Central US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2017-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Central US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2017-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Central US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2017-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Addons\",\r\n \"namespace\": \"Microsoft.Addons\",\r\n \"authorization\": {\r\n \"applicationId\": \"24d3987b-be4a-48e0-a3e7-11c186f39e41\",\r\n \"roleDefinitionId\": \"8004BAAB-A4CB-4981-8571-F7E44D039D93\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"supportProviders\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01\",\r\n \"2017-05-15\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01\",\r\n \"2017-05-15\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01\",\r\n \"2017-05-15\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.ADHybridHealthService\",\r\n \"namespace\": \"Microsoft.ADHybridHealthService\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"services\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"addsservices\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"configuration\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"agents\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"aadsupportcases\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reports\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servicehealthmetrics\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"logs\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"anonymousapiusers\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.AnalysisServices\",\r\n \"namespace\": \"Microsoft.AnalysisServices\",\r\n \"authorization\": {\r\n \"applicationId\": \"4ac7d521-0382-477b-b0f8-7e1d95f85ca2\",\r\n \"roleDefinitionId\": \"490d5987-bcf6-4be6-b6b2-056a78cb693a\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"servers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-08-01-beta\",\r\n \"2017-08-01\",\r\n \"2017-07-14\",\r\n \"2016-05-16\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-08-01-beta\",\r\n \"2017-08-01\",\r\n \"2017-07-14\",\r\n \"2016-05-16\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-08-01-beta\",\r\n \"2017-08-01\",\r\n \"2017-07-14\",\r\n \"2016-05-16\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-08-01-beta\",\r\n \"2017-08-01\",\r\n \"2017-07-14\",\r\n \"2016-05-16\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationstatuses\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-08-01-beta\",\r\n \"2017-08-01\",\r\n \"2017-07-14\",\r\n \"2016-05-16\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-08-01-beta\",\r\n \"2017-08-01\",\r\n \"2017-07-14\",\r\n \"2016-05-16\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.ApiManagement\",\r\n \"namespace\": \"Microsoft.ApiManagement\",\r\n \"authorization\": {\r\n \"applicationId\": \"8602e328-9b72-4f2d-a4ae-1387d013a2b3\",\r\n \"roleDefinitionId\": \"e263b525-2e60-4418-b655-420bae0b172e\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"service\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Canada East\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"validateServiceName\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reportFeedback\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkFeedbackRequired\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.AppConfiguration\",\r\n \"namespace\": \"Microsoft.AppConfiguration\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"35ffadb3-7fc1-497e-b61b-381d28e744cc\",\r\n \"roleDefinitionId\": \"fffa409e-a8cc-4cbf-8e1c-6d940b33040e\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"configurationStores\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Central US\",\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-02-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"configurationStores/eventGridFilters\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Central US\",\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Central US\",\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Central US\",\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationsStatus\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Central US\",\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Central US\",\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-02-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.AppPlatform\",\r\n \"namespace\": \"Microsoft.AppPlatform\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"Spring\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationStatus\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Attestation\",\r\n \"namespace\": \"Microsoft.Attestation\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"c61423b7-1d1f-430d-b444-0eee53298103\",\r\n \"roleDefinitionId\": \"7299b0b1-11da-4858-8943-7db197005959\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"attestationProviders\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Automation\",\r\n \"namespace\": \"Microsoft.Automation\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"fc75330b-179d-49af-87dd-3b1acf6827fa\",\r\n \"roleDefinitionId\": \"95fd5de3-d071-4362-92bf-cf341c1de832\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"automationAccounts\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"South Africa North\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Central US\",\r\n \"West US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-13-preview\",\r\n \"2018-06-30\",\r\n \"2018-01-15\",\r\n \"2017-05-15-preview\",\r\n \"2015-10-31\",\r\n \"2015-01-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"automationAccounts/runbooks\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"South Africa North\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-30\",\r\n \"2018-01-15\",\r\n \"2017-05-15-preview\",\r\n \"2015-10-31\",\r\n \"2015-01-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"automationAccounts/configurations\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"South Africa North\",\r\n \"West US\",\r\n \"Central US\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"Central India\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-30\",\r\n \"2018-01-15\",\r\n \"2017-05-15-preview\",\r\n \"2015-10-31\",\r\n \"2015-01-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"automationAccounts/webhooks\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"South Africa North\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Central US\",\r\n \"West US\",\r\n \"Australia Central\",\r\n \"Korea Central\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"Australia East\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-30\",\r\n \"2018-01-15\",\r\n \"2017-05-15-preview\",\r\n \"2015-10-31\",\r\n \"2015-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-30\",\r\n \"2018-01-15\",\r\n \"2017-05-15-preview\",\r\n \"2015-10-31\",\r\n \"2015-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"automationAccounts/softwareUpdateConfigurations\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"South Africa North\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Central US\",\r\n \"West US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-30\",\r\n \"2018-01-15\",\r\n \"2017-05-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"automationAccounts/jobs\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"South Africa North\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Central US\",\r\n \"West US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-30\",\r\n \"2018-01-15\",\r\n \"2017-05-15-preview\",\r\n \"2015-10-31\",\r\n \"2015-01-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.AzureActiveDirectory\",\r\n \"namespace\": \"Microsoft.AzureActiveDirectory\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"b2cDirectories\",\r\n \"locations\": [\r\n \"Global\",\r\n \"United States\",\r\n \"Europe\",\r\n \"Asia Pacific\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-privatepreview\",\r\n \"2017-01-30\",\r\n \"2016-12-13-preview\",\r\n \"2016-02-10-privatepreview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"Global\",\r\n \"United States\",\r\n \"Europe\",\r\n \"Asia Pacific\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Global\",\r\n \"United States\",\r\n \"Europe\",\r\n \"Asia Pacific\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-privatepreview\",\r\n \"2017-01-30\",\r\n \"2016-12-13-preview\",\r\n \"2016-02-10-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"b2ctenants\",\r\n \"locations\": [\r\n \"Global\",\r\n \"United States\",\r\n \"Europe\",\r\n \"Asia Pacific\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-02-10-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.AzureData\",\r\n \"namespace\": \"Microsoft.AzureData\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"sqlServerRegistrations\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-10-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-10-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sqlServerRegistrations/sqlServers\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-10-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.AzureStack\",\r\n \"namespace\": \"Microsoft.AzureStack\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registrations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"registrations/products\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registrations/customerSubscriptions\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Batch\",\r\n \"namespace\": \"Microsoft.Batch\",\r\n \"authorization\": {\r\n \"applicationId\": \"ddbf3205-c6bd-46ae-8127-60eb93363864\",\r\n \"roleDefinitionId\": \"b7f84953-1d03-4eab-9ea4-45f065258ff8\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"batchAccounts\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\",\r\n \"2015-07-01\",\r\n \"2014-05-01-privatepreview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/quotas\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/accountOperationResults\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\",\r\n \"2015-07-01\",\r\n \"2014-05-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.BatchAI\",\r\n \"namespace\": \"Microsoft.BatchAI\",\r\n \"authorization\": {\r\n \"applicationId\": \"9fcb3732-5f52-4135-8c08-9d4bbaf203ea\",\r\n \"roleDefinitionId\": \"703B89C7-CE2C-431B-BDD8-FA34E39AF696\",\r\n \"managedByRoleDefinitionId\": \"90B8E153-EBFF-4073-A95F-4DAD56B14C78\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"workspaces\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"workspaces/clusters\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"workspaces/fileservers\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"workspaces/experiments\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"workspaces/experiments/jobs\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Billing\",\r\n \"namespace\": \"Microsoft.Billing\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"80dbdb39-4f33-4799-8b6f-711b5e3e61b6\",\r\n \"roleDefinitionId\": \"acdc79db-513f-461d-a542-61908d543bdc\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"billingPeriods\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2017-04-24-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"invoices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\",\r\n \"2018-03-01-preview\",\r\n \"2017-04-24-preview\",\r\n \"2017-02-27-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"enrollmentAccounts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingRoleDefinitions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"billingRoleAssignments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"createBillingRoleAssignment\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/createBillingRoleAssignment\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/createBillingRoleAssignment\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoiceSections/createBillingRoleAssignment\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingPermissions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingRoleDefinitions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingRoleAssignments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingPermissions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\",\r\n \"2018-06-30\",\r\n \"2018-05-31\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/billingRoleDefinitions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/billingRoleAssignments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/billingPermissions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/customers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/customers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/instructions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/customers/billingSubscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/customers/products\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/customers/transactions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoiceSections\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoiceSections/billingRoleDefinitions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoiceSections/billingRoleAssignments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoiceSections/billingPermissions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/customers/billingPermissions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections/elevate\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/createInvoiceSectionOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/patchOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections/patchOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections/productMoveOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections/billingSubscriptionMoveOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/listInvoiceSectionsWithCreateSubscriptionPermission\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/BillingProfiles/patchOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"departments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-06-30\",\r\n \"2018-05-31\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/departments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-06-30\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/enrollmentAccounts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-06-30\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/paymentMethods\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/availableBalance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/transactions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/transactions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections/transactions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoiceSections/transactions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingSubscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingSubscriptions/invoices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/billingSubscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections/billingSubscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoiceSections/billingSubscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationStatus\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections/products\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoiceSections/products\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections/products/updateAutoRenew\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoiceSections/products/updateAutoRenew\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/products\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/products\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\",\r\n \"2018-06-30\",\r\n \"2018-03-01-preview\",\r\n \"2017-04-24-preview\",\r\n \"2017-02-27-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections/initiateTransfer\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoiceSections/initiateTransfer\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections/transfers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoiceSections/transfers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"transfers/acceptTransfer\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"transfers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"transfers/declineTransfer\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"transfers/validateTransfer\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/customers/initiateTransfer\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/customers/transfers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingProperty\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/policies\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/customers/policies\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoices/pricesheet\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/pricesheet\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/pricesheetDownloadOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections/billingSubscriptions/transfer\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections/products/transfer\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoiceSections/products/transfer\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections/productTransfersResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"transfers/operationStatus\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/agreements\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/lineOfCredit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/paymentMethods\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"validateAddress\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.BingMaps\",\r\n \"namespace\": \"Microsoft.BingMaps\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"mapApis\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-08-18\",\r\n \"2015-07-02\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-18\",\r\n \"2015-07-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-18\",\r\n \"2015-07-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"updateCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-18\",\r\n \"2015-07-02\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Blockchain\",\r\n \"namespace\": \"Microsoft.Blockchain\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"78827f38-7b69-4d5e-a627-d6fdd9c759a0\",\r\n \"roleDefinitionId\": \"9c68eaf3-8315-4e5c-b857-641b16b21f8f\"\r\n },\r\n {\r\n \"applicationId\": \"049d4938-2ef2-4274-aa8f-630fc9bc33d1\",\r\n \"roleDefinitionId\": \"c6dd0893-0495-488a-ac21-ee5f1ba89769\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"watchers\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"blockchainMembers\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"Japan East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/watcherOperationResults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"Japan East\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/blockchainMemberOperationResults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"Japan East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"Japan East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/listConsortiums\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"Japan East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"Japan East\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Blueprint\",\r\n \"namespace\": \"Microsoft.Blueprint\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"f71766dc-90d9-4b7d-bd9d-4499c4331c3f\",\r\n \"roleDefinitionId\": \"cb180127-cf6d-4672-9e75-e29a487f9658\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"blueprints\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\",\r\n \"2018-11-01-alpha\",\r\n \"2017-11-11-preview\",\r\n \"2017-11-11-alpha\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"blueprints/artifacts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\",\r\n \"2018-11-01-alpha\",\r\n \"2017-11-11-preview\",\r\n \"2017-11-11-alpha\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"blueprints/versions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\",\r\n \"2018-11-01-alpha\",\r\n \"2017-11-11-preview\",\r\n \"2017-11-11-alpha\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"blueprints/versions/artifacts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\",\r\n \"2018-11-01-alpha\",\r\n \"2017-11-11-preview\",\r\n \"2017-11-11-alpha\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"blueprintAssignments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\",\r\n \"2018-11-01-alpha\",\r\n \"2017-11-11-preview\",\r\n \"2017-11-11-alpha\"\r\n ],\r\n \"capabilities\": \"SystemAssignedResourceIdentity, SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"blueprintAssignments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-11-11-preview\",\r\n \"2017-11-11-alpha\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"blueprintAssignments/assignmentOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\",\r\n \"2018-11-01-alpha\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\",\r\n \"2018-11-01-alpha\",\r\n \"2017-11-11-preview\",\r\n \"2017-11-11-alpha\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.BotService\",\r\n \"namespace\": \"Microsoft.BotService\",\r\n \"authorization\": {\r\n \"applicationId\": \"f3723d34-6ff5-4ceb-a148-d99dcd2511fc\",\r\n \"roleDefinitionId\": \"71213c26-43ed-41d8-9905-3c12971517a3\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"botServices\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-12\",\r\n \"2017-12-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"botServices/channels\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-12\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"botServices/connections\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-12\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listAuthServiceProviders\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-12\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-12\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-12\",\r\n \"2017-12-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Capacity\",\r\n \"namespace\": \"Microsoft.Capacity\",\r\n \"authorization\": {\r\n \"applicationId\": \"4d0ad6c7-f6c3-46d8-ab0d-1406d5e6c86b\",\r\n \"roleDefinitionId\": \"FD9C0A9A-4DB9-4F41-8A61-98385DEB6E2D\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\",\r\n \"2018-06-01\",\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reservationOrders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reservationOrders/reservations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reservations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reservationOrders/reservations/revisions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"catalogs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"appliedReservations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkOffers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkScopes\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"calculatePrice\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"calculateExchange\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"exchange\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reservationOrders/calculateRefund\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reservationOrders/return\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reservationOrders/split\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reservationOrders/merge\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reservationOrders/swap\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"validateReservationOrder\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reservationOrders/availableScopes\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reservationOrders/reservations/availableScopes\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"commercialReservationOrders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"calculatePurchasePrice\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-01-privatepreview\",\r\n \"2019-06-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"placePurchaseOrder\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-01-privatepreview\",\r\n \"2019-06-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkPurchaseStatus\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-01-privatepreview\",\r\n \"2019-06-01-beta\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Cdn\",\r\n \"namespace\": \"Microsoft.Cdn\",\r\n \"authorizations\": [],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"profiles\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\",\r\n \"2016-10-02\",\r\n \"2016-04-02\",\r\n \"2015-06-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"profiles/endpoints\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\",\r\n \"2016-10-02\",\r\n \"2016-04-02\",\r\n \"2015-06-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"profiles/endpoints/origins\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\",\r\n \"2016-10-02\",\r\n \"2016-04-02\",\r\n \"2015-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"profiles/endpoints/customdomains\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\",\r\n \"2016-10-02\",\r\n \"2016-04-02\",\r\n \"2015-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\",\r\n \"2016-10-02\",\r\n \"2016-04-02\",\r\n \"2015-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults/profileresults\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\",\r\n \"2016-10-02\",\r\n \"2016-04-02\",\r\n \"2015-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults/profileresults/endpointresults\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\",\r\n \"2016-10-02\",\r\n \"2016-04-02\",\r\n \"2015-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults/profileresults/endpointresults/originresults\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\",\r\n \"2016-10-02\",\r\n \"2016-04-02\",\r\n \"2015-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults/profileresults/endpointresults/customdomainresults\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\",\r\n \"2016-10-02\",\r\n \"2016-04-02\",\r\n \"2015-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\",\r\n \"2016-10-02\",\r\n \"2016-04-02\",\r\n \"2015-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkResourceUsage\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\",\r\n \"2016-10-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"validateProbe\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\",\r\n \"2016-10-02\",\r\n \"2016-04-02\",\r\n \"2015-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"edgenodes\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\",\r\n \"2016-10-02\",\r\n \"2016-04-02\",\r\n \"2015-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"CdnWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-15-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"CdnWebApplicationFirewallManagedRuleSets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-15-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.ClassicInfrastructureMigrate\",\r\n \"namespace\": \"Microsoft.ClassicInfrastructureMigrate\",\r\n \"authorization\": {\r\n \"applicationId\": \"5e5abe2b-83cd-4786-826a-a05653ebb103\",\r\n \"roleDefinitionId\": \"766c4d9b-ef83-4f73-8352-1450a506a69b\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"classicInfrastructureResources\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.ClassicSubscription\",\r\n \"namespace\": \"Microsoft.ClassicSubscription\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-09-01\",\r\n \"2017-06-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.CognitiveServices\",\r\n \"namespace\": \"Microsoft.CognitiveServices\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"7d312290-28c8-473c-a0ed-8e53749b6d6d\",\r\n \"roleDefinitionId\": \"5cb87f79-a7c3-4a95-9414-45b65974b51b\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Global\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-18\",\r\n \"2016-02-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Global\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-18\",\r\n \"2016-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"Global\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-18\",\r\n \"2016-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"Global\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-18\",\r\n \"2016-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [\r\n \"Global\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-18\",\r\n \"2016-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkSkuAvailability\",\r\n \"locations\": [\r\n \"Global\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-18\",\r\n \"2016-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkDomainAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-18\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Commerce\",\r\n \"namespace\": \"Microsoft.Commerce\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"UsageAggregates\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\",\r\n \"2015-03-31\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"RateCard\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-31-preview\",\r\n \"2015-06-01-preview\",\r\n \"2015-05-15\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\",\r\n \"2015-03-31\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Consumption\",\r\n \"namespace\": \"Microsoft.Consumption\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"c5b17a4f-cc6f-4649-9480-684280a2af3a\",\r\n \"roleDefinitionId\": \"4a2e6ae9-2713-4cc9-a3b3-312899d687c3\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"Forecasts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-01-01\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\",\r\n \"2018-05-31\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"AggregatedCost\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-01-01\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-01-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"ReservationRecommendations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-01-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\",\r\n \"2018-03-31\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"ReservationSummaries\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-01-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\",\r\n \"2018-03-31\",\r\n \"2018-01-31\",\r\n \"2017-11-30\",\r\n \"2017-06-30-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"ReservationTransactions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-01-01\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\",\r\n \"2018-05-31\",\r\n \"2018-03-31\",\r\n \"2018-01-31\",\r\n \"2017-11-30\",\r\n \"2017-06-30-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Balances\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-01-01\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\",\r\n \"2018-05-31\",\r\n \"2018-03-31\",\r\n \"2018-01-31\",\r\n \"2017-11-30\",\r\n \"2017-06-30-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Marketplaces\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-01-01\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\",\r\n \"2018-05-31\",\r\n \"2018-03-31\",\r\n \"2018-01-31\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Pricesheets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\",\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-01-01\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\",\r\n \"2018-05-31\",\r\n \"2018-03-31\",\r\n \"2018-01-31\",\r\n \"2017-11-30\",\r\n \"2017-06-30-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"ReservationDetails\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-01-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\",\r\n \"2018-03-31\",\r\n \"2018-01-31\",\r\n \"2017-11-30\",\r\n \"2017-06-30-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Budgets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01-preview\",\r\n \"2019-03-01-preview\",\r\n \"2019-01-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-12-01-preview\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\",\r\n \"2018-03-31\",\r\n \"2018-01-31\",\r\n \"2017-12-30-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"CostTags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\",\r\n \"2018-05-31\",\r\n \"2018-03-31\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01-preview\",\r\n \"2019-03-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-12-01-preview\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-08-01-preview\",\r\n \"2018-06-30\",\r\n \"2018-05-31\",\r\n \"2018-03-31\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Terms\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-01-01\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\",\r\n \"2018-03-31\",\r\n \"2018-01-31\",\r\n \"2017-12-30-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"UsageDetails\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01-preview\",\r\n \"2019-05-01\",\r\n \"2019-04-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-12-01-preview\",\r\n \"2018-11-01-preview\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\",\r\n \"2018-05-31\",\r\n \"2018-03-31\",\r\n \"2018-01-31\",\r\n \"2017-11-30\",\r\n \"2017-06-30-preview\",\r\n \"2017-04-24-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Charges\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01-preview\",\r\n \"2019-05-01\",\r\n \"2019-01-01\",\r\n \"2018-11-01-preview\",\r\n \"2018-10-01\",\r\n \"2018-08-31\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"credits\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2018-11-01-preview\",\r\n \"2018-10-01\",\r\n \"2018-08-31\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"events\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2018-11-01-preview\",\r\n \"2018-10-01\",\r\n \"2018-08-31\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"lots\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2018-11-01-preview\",\r\n \"2018-10-01\",\r\n \"2018-08-31\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"products\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2018-10-01\",\r\n \"2018-08-31\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"OperationStatus\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01-preview\",\r\n \"2019-05-01\",\r\n \"2019-04-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-11-01-preview\",\r\n \"2018-10-01\",\r\n \"2018-08-31\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"OperationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01-preview\",\r\n \"2019-05-01\",\r\n \"2019-04-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-11-01-preview\",\r\n \"2018-10-01\",\r\n \"2018-08-31\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-01-01\",\r\n \"2018-11-01-preview\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\",\r\n \"2018-05-31\",\r\n \"2018-03-31\",\r\n \"2018-01-31\",\r\n \"2017-11-30\",\r\n \"2017-06-30-preview\",\r\n \"2017-04-24-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.ContainerInstance\",\r\n \"namespace\": \"Microsoft.ContainerInstance\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"6bb8e274-af5d-4df2-98a3-4fd78b4cafd9\",\r\n \"roleDefinitionId\": \"3c60422b-a83a-428d-9830-22609c77aa6c\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"containerGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2018-10-01\",\r\n \"2018-09-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-02-01-preview\",\r\n \"2017-12-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-08-01-preview\"\r\n ],\r\n \"capabilities\": \"SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"serviceAssociationLinks\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2018-10-01\",\r\n \"2018-09-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-02-01-preview\",\r\n \"2017-12-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-08-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2018-10-01\",\r\n \"2018-09-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-02-01-preview\",\r\n \"2017-12-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capabilities\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2018-10-01\",\r\n \"2018-09-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-02-01-preview\",\r\n \"2017-12-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2018-10-01\",\r\n \"2018-09-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-02-01-preview\",\r\n \"2017-12-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2018-10-01\",\r\n \"2018-09-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-02-01-preview\",\r\n \"2017-12-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2018-10-01\",\r\n \"2018-09-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-02-01-preview\",\r\n \"2017-12-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/cachedImages\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2018-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2018-12-01\",\r\n \"2018-10-01\",\r\n \"2018-09-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-02-01-preview\",\r\n \"2017-12-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-08-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.ContainerService\",\r\n \"namespace\": \"Microsoft.ContainerService\",\r\n \"authorization\": {\r\n \"applicationId\": \"7319c514-987d-4e9b-ac3d-d38c4f427f4c\",\r\n \"roleDefinitionId\": \"1b4a0c7f-2217-416f-acfa-cf73452fdc1c\",\r\n \"managedByRoleDefinitionId\": \"9e3af657-a8ff-583c-a75c-2fe7c4bcb635\",\r\n \"managedByAuthorization\": {\r\n \"allowManagedByInheritance\": true\r\n }\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"containerServices\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-07-01\",\r\n \"2017-01-31\",\r\n \"2016-09-30\",\r\n \"2016-03-30\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"managedClusters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany West Central\",\r\n \"UAE North\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-08-01-preview\",\r\n \"2018-03-31\",\r\n \"2017-08-31\"\r\n ],\r\n \"capabilities\": \"SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"openShiftManagedClusters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Central India\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-30-preview\",\r\n \"2019-04-30\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/openShiftClusters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Central India\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-30-preview\",\r\n \"2019-04-30\",\r\n \"2018-09-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-08-31\",\r\n \"2017-01-31\",\r\n \"2016-09-30\",\r\n \"2016-03-30\",\r\n \"2015-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-08-31\",\r\n \"2016-03-30\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-03-30\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-10-31\",\r\n \"2018-03-31\",\r\n \"2017-08-31\",\r\n \"2017-07-01\",\r\n \"2017-01-31\",\r\n \"2016-09-30\",\r\n \"2016-03-30\",\r\n \"2015-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/orchestrators\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2017-09-30\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.CostManagement\",\r\n \"namespace\": \"Microsoft.CostManagement\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"3184af01-7a88-49e0-8b55-8ecdce0aa950\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"Connectors\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"CloudConnectors\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"ExternalBillingAccounts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"ExternalBillingAccounts/Dimensions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01-preview\",\r\n \"2019-04-01-preview\",\r\n \"2019-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"ExternalBillingAccounts/Query\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01-preview\",\r\n \"2019-04-01-preview\",\r\n \"2019-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"ExternalSubscriptions/Dimensions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01-preview\",\r\n \"2019-04-01-preview\",\r\n \"2019-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"ExternalSubscriptions/Query\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01-preview\",\r\n \"2019-04-01-preview\",\r\n \"2019-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"ExternalSubscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Forecast\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01-preview\",\r\n \"2019-04-01-preview\",\r\n \"2019-03-01-preview\",\r\n \"2018-12-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"ExternalSubscriptions/Forecast\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01-preview\",\r\n \"2019-04-01-preview\",\r\n \"2019-03-01-preview\",\r\n \"2018-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"ExternalBillingAccounts/Forecast\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01-preview\",\r\n \"2019-04-01-preview\",\r\n \"2019-03-01-preview\",\r\n \"2018-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Settings\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-01-01\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-08-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"register\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Query\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01-preview\",\r\n \"2019-04-01-preview\",\r\n \"2019-03-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-12-01-preview\",\r\n \"2018-10-01-preview\",\r\n \"2018-08-31\",\r\n \"2018-08-01-preview\",\r\n \"2018-05-31\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Dimensions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01-preview\",\r\n \"2019-04-01-preview\",\r\n \"2019-03-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-12-01-preview\",\r\n \"2018-10-01-preview\",\r\n \"2018-08-31\",\r\n \"2018-08-01-preview\",\r\n \"2018-05-31\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Budgets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"ExternalSubscriptions/Alerts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2018-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"ExternalBillingAccounts/Alerts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2018-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Alerts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2018-08-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"showbackRules\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01-preview\",\r\n \"2019-02-03-alpha\",\r\n \"2019-02-02-alpha\",\r\n \"2019-02-01-alpha\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Exports\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-09-01\",\r\n \"2019-01-01-preview\",\r\n \"2019-01-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Reports\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-12-01-preview\",\r\n \"2018-08-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Reportconfigs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-05-31\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"BillingAccounts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-31\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Departments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-31\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"EnrollmentAccounts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-31\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Views\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.CostManagementExports\",\r\n \"namespace\": \"Microsoft.CostManagementExports\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"e5408ad0-c4e2-43aa-b6f2-3b4951286d99\",\r\n \"roleDefinitionId\": \"5e4888b3-2747-4e5b-9897-ec0865b91bcf\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"Operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.CustomerLockbox\",\r\n \"namespace\": \"Microsoft.CustomerLockbox\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"a0551534-cfc9-4e1f-9a7a-65093b32bb38\"\r\n },\r\n {\r\n \"applicationId\": \"01fc33a7-78ba-4d2f-a4b7-768e336e890e\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-02-28-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"requests\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-02-28-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.CustomProviders\",\r\n \"namespace\": \"Microsoft.CustomProviders\",\r\n \"authorization\": {\r\n \"applicationId\": \"bf8eb16c-7ba7-4b47-86be-ac5e4b2007a5\",\r\n \"roleDefinitionId\": \"FACF09C9-A5D0-4D34-8B1F-B623AC29C6F7\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"resourceProviders\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Canada Central\",\r\n \"Canada East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"associations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationStatuses\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Canada Central\",\r\n \"Canada East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.DataBox\",\r\n \"namespace\": \"Microsoft.DataBox\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"5613cb5c-a7c9-4099-8034-511fd7616cb2\",\r\n \"roleDefinitionId\": \"382D72D1-63DC-4243-9B99-CB69FDD473D8\",\r\n \"managedByRoleDefinitionId\": \"f4c0a4f9-768c-4927-ab83-d319111d6ef4\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"jobs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"Korea Central\",\r\n \"Japan East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-01-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/validateAddress\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"Korea Central\",\r\n \"Japan East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"Korea Central\",\r\n \"Japan East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"Korea Central\",\r\n \"Japan East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableSkus\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"Korea Central\",\r\n \"Japan East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/validateInputs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"Korea Central\",\r\n \"Japan East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/regionConfiguration\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"Korea Central\",\r\n \"Japan East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.DataBoxEdge\",\r\n \"namespace\": \"Microsoft.DataBoxEdge\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"2368d027-f996-4edb-bf48-928f98f2ab8c\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"DataBoxEdgeDevices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-07-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"DataBoxEdgeDevices/checkNameAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-07-01\",\r\n \"2017-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-07-01\",\r\n \"2017-09-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Databricks\",\r\n \"namespace\": \"Microsoft.Databricks\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"d9327919-6775-4843-9037-3fb0fb0473cb\",\r\n \"roleDefinitionId\": \"f31567d0-b61f-43c2-97a5-a98cdc3bfcb6\",\r\n \"managedByRoleDefinitionId\": \"8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"\r\n },\r\n {\r\n \"applicationId\": \"2ff814a6-3304-4ab8-85cb-cd0e6f879c1d\",\r\n \"roleDefinitionId\": \"f31567d0-b61f-43c2-97a5-a98cdc3bfcb6\",\r\n \"managedByRoleDefinitionId\": \"8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"workspaces\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"workspaces/virtualNetworkPeerings\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Brazil South\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"UAE North\",\r\n \"Brazil South\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Brazil South\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-15\",\r\n \"2018-03-01\",\r\n \"2017-09-01-preview\",\r\n \"2017-08-01-preview\",\r\n \"2016-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationstatuses\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/getNetworkPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.DataCatalog\",\r\n \"namespace\": \"Microsoft.DataCatalog\",\r\n \"authorization\": {\r\n \"applicationId\": \"213f5f78-fb30-46c7-9e98-91c720a1c026\",\r\n \"roleDefinitionId\": \"D55E2225-A6AB-481C-A5BE-1B7687C293FA\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"catalogs\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-03-30\",\r\n \"2015-07-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-12-01-preview\",\r\n \"2016-03-30\",\r\n \"2015-07-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-12-01-preview\",\r\n \"2016-03-30\",\r\n \"2015-07-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-03-30\",\r\n \"2015-07-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/jobs\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-03-30\",\r\n \"2015-07-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"North Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-12-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.DataFactory\",\r\n \"namespace\": \"Microsoft.DataFactory\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"0947a342-ab4a-43be-93b3-b8243fc161e5\",\r\n \"roleDefinitionId\": \"f0a6aa2a-e9d8-4bae-bcc2-36b405e8a5da\"\r\n },\r\n {\r\n \"applicationId\": \"5d13f7d7-0567-429c-9880-320e9555e5fc\",\r\n \"roleDefinitionId\": \"956a8f20-9168-4c71-8e27-3c0460ac39a4\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"dataFactories\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01\",\r\n \"2015-09-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-01-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"factories\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Canada Central\",\r\n \"Australia East\",\r\n \"Central India\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01\",\r\n \"2017-09-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"factories/integrationRuntimes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dataFactories/diagnosticSettings\",\r\n \"locations\": [\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dataFactories/metricDefinitions\",\r\n \"locations\": [\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkDataFactoryNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkAzureDataFactoryNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01\",\r\n \"2015-09-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dataFactorySchema\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01\",\r\n \"2015-09-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01\",\r\n \"2017-09-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-10-01\",\r\n \"2015-09-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-06-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/configureFactoryRepo\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/getFeatureValue\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.DataLakeAnalytics\",\r\n \"namespace\": \"Microsoft.DataLakeAnalytics\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/dataLakeStoreAccounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers/listSasTokens\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/eventGridFilters\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.DataMigration\",\r\n \"namespace\": \"Microsoft.DataMigration\",\r\n \"authorization\": {\r\n \"applicationId\": \"a4bad4aa-bf02-4631-9f78-a64ffdba8150\",\r\n \"roleDefinitionId\": \"b831a21d-db98-4760-89cb-bef871952df1\",\r\n \"managedByRoleDefinitionId\": \"6256fb55-9e59-4018-a9e1-76b11c0a4c89\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-07-15-preview\",\r\n \"2018-04-19\",\r\n \"2018-03-31-preview\",\r\n \"2018-03-15-preview\",\r\n \"2017-11-15-privatepreview\",\r\n \"2017-11-15-preview\",\r\n \"2017-04-15-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"services\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"Australia East\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK West\",\r\n \"West US\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-15-preview\",\r\n \"2018-04-19\",\r\n \"2018-03-31-preview\",\r\n \"2018-03-15-preview\",\r\n \"2017-11-15-privatepreview\",\r\n \"2017-11-15-preview\",\r\n \"2017-04-15-privatepreview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"services/projects\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"Australia East\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK West\",\r\n \"West US\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-15-preview\",\r\n \"2018-04-19\",\r\n \"2018-03-31-preview\",\r\n \"2018-03-15-preview\",\r\n \"2017-11-15-privatepreview\",\r\n \"2017-11-15-preview\",\r\n \"2017-04-15-privatepreview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"Australia East\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK West\",\r\n \"West US\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-15-preview\",\r\n \"2018-04-19\",\r\n \"2018-03-31-preview\",\r\n \"2018-03-15-preview\",\r\n \"2017-11-15-privatepreview\",\r\n \"2017-11-15-preview\",\r\n \"2017-04-15-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationStatuses\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"Australia East\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK West\",\r\n \"West US\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-15-preview\",\r\n \"2018-04-19\",\r\n \"2018-03-31-preview\",\r\n \"2018-03-15-preview\",\r\n \"2017-11-15-privatepreview\",\r\n \"2017-11-15-preview\",\r\n \"2017-04-15-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"Australia East\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK West\",\r\n \"West US\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-15-preview\",\r\n \"2018-04-19\",\r\n \"2018-03-31-preview\",\r\n \"2018-03-15-preview\",\r\n \"2017-11-15-privatepreview\",\r\n \"2017-11-15-preview\",\r\n \"2017-04-15-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"Australia East\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK West\",\r\n \"West US\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-15-preview\",\r\n \"2018-04-19\",\r\n \"2018-03-31-preview\",\r\n \"2018-03-15-preview\",\r\n \"2017-11-15-privatepreview\",\r\n \"2017-11-15-preview\",\r\n \"2017-04-15-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.DataShare\",\r\n \"namespace\": \"Microsoft.DataShare\",\r\n \"authorization\": {\r\n \"applicationId\": \"799f1985-1517-4fe1-af2b-ba3d87d4996b\",\r\n \"roleDefinitionId\": \"0146496b-e06f-439a-83be-49fac884edf5\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/shares\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/shares/datasets\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/shares/synchronizationSettings\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/shares/invitations\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/sharesubscriptions\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/shares/providersharesubscriptions\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/sharesubscriptions/datasetmappings\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/sharesubscriptions/triggers\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/sharesubscriptions/consumerSourceDataSets\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listinvitations\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"East US\",\r\n \"Australia East\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01-alpha\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/rejectInvitation\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"East US\",\r\n \"Australia East\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West Central US\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2018-11-01-alpha\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/consumerInvitations\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"East US\",\r\n \"Australia East\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West Central US\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2018-11-01-alpha\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2018-11-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.DBforMariaDB\",\r\n \"namespace\": \"Microsoft.DBforMariaDB\",\r\n \"authorization\": {\r\n \"applicationId\": \"76cd24bf-a9fc-4344-b1dc-908275de6d6d\",\r\n \"roleDefinitionId\": \"c13b7b9c-2ed1-4901-b8a8-16f35468da29\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"servers/recoverableServers\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/virtualNetworkRules\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/azureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/performanceTiers\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/securityAlertPoliciesAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionProxyOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionProxyAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/securityAlertPoliciesOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/recommendedActionSessionsAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/recommendedActionSessionsOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/topQueryStatistics\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/queryTexts\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/waitStatistics\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/advisors\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/privateLinkResources\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/privateEndpointConnections\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/privateEndpointConnectionProxies\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serverKeyAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-privatepreview\",\r\n \"2020-01-01-preview\",\r\n \"2020-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serverKeyOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-privatepreview\",\r\n \"2020-01-01-preview\",\r\n \"2020-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.DBforMySQL\",\r\n \"namespace\": \"Microsoft.DBforMySQL\",\r\n \"authorization\": {\r\n \"applicationId\": \"76cd24bf-a9fc-4344-b1dc-908275de6d6d\",\r\n \"roleDefinitionId\": \"c13b7b9c-2ed1-4901-b8a8-16f35468da29\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"servers/recoverableServers\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/virtualNetworkRules\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/azureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/administratorOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/administratorAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionProxyOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionProxyAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/performanceTiers\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"UAE North\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/securityAlertPoliciesAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/securityAlertPoliciesOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/recommendedActionSessionsAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/recommendedActionSessionsOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/topQueryStatistics\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/queryTexts\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/waitStatistics\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/advisors\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/privateLinkResources\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/privateEndpointConnections\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/privateEndpointConnectionProxies\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/keys\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-privatepreview\",\r\n \"2020-01-01-preview\",\r\n \"2020-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serverKeyAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-privatepreview\",\r\n \"2020-01-01-preview\",\r\n \"2020-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serverKeyOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-privatepreview\",\r\n \"2020-01-01-preview\",\r\n \"2020-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.DBforPostgreSQL\",\r\n \"namespace\": \"Microsoft.DBforPostgreSQL\",\r\n \"authorization\": {\r\n \"applicationId\": \"76cd24bf-a9fc-4344-b1dc-908275de6d6d\",\r\n \"roleDefinitionId\": \"c13b7b9c-2ed1-4901-b8a8-16f35468da29\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"serversv2\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"North Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-29-privatepreview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"serverGroups\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"North Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-29-privatepreview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"servers/recoverableServers\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/virtualNetworkRules\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/azureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/administratorOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/administratorAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionProxyOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionProxyAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/performanceTiers\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/securityAlertPoliciesAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/securityAlertPoliciesOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/recommendedActionSessionsAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/recommendedActionSessionsOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/topQueryStatistics\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/queryTexts\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/waitStatistics\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/advisors\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/privateLinkResources\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/privateEndpointConnections\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/privateEndpointConnectionProxies\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/keys\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-privatepreview\",\r\n \"2020-01-01-preview\",\r\n \"2020-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serverKeyAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-privatepreview\",\r\n \"2020-01-01-preview\",\r\n \"2020-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serverKeyOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-privatepreview\",\r\n \"2020-01-01-preview\",\r\n \"2020-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.DeploymentManager\",\r\n \"namespace\": \"Microsoft.DeploymentManager\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"5b306cba-9c71-49db-96c3-d17ca2379c4d\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"artifactSources\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2018-09-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"serviceTopologies\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2018-09-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"serviceTopologies/services\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2018-09-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"serviceTopologies/services/serviceUnits\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2018-09-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"steps\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2018-09-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"rollouts\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2018-09-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2018-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2018-09-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.DesktopVirtualization\",\r\n \"namespace\": \"Microsoft.DesktopVirtualization\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"50e95039-b200-4007-bc97-8d5790743a63\",\r\n \"roleDefinitionId\": \"CAD30215-AD1C-43BF-BE90-7BFA8B493E62\"\r\n },\r\n {\r\n \"applicationId\": \"9cdead84-a844-4324-93f2-b2e6bb768d07\"\r\n },\r\n {\r\n \"applicationId\": \"a85cf173-4192-42f8-81fa-777a763e6e2c\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-01-23-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Devices\",\r\n \"namespace\": \"Microsoft.Devices\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"0cd79364-7a90-4354-9984-6e36c841418d\",\r\n \"roleDefinitionId\": \"C121DF10-FE58-4BC4-97F9-8296879F7BBB\"\r\n },\r\n {\r\n \"applicationId\": \"29f411f1-b2cf-4043-8ac8-2185d7316811\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-04\",\r\n \"2019-07-01-preview\",\r\n \"2019-03-22-preview\",\r\n \"2019-03-22\",\r\n \"2018-12-01-preview\",\r\n \"2018-04-01\",\r\n \"2018-01-22\",\r\n \"2017-07-01\",\r\n \"2017-01-19\",\r\n \"2016-02-03\",\r\n \"2015-08-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkProvisioningServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-01-22\",\r\n \"2017-11-15\",\r\n \"2017-08-21-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-04\",\r\n \"2019-07-01-preview\",\r\n \"2019-03-22-preview\",\r\n \"2019-03-22\",\r\n \"2018-12-01-preview\",\r\n \"2018-04-01\",\r\n \"2018-01-22\",\r\n \"2017-07-01\",\r\n \"2017-01-19\",\r\n \"2016-02-03\",\r\n \"2015-08-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-04\",\r\n \"2019-07-01-preview\",\r\n \"2019-03-22-preview\",\r\n \"2019-03-22\",\r\n \"2018-12-01-preview\",\r\n \"2018-04-01\",\r\n \"2018-01-22\",\r\n \"2017-07-01\",\r\n \"2017-01-19\",\r\n \"2016-02-03\",\r\n \"2015-08-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-11-04\",\r\n \"2019-09-01\",\r\n \"2019-07-01-preview\",\r\n \"2019-03-22-preview\",\r\n \"2019-03-22\",\r\n \"2018-12-01-preview\",\r\n \"2018-04-01-preview\",\r\n \"2018-04-01\",\r\n \"2018-01-22-preview\",\r\n \"2018-01-22\",\r\n \"2017-11-15\",\r\n \"2017-09-25-preview\",\r\n \"2017-08-21-preview\",\r\n \"2017-07-01\",\r\n \"2017-01-19\",\r\n \"2016-02-03\",\r\n \"2015-08-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"IotHubs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Brazil South\",\r\n \"South Central US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-11-04\",\r\n \"2019-07-01-preview\",\r\n \"2019-03-22-preview\",\r\n \"2019-03-22\",\r\n \"2018-12-01-preview\",\r\n \"2018-04-01-preview\",\r\n \"2018-04-01\",\r\n \"2018-01-22\",\r\n \"2017-07-01\",\r\n \"2017-01-19\",\r\n \"2016-02-03\",\r\n \"2015-08-15-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"IotHubs/eventGridFilters\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Brazil South\",\r\n \"South Central US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-31\",\r\n \"2018-01-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"ProvisioningServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"UK South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-01-22\",\r\n \"2017-11-15\",\r\n \"2017-08-21-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.DevOps\",\r\n \"namespace\": \"Microsoft.DevOps\",\r\n \"authorization\": {\r\n \"applicationId\": \"499b84ac-1321-427f-aa17-267ca6975798\",\r\n \"roleDefinitionId\": \"6a18f445-86f0-4e2e-b8a9-6b9b5677e3d8\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"pipelines\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.DevSpaces\",\r\n \"namespace\": \"Microsoft.DevSpaces\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"controllers\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Canada East\",\r\n \"West Europe\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia SouthEast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"controllers/listConnectionDetails\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Canada East\",\r\n \"West Europe\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia SouthEast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Canada East\",\r\n \"West Europe\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia SouthEast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Canada East\",\r\n \"West Europe\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia SouthEast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Canada East\",\r\n \"West Europe\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia SouthEast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkContainerHostMapping\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Canada East\",\r\n \"West Europe\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia SouthEast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.DevTestLab\",\r\n \"namespace\": \"Microsoft.DevTestLab\",\r\n \"authorization\": {\r\n \"applicationId\": \"1a14be2a-e903-4cec-99cf-b2e209259a0f\",\r\n \"roleDefinitionId\": \"8f2de81a-b9aa-49d8-b24c-11814d3ab525\",\r\n \"managedByRoleDefinitionId\": \"8f2de81a-b9aa-49d8-b24c-11814d3ab525\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"labs/environments\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-05-21-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"labs\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"West India\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-15-preview\",\r\n \"2018-09-15\",\r\n \"2017-04-26-preview\",\r\n \"2016-05-15\",\r\n \"2015-05-21-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"schedules\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"West India\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-15-preview\",\r\n \"2018-09-15\",\r\n \"2017-04-26-preview\",\r\n \"2016-05-15\",\r\n \"2015-05-21-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"labs/virtualMachines\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"West India\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-15-preview\",\r\n \"2018-09-15\",\r\n \"2017-04-26-preview\",\r\n \"2016-05-15\",\r\n \"2015-05-21-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"labs/serviceRunners\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"West India\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-15-preview\",\r\n \"2018-09-15\",\r\n \"2017-04-26-preview\",\r\n \"2016-05-15\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-10-15-preview\",\r\n \"2018-09-15\",\r\n \"2017-04-26-preview\",\r\n \"2016-05-15\",\r\n \"2015-05-21-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-10-15-preview\",\r\n \"2018-09-15\",\r\n \"2017-04-26-preview\",\r\n \"2016-05-15\",\r\n \"2015-05-21-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"West India\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-15-preview\",\r\n \"2018-09-15\",\r\n \"2017-04-26-preview\",\r\n \"2016-05-15\",\r\n \"2015-05-21-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.DocumentDB\",\r\n \"namespace\": \"Microsoft.DocumentDB\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"57c0fc58-a83a-41d0-8ae9-08952659bdfd\",\r\n \"roleDefinitionId\": \"FFFD5CF5-FFD3-4B24-B0E2-0715ADD4C282\"\r\n },\r\n {\r\n \"applicationId\": \"36e2398c-9dd3-4f29-9a72-d9f2cfc47ad9\",\r\n \"roleDefinitionId\": \"D5A795DE-916D-4818-B015-33C9E103E39B\"\r\n },\r\n {\r\n \"applicationId\": \"a232010e-820c-4083-83bb-3ace5fc29d0b\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"databaseAccounts\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-12\",\r\n \"2019-08-01-preview\",\r\n \"2019-08-01\",\r\n \"2016-03-31\",\r\n \"2016-03-19\",\r\n \"2015-11-06\",\r\n \"2015-04-08\",\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"databaseAccountNames\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-12\",\r\n \"2019-08-01-preview\",\r\n \"2019-08-01\",\r\n \"2016-03-31\",\r\n \"2016-03-19\",\r\n \"2015-11-06\",\r\n \"2015-04-08\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-12\",\r\n \"2019-08-01-preview\",\r\n \"2019-08-01\",\r\n \"2016-03-31\",\r\n \"2016-03-19\",\r\n \"2015-11-06\",\r\n \"2015-04-08\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-12\",\r\n \"2019-08-01-preview\",\r\n \"2019-08-01\",\r\n \"2016-03-31\",\r\n \"2016-03-19\",\r\n \"2015-11-06\",\r\n \"2015-04-08\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationsStatus\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-12\",\r\n \"2019-08-01-preview\",\r\n \"2019-08-01\",\r\n \"2016-03-31\",\r\n \"2016-03-19\",\r\n \"2015-11-06\",\r\n \"2015-04-08\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-12\",\r\n \"2019-08-01-preview\",\r\n \"2019-08-01\",\r\n \"2016-03-31\",\r\n \"2016-03-19\",\r\n \"2015-11-06\",\r\n \"2015-04-08\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-12\",\r\n \"2019-08-01-preview\",\r\n \"2019-08-01\",\r\n \"2016-03-31\",\r\n \"2016-03-19\",\r\n \"2015-11-06\",\r\n \"2015-04-08\",\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.EnterpriseKnowledgeGraph\",\r\n \"namespace\": \"Microsoft.EnterpriseKnowledgeGraph\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"services\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-12-03\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-12-03\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-12-03\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-12-03\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.EventGrid\",\r\n \"namespace\": \"Microsoft.EventGrid\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"4962773b-9cdb-44cf-a8bf-237846a00ab7\",\r\n \"roleDefinitionId\": \"7FE036D8-246F-48BF-A78F-AB3EE699C8F3\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-09-15-preview\",\r\n \"2018-05-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-06-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/eventSubscriptions\",\r\n \"locations\": [\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-09-15-preview\",\r\n \"2018-05-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-06-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"eventSubscriptions\",\r\n \"locations\": [\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-09-15-preview\",\r\n \"2018-05-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-06-15-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"topics\",\r\n \"locations\": [\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-09-15-preview\",\r\n \"2018-05-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-06-15-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"domains\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2018-09-15-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"domains/topics\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2018-09-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"topicTypes\",\r\n \"locations\": [\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-09-15-preview\",\r\n \"2018-05-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-06-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-09-15-preview\",\r\n \"2018-05-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-06-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationsStatus\",\r\n \"locations\": [\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-09-15-preview\",\r\n \"2018-05-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-06-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-09-15-preview\",\r\n \"2018-05-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-06-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/topicTypes\",\r\n \"locations\": [\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-09-15-preview\",\r\n \"2018-05-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-06-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"extensionTopics\",\r\n \"locations\": [\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-09-15-preview\",\r\n \"2018-05-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-06-15-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\",\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-09-15-preview\",\r\n \"2018-05-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-06-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationsStatus\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\",\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-09-15-preview\",\r\n \"2018-05-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-06-15-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Experimentation\",\r\n \"namespace\": \"Microsoft.Experimentation\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"e00d2f8a-f6c8-46e4-b379-e66082e28ca8\",\r\n \"roleDefinitionId\": \"d3a360d9-17f9-410e-9465-5c914c8cf570\",\r\n \"managedByRoleDefinitionId\": \"fa096ccd-4e8f-49de-9594-64449b3ac6b3\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Features\",\r\n \"namespace\": \"Microsoft.Features\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"features\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-12-01\",\r\n \"2014-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-12-01\",\r\n \"2014-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-12-01\",\r\n \"2014-08-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.GuestConfiguration\",\r\n \"namespace\": \"Microsoft.GuestConfiguration\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"e935b4a5-8968-416d-8414-caed51c782a9\",\r\n \"roleDefinitionId\": \"9c6ffa40-421e-4dc0-9739-76b0699a11de\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"guestConfigurationAssignments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-20\",\r\n \"2018-06-30-preview\",\r\n \"2018-01-20-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"software\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-30-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"softwareUpdates\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-30-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"softwareUpdateProfile\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-30-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-20\",\r\n \"2018-06-30-preview\",\r\n \"2018-01-20-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.HanaOnAzure\",\r\n \"namespace\": \"Microsoft.HanaOnAzure\",\r\n \"authorization\": {\r\n \"applicationId\": \"cc5476ec-3074-44d1-8461-711f5d9b0e39\",\r\n \"roleDefinitionId\": \"4a10987e-dbcf-4c3d-8e3d-7ddcd9c771c2\",\r\n \"managedByRoleDefinitionId\": \"9e3af657-a8ff-583c-a75c-2fe7c4bcb635\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"hanaInstances\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-11-03-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"sapMonitors\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Southeast Asia\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-11-03-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationsStatus\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Southeast Asia\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-11-03-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-11-03-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Southeast Asia\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-11-03-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Southeast Asia\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-11-03-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.HardwareSecurityModules\",\r\n \"namespace\": \"Microsoft.HardwareSecurityModules\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"0eb690b7-d23e-4fb0-b43e-cd161ac80cc3\",\r\n \"roleDefinitionId\": \"48397dc8-3910-486a-8165-ab2df987447f\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-10-31-preview\",\r\n \"2018-10-31\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West US 2\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Japan East\",\r\n \"Japan West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-31-preview\",\r\n \"2018-10-31\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.HDInsight\",\r\n \"namespace\": \"Microsoft.HDInsight\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9191c4da-09fe-49d9-a5f1-d41cbe92ad95\",\r\n \"roleDefinitionId\": \"d102a6f3-d9cb-4633-8950-1243b975886c\",\r\n \"managedByRoleDefinitionId\": \"346da55d-e1db-4a5a-89db-33ab3cdb6fc6\"\r\n },\r\n {\r\n \"applicationId\": \"7865c1d2-f040-46cc-875f-831a1ef6a28a\",\r\n \"roleDefinitionId\": \"e27c0895-d168-46d5-8b65-870eb2350378\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"clusters\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"West US\",\r\n \"South India\",\r\n \"France Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2015-03-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"clusters/applications\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"West US\",\r\n \"South India\",\r\n \"France Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2015-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"clusters/operationresults\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"West US\",\r\n \"South India\",\r\n \"France Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2015-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2015-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capabilities\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"West US\",\r\n \"South India\",\r\n \"France Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2015-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"West US\",\r\n \"South India\",\r\n \"France Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2015-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/billingSpecs\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"West US\",\r\n \"South India\",\r\n \"France Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2015-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"West US\",\r\n \"South India\",\r\n \"France Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2015-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/azureasyncoperations\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"West US\",\r\n \"South India\",\r\n \"France Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2015-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/validateCreateRequest\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"West US\",\r\n \"South India\",\r\n \"France Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2015-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2015-03-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.HealthcareApis\",\r\n \"namespace\": \"Microsoft.HealthcareApis\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"4f6778d8-5aef-43dc-a1ff-b073724b9495\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"services\",\r\n \"locations\": [\r\n \"UK West\",\r\n \"North Central US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"North Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-16\",\r\n \"2018-08-20-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"UK West\",\r\n \"North Central US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"North Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-16\",\r\n \"2018-08-20-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [\r\n \"UK West\",\r\n \"North Central US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"North Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-16\",\r\n \"2018-08-20-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"UK West\",\r\n \"North Central US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"North Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-16\",\r\n \"2018-08-20-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"UK West\",\r\n \"North Central US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"North Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-16\",\r\n \"2018-08-20-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.HybridCompute\",\r\n \"namespace\": \"Microsoft.HybridCompute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"machines\",\r\n \"locations\": [\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-12\",\r\n \"2019-08-02-preview\",\r\n \"2019-03-18-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-12\",\r\n \"2019-08-02-preview\",\r\n \"2019-03-18-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.HybridData\",\r\n \"namespace\": \"Microsoft.HybridData\",\r\n \"authorization\": {\r\n \"applicationId\": \"621269cf-1195-44a3-a835-c613d103dd15\",\r\n \"roleDefinitionId\": \"00320cd4-8823-47f2-bbe4-5c9da031311d\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"dataManagers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2016-06-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2016-06-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Hydra\",\r\n \"namespace\": \"Microsoft.Hydra\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"37ae09d4-a310-41e1-803d-8e85cec4bf23\",\r\n \"roleDefinitionId\": \"37ae09d4-a310-41e1-803d-8e85cec4bf23\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-08-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.ImportExport\",\r\n \"namespace\": \"Microsoft.ImportExport\",\r\n \"authorization\": {\r\n \"applicationId\": \"7de4d5c5-5b32-4235-b8a9-33b34d6bcd2a\",\r\n \"roleDefinitionId\": \"9f7aa6bb-9454-46b6-8c01-a4b0f33ca151\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"jobs\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-07-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-07-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-07-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.IoTCentral\",\r\n \"namespace\": \"Microsoft.IoTCentral\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9edfcdd9-0bc5-4bd4-b287-c3afc716aac7\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"IoTApps\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"Central US\",\r\n \"West Central US\",\r\n \"Australia\",\r\n \"Asia Pacific\",\r\n \"Europe\",\r\n \"United States\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01\",\r\n \"2017-07-01-privatepreview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-09-01\",\r\n \"2017-07-01-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkSubdomainAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-09-01\",\r\n \"2017-07-01-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"appTemplates\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-09-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.IoTSpaces\",\r\n \"namespace\": \"Microsoft.IoTSpaces\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"0b07f429-9f4b-4714-9392-cc5e8e80c8b0\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Australia East\",\r\n \"West US 2\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"Graph\",\r\n \"locations\": [\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Australia East\",\r\n \"West US 2\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Kubernetes\",\r\n \"namespace\": \"Microsoft.Kubernetes\",\r\n \"authorizations\": [],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2019-09-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Kusto\",\r\n \"namespace\": \"Microsoft.Kusto\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"2746ea77-4702-4b45-80ca-3c97e680e8b7\",\r\n \"roleDefinitionId\": \"dd9d4347-f397-45f2-b538-85f21c90037c\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"clusters\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Germany West Central\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"Korea South\",\r\n \"France South\",\r\n \"Australia Southeast\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-09\",\r\n \"2019-09-07\",\r\n \"2019-05-15\",\r\n \"2019-01-21\",\r\n \"2018-09-07-preview\",\r\n \"2017-09-07-privatepreview\"\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\": \"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 \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"clusters/databases\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Germany West Central\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"Korea South\",\r\n \"France South\",\r\n \"Australia Southeast\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-09\",\r\n \"2019-09-07\",\r\n \"2019-05-15\",\r\n \"2019-01-21\",\r\n \"2018-09-07-preview\",\r\n \"2017-09-07-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"clusters/attacheddatabaseconfigurations\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Germany West Central\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"Korea South\",\r\n \"France South\",\r\n \"Australia Southeast\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-09\",\r\n \"2019-09-07\",\r\n \"2019-05-15\",\r\n \"2019-01-21\",\r\n \"2018-09-07-preview\",\r\n \"2017-09-07-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"clusters/principalassignments\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Germany West Central\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"Korea South\",\r\n \"France South\",\r\n \"Australia Southeast\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-09\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"clusters/databases/eventhubconnections\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Germany West Central\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"Korea South\",\r\n \"France South\",\r\n \"Australia Southeast\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-09\",\r\n \"2019-09-07\",\r\n \"2019-05-15\",\r\n \"2019-01-21\",\r\n \"2018-09-07-preview\",\r\n \"2017-09-07-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"clusters/databases/dataconnections\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Germany West Central\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"Korea South\",\r\n \"France South\",\r\n \"Australia Southeast\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-09\",\r\n \"2019-09-07\",\r\n \"2019-05-15\",\r\n \"2019-01-21\",\r\n \"2018-09-07-preview\",\r\n \"2017-09-07-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"clusters/databases/principalassignments\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Germany West Central\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"Korea South\",\r\n \"France South\",\r\n \"Australia Southeast\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-09\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"clusters/sharedidentities\",\r\n \"locations\": [\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-09\",\r\n \"2019-09-07\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Germany West Central\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"Korea South\",\r\n \"France South\",\r\n \"Australia Southeast\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-09\",\r\n \"2019-09-07\",\r\n \"2019-05-15\",\r\n \"2019-01-21\",\r\n \"2018-09-07-preview\",\r\n \"2017-09-07-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-09\",\r\n \"2019-09-07\",\r\n \"2019-05-15\",\r\n \"2019-01-21\",\r\n \"2018-09-07-preview\",\r\n \"2017-09-07-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Germany West Central\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"Korea South\",\r\n \"France South\",\r\n \"Australia Southeast\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-09\",\r\n \"2019-09-07\",\r\n \"2019-05-15\",\r\n \"2019-01-21\",\r\n \"2018-09-07-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-09\",\r\n \"2019-09-07\",\r\n \"2019-05-15\",\r\n \"2019-01-21\",\r\n \"2018-09-07-preview\",\r\n \"2017-09-07-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.LabServices\",\r\n \"namespace\": \"Microsoft.LabServices\",\r\n \"authorization\": {\r\n \"applicationId\": \"1a14be2a-e903-4cec-99cf-b2e209259a0f\",\r\n \"roleDefinitionId\": \"8f2de81a-b9aa-49d8-b24c-11814d3ab525\",\r\n \"managedByRoleDefinitionId\": \"8f2de81a-b9aa-49d8-b24c-11814d3ab525\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"labaccounts\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Japan East\",\r\n \"West US\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"UK West\",\r\n \"West India\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\",\r\n \"2018-10-15\",\r\n \"2017-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Japan East\",\r\n \"West US\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"UK West\",\r\n \"West India\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\",\r\n \"2018-10-15\",\r\n \"2017-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\",\r\n \"2018-10-15\",\r\n \"2017-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"users\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\",\r\n \"2019-01-01-beta\",\r\n \"2019-01-01-alpha\",\r\n \"2018-10-15\",\r\n \"2017-12-01-preview\",\r\n \"2017-12-01-beta\",\r\n \"2017-12-01-alpha\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\",\r\n \"2018-10-15\",\r\n \"2017-12-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Logic\",\r\n \"namespace\": \"Microsoft.Logic\",\r\n \"authorization\": {\r\n \"applicationId\": \"7cd684f4-8a78-49b0-91ec-6a35d38739ba\",\r\n \"roleDefinitionId\": \"cb3ef1fb-6e31-49e2-9d87-ed821053fe58\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"workflows\",\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 \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\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 North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2018-07-01-preview\",\r\n \"2017-07-01\",\r\n \"2016-10-01\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-02-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\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 \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\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 North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2018-07-01-preview\",\r\n \"2017-07-01\",\r\n \"2016-10-01\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2018-07-01-preview\",\r\n \"2017-07-01\",\r\n \"2016-10-01\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\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 \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\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 North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2018-07-01-preview\",\r\n \"2017-07-01\",\r\n \"2016-10-01\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"integrationAccounts\",\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 \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2018-07-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\": \"integrationServiceEnvironments\",\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 \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2019-05-01\",\r\n \"2018-07-01-preview\",\r\n \"2018-03-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"integrationServiceEnvironments/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 \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2019-05-01\",\r\n \"2018-07-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove\"\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.MachineLearning\",\r\n \"namespace\": \"Microsoft.MachineLearning\",\r\n \"authorization\": {\r\n \"applicationId\": \"0736f41a-0425-4b46-bdb5-1563eff02385\",\r\n \"roleDefinitionId\": \"1cc297bc-1829-4524-941f-966373421033\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"Workspaces\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"webServices\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-01-01\",\r\n \"2016-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-01-01\",\r\n \"2016-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-01-01\",\r\n \"2016-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-01-01\",\r\n \"2016-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationsStatus\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-01-01\",\r\n \"2016-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"commitmentPlans\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-01-01\",\r\n \"2016-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Maintenance\",\r\n \"namespace\": \"Microsoft.Maintenance\",\r\n \"authorization\": {\r\n \"applicationId\": \"f18474f2-a66a-4bb0-a3c9-9b8d892092fa\",\r\n \"roleDefinitionId\": \"2f1ef7b0-d5c4-4d3c-98fa-6a9fa8e74aa5\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"maintenanceConfigurations\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2018-06-01-preview\",\r\n \"2017-04-26\",\r\n \"2017-01-01\",\r\n \"2016-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"updates\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2018-06-01-preview\",\r\n \"2017-04-26\",\r\n \"2017-01-01\",\r\n \"2016-01-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"configurationAssignments\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2018-06-01-preview\",\r\n \"2017-04-26\",\r\n \"2017-01-01\",\r\n \"2016-01-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"applyUpdates\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2018-06-01-preview\",\r\n \"2017-04-26\",\r\n \"2017-01-01\",\r\n \"2016-01-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.ManagedServices\",\r\n \"namespace\": \"Microsoft.ManagedServices\",\r\n \"authorization\": {\r\n \"applicationId\": \"66c6d0d1-f2e7-4a18-97a9-ed10f3347016\",\r\n \"roleDefinitionId\": \"1e86f807-6ec0-40b3-8b5f-686b7e43a0a2\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"registrationDefinitions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01-preview\",\r\n \"2018-06-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"registrationAssignments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01-preview\",\r\n \"2018-06-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"marketplaceRegistrationDefinitions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationStatuses\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Management\",\r\n \"namespace\": \"Microsoft.Management\",\r\n \"authorization\": {\r\n \"applicationId\": \"f2c304cf-8e7e-4c3f-8164-16299ad9d272\",\r\n \"roleDefinitionId\": \"c1cf3708-588a-4647-be7f-f400bbe214cf\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-11-01-preview\",\r\n \"2017-08-31-preview\",\r\n \"2017-06-30-preview\",\r\n \"2017-05-31-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"managementGroups\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-03-01-beta\",\r\n \"2018-01-01-preview\",\r\n \"2017-11-01-preview\",\r\n \"2017-08-31-preview\",\r\n \"2017-06-30-preview\",\r\n \"2017-05-31-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"getEntities\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-03-01-beta\",\r\n \"2018-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-03-01-beta\",\r\n \"2018-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-03-01-beta\",\r\n \"2018-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationResults/asyncOperation\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2018-03-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-03-01-beta\",\r\n \"2018-01-01-preview\",\r\n \"2017-11-01-preview\",\r\n \"2017-08-31-preview\",\r\n \"2017-06-30-preview\",\r\n \"2017-05-31-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tenantBackfillStatus\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-03-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"startTenantBackfill\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-03-01-beta\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Maps\",\r\n \"namespace\": \"Microsoft.Maps\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"608f6f31-fed0-4f7b-809f-90f6c9b3de78\",\r\n \"roleDefinitionId\": \"3431F0E6-63BC-482D-A96E-0AB819610A5F\"\r\n },\r\n {\r\n \"applicationId\": \"ba1ea022-5807-41d5-bbeb-292c7e1cf5f6\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2017-01-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/eventGridFilters\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2017-01-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Marketplace\",\r\n \"namespace\": \"Microsoft.Marketplace\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"privategalleryitems\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"products\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-08-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"offers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-08-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"offerTypes\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"offerTypes/publishers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"offerTypes/publishers/offers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"offerTypes/publishers/offers/plans\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"offerTypes/publishers/offers/plans/configs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"offerTypes/publishers/offers/plans/configs/importImage\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"offerTypes/publishers/offers/plans/agreements\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listAvailableOffers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publishers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publishers/offers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publishers/offers/amendments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateStoreClient\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-08-01-beta\",\r\n \"2018-03-01-beta\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.MarketplaceApps\",\r\n \"namespace\": \"Microsoft.MarketplaceApps\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"classicDevServices\",\r\n \"locations\": [\r\n \"Northwest US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-11-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"updateCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-11-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.MarketplaceOrdering\",\r\n \"namespace\": \"Microsoft.MarketplaceOrdering\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"agreements\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"offertypes\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Media\",\r\n \"namespace\": \"Microsoft.Media\",\r\n \"authorization\": {\r\n \"applicationId\": \"374b2a64-3b6b-436b-934c-b820eacca870\",\r\n \"roleDefinitionId\": \"aab70789-0cec-44b5-95d7-84b64c9487af\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"mediaservices\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\",\r\n \"2015-10-01\",\r\n \"2015-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/assets\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/contentKeyPolicies\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/streamingLocators\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/streamingPolicies\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/eventGridFilters\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-05\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/transforms\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/transforms/jobs\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/streamingEndpoints\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\",\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/liveEvents\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\",\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/liveEvents/liveOutputs\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\",\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/streamingEndpointOperations\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\",\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/liveEventOperations\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\",\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/liveOutputOperations\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\",\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/assets/assetFilters\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/accountFilters\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\",\r\n \"2018-02-05\",\r\n \"2015-10-01\",\r\n \"2015-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checknameavailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01\",\r\n \"2015-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Migrate\",\r\n \"namespace\": \"Microsoft.Migrate\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"e3bfd6ac-eace-4438-9dc1-eed439e738de\",\r\n \"roleDefinitionId\": \"e88f4159-1d71-4b12-8ef0-38c039cb051e\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"projects\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-02\",\r\n \"2017-11-11-preview\",\r\n \"2017-09-25-privatepreview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"migrateprojects\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2018-09-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"assessmentProjects\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2018-06-30-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-02\",\r\n \"2017-11-11-preview\",\r\n \"2017-09-25-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-02-02\",\r\n \"2017-11-11-preview\",\r\n \"2017-09-25-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-02\",\r\n \"2017-11-11-preview\",\r\n \"2017-09-25-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/assessmentOptions\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-02\",\r\n \"2017-11-11-preview\",\r\n \"2017-09-25-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.MixedReality\",\r\n \"namespace\": \"Microsoft.MixedReality\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"c7ddd9b4-5172-4e28-bd29-1e0792947d18\",\r\n \"roleDefinitionId\": \"b67ee066-e058-4ddb-92bc-83cdd74bc38a\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-02-preview\",\r\n \"2019-02-28-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-02-preview\",\r\n \"2019-02-28-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-02-preview\",\r\n \"2019-02-28-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"spatialAnchorsAccounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-02-preview\",\r\n \"2019-02-28-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.NetApp\",\r\n \"namespace\": \"Microsoft.NetApp\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"12fb057d-b751-47cd-857c-f2934bb677b4\",\r\n \"roleDefinitionId\": \"e4796bef-6b6d-4cbc-ba1e-27f1a308d860\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US (Stage)\",\r\n \"West US 2 (Stage)\",\r\n \"South Central US (Stage)\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-05-01\",\r\n \"2017-08-15\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.NotificationHubs\",\r\n \"namespace\": \"Microsoft.NotificationHubs\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"namespaces\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2016-03-01\",\r\n \"2014-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"namespaces/notificationHubs\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2016-03-01\",\r\n \"2014-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"checkNamespaceAvailability\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2016-03-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2016-03-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2016-03-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationResults\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2016-03-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.ObjectStore\",\r\n \"namespace\": \"Microsoft.ObjectStore\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"osNamespaces\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.OffAzure\",\r\n \"namespace\": \"Microsoft.OffAzure\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"728a93e3-065d-4678-93b1-3cc281223341\",\r\n \"roleDefinitionId\": \"b9967bf7-a345-4af8-95f0-49916f760fc6\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"VMwareSites\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-06\",\r\n \"2019-05-01-preview\",\r\n \"2018-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"HyperVSites\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-06\",\r\n \"2018-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ServerSites\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ImportSites\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-06\",\r\n \"2018-05-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.OperationalInsights\",\r\n \"namespace\": \"Microsoft.OperationalInsights\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"d2a0a418-0aac-4541-82b2-b3142c89da77\",\r\n \"roleDefinitionId\": \"86695298-2eb9-48a7-9ec3-2fdb38b6878b\"\r\n },\r\n {\r\n \"applicationId\": \"ca7f3f0b-7d91-482c-8e09-c5d840d0eac5\",\r\n \"roleDefinitionId\": \"5d5a2e56-9835-44aa-93db-d2f19e155438\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"workspaces\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"West Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West US\",\r\n \"UK West\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-26-preview\",\r\n \"2017-03-15-preview\",\r\n \"2017-03-03-preview\",\r\n \"2017-01-01-preview\",\r\n \"2015-11-01-preview\",\r\n \"2015-03-20\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-08-01-preview\",\r\n \"2017-04-26-preview\",\r\n \"2017-03-15-preview\",\r\n \"2017-03-03-preview\",\r\n \"2017-01-01-preview\",\r\n \"2015-11-01-preview\",\r\n \"2015-03-20\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationStatuses\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"West Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West US\",\r\n \"UK West\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01-preview\",\r\n \"2017-04-26-preview\",\r\n \"2017-03-15-preview\",\r\n \"2017-03-03-preview\",\r\n \"2017-01-01-preview\",\r\n \"2015-11-01-preview\",\r\n \"2015-03-20\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"workspaces/privateEndpointConnections\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"West Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West US\",\r\n \"UK West\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01-preview\",\r\n \"2015-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"workspaces/privateLinkResources\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"West Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West US\",\r\n \"UK West\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01-preview\",\r\n \"2015-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"workspaces/privateEndpointConnectionProxies\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"West Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West US\",\r\n \"UK West\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01-preview\",\r\n \"2015-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"workspaces/scopedPrivateLinkProxies\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"West Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West US\",\r\n \"UK West\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01-preview\",\r\n \"2015-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"workspaces/query\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Australia Southeast\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West US\",\r\n \"UK West\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Switzerland West\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"workspaces/dataSources\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"West Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West US\",\r\n \"UK West\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageInsightConfigs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2014-10-10\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"workspaces/linkedServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"West Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West US\",\r\n \"UK West\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01-preview\",\r\n \"2015-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"linkTargets\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-03-20\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2014-11-10\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.OperationsManagement\",\r\n \"namespace\": \"Microsoft.OperationsManagement\",\r\n \"authorization\": {\r\n \"applicationId\": \"d2a0a418-0aac-4541-82b2-b3142c89da77\",\r\n \"roleDefinitionId\": \"aa249101-6816-4966-aafa-08175d795f14\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"solutions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"West Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"Central Us\",\r\n \"East Us 2\",\r\n \"East Asia\",\r\n \"West Us\",\r\n \"South Central Us\",\r\n \"North Central US\",\r\n \"UK West\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-11-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"managementconfigurations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"West Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"Central Us\",\r\n \"East Us 2\",\r\n \"East Asia\",\r\n \"West Us\",\r\n \"South Central Us\",\r\n \"North Central US\",\r\n \"UK West\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-11-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"managementassociations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-11-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"views\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"West Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"Central Us\",\r\n \"East Us 2\",\r\n \"East Asia\",\r\n \"West Us\",\r\n \"South Central Us\",\r\n \"North Central US\",\r\n \"UK West\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-08-21-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-11-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Peering\",\r\n \"namespace\": \"Microsoft.Peering\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"peerings\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"East Asia\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"West India\",\r\n \"South India\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Canada Central\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada East\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01-preview\",\r\n \"2019-08-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"peeringLocations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01-preview\",\r\n \"2019-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"legacyPeerings\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01-preview\",\r\n \"2019-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"peerAsns\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01-preview\",\r\n \"2019-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"peeringServiceLocations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01-preview\",\r\n \"2019-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"peeringServiceProviders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01-preview\",\r\n \"2019-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceProviderAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01-preview\",\r\n \"2019-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01-preview\",\r\n \"2019-08-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Portal\",\r\n \"namespace\": \"Microsoft.Portal\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"dashboards\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\",\r\n \"2018-10-01-preview\",\r\n \"2015-08-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2017-12-01-preview\",\r\n \"2017-08-01-preview\",\r\n \"2017-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"consoles\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2017-12-01-preview\",\r\n \"2017-08-01-preview\",\r\n \"2017-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/consoles\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"Central India\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2017-12-01-preview\",\r\n \"2017-08-01-preview\",\r\n \"2017-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"userSettings\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2017-12-01-preview\",\r\n \"2017-08-01-preview\",\r\n \"2017-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/userSettings\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"Central India\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2017-12-01-preview\",\r\n \"2017-08-01-preview\",\r\n \"2017-01-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.PowerBI\",\r\n \"namespace\": \"Microsoft.PowerBI\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"workspaceCollections\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"West India\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-01-29\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-01-29\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"West India\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-01-29\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.PowerBIDedicated\",\r\n \"namespace\": \"Microsoft.PowerBIDedicated\",\r\n \"authorization\": {\r\n \"applicationId\": \"4ac7d521-0382-477b-b0f8-7e1d95f85ca2\",\r\n \"roleDefinitionId\": \"490d5987-bcf6-4be6-b6b2-056a78cb693a\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"capacities\",\r\n \"locations\": [\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South Africa North\",\r\n \"Canada East\",\r\n \"South Africa West\",\r\n \"UK West\",\r\n \"Central US\",\r\n \"Central India\",\r\n \"Australia East\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01\",\r\n \"2017-01-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 \"2017-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"Central US\",\r\n \"Central India\",\r\n \"Australia East\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"South Africa West\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01\",\r\n \"2017-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"Central US\",\r\n \"Central India\",\r\n \"Australia East\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01\",\r\n \"2017-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationstatuses\",\r\n \"locations\": [\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"Central US\",\r\n \"Central India\",\r\n \"Australia East\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01\",\r\n \"2017-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01\",\r\n \"2017-01-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.ProjectBabylon\",\r\n \"namespace\": \"Microsoft.ProjectBabylon\",\r\n \"authorization\": {\r\n \"applicationId\": \"73c2949e-da2d-457a-9607-fcc665198967\",\r\n \"roleDefinitionId\": \"1BC09725-0C9B-4F57-A3D0-FCCF4EB40120\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.ProviderHub\",\r\n \"namespace\": \"Microsoft.ProviderHub\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"providerRegistrations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providerRegistrations/resourceTypeRegistrations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"rollouts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-02-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"availableAccounts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-02-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.RecoveryServices\",\r\n \"namespace\": \"Microsoft.RecoveryServices\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"262044b1-e2ce-469f-a196-69ab7ada62d3\",\r\n \"roleDefinitionId\": \"21CEC436-F7D0-4ADE-8AD8-FEC5668484CC\"\r\n },\r\n {\r\n \"applicationId\": \"b8340c3b-9267-498f-b21a-15d5547fd85e\",\r\n \"roleDefinitionId\": \"8A00C8EA-8F1B-45A7-8F64-F4CC61EEE9B6\"\r\n },\r\n {\r\n \"applicationId\": \"3b2fa68d-a091-48c9-95be-88d572e08fb7\",\r\n \"roleDefinitionId\": \"47d68fae-99c7-4c10-b9db-2316116a061e\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"vaults\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-15\",\r\n \"2019-05-13-preview\",\r\n \"2019-05-13\",\r\n \"2018-12-20-preview\",\r\n \"2018-07-10-preview\",\r\n \"2018-07-10\",\r\n \"2018-01-10\",\r\n \"2017-07-01-preview\",\r\n \"2017-07-01\",\r\n \"2016-12-01\",\r\n \"2016-08-10\",\r\n \"2016-06-01\",\r\n \"2016-05-01\",\r\n \"2015-12-15\",\r\n \"2015-12-10\",\r\n \"2015-11-10\",\r\n \"2015-08-15\",\r\n \"2015-08-10\",\r\n \"2015-06-10\",\r\n \"2015-03-15\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-10\",\r\n \"2016-06-01\",\r\n \"2015-12-15\",\r\n \"2015-12-10\",\r\n \"2015-11-10\",\r\n \"2015-08-15\",\r\n \"2015-08-10\",\r\n \"2015-06-10\",\r\n \"2015-03-15\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-07-01\",\r\n \"2016-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/backupStatus\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-07-01\",\r\n \"2016-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-01-10\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/allocatedStamp\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/allocateStamp\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/backupValidateFeatures\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/backupPreValidateProtection\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/backupCrrJobs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-12-20-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/backupCrrJob\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-12-20-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/backupAadProperties\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-12-20-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/backupCrossRegionRestore\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-12-20-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/backupCrrOperationResults\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-12-20-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/backupCrrOperationsStatus\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-12-20-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"backupProtectedItems\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-07-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"replicationEligibilityResults\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-10\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Relay\",\r\n \"namespace\": \"Microsoft.Relay\",\r\n \"authorization\": {\r\n \"applicationId\": \"80369ed6-5f11-4dd9-bef3-692475845e77\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"namespaces\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE 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 \"2017-04-01\",\r\n \"2016-07-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"namespaces/authorizationrules\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2016-07-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/hybridconnections\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2016-07-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/hybridconnections/authorizationrules\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2016-07-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/wcfrelays\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2016-07-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/wcfrelays/authorizationrules\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2016-07-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2016-07-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.ResourceGraph\",\r\n \"namespace\": \"Microsoft.ResourceGraph\",\r\n \"authorization\": {\r\n \"applicationId\": \"509e4652-da8d-478d-a730-e9d4a1996ca4\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\",\r\n \"2018-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourcesHistory\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceChanges\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceChangeDetails\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\",\r\n \"2018-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptionsStatus\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\",\r\n \"2018-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"queries\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"authorization\": {\r\n \"applicationId\": \"3b990c8b-9607-4c2a-8b04-1d41985facca\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE 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-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE 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-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.SaaS\",\r\n \"namespace\": \"Microsoft.SaaS\",\r\n \"authorization\": {\r\n \"applicationId\": \"f738ef14-47dc-4564-b53b-45069484ccc7\",\r\n \"roleDefinitionId\": \"b131dd2d-387a-4cae-bb9b-3d021f80d1e6\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"applications\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"checknameavailability\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkModernEligibility\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"saasresources\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"408992c7-2af6-4ff1-92e3-65b73d2b5092\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.SecurityInsights\",\r\n \"namespace\": \"Microsoft.SecurityInsights\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"98785600-1bb7-4fb9-b9fa-19afe2c8a360\",\r\n \"roleDefinitionId\": \"ef1c46aa-ae81-4091-ab83-f75f28efb7b8\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"alertRules\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"alertRuleTemplates\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"cases\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"bookmarks\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"dataConnectors\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"entities\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"incidents\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"officeConsents\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"settings\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"aggregations\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"entityQueries\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.SerialConsole\",\r\n \"namespace\": \"Microsoft.SerialConsole\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"consoleServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/consoleServices\",\r\n \"locations\": [\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Services\",\r\n \"namespace\": \"Microsoft.Services\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"providerRegistrations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providerRegistrations/resourceTypeRegistrations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"rollouts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-02-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.SignalRService\",\r\n \"namespace\": \"Microsoft.SignalRService\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"cdad765c-f191-43ba-b9f5-7aef392f811d\",\r\n \"roleDefinitionId\": \"346b504e-4aec-45d1-be25-a6e10f3cb4fe\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"SignalR\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2018-03-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-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationStatuses\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West US 2\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"SignalR/eventGridFilters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.SoftwarePlan\",\r\n \"namespace\": \"Microsoft.SoftwarePlan\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"hybridUseBenefits\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Solutions\",\r\n \"namespace\": \"Microsoft.Solutions\",\r\n \"authorization\": {\r\n \"applicationId\": \"ba4bc2bd-843f-4d61-9d33-199178eae34e\",\r\n \"roleDefinitionId\": \"6cb99a0b-29a8-49bc-b57b-057acc68cd9a\",\r\n \"managedByRoleDefinitionId\": \"9e3af657-a8ff-583c-a75c-2fe7c4bcb635\",\r\n \"managedByAuthorization\": {\r\n \"managedByResourceRoleDefinitionId\": \"9e3af657-a8ff-583c-a75c-2fe7c4bcb635\"\r\n }\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"applications\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"West India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2018-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-12-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"applicationDefinitions\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"West India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2018-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-12-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2018-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-12-01\",\r\n \"2017-09-01\",\r\n \"2016-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"jitRequests\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"West India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2018-09-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationstatuses\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"West India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2018-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-12-01\",\r\n \"2017-09-01\",\r\n \"2016-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2018-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-12-01\",\r\n \"2017-09-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.SqlVirtualMachine\",\r\n \"namespace\": \"Microsoft.SqlVirtualMachine\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"bd93b475-f9e2-476e-963d-b2daf143ffb9\",\r\n \"roleDefinitionId\": \"f96bd990-ffdf-4c17-8ee3-77454d9c3f5d\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"SqlVirtualMachineGroups\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK West\",\r\n \"West US\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"SqlVirtualMachines\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK West\",\r\n \"West US\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"SqlVirtualMachineGroups/AvailabilityGroupListeners\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK West\",\r\n \"West US\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK West\",\r\n \"West US\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Locations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"West US\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Locations/OperationTypes\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK West\",\r\n \"West US\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Locations/sqlVirtualMachineOperationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK West\",\r\n \"West US\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Locations/sqlVirtualMachineGroupOperationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK West\",\r\n \"West US\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Locations/availabilityGroupListenerOperationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK West\",\r\n \"West US\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.StorageCache\",\r\n \"namespace\": \"Microsoft.StorageCache\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"4392ab71-2ce2-4b0d-8770-b352745c73f5\",\r\n \"roleDefinitionId\": \"e27430df-bd6b-4f3a-bd6d-d52ad1a7d075\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"Korea Central\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"Southeast Asia\",\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-08-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.StorSimple\",\r\n \"namespace\": \"Microsoft.StorSimple\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"managers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2017-05-15\",\r\n \"2017-01-01\",\r\n \"2016-10-01\",\r\n \"2016-06-01\",\r\n \"2015-03-15\",\r\n \"2014-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-10-01\",\r\n \"2016-06-01\",\r\n \"2015-03-15\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.StreamAnalytics\",\r\n \"namespace\": \"Microsoft.StreamAnalytics\",\r\n \"authorization\": {\r\n \"applicationId\": \"66f1e791-7bfb-4e18-aed8-1720056421c7\",\r\n \"roleDefinitionId\": \"15f6e7b0-eec0-4f18-a552-c97e000cbc61\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"streamingjobs\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"East Asia\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"East US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2018-11-01\",\r\n \"2017-04-01-preview\",\r\n \"2016-03-01\",\r\n \"2015-11-01\",\r\n \"2015-10-01\",\r\n \"2015-09-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-03-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"East Asia\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"East US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2018-11-01\",\r\n \"2017-04-01-preview\",\r\n \"2016-03-01\",\r\n \"2015-11-01\",\r\n \"2015-10-01\",\r\n \"2015-09-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/quotas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2018-11-01\",\r\n \"2017-04-01-preview\",\r\n \"2016-03-01\",\r\n \"2015-11-01\",\r\n \"2015-10-01\",\r\n \"2015-09-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"East Asia\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"East US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2018-11-01\",\r\n \"2017-04-01-preview\",\r\n \"2016-03-01\",\r\n \"2015-11-01\",\r\n \"2015-10-01\",\r\n \"2015-09-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/microsoft.support\",\r\n \"namespace\": \"microsoft.support\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"959678cf-d004-4c22-82a6-d2ce549a58b8\",\r\n \"roleDefinitionId\": \"81a3dd11-5123-4ec3-9485-772b0a27d1bd\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\",\r\n \"2015-07-01-Preview\",\r\n \"2015-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"services\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"services/problemclassifications\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"supporttickets\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\",\r\n \"2015-07-01-Preview\",\r\n \"2015-03-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationsstatus\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Synapse\",\r\n \"namespace\": \"Microsoft.Synapse\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9e09aefc-b2e5-4d19-9f74-3e3e8b11a57b\",\r\n \"roleDefinitionId\": \"a53b114a-452b-4d20-bcd6-c51c3c8c5878\",\r\n \"managedByRoleDefinitionId\": \"ede175bc-31e5-4074-ba98-e62b895797aa\"\r\n },\r\n {\r\n \"applicationId\": \"1ac05c7e-12d2-4605-bf9d-549d7041c6b3\",\r\n \"roleDefinitionId\": \"48e77487-c9fa-4abe-8484-71ebdebdbbc2\"\r\n },\r\n {\r\n \"applicationId\": \"ec52d13d-2e85-410e-a89a-8c79fb6a32ac\",\r\n \"roleDefinitionId\": \"c3a447c3-a63a-4905-a125-c6856f9d0e17\"\r\n },\r\n {\r\n \"applicationId\": \"5ebe1e69-13dd-4953-84fa-a74ed591db2e\",\r\n \"roleDefinitionId\": \"e8ebe3e8-569b-4ad3-bea1-5b274fe0c49f\"\r\n },\r\n {\r\n \"applicationId\": \"2e458d69-0892-4655-b713-4f7b182315dd\",\r\n \"roleDefinitionId\": \"45EA3B16-D4DD-48CA-BF0D-BBE644C0C0AF\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West US 2\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.TimeSeriesInsights\",\r\n \"namespace\": \"Microsoft.TimeSeriesInsights\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"120d688d-1518-4cf7-bd38-182f158850b6\",\r\n \"roleDefinitionId\": \"5a43abdf-bb87-42c4-9e56-1c24bf364150\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"environments\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"UK West\",\r\n \"UK South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-15-preview\",\r\n \"2017-11-15\",\r\n \"2017-02-28-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"environments/eventsources\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"UK West\",\r\n \"UK South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-15-preview\",\r\n \"2017-11-15\",\r\n \"2017-02-28-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"environments/referenceDataSets\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"UK West\",\r\n \"UK South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-15-preview\",\r\n \"2017-11-15\",\r\n \"2017-02-28-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"environments/accessPolicies\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"UK West\",\r\n \"UK South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-15-preview\",\r\n \"2017-11-15\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"UK West\",\r\n \"UK South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-15-preview\",\r\n \"2017-11-15\",\r\n \"2017-02-28-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Token\",\r\n \"namespace\": \"Microsoft.Token\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"fe053c5f-3692-4f14-aef2-ee34fc081cae\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"stores\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Japan West\",\r\n \"Australia Southeast\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"stores/accessPolicies\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Japan West\",\r\n \"Australia Southeast\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"stores/services\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Japan West\",\r\n \"Australia Southeast\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"stores/services/tokens\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Japan West\",\r\n \"Australia Southeast\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.VirtualMachineImages\",\r\n \"namespace\": \"Microsoft.VirtualMachineImages\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"cf32a0cc-373c-47c9-9156-0db11f6a6dfc\",\r\n \"roleDefinitionId\": \"0ee55a0b-f45f-4392-92ec-e8bf1b4b5da5\",\r\n \"managedByRoleDefinitionId\": \"9e3af657-a8ff-583c-a75c-2fe7c4bcb635\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\",\r\n \"2019-02-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/microsoft.visualstudio\",\r\n \"namespace\": \"microsoft.visualstudio\",\r\n \"authorization\": {\r\n \"applicationId\": \"499b84ac-1321-427f-aa17-267ca6975798\",\r\n \"roleDefinitionId\": \"6a18f445-86f0-4e2e-b8a9-6b9b5677e3d8\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"account\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West US 2\",\r\n \"Canada Central\",\r\n \"UK South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-02-26\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West US 2\",\r\n \"Canada Central\",\r\n \"UK South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-02-26\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"account/project\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-02-26\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"account/extension\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West US 2\",\r\n \"Canada Central\",\r\n \"UK South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-02-26\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West US 2\",\r\n \"Canada Central\",\r\n \"UK South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.VMwareCloudSimple\",\r\n \"namespace\": \"Microsoft.VMwareCloudSimple\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"d96199e7-4674-4bbf-a1c6-ddf93682f5ee\",\r\n \"roleDefinitionId\": \"533012ca-a3e7-44e4-93b4-3143f8b9409d\",\r\n \"allowedThirdPartyExtensions\": [\r\n {\r\n \"name\": \"CloudSimpleExtension\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"Switzerland West\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"dedicatedCloudNodes\",\r\n \"locations\": [\r\n \"Switzerland West\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"dedicatedCloudServices\",\r\n \"locations\": [\r\n \"Switzerland West\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"Switzerland West\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availabilities\",\r\n \"locations\": [\r\n \"Switzerland West\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateClouds\",\r\n \"locations\": [\r\n \"Switzerland West\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateClouds/virtualNetworks\",\r\n \"locations\": [\r\n \"Switzerland West\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateClouds/virtualMachineTemplates\",\r\n \"locations\": [\r\n \"Switzerland West\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateClouds/resourcePools\",\r\n \"locations\": [\r\n \"Switzerland West\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [\r\n \"Switzerland West\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.VnfManager\",\r\n \"namespace\": \"Microsoft.VnfManager\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"b8ed041c-aa91-418e-8f47-20c70abc2de1\",\r\n \"roleDefinitionId\": \"c8d69fc0-f0ed-43b3-bf1d-4dfdaacc6d2d\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"Operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Locations\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Locations/OperationStatuses\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"East Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.VSOnline\",\r\n \"namespace\": \"Microsoft.VSOnline\",\r\n \"authorizations\": [],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"West Us 2\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01-preview\",\r\n \"2019-07-01-beta\",\r\n \"2019-07-01-alpha\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"plans\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"West Us 2\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01-preview\",\r\n \"2019-07-01-beta\",\r\n \"2019-07-01-alpha\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-07-01-preview\",\r\n \"2019-07-01-beta\",\r\n \"2019-07-01-alpha\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.WindowsESU\",\r\n \"namespace\": \"Microsoft.WindowsESU\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"e6c69915-bcc7-4335-b655-c62f949d691b\",\r\n \"roleDefinitionId\": \"9bccffcd-2d3d-4b7c-a2cb-bb26e77b4810\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"Operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-16-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-16-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Locations/OperationStatuses\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.WindowsIoT\",\r\n \"namespace\": \"Microsoft.WindowsIoT\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"DeviceServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2018-02-16-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2018-02-16-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.WorkloadMonitor\",\r\n \"namespace\": \"Microsoft.WorkloadMonitor\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-08-31-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"componentsSummary\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-08-31-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"monitorInstancesSummary\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-08-31-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"monitorInstances\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-08-31-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"components\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-08-31-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"monitors\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-08-31-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"notificationSettings\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-08-31-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Myget.PackageManagement\",\r\n \"namespace\": \"Myget.PackageManagement\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"services\",\r\n \"locations\": [\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"updateCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Paraleap.CloudMonix\",\r\n \"namespace\": \"Paraleap.CloudMonix\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"services\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-08-10\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-10\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-10\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"updateCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-10\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Pokitdok.Platform\",\r\n \"namespace\": \"Pokitdok.Platform\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"services\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-17\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-17\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-17\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"updateCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-17\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/RavenHq.Db\",\r\n \"namespace\": \"RavenHq.Db\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"databases\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-07-18\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-07-18\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-07-18\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"updateCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-07-18\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Raygun.CrashReporting\",\r\n \"namespace\": \"Raygun.CrashReporting\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"apps\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"updateCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Sendgrid.Email\",\r\n \"namespace\": \"Sendgrid.Email\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Sparkpost.Basic\",\r\n \"namespace\": \"Sparkpost.Basic\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"services\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"updateCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/stackify.retrace\",\r\n \"namespace\": \"stackify.retrace\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"services\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-01-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"updateCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/U2uconsult.TheIdentityHub\",\r\n \"namespace\": \"U2uconsult.TheIdentityHub\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"services\",\r\n \"locations\": [\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-15\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-15\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"updateCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-15\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.ResourceHealth\",\r\n \"namespace\": \"Microsoft.ResourceHealth\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"8bdebf23-c0fe-4187-a378-717ad86f6a53\",\r\n \"roleDefinitionId\": \"cc026344-c8b1-4561-83ba-59eba84b27cc\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"availabilityStatuses\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01-preview\",\r\n \"2020-05-01\",\r\n \"2018-08-01-rc\",\r\n \"2018-08-01-preview\",\r\n \"2018-07-01-rc\",\r\n \"2018-07-01-preview\",\r\n \"2017-07-01\",\r\n \"2015-01-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"childAvailabilityStatuses\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-06-beta\",\r\n \"2018-08-01-rc\",\r\n \"2018-08-01-preview\",\r\n \"2018-07-01-rc\",\r\n \"2018-07-01-preview\",\r\n \"2018-07-01-beta\",\r\n \"2017-07-01-rc\",\r\n \"2017-07-01-preview\",\r\n \"2017-07-01-beta\",\r\n \"2015-01-01-rc\",\r\n \"2015-01-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"childResources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-06-beta\",\r\n \"2018-08-01-rc\",\r\n \"2018-08-01-preview\",\r\n \"2018-07-01-rc\",\r\n \"2018-07-01-preview\",\r\n \"2018-07-01-beta\",\r\n \"2017-07-01-rc\",\r\n \"2017-07-01-preview\",\r\n \"2017-07-01-beta\",\r\n \"2015-01-01-rc\",\r\n \"2015-01-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"events\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-07-01-rc\",\r\n \"2018-07-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"metadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-07-01-rc\",\r\n \"2018-07-01-preview\",\r\n \"2018-07-01-beta\",\r\n \"2018-07-01-alpha\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"emergingissues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-06-beta\",\r\n \"2018-07-01-rc\",\r\n \"2018-07-01-preview\",\r\n \"2018-07-01-beta\",\r\n \"2018-07-01-alpha\",\r\n \"2018-07-01\",\r\n \"2017-07-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-07-01\",\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifications\",\r\n \"locations\": [\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-09-01\",\r\n \"2016-06-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.DomainRegistration\",\r\n \"namespace\": \"Microsoft.DomainRegistration\",\r\n \"authorization\": {\r\n \"applicationId\": \"ea2f600a-4980-45b7-89bf-d34da487bda1\",\r\n \"roleDefinitionId\": \"54d7f2e3-5040-48a7-ae90-eebf629cfa0b\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"domains\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-02-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"domains/domainOwnershipIdentifiers\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-02-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"topLevelDomains\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-02-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkDomainAvailability\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-02-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listDomainRecommendations\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-02-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"validateDomainRegistrationInformation\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-02-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"generateSsoRequest\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-02-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 \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-02-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Authorization\",\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"de926fbf-e23b-41f9-ae15-c943a9cfa630\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"roleAssignments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\",\r\n \"2019-04-01-preview\",\r\n \"2018-12-01-preview\",\r\n \"2018-09-01-preview\",\r\n \"2018-07-01\",\r\n \"2018-01-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2016-07-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01-preview\",\r\n \"2014-10-01-preview\",\r\n \"2014-07-01-preview\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"roleDefinitions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-07-01\",\r\n \"2018-01-01-preview\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2016-07-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01-preview\",\r\n \"2014-10-01-preview\",\r\n \"2014-07-01-preview\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"classicAdministrators\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-01\",\r\n \"2015-05-01-preview\",\r\n \"2014-10-01-preview\",\r\n \"2014-07-01-preview\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"permissions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-07-01\",\r\n \"2018-01-01-preview\",\r\n \"2017-05-01\",\r\n \"2016-07-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01-preview\",\r\n \"2014-10-01-preview\",\r\n \"2014-07-01-preview\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"denyAssignments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01-preview\",\r\n \"2018-07-01-preview\",\r\n \"2018-07-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"locks\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2016-09-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01-preview\",\r\n \"2015-01-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-05-01\",\r\n \"2016-07-01\",\r\n \"2015-07-01\",\r\n \"2015-01-01\",\r\n \"2014-10-01-preview\",\r\n \"2014-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"policyDefinitions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-06-01\",\r\n \"2019-01-01\",\r\n \"2018-05-01\",\r\n \"2018-03-01\",\r\n \"2016-12-01\",\r\n \"2016-04-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"policySetDefinitions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-06-01\",\r\n \"2019-01-01\",\r\n \"2018-05-01\",\r\n \"2018-03-01\",\r\n \"2017-06-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"policyAssignments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-06-01\",\r\n \"2019-01-01\",\r\n \"2018-05-01\",\r\n \"2018-03-01\",\r\n \"2017-06-01-preview\",\r\n \"2016-12-01\",\r\n \"2016-04-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"SystemAssignedResourceIdentity, SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"dataAliases\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providerOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-07-01\",\r\n \"2018-01-01-preview\",\r\n \"2017-05-01\",\r\n \"2016-07-01\",\r\n \"2015-07-01-preview\",\r\n \"2015-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"elevateAccess\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-05-01\",\r\n \"2016-07-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01-preview\",\r\n \"2014-10-01-preview\",\r\n \"2014-07-01-preview\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkAccess\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"findOrphanRoleAssignments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"roleAssignmentsUsageMetrics\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-08-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.MachineLearningServices\",\r\n \"namespace\": \"Microsoft.MachineLearningServices\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"0736f41a-0425-4b46-bdb5-1563eff02385\",\r\n \"roleDefinitionId\": \"376aa7d7-51a9-463d-bd4d-7e1691345612\",\r\n \"managedByRoleDefinitionId\": \"91d00862-cf55-46a5-9dce-260bbd92ce25\"\r\n },\r\n {\r\n \"applicationId\": \"18a66f5f-dbdf-4c17-9dd7-1634712a9cbe\",\r\n \"roleDefinitionId\": \"8b910db7-60f9-4c04-af30-71aab18eda90\",\r\n \"managedByRoleDefinitionId\": \"91d00862-cf55-46a5-9dce-260bbd92ce25\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"workspaces\",\r\n \"locations\": [\r\n \"Canada Central\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-02-18-preview\",\r\n \"2020-02-02\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-05-01\",\r\n \"2018-11-19\",\r\n \"2018-03-01-preview\"\r\n ],\r\n \"capabilities\": \"SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"workspaces/computes\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-02-18-preview\",\r\n \"2020-02-02\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-06-01\",\r\n \"2019-05-01\",\r\n \"2018-11-19\",\r\n \"2018-03-01-preview\"\r\n ],\r\n \"capabilities\": \"SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"workspaces/eventGridFilters\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-02-18-preview\",\r\n \"2020-02-02\",\r\n \"2019-06-01\",\r\n \"2019-05-01\",\r\n \"2018-11-19\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-02-18-preview\",\r\n \"2020-02-02\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-06-01\",\r\n \"2019-05-01\",\r\n \"2018-11-19\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-02-18-preview\",\r\n \"2020-02-02\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-06-01\",\r\n \"2019-05-01\",\r\n \"2018-11-19\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/computeOperationsStatus\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"East US\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-02-18-preview\",\r\n \"2020-02-02\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-06-01\",\r\n \"2019-05-01\",\r\n \"2018-11-19\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workspaceOperationsStatus\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-02-18-preview\",\r\n \"2020-02-02\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-06-01\",\r\n \"2019-05-01\",\r\n \"2018-11-19\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-02-18-preview\",\r\n \"2020-02-02\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-06-01\",\r\n \"2019-05-01\",\r\n \"2018-11-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/vmsizes\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-02-18-preview\",\r\n \"2020-02-02\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-06-01\",\r\n \"2019-05-01\",\r\n \"2018-11-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/quotas\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-02-18-preview\",\r\n \"2020-02-02\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/updatequotas\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-02-18-preview\",\r\n \"2020-02-02\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-06-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.CertificateRegistration\",\r\n \"namespace\": \"Microsoft.CertificateRegistration\",\r\n \"authorization\": {\r\n \"applicationId\": \"f3c21649-0979-4721-ac85-b0216b2cf413\",\r\n \"roleDefinitionId\": \"933fba7e-2ed3-4da8-973d-8bd8298a9b40\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"certificateOrders\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-02-01\",\r\n \"2015-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"certificateOrders/certificates\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-02-01\",\r\n \"2015-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"validateCertificateRegistrationInformation\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-02-01\",\r\n \"2015-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-02-01\",\r\n \"2015-08-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Databricks\",\r\n \"namespace\": \"Microsoft.Databricks\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"d9327919-6775-4843-9037-3fb0fb0473cb\",\r\n \"roleDefinitionId\": \"f31567d0-b61f-43c2-97a5-a98cdc3bfcb6\",\r\n \"managedByRoleDefinitionId\": \"8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"\r\n },\r\n {\r\n \"applicationId\": \"2ff814a6-3304-4ab8-85cb-cd0e6f879c1d\",\r\n \"roleDefinitionId\": \"f31567d0-b61f-43c2-97a5-a98cdc3bfcb6\",\r\n \"managedByRoleDefinitionId\": \"8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"workspaces\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"workspaces/virtualNetworkPeerings\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Brazil South\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"workspaces/dbWorkspaces\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Brazil South\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"UAE North\",\r\n \"Brazil South\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Brazil South\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-15\",\r\n \"2018-03-01\",\r\n \"2017-09-01-preview\",\r\n \"2017-08-01-preview\",\r\n \"2016-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationstatuses\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/getNetworkPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Relay\",\r\n \"namespace\": \"Microsoft.Relay\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"91bb937c-29c2-4275-982f-9465f0caf03d\",\r\n \"roleDefinitionId\": \"6ea9e989-a5f4-4187-8d11-c8db3dd04da1\"\r\n },\r\n {\r\n \"applicationId\": \"80369ed6-5f11-4dd9-bef3-692475845e77\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"namespaces\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE 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 \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2016-07-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"namespaces/authorizationrules\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2016-07-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/hybridconnections\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2016-07-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/hybridconnections/authorizationrules\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2016-07-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/wcfrelays\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2016-07-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/wcfrelays/authorizationrules\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2016-07-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2016-07-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.RecoveryServices\",\r\n \"namespace\": \"Microsoft.RecoveryServices\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"262044b1-e2ce-469f-a196-69ab7ada62d3\",\r\n \"roleDefinitionId\": \"21CEC436-F7D0-4ADE-8AD8-FEC5668484CC\"\r\n },\r\n {\r\n \"applicationId\": \"b8340c3b-9267-498f-b21a-15d5547fd85e\",\r\n \"roleDefinitionId\": \"8A00C8EA-8F1B-45A7-8F64-F4CC61EEE9B6\"\r\n },\r\n {\r\n \"applicationId\": \"3b2fa68d-a091-48c9-95be-88d572e08fb7\",\r\n \"roleDefinitionId\": \"47d68fae-99c7-4c10-b9db-2316116a061e\"\r\n },\r\n {\r\n \"applicationId\": \"9bdab391-7bbe-42e8-8132-e4491dc29cc0\",\r\n \"roleDefinitionId\": \"0383f7f5-023d-4379-b2c7-9ef786459969\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"vaults\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2020-02-02\",\r\n \"2019-06-15\",\r\n \"2019-05-13-preview\",\r\n \"2019-05-13\",\r\n \"2018-12-20-preview\",\r\n \"2018-07-10-preview\",\r\n \"2018-07-10\",\r\n \"2018-01-10\",\r\n \"2017-07-01-preview\",\r\n \"2017-07-01\",\r\n \"2016-12-01\",\r\n \"2016-08-10\",\r\n \"2016-06-01\",\r\n \"2016-05-01\",\r\n \"2015-12-15\",\r\n \"2015-12-10\",\r\n \"2015-11-10\",\r\n \"2015-08-15\",\r\n \"2015-08-10\",\r\n \"2015-06-10\",\r\n \"2015-03-15\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2020-02-02\",\r\n \"2019-06-15\",\r\n \"2019-05-13-preview\",\r\n \"2019-05-13\",\r\n \"2018-07-10-preview\",\r\n \"2018-07-10\",\r\n \"2018-01-10\",\r\n \"2017-09-01\",\r\n \"2017-07-01-preview\",\r\n \"2017-07-01\",\r\n \"2016-12-01\",\r\n \"2016-08-10\",\r\n \"2016-06-01\",\r\n \"2015-12-15\",\r\n \"2015-12-10\",\r\n \"2015-11-10\",\r\n \"2015-08-15\",\r\n \"2015-08-10\",\r\n \"2015-06-10\",\r\n \"2015-03-15\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-07-01\",\r\n \"2016-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/backupStatus\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-07-01\",\r\n \"2016-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-01-10\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/allocatedStamp\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/allocateStamp\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/backupValidateFeatures\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/backupPreValidateProtection\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/backupCrrJobs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-12-20-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/backupCrrJob\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-12-20-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/backupAadProperties\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-12-20-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/backupCrossRegionRestore\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-12-20-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/backupCrrOperationResults\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-12-20-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/backupCrrOperationsStatus\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-12-20-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"backupProtectedItems\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-07-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"replicationEligibilityResults\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-10\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Search\",\r\n \"namespace\": \"Microsoft.Search\",\r\n \"authorization\": {\r\n \"applicationId\": \"408992c7-2af6-4ff1-92e3-65b73d2b5092\",\r\n \"roleDefinitionId\": \"20FA3191-87CF-4C3D-9510-74CCB594A310\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"searchServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-02-28\",\r\n \"2014-07-31-Preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceHealthMetadata\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-13\",\r\n \"2019-10-01-Preview\",\r\n \"2015-08-19\",\r\n \"2015-02-28\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\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 },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.ManagedIdentity\",\r\n \"namespace\": \"Microsoft.ManagedIdentity\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"Identities\",\r\n \"locations\": [\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-30\",\r\n \"2015-08-31-PREVIEW\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"userAssignedIdentities\",\r\n \"locations\": [\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-30\",\r\n \"2015-08-31-PREVIEW\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-30\",\r\n \"2015-08-31-PREVIEW\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/microsoft.insights\",\r\n \"namespace\": \"microsoft.insights\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"6bccf540-eb86-4037-af03-7fa058c2db75\",\r\n \"roleDefinitionId\": \"89dcede2-9219-403a-9723-d3c6473f9472\"\r\n },\r\n {\r\n \"applicationId\": \"11c174dc-1945-4a9a-a36b-c79a0f246b9b\",\r\n \"roleDefinitionId\": \"dd9d4347-f397-45f2-b538-85f21c90037b\"\r\n },\r\n {\r\n \"applicationId\": \"035f9e1d-4f00-4419-bf50-bf2d87eb4878\",\r\n \"roleDefinitionId\": \"323795fe-ba3d-4f5a-ad42-afb4e1ea9485\"\r\n },\r\n {\r\n \"applicationId\": \"f5c26e74-f226-4ae8-85f0-b4af0080ac9e\",\r\n \"roleDefinitionId\": \"529d7ae6-e892-4d43-809d-8547aeb90643\"\r\n },\r\n {\r\n \"applicationId\": \"b503eb83-1222-4dcc-b116-b98ed5216e05\",\r\n \"roleDefinitionId\": \"68699c37-c689-44d4-9248-494b782d46ae\"\r\n },\r\n {\r\n \"applicationId\": \"ca7f3f0b-7d91-482c-8e09-c5d840d0eac5\",\r\n \"roleDefinitionId\": \"5d5a2e56-9835-44aa-93db-d2f19e155438\"\r\n },\r\n {\r\n \"applicationId\": \"3af5a1e8-2459-45cb-8683-bcd6cccbcc13\",\r\n \"roleDefinitionId\": \"b1309299-720d-4159-9897-6158a61aee41\"\r\n },\r\n {\r\n \"applicationId\": \"6a0a243c-0886-468a-a4c2-eff52c7445da\",\r\n \"roleDefinitionId\": \"d2eda64b-c5e6-4930-8642-2d80ecd7c2e2\"\r\n },\r\n {\r\n \"applicationId\": \"707be275-6b9d-4ee7-88f9-c0c2bd646e0f\",\r\n \"roleDefinitionId\": \"fa027d90-6ba0-4c33-9a54-59edaf2327e7\"\r\n },\r\n {\r\n \"applicationId\": \"461e8683-5575-4561-ac7f-899cc907d62a\",\r\n \"roleDefinitionId\": \"68699c37-c689-44d4-9248-494b782d46ae\"\r\n },\r\n {\r\n \"applicationId\": \"562db366-1b96-45d2-aa4a-f2148cef2240\",\r\n \"roleDefinitionId\": \"4109c8be-c1c8-4be0-af52-9d3c76c140ab\"\r\n },\r\n {\r\n \"applicationId\": \"e933bd07-d2ee-4f1d-933c-3752b819567b\",\r\n \"roleDefinitionId\": \"abbcfd44-e662-419a-9b5a-478f8e2f57c9\"\r\n },\r\n {\r\n \"applicationId\": \"f6b60513-f290-450e-a2f3-9930de61c5e7\",\r\n \"roleDefinitionId\": \"4ef11659-08ac-48af-98a7-25fb6b1e1bc4\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"components\",\r\n \"locations\": [\r\n \"East US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"South Africa North\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Australia Southeast\",\r\n \"Australia Central 2\",\r\n \"Germany West Central\",\r\n \"Switzerland West\",\r\n \"UAE Central\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01-preview\",\r\n \"2015-05-01\",\r\n \"2014-12-01-preview\",\r\n \"2014-08-01\",\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"components/query\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-04-20\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"components/metadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-04-20\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"components/metrics\",\r\n \"locations\": [\r\n \"East US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"East US 2\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Africa North\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-20\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"components/events\",\r\n \"locations\": [\r\n \"East US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"East US 2\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Africa North\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-20\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"webtests\",\r\n \"locations\": [\r\n \"East US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"South Africa North\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01-preview\",\r\n \"2015-05-01\",\r\n \"2014-08-01\",\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"webtests/getTestResultFile\",\r\n \"locations\": [\r\n \"East US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"East US 2\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Africa North\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-10-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"scheduledqueryrules\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"UK West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-16\",\r\n \"2017-09-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"components/pricingPlans\",\r\n \"locations\": [\r\n \"East US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"migrateToNewPricingModel\",\r\n \"locations\": [\r\n \"East US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"rollbackToLegacyPricingModel\",\r\n \"locations\": [\r\n \"East US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listMigrationdate\",\r\n \"locations\": [\r\n \"East US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"logprofiles\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"migratealertrules\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"metricalerts\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01\",\r\n \"2017-09-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"alertrules\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-03-01\",\r\n \"2015-04-01\",\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"autoscalesettings\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"France Central\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"Australia East\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-04-01\",\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"eventtypes\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2016-09-01-preview\",\r\n \"2015-04-01\",\r\n \"2014-11-01\",\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-04-01\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-04-01\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"vmInsightsOnboardingStatuses\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-27-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-04-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"diagnosticSettings\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-05-01-preview\",\r\n \"2016-09-01\",\r\n \"2015-07-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"diagnosticSettingsCategories\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-05-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"extendedDiagnosticSettings\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-02-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-01-01\",\r\n \"2017-12-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2017-05-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"logDefinitions\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-07-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"eventCategories\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"metrics\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2018-01-01\",\r\n \"2017-12-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2017-05-01-preview\",\r\n \"2016-09-01\",\r\n \"2016-06-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"metricbatch\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"metricNamespaces\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-01-01\",\r\n \"2017-12-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"actiongroups\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2018-09-01\",\r\n \"2018-03-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"activityLogAlerts\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2017-03-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"baseline\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01\",\r\n \"2017-11-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"metricbaselines\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"calculatebaseline\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-09-01\",\r\n \"2017-11-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"workbooks\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"South Africa North\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-12\",\r\n \"2018-06-17-preview\",\r\n \"2018-06-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"workbooktemplates\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"South Africa North\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-17-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"myWorkbooks\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"South Africa North\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-12\",\r\n \"2018-06-17-preview\",\r\n \"2018-06-15-preview\",\r\n \"2018-06-01-preview\",\r\n \"2016-06-15-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"logs\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01-preview\",\r\n \"2018-03-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"transactions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"East US 2\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Africa North\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-17-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"topology\",\r\n \"locations\": [\r\n \"East US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"East US 2\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Africa North\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-17-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"privateLinkScopes/privateEndpointConnections\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-17-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateLinkScopes/privateEndpointConnectionProxies\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-17-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateLinkScopes/scopedResources\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-17-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"components/linkedstorageaccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"South Africa North\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateLinkScopeOperationStatuses\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-17-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Cache\",\r\n \"namespace\": \"Microsoft.Cache\",\r\n \"authorization\": {\r\n \"applicationId\": \"96231a05-34ce-4eb4-aa6a-70759cbb5e83\",\r\n \"roleDefinitionId\": \"4f731528-ba85-45c7-acfb-cd0a9b3cf31b\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"Redis\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\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\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"Redis/privateLinkResources\",\r\n \"locations\": [\r\n \"Australia Southeast\",\r\n \"Switzerland North\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\",\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationsStatus\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01-alpha\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01-alpha\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Redis/EventGridFilters\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.ClassicCompute\",\r\n \"namespace\": \"Microsoft.ClassicCompute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"domainNames\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\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 \"Canada Central\",\r\n \"Canada East\",\r\n \"East US 2 (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE 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 \"2020-02-01\",\r\n \"2018-06-01\",\r\n \"2017-11-15\",\r\n \"2017-11-01\",\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"domainNames/internalLoadBalancers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-11-01\",\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkDomainNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"domainNames/slots\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\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 \"Canada Central\",\r\n \"Canada East\",\r\n \"East US 2 (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Norway East\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-01\",\r\n \"2018-06-01\",\r\n \"2017-11-15\",\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"domainNames/slots/roles\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\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 \"Canada Central\",\r\n \"Canada East\",\r\n \"East US 2 (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE 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 \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"domainNames/slots/roles/metricDefinitions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"domainNames/slots/roles/metrics\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\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 \"Canada Central\",\r\n \"Canada East\",\r\n \"East US 2 (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE 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 \"2017-04-01\",\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"capabilities\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"domainNames/capabilities\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"domainNames/serviceCertificates\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"quotas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachines/diagnosticSettings\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"East US 2 (Stage)\",\r\n \"North Central US (Stage)\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachines/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"East US 2 (Stage)\",\r\n \"North Central US (Stage)\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachines/metrics\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"East US 2 (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceTypes\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"moveSubscriptionResources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"validateSubscriptionMoveAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationStatuses\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operatingSystems\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operatingSystemFamilies\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.ClassicNetwork\",\r\n \"namespace\": \"Microsoft.ClassicNetwork\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\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 \"Canada Central\",\r\n \"Canada East\",\r\n \"East US 2 (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-11-15\",\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-01-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks/virtualNetworkPeerings\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"East US 2 (Stage)\",\r\n \"North Central US (Stage)\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks/remoteVirtualNetworkPeeringProxies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"East US 2 (Stage)\",\r\n \"North Central US (Stage)\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reservedIps\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\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 \"Canada Central\",\r\n \"Canada East\",\r\n \"East US 2 (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-01-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"quotas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"gatewaySupportedDevices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01-beta\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\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 \"Canada Central\",\r\n \"Canada East\",\r\n \"East US 2 (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"capabilities\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"expressRouteCrossConnections\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"expressRouteCrossConnections/peerings\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.ClassicStorage\",\r\n \"namespace\": \"Microsoft.ClassicStorage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\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 \"Canada Central\",\r\n \"Canada East\",\r\n \"East US 2 (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE 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 \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-beta\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"quotas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkStorageAccountAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"East US 2 (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE 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 \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/diagnosticSettings\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"East US 2 (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE 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 \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metrics\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/metricDefinitions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/metrics\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"capabilities\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"disks\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"images\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"vmImages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/vmImages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-beta\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicImages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"osImages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"osPlatformImages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01-beta\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Compute\",\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"60e6cd67-9c8c-4951-9b3c-23c25a2169af\",\r\n \"roleDefinitionId\": \"e4770acb-272e-4dc8-87f3-12f44a612224\"\r\n },\r\n {\r\n \"applicationId\": \"a303894e-f1d8-4a37-bf10-67aa654a0596\",\r\n \"roleDefinitionId\": \"903ac751-8ad5-4e5a-bfc2-5e49f450a241\"\r\n },\r\n {\r\n \"applicationId\": \"a8b6bf88-1d1a-4626-b040-9a729ea93c65\",\r\n \"roleDefinitionId\": \"45c8267c-80ba-4b96-9a43-115b8f49fccd\"\r\n },\r\n {\r\n \"applicationId\": \"184909ca-69f1-4368-a6a7-c558ee6eb0bd\",\r\n \"roleDefinitionId\": \"45c8267c-80ba-4b96-9a43-115b8f49fccd\"\r\n },\r\n {\r\n \"applicationId\": \"5e5e43d4-54da-4211-86a4-c6e7f3715801\",\r\n \"roleDefinitionId\": \"ffcd6e5b-8772-457d-bb17-89703c03428f\"\r\n },\r\n {\r\n \"applicationId\": \"ce6ff14a-7fdc-4685-bbe0-f6afdfcfa8e0\",\r\n \"roleDefinitionId\": \"cb17cddc-dbac-4ae0-ae79-8db34eddfca0\"\r\n },\r\n {\r\n \"applicationId\": \"372140e0-b3b7-4226-8ef9-d57986796201\",\r\n \"roleDefinitionId\": \"cb17cddc-dbac-4ae0-ae79-8db34eddfca0\"\r\n },\r\n {\r\n \"applicationId\": \"b9a92e36-2cf8-4f4e-bcb3-9d99e00e14ab\",\r\n \"roleDefinitionId\": \"6efa92ca-56b6-40af-a468-5e3d2b5232f0\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"availabilitySets\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\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\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"virtualMachines/extensions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-10-30-preview\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\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\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets/extensions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-10-30-preview\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets/virtualMachines\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-10-30-preview\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets/networkInterfaces\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets/virtualMachines/networkInterfaces\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets/publicIPAddresses\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-10-30-preview\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/vmSizes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/runCommands\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/virtualMachines\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/publishers\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"restorePointCollections\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Brazil South\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE 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 \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"restorePointCollections/restorePoints\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Brazil South\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE 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 \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"proximityPlacementGroups\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"sshPublicKeys\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualMachines/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sharedVMImages\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"North Europe\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"UK West\",\r\n \"West India\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Australia Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-15-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"sharedVMImages/versions\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"North Europe\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"UK West\",\r\n \"West India\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Australia Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-15-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/artifactPublishers\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"North Europe\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"UK West\",\r\n \"West India\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capsoperations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"North Europe\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"UK West\",\r\n \"West India\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-06-01\",\r\n \"2017-10-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"galleries\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"North Europe\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"UK West\",\r\n \"West India\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-06-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"galleries/images\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"North Europe\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"UK West\",\r\n \"West India\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-06-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"galleries/images/versions\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"North Europe\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"UK West\",\r\n \"West India\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-06-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"disks\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Brazil South\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE 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 \"2020-05-01\",\r\n \"2019-11-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-09-30\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-03-30\",\r\n \"2016-04-30-preview\"\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\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"snapshots\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Brazil South\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE 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 \"2020-05-01\",\r\n \"2019-11-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-09-30\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-03-30\",\r\n \"2016-04-30-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/diskoperations\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Brazil South\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE 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 \"2020-05-01\",\r\n \"2019-11-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-09-30\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-03-30\",\r\n \"2016-04-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"diskEncryptionSets\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Brazil South\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE 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 \"2020-05-01\",\r\n \"2019-11-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"capabilities\": \"SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"locations/vsmoperations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Australia Southeast\",\r\n \"France South\",\r\n \"West US 2\",\r\n \"Japan West\",\r\n \"France Central\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Japan East\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"South Africa West\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"images\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Brazil South\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE 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 \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/logAnalytics\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"hostGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-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\": \"hostGroups/hosts\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-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 \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.ContainerRegistry\",\r\n \"namespace\": \"Microsoft.ContainerRegistry\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"6a0ec4d3-30cb-4a83-91c0-ae56bc0e3d26\",\r\n \"roleDefinitionId\": \"78e18383-93eb-418a-9887-bc9271046576\"\r\n },\r\n {\r\n \"applicationId\": \"737d58c1-397a-46e7-9d12-7d8c830883c2\",\r\n \"roleDefinitionId\": \"716bb53a-0390-4428-bf41-b1bedde7d751\"\r\n },\r\n {\r\n \"applicationId\": \"918d0db8-4a38-4938-93c1-9313bdfe0272\",\r\n \"roleDefinitionId\": \"dcd2d2c9-3f80-4d72-95a8-2593111b4b12\"\r\n },\r\n {\r\n \"applicationId\": \"d2fa1650-4805-4a83-bcb9-cf41fe63539c\",\r\n \"roleDefinitionId\": \"c15f8dab-b103-4f8d-9afb-fbe4b8e98de2\"\r\n },\r\n {\r\n \"applicationId\": \"a4c95b9e-3994-40cc-8953-5dc66d48348d\",\r\n \"roleDefinitionId\": \"dc88c655-90fa-48d9-8d51-003cc8738508\"\r\n },\r\n {\r\n \"applicationId\": \"62c559cd-db0c-4da0-bab2-972528c65d42\",\r\n \"roleDefinitionId\": \"437b639a-6d74-491d-959f-d172e8c5c1fc\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"registries\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-05-01\",\r\n \"2017-10-01\",\r\n \"2017-03-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"registries/scopeMaps\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/tokens\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/generateCredentials\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/privateEndpointConnections\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"Switzerland North\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/privateEndpointConnectionProxies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"Switzerland North\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/privateEndpointConnectionProxies/validate\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"Switzerland North\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/privateLinkResources\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"Switzerland North\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/importImage\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Central US\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-05-01\",\r\n \"2017-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/exportPipelines\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"Switzerland North\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\"\r\n ],\r\n \"capabilities\": \"SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"registries/importPipelines\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"Switzerland North\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\"\r\n ],\r\n \"capabilities\": \"SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"registries/pipelineRuns\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"Switzerland North\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/listBuildSourceUploadUrl\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2019-04-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/scheduleRun\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2019-04-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/runs\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2019-04-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/taskRuns\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/taskRuns/listDetails\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/agentPools\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"registries/agentPools/listQueueStatus\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/runs/listLogSasUrl\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2019-04-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/runs/cancel\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2019-04-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/tasks\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2019-04-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"registries/tasks/listDetails\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2019-04-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/getBuildSourceUploadUrl\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/queueBuild\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/builds\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/builds/getLogLink\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/builds/cancel\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/buildTasks\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"registries/buildTasks/listSourceRepositoryProperties\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/buildTasks/steps\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/buildTasks/steps/listBuildArguments\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/replications\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-05-01\",\r\n \"2017-10-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"registries/webhooks\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-05-01\",\r\n \"2017-10-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"registries/webhooks/ping\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-05-01\",\r\n \"2017-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/webhooks/getCallbackConfig\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-05-01\",\r\n \"2017-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/webhooks/listEvents\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-05-01\",\r\n \"2017-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/setupAuth\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/authorize\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-05-01-preview\",\r\n \"2019-05-01\",\r\n \"2017-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2017-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/GetCredentials\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-06-27-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/listCredentials\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-05-01\",\r\n \"2017-10-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/regenerateCredential\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-05-01\",\r\n \"2017-10-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/listUsages\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-05-01\",\r\n \"2017-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/listPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/updatePolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/regenerateCredentials\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-06-27-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registries/eventGridFilters\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2017-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"East US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-05-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01-preview\",\r\n \"2017-03-01\",\r\n \"2016-06-27-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"East US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-05-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01-preview\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"East US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-05-01-preview\",\r\n \"2019-05-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.EventHub\",\r\n \"namespace\": \"Microsoft.EventHub\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"80369ed6-5f11-4dd9-bef3-692475845e77\",\r\n \"roleDefinitionId\": \"eb8e1991-5de0-42a6-a64b-29b059341b7b\"\r\n },\r\n {\r\n \"applicationId\": \"6201d19e-14fb-4472-a2d6-5634a5c97568\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"namespaces\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE 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 \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"clusters\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\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 \"2018-01-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"namespaces/authorizationrules\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/networkrulesets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/eventhubs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/eventhubs/authorizationrules\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/eventhubs/consumergroups\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNamespaceAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sku\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/disasterrecoveryconfigs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/disasterrecoveryconfigs/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"availableClusterRegions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.KeyVault\",\r\n \"namespace\": \"Microsoft.KeyVault\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"cfa8b339-82a2-471a-a3c9-0fc0be7a4093\",\r\n \"roleDefinitionId\": \"1cf9858a-28a2-4228-abba-94e606305b95\"\r\n },\r\n {\r\n \"applicationId\": \"589d5083-6f11-4d30-a62a-a4b316a14abf\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"vaults\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\",\r\n \"2015-06-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"vaults/secrets\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\",\r\n \"2015-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"vaults/accessPolicies\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\",\r\n \"2015-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\",\r\n \"2015-06-01\",\r\n \"2014-12-19-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\",\r\n \"2015-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deletedVaults\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deletedVaults\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"vaults/eventGridFilters\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Network\",\r\n \"namespace\": \"Microsoft.Network\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"2cf9eb86-36b5-49dc-86ae-9a63135dfa8c\",\r\n \"roleDefinitionId\": \"13ba9ab4-19f0-4804-adc4-14ece36cc7a1\"\r\n },\r\n {\r\n \"applicationId\": \"7c33bfcb-8d33-48d6-8e60-dc6404003489\",\r\n \"roleDefinitionId\": \"ad6261e4-fa9a-4642-aa5f-104f1b67e9e3\"\r\n },\r\n {\r\n \"applicationId\": \"1e3e4475-288f-4018-a376-df66fd7fac5f\",\r\n \"roleDefinitionId\": \"1d538b69-3d87-4e56-8ff8-25786fd48261\"\r\n },\r\n {\r\n \"applicationId\": \"a0be0c72-870e-46f0-9c49-c98333a996f7\",\r\n \"roleDefinitionId\": \"7ce22727-ffce-45a9-930c-ddb2e56fa131\"\r\n },\r\n {\r\n \"applicationId\": \"486c78bf-a0f7-45f1-92fd-37215929e116\",\r\n \"roleDefinitionId\": \"98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d\"\r\n },\r\n {\r\n \"applicationId\": \"19947cfd-0303-466c-ac3c-fcc19a7a1570\",\r\n \"roleDefinitionId\": \"d813ab6c-bfb7-413e-9462-005b21f0ce09\"\r\n },\r\n {\r\n \"applicationId\": \"341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd\",\r\n \"roleDefinitionId\": \"8141843c-c51c-4c1e-a5bf-0d351594b86c\"\r\n },\r\n {\r\n \"applicationId\": \"328fd23b-de6e-462c-9433-e207470a5727\",\r\n \"roleDefinitionId\": \"79e29e06-4056-41e5-a6b2-959f1f47747e\"\r\n },\r\n {\r\n \"applicationId\": \"6d057c82-a784-47ae-8d12-ca7b38cf06b4\",\r\n \"roleDefinitionId\": \"c27dd31e-c1e5-4ab0-93e1-a12ba34f182e\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"natGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPAddresses\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateEndpointRedirectMaps\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"loadBalancers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationSecurityGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"serviceEndpointPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkIntentPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPPrefixes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ddosCustomPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/connectionMonitors\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/flowLogs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/pingMeshes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"localNetworkGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"connections\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/CheckDnsNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/virtualNetworkAvailableEndpointServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableDelegations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serviceTags\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availablePrivateEndpointTypes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableServiceAliases\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkPrivateLinkServiceVisibility\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/autoApprovedPrivateLinkServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/batchValidatePrivateEndpointsForResourceMove\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/batchNotifyPrivateEndpointsForResourceMove\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/supportedVirtualMachineSizes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkAcceleratedNetworkingSupport\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/validateResourceOwnership\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/setResourceOwnership\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/effectiveResourceOwnership\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"getDnsResourceReference\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"internalNotify\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/NS\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/recordsets\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/virtualNetworkLinks\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZonesInternal\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles/heatMaps\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkTrafficManagerNameAvailability\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerUserMetricsKeys\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerGeographicHierarchies\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"expressRouteCircuits\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteServiceProviders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableWafRuleSets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableSslOptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableServerVariables\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableRequestHeaders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableResponseHeaders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"routeFilters\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"bgpServiceCommunities\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualWans\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnSites\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnServerConfigurations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualHubs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"p2sVpnGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"firewallPolicies\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ipGroups\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"West Central US\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/nfvOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/nfvOperationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"securityPartnerProviders\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"azureFirewalls\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"azureFirewallFqdnTags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkTaps\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"privateLinkServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"ddosProtectionPlans\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"networkProfiles\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoorOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkFrontdoorNameAvailability\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"frontdoors\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoors/frontendEndpoints\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"frontdoorWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2019-10-01\",\r\n \"2019-03-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoorWebApplicationFirewallManagedRuleSets\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2019-10-01\",\r\n \"2019-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkExperimentProfiles\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/bareMetalTenants\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"bastionHosts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualRouters\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ipAllocations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/commitInternalAzureNetworkManagerConfiguration\",\r\n \"locations\": [\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Scheduler\",\r\n \"namespace\": \"Microsoft.Scheduler\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"jobcollections\",\r\n \"locations\": [\r\n \"North 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 \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-03-01\",\r\n \"2016-01-01\",\r\n \"2014-08-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"North 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 \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-03-01\",\r\n \"2016-01-01\",\r\n \"2014-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationResults\",\r\n \"locations\": [\r\n \"North 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 \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-03-01\",\r\n \"2016-01-01\",\r\n \"2014-08-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.ServiceBus\",\r\n \"namespace\": \"Microsoft.ServiceBus\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"80a10ef9-8168-493d-abf9-3297c4ef6e3c\",\r\n \"roleDefinitionId\": \"2b7763f7-bbe2-4e19-befe-28c79f1cf7f7\"\r\n },\r\n {\r\n \"applicationId\": \"eb070ea5-bd17-41f1-ad68-5851f6e71774\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"namespaces\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE 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 \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"namespaces/authorizationrules\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/networkrulesets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/queues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/queues/authorizationrules\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/topics\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/topics/authorizationrules\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/topics/subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/topics/subscriptions/rules\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNamespaceAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sku\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"premiumMessagingRegions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/eventgridfilters\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE 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 \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/disasterrecoveryconfigs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/disasterrecoveryconfigs/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.ServiceFabric\",\r\n \"namespace\": \"Microsoft.ServiceFabric\",\r\n \"authorization\": {\r\n \"applicationId\": \"74cb6831-0dbb-4be1-8206-fd4df301cdc2\",\r\n \"roleDefinitionId\": \"e55cc65f-6903-4917-b4ef-f8d4640b57f5\",\r\n \"managedByRoleDefinitionId\": \"9e3af657-a8ff-583c-a75c-2fe7c4bcb635\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"clusters\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"South India\",\r\n \"West India\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"South Central US\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-privatepreview\",\r\n \"2019-11-01-preview\",\r\n \"2019-06-01-preview\",\r\n \"2019-03-01-privatepreview\",\r\n \"2019-03-01-preview\",\r\n \"2019-03-01\",\r\n \"2018-02-01-privatepreview\",\r\n \"2018-02-01\",\r\n \"2017-07-01-privatepreview\",\r\n \"2017-07-01-preview\",\r\n \"2016-09-01\",\r\n \"2016-03-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"clusters/applications\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"South India\",\r\n \"West India\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"South Central US\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-privatepreview\",\r\n \"2019-11-01-preview\",\r\n \"2019-06-01-preview\",\r\n \"2019-03-01-privatepreview\",\r\n \"2019-03-01-preview\",\r\n \"2019-03-01\",\r\n \"2017-07-01-preview\",\r\n \"2016-09-01\",\r\n \"2016-03-01\"\r\n ],\r\n \"capabilities\": \"SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-02-01-privatepreview\",\r\n \"2020-02-01-preview\",\r\n \"2019-11-01-privatepreview\",\r\n \"2019-11-01-preview\",\r\n \"2019-06-01-preview\",\r\n \"2019-03-01-privatepreview\",\r\n \"2019-03-01-preview\",\r\n \"2019-03-01\",\r\n \"2018-02-01-privatepreview\",\r\n \"2018-02-01\",\r\n \"2017-07-01-privatepreview\",\r\n \"2017-07-01-preview\",\r\n \"2016-09-01\",\r\n \"2016-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/clusterVersions\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"South India\",\r\n \"West India\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"South Central US\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-01-privatepreview\",\r\n \"2020-02-01-preview\",\r\n \"2019-11-01-privatepreview\",\r\n \"2019-11-01-preview\",\r\n \"2019-06-01-preview\",\r\n \"2019-03-01-privatepreview\",\r\n \"2019-03-01-preview\",\r\n \"2019-03-01\",\r\n \"2018-02-01-privatepreview\",\r\n \"2018-02-01\",\r\n \"2017-07-01-privatepreview\",\r\n \"2017-07-01-preview\",\r\n \"2016-09-01\",\r\n \"2016-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/environments\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"South India\",\r\n \"West India\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"South Central US\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-01-privatepreview\",\r\n \"2020-02-01-preview\",\r\n \"2019-11-01-privatepreview\",\r\n \"2019-11-01-preview\",\r\n \"2019-06-01-preview\",\r\n \"2019-03-01-privatepreview\",\r\n \"2019-03-01-preview\",\r\n \"2019-03-01\",\r\n \"2018-02-01-privatepreview\",\r\n \"2018-02-01\",\r\n \"2017-07-01-privatepreview\",\r\n \"2017-07-01-preview\",\r\n \"2016-09-01\",\r\n \"2016-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"South India\",\r\n \"West India\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"South Central US\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-01-privatepreview\",\r\n \"2020-02-01-preview\",\r\n \"2019-11-01-privatepreview\",\r\n \"2019-11-01-preview\",\r\n \"2019-06-01-preview\",\r\n \"2019-03-01-privatepreview\",\r\n \"2019-03-01-preview\",\r\n \"2019-03-01\",\r\n \"2018-02-01-privatepreview\",\r\n \"2018-02-01\",\r\n \"2017-07-01-privatepreview\",\r\n \"2017-07-01-preview\",\r\n \"2016-09-01\",\r\n \"2016-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"South India\",\r\n \"West India\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"South Central US\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-01-privatepreview\",\r\n \"2020-02-01-preview\",\r\n \"2019-11-01-privatepreview\",\r\n \"2019-11-01-preview\",\r\n \"2019-06-01-preview\",\r\n \"2019-03-01-privatepreview\",\r\n \"2019-03-01-preview\",\r\n \"2019-03-01\",\r\n \"2018-02-01-privatepreview\",\r\n \"2018-02-01\",\r\n \"2017-07-01-privatepreview\",\r\n \"2017-07-01-preview\",\r\n \"2016-09-01\",\r\n \"2016-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-02-01-privatepreview\",\r\n \"2020-02-01-preview\",\r\n \"2019-11-01-privatepreview\",\r\n \"2019-11-01-preview\",\r\n \"2019-06-01-preview\",\r\n \"2019-03-01-privatepreview\",\r\n \"2019-03-01-preview\",\r\n \"2019-03-01\",\r\n \"2018-02-01-privatepreview\",\r\n \"2018-02-01\",\r\n \"2017-07-01-privatepreview\",\r\n \"2017-07-01-preview\",\r\n \"2016-09-01\",\r\n \"2016-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.ServiceFabricMesh\",\r\n \"namespace\": \"Microsoft.ServiceFabricMesh\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"d10de03d-5ba3-497a-90e6-7ff8c9736059\",\r\n \"roleDefinitionId\": \"BC13595A-E262-4621-929E-56FF90E6BF18\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"applications\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"West India\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\",\r\n \"2018-07-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"networks\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"West India\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\",\r\n \"2018-07-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"volumes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"West India\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\",\r\n \"2018-07-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"secrets\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"West India\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\",\r\n \"2018-07-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"gateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"West India\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\",\r\n \"2018-07-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-09-01-preview\",\r\n \"2018-07-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/applicationOperations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"West India\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\",\r\n \"2018-07-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/networkOperations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"West India\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\",\r\n \"2018-07-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/volumeOperations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"West India\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\",\r\n \"2018-07-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/gatewayOperations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"West India\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\",\r\n \"2018-07-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/secretOperations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"West India\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\",\r\n \"2018-07-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Sql\",\r\n \"namespace\": \"Microsoft.Sql\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"e4ab13ed-33cb-41b4-9140-6e264582cf85\",\r\n \"roleDefinitionId\": \"ec3ddc95-44dc-47a2-9926-5e9f5ffd44ec\"\r\n },\r\n {\r\n \"applicationId\": \"0130cc9f-7ac5-4026-bd5f-80a08a54e6d9\",\r\n \"roleDefinitionId\": \"45e8abf8-0ec4-44f3-9c37-cff4f7779302\"\r\n },\r\n {\r\n \"applicationId\": \"76cd24bf-a9fc-4344-b1dc-908275de6d6d\",\r\n \"roleDefinitionId\": \"c13b7b9c-2ed1-4901-b8a8-16f35468da29\"\r\n },\r\n {\r\n \"applicationId\": \"76c7f279-7959-468f-8943-3954880e0d8c\",\r\n \"roleDefinitionId\": \"7f7513a8-73f9-4c5f-97a2-c41f0ea783ef\"\r\n },\r\n {\r\n \"applicationId\": \"022907d3-0f1b-48f7-badc-1ba6abab6d66\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-05-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capabilities\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-05-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/databaseAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/databaseOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serverKeyAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serverKeyOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/keys\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/encryptionProtector\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/encryptionProtectorOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/encryptionProtectorAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedInstanceKeyAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedInstanceKeyOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedInstanceEncryptionProtectorOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedInstanceEncryptionProtectorAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/tdeCertificates\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/tdeCertAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/tdeCertOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serverAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serverOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-05-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"servers/databases\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"servers/serviceObjectives\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/communicationLinks\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/administrators\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/administratorOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serverAdministratorAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serverAdministratorOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/restorableDroppedDatabases\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/recoverableDatabases\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/geoBackupPolicies\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/import\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/importExportOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/operationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/backupLongTermRetentionPolicies\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/backupShortTermRetentionPolicies\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databaseSecurityPolicies\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/automaticTuning\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/automaticTuning\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/transparentDataEncryption\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/recommendedElasticPools\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/dataMaskingPolicies\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/dataMaskingPolicies/rules\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/securityAlertPolicies\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/securityAlertPolicies\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/auditingSettings\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/auditingSettings\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/extendedAuditingSettings\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/auditingSettingsAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/auditingSettingsOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/extendedAuditingSettingsAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/extendedAuditingSettingsOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/elasticPoolAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/elasticPoolOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/elasticpools\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-09-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-05-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"servers/jobAccounts\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"servers/jobAgents\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/jobAgentOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/jobAgentAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/jobAgents/jobs\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/jobAgents/jobs/steps\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/jobAgents/jobs/executions\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/disasterRecoveryConfiguration\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/dnsAliases\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/dnsAliasAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/dnsAliasOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/failoverGroups\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/failoverGroupAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/failoverGroupOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/firewallRulesOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/firewallRulesAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/virtualNetworkRules\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/virtualNetworkRulesOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/virtualNetworkRulesAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnetsOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnetsAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/databaseRestoreAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/usages\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/metricDefinitions\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/metrics\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/aggregatedDatabaseMetrics\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/elasticpools/metrics\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/elasticpools/metricdefinitions\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/topQueries\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/topQueries/queryText\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/advisors\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/elasticPools/advisors\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/advisors\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/extensions\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/elasticPoolEstimates\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/auditRecords\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/VulnerabilityAssessmentScans\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/workloadGroups\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/vulnerabilityAssessments\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/vulnerabilityAssessments\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"managedInstances/databases/vulnerabilityAssessments\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"managedInstances/vulnerabilityAssessments\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/VulnerabilityAssessmentSettings\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/VulnerabilityAssessment\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/vulnerabilityAssessmentScanAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/vulnerabilityAssessmentScanOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/recommendedSensitivityLabels\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/syncGroups\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases/syncGroups/syncMembers\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/syncAgents\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"instancePools\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/instancePoolOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/instancePoolAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"managedInstances\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"managedInstances/administrators\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"managedInstances/databases\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"managedInstances/recoverableDatabases\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"managedInstances/metrics\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"managedInstances/metricDefinitions\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"managedInstances/databases/backupLongTermRetentionPolicies\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/longTermRetentionManagedInstances\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/longTermRetentionManagedInstanceBackups\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedInstanceLongTermRetentionPolicyOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedInstanceLongTermRetentionPolicyAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/longTermRetentionManagedInstanceBackupOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/longTermRetentionManagedInstanceBackupAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedDatabaseAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedDatabaseOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedDatabaseRestoreAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedDatabaseRestoreOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedDatabaseCompleteRestoreAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedDatabaseCompleteRestoreOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedServerSecurityAlertPoliciesAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"managedInstances/tdeCertificates\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedInstanceTdeCertAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedInstanceTdeCertOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedServerSecurityAlertPoliciesOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/securityAlertPoliciesAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/securityAlertPoliciesOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualClusters\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/virtualClusterAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/virtualClusterOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedInstanceAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedInstanceOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/administratorAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/administratorOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/syncGroupOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/syncMemberOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/syncAgentOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/syncDatabaseIds\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/longTermRetentionServers\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/longTermRetentionBackups\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/longTermRetentionPolicyOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/longTermRetentionPolicyAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/longTermRetentionBackupOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/longTermRetentionBackupAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/shortTermRetentionPolicyOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/shortTermRetentionPolicyAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedShortTermRetentionPolicyOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/managedShortTermRetentionPolicyAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/instanceFailoverGroups\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/instanceFailoverGroupAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/instanceFailoverGroupOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionProxyOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionProxyAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/notifyAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-02-preview\",\r\n \"2019-06-01-preview\",\r\n \"2018-06-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-05-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n {\r\n \"applicationId\": \"e406a681-f3d4-42a8-90b6-c2b029497af1\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\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 \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\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 \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/asyncoperations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\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 \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\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 \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\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 \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\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 \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\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 \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\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 \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\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 \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\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 \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\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 \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\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 \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\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 \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Subscription\",\r\n \"namespace\": \"Microsoft.Subscription\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"e3335adb-5ca0-40dc-b8d3-bedc094e523b\"\r\n },\r\n {\r\n \"applicationId\": \"5da7367f-09c8-493e-8fd4-638089cddec3\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"SubscriptionDefinitions\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"SubscriptionOperations\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\",\r\n \"2018-03-01-preview\",\r\n \"2017-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"CreateSubscription\",\r\n \"locations\": [\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\",\r\n \"2018-03-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"cancel\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2019-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"rename\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2019-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"enable\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2019-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationResults\",\r\n \"locations\": [\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Advisor\",\r\n \"namespace\": \"Microsoft.Advisor\",\r\n \"authorization\": {\r\n \"applicationId\": \"c39c9bac-9d1f-4dfb-aa29-27f6365e5cb7\",\r\n \"roleDefinitionId\": \"8a63b04c-3731-409b-9765-f1175c047872\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"suppressions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2017-04-19\",\r\n \"2017-03-31\",\r\n \"2016-07-12-preview\",\r\n \"2016-05-09-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"configurations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2017-04-19\",\r\n \"2017-03-31\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"recommendations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2017-04-19\",\r\n \"2017-03-31\",\r\n \"2016-07-12-preview\",\r\n \"2016-05-09-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"generateRecommendations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2017-04-19\",\r\n \"2017-03-31\",\r\n \"2016-07-12-preview\",\r\n \"2016-05-09-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2017-04-19\",\r\n \"2017-03-31\",\r\n \"2016-07-12-preview\",\r\n \"2016-05-09-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.PolicyInsights\",\r\n \"namespace\": \"Microsoft.PolicyInsights\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"1d78a85d-813d-46f0-b496-dd72f50a3ec0\",\r\n \"roleDefinitionId\": \"63d2b225-4c34-4641-8768-21a1f7c68ce8\"\r\n },\r\n {\r\n \"applicationId\": \"8cae6e77-e04e-42ce-b5cb-50d82bce26b1\",\r\n \"roleDefinitionId\": \"4a2d3d6b-a6ea-45e2-9882-c9ba3e726ed7\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"policyEvents\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2018-07-01-preview\",\r\n \"2018-04-04\",\r\n \"2017-12-12-preview\",\r\n \"2017-10-17-preview\",\r\n \"2017-08-09-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"policyStates\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2018-07-01-preview\",\r\n \"2018-04-04\",\r\n \"2017-12-12-preview\",\r\n \"2017-10-17-preview\",\r\n \"2017-08-09-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2018-07-01-preview\",\r\n \"2018-04-04\",\r\n \"2017-12-12-preview\",\r\n \"2017-10-17-preview\",\r\n \"2017-08-09-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"asyncOperationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"remediations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2018-07-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"policyTrackedResources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-07-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.AlertsManagement\",\r\n \"namespace\": \"Microsoft.AlertsManagement\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"3af5a1e8-2459-45cb-8683-bcd6cccbcc13\",\r\n \"roleDefinitionId\": \"b1309299-720d-4159-9897-6158a61aee41\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"alerts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-05-preview\",\r\n \"2019-03-01-preview\",\r\n \"2019-03-01\",\r\n \"2018-11-02-privatepreview\",\r\n \"2018-05-05-preview\",\r\n \"2018-05-05\",\r\n \"2017-11-15-privatepreview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"alertsSummary\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-05-preview\",\r\n \"2019-03-01-preview\",\r\n \"2019-03-01\",\r\n \"2018-05-05-preview\",\r\n \"2018-05-05\",\r\n \"2017-11-15-privatepreview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"smartGroups\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-05-preview\",\r\n \"2018-05-05-preview\",\r\n \"2018-05-05\",\r\n \"2017-11-15-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"smartDetectorAlertRules\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2018-02-01-privatepreview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"actionRules\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-05-preview\",\r\n \"2018-11-02-privatepreview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"alertsList\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-02-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"alertsSummaryList\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-02-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"alertsMetaData\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-05-preview\",\r\n \"2019-03-01-preview\",\r\n \"2019-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-05-05-preview\",\r\n \"2018-05-05\",\r\n \"2017-11-15-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.ChangeAnalysis\",\r\n \"namespace\": \"Microsoft.ChangeAnalysis\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"2cfc91a4-7baa-4a8f-a6c9-5f3d279060b8\",\r\n \"roleDefinitionId\": \"f5a6bd90-af71-455c-9030-c486e8c42c95\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\",\r\n \"2019-04-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Security\",\r\n \"namespace\": \"Microsoft.Security\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"8edd93e1-2103-40b4-bd70-6e34e586362d\",\r\n \"roleDefinitionId\": \"855AF4C4-82F6-414C-B1A2-628025628B9A\"\r\n },\r\n {\r\n \"applicationId\": \"fc780465-2017-40d4-a0c5-307022471b92\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"securityStatuses\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tasks\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"regulatoryComplianceStandards\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\",\r\n \"2019-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"regulatoryComplianceStandards/regulatoryComplianceControls\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\",\r\n \"2019-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"regulatoryComplianceStandards/regulatoryComplianceControls/regulatoryComplianceAssessments\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\",\r\n \"2019-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"alerts\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01\",\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"autoDismissAlertsRules\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dataCollectionAgents\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\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 \"Canada Central\",\r\n \"Canada East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"pricings\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01\",\r\n \"2017-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"AutoProvisioningSettings\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01\",\r\n \"2017-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Compliances\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-08-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"securityContacts\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"workspaceSettings\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01\",\r\n \"2017-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"complianceResults\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-08-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"policies\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"assessments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-01-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"assessmentMetadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-01-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"subAssessments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"securitySolutions\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/securitySolutions\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"discoveredSecuritySolutions\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/discoveredSecuritySolutions\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"allowedConnections\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/allowedConnections\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"topologies\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/topologies\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"securitySolutionsReferenceData\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/securitySolutionsReferenceData\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"jitNetworkAccessPolicies\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/jitNetworkAccessPolicies\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"securityStatusesSummaries\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationWhitelistings\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"West Central US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/applicationWhitelistings\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Central US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/alerts\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01\",\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/tasks\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"externalSecuritySolutions\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/externalSecuritySolutions\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2015-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"InformationProtectionPolicies\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-08-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"advancedThreatProtectionSettings\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"France Central\",\r\n \"UAE North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01\",\r\n \"2017-08-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"deviceSecurityGroups\",\r\n \"locations\": [\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2017-08-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"iotSecuritySolutions\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\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 \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2017-08-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"iotSecuritySolutions/analyticsModels\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\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 \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2017-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"iotSecuritySolutions/analyticsModels/aggregatedAlerts\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\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 \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2017-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"iotSecuritySolutions/analyticsModels/aggregatedRecommendations\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\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 \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2017-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"settings\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01\",\r\n \"2017-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"serverVulnerabilityAssessments\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Switzerland North\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2015-06-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"adaptiveNetworkHardenings\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Switzerland North\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2015-06-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"automations\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"France South\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/84codes.CloudAMQP\",\r\n \"namespace\": \"84codes.CloudAMQP\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"servers\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"Central US\",\r\n \"East US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"updateCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Conexlink.MyCloudIT\",\r\n \"namespace\": \"Conexlink.MyCloudIT\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-15\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-15\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"updateCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-15\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/LiveArena.Broadcast\",\r\n \"namespace\": \"LiveArena.Broadcast\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"services\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Europe\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"Southeast Asia\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-06-15\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-06-15\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-06-15\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"updateCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-06-15\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Mailjet.Email\",\r\n \"namespace\": \"Mailjet.Email\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"services\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01\",\r\n \"2017-02-03\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-07-01\",\r\n \"2017-10-01\",\r\n \"2017-05-29\",\r\n \"2017-02-03\",\r\n \"2016-11-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-10-01\",\r\n \"2017-02-03\",\r\n \"2016-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"updateCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-10-01\",\r\n \"2017-02-03\",\r\n \"2016-11-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.AAD\",\r\n \"namespace\": \"Microsoft.AAD\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"443155a6-77f3-45e3-882b-22b3a8d431fb\",\r\n \"roleDefinitionId\": \"7389DE79-3180-4F07-B2BA-C5BA1F01B03A\"\r\n },\r\n {\r\n \"applicationId\": \"abba844e-bc0e-44b0-947a-dc74e5d09022\",\r\n \"roleDefinitionId\": \"63BC473E-7767-42A5-A3BF-08EB71200E04\"\r\n },\r\n {\r\n \"applicationId\": \"d87dcbc6-a371-462e-88e3-28ad15ec4e64\",\r\n \"roleDefinitionId\": \"861776c5-e0df-4f95-be4f-ac1eec193323\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"DomainServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Central US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2017-01-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"DomainServices/oucontainer\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Central US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Central US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2017-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Central US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2017-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Central US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2017-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/microsoft.aadiam\",\r\n \"namespace\": \"microsoft.aadiam\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"1b912ec3-a9dd-4c4d-a53e-76aa7adb28d7\",\r\n \"roleDefinitionId\": \"c4cfa0e8-3cb5-4ced-9c3c-efaad3348120\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"privateLinkForAzureAD\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\",\r\n \"2020-03-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"diagnosticSettings\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01-preview\",\r\n \"2017-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"diagnosticSettingsCategories\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01-preview\",\r\n \"2017-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Addons\",\r\n \"namespace\": \"Microsoft.Addons\",\r\n \"authorization\": {\r\n \"applicationId\": \"24d3987b-be4a-48e0-a3e7-11c186f39e41\",\r\n \"roleDefinitionId\": \"8004BAAB-A4CB-4981-8571-F7E44D039D93\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"supportProviders\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01\",\r\n \"2017-05-15\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01\",\r\n \"2017-05-15\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01\",\r\n \"2017-05-15\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.ADHybridHealthService\",\r\n \"namespace\": \"Microsoft.ADHybridHealthService\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"services\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"addsservices\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"configuration\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"agents\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"aadsupportcases\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reports\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servicehealthmetrics\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"logs\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"anonymousapiusers\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.AnalysisServices\",\r\n \"namespace\": \"Microsoft.AnalysisServices\",\r\n \"authorization\": {\r\n \"applicationId\": \"4ac7d521-0382-477b-b0f8-7e1d95f85ca2\",\r\n \"roleDefinitionId\": \"490d5987-bcf6-4be6-b6b2-056a78cb693a\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"servers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-08-01-beta\",\r\n \"2017-08-01\",\r\n \"2017-07-14\",\r\n \"2016-05-16\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-08-01-beta\",\r\n \"2017-08-01\",\r\n \"2017-07-14\",\r\n \"2016-05-16\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-08-01-beta\",\r\n \"2017-08-01\",\r\n \"2017-07-14\",\r\n \"2016-05-16\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-08-01-beta\",\r\n \"2017-08-01\",\r\n \"2017-07-14\",\r\n \"2016-05-16\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationstatuses\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-08-01-beta\",\r\n \"2017-08-01\",\r\n \"2017-07-14\",\r\n \"2016-05-16\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-08-01-beta\",\r\n \"2017-08-01\",\r\n \"2017-07-14\",\r\n \"2016-05-16\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.ApiManagement\",\r\n \"namespace\": \"Microsoft.ApiManagement\",\r\n \"authorization\": {\r\n \"applicationId\": \"8602e328-9b72-4f2d-a4ae-1387d013a2b3\",\r\n \"roleDefinitionId\": \"e263b525-2e60-4418-b655-420bae0b172e\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"service\",\r\n \"locations\": [\r\n \"Canada East\",\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"validateServiceName\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reportFeedback\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkFeedbackRequired\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.AppConfiguration\",\r\n \"namespace\": \"Microsoft.AppConfiguration\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"35ffadb3-7fc1-497e-b61b-381d28e744cc\",\r\n \"roleDefinitionId\": \"fffa409e-a8cc-4cbf-8e1c-6d940b33040e\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"configurationStores\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Central US\",\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2019-10-01\",\r\n \"2019-02-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"configurationStores/eventGridFilters\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Central US\",\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2019-10-01\",\r\n \"2019-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Central US\",\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2019-10-01\",\r\n \"2019-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Central US\",\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2019-10-01\",\r\n \"2019-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationsStatus\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Central US\",\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2019-10-01\",\r\n \"2019-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Central US\",\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2019-10-01\",\r\n \"2019-02-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.AppPlatform\",\r\n \"namespace\": \"Microsoft.AppPlatform\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"03b39d0f-4213-4864-a245-b1476ec03169\"\r\n },\r\n {\r\n \"applicationId\": \"b61cc489-e138-4a69-8bf3-c2c5855c8784\",\r\n \"roleDefinitionId\": \"462ddd96-910a-44f5-adfa-644d99942778\"\r\n },\r\n {\r\n \"applicationId\": \"e8de9221-a19c-4c81-b814-fd37c6caf9d2\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"Spring\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"Spring/apps\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\"\r\n ],\r\n \"capabilities\": \"SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"Spring/apps/deployments\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationStatus\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Attestation\",\r\n \"namespace\": \"Microsoft.Attestation\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"c61423b7-1d1f-430d-b444-0eee53298103\",\r\n \"roleDefinitionId\": \"7299b0b1-11da-4858-8943-7db197005959\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"attestationProviders\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"Central US\",\r\n \"UK South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Automation\",\r\n \"namespace\": \"Microsoft.Automation\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"fc75330b-179d-49af-87dd-3b1acf6827fa\",\r\n \"roleDefinitionId\": \"95fd5de3-d071-4362-92bf-cf341c1de832\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"automationAccounts\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"South Africa North\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Central US\",\r\n \"West US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-13-preview\",\r\n \"2018-06-30\",\r\n \"2018-01-15\",\r\n \"2017-05-15-preview\",\r\n \"2015-10-31\",\r\n \"2015-01-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"automationAccounts/runbooks\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"South Africa North\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-30\",\r\n \"2018-01-15\",\r\n \"2017-05-15-preview\",\r\n \"2015-10-31\",\r\n \"2015-01-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"automationAccounts/configurations\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"South Africa North\",\r\n \"West US\",\r\n \"Central US\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"Central India\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-30\",\r\n \"2018-01-15\",\r\n \"2017-05-15-preview\",\r\n \"2015-10-31\",\r\n \"2015-01-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"automationAccounts/webhooks\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"South Africa North\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Central US\",\r\n \"West US\",\r\n \"Australia Central\",\r\n \"Korea Central\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"Australia East\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-30\",\r\n \"2018-01-15\",\r\n \"2017-05-15-preview\",\r\n \"2015-10-31\",\r\n \"2015-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-30\",\r\n \"2018-01-15\",\r\n \"2017-05-15-preview\",\r\n \"2015-10-31\",\r\n \"2015-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"automationAccounts/softwareUpdateConfigurations\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"South Africa North\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Central US\",\r\n \"West US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-30\",\r\n \"2018-01-15\",\r\n \"2017-05-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"automationAccounts/jobs\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"South Africa North\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Central US\",\r\n \"West US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-30\",\r\n \"2018-01-15\",\r\n \"2017-05-15-preview\",\r\n \"2015-10-31\",\r\n \"2015-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"automationAccounts/privateLinkResources\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"South Africa North\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Central US\",\r\n \"West US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-13-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"automationAccounts/privateEndpointConnections\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"South Africa North\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Central US\",\r\n \"West US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-13-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"automationAccounts/privateEndpointConnectionProxies\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"South Africa North\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Central US\",\r\n \"West US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-13-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.AutonomousSystems\",\r\n \"namespace\": \"Microsoft.AutonomousSystems\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"a967240f-810b-4f79-85e5-25870cc69cbb\",\r\n \"roleDefinitionId\": \"47b23f55-5e18-4fc7-a69a-f9b79a9811ea\",\r\n \"managedByRoleDefinitionId\": \"6ee14824-e3a8-4536-ad65-346e3406f3c4\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"workspaces\",\r\n \"locations\": [\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"workspaces/validateCreateRequest\",\r\n \"locations\": [\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"workspaces/operationresults\",\r\n \"locations\": [\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.AVS\",\r\n \"namespace\": \"Microsoft.AVS\",\r\n \"authorizations\": [\r\n {\r\n \"allowedThirdPartyExtensions\": [\r\n {\r\n \"name\": \"VMCP\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-08-09-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-08-09-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkTrialAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-09-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkQuotaAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-09-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateClouds\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-09-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateClouds/clusters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-09-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.AzureActiveDirectory\",\r\n \"namespace\": \"Microsoft.AzureActiveDirectory\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"b2cDirectories\",\r\n \"locations\": [\r\n \"Global\",\r\n \"United States\",\r\n \"Europe\",\r\n \"Asia Pacific\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-privatepreview\",\r\n \"2017-01-30\",\r\n \"2016-12-13-preview\",\r\n \"2016-02-10-privatepreview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"Global\",\r\n \"United States\",\r\n \"Europe\",\r\n \"Asia Pacific\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Global\",\r\n \"United States\",\r\n \"Europe\",\r\n \"Asia Pacific\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-privatepreview\",\r\n \"2017-01-30\",\r\n \"2016-12-13-preview\",\r\n \"2016-02-10-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"b2ctenants\",\r\n \"locations\": [\r\n \"Global\",\r\n \"United States\",\r\n \"Europe\",\r\n \"Asia Pacific\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-02-10-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.AzureData\",\r\n \"namespace\": \"Microsoft.AzureData\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"bb55177b-a7d9-4939-a257-8ab53a3b2bc6\",\r\n \"roleDefinitionId\": \"f83de625-af9e-4458-ac9c-e5d62b05fd06\"\r\n },\r\n {\r\n \"applicationId\": \"a12e8ccb-0fcd-46f8-b6a1-b9df7a9d7231\",\r\n \"roleDefinitionId\": \"f83de625-af9e-4458-ac9c-e5d62b05fd06\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"sqlServerRegistrations\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-10-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-10-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sqlServerRegistrations/sqlServers\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-10-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.AzureStack\",\r\n \"namespace\": \"Microsoft.AzureStack\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registrations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"registrations/products\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registrations/customerSubscriptions\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"cloudManifestFiles\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.AzureStackHCI\",\r\n \"namespace\": \"Microsoft.AzureStackHCI\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"1412d89f-b8a8-4111-b4fd-e82905cbd85d\",\r\n \"roleDefinitionId\": \"90ffa33f-4875-44d8-b86f-d41c3aa6050e\"\r\n },\r\n {\r\n \"applicationId\": \"1322e676-dee7-41ee-a874-ac923822781c\",\r\n \"roleDefinitionId\": \"e91a9804-9f4d-4501-bf85-03bd4ea78451\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Batch\",\r\n \"namespace\": \"Microsoft.Batch\",\r\n \"authorization\": {\r\n \"applicationId\": \"ddbf3205-c6bd-46ae-8127-60eb93363864\",\r\n \"roleDefinitionId\": \"b7f84953-1d03-4eab-9ea4-45f065258ff8\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"batchAccounts\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-03-01-preview\",\r\n \"2020-03-01\",\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\",\r\n \"2015-07-01\",\r\n \"2014-05-01-privatepreview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-03-01-preview\",\r\n \"2020-03-01\",\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-03-01-preview\",\r\n \"2020-03-01\",\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/quotas\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-03-01-preview\",\r\n \"2020-03-01\",\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-03-01-preview\",\r\n \"2020-03-01\",\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/accountOperationResults\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-03-01-preview\",\r\n \"2020-03-01\",\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\",\r\n \"2015-07-01\",\r\n \"2014-05-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.BatchAI\",\r\n \"namespace\": \"Microsoft.BatchAI\",\r\n \"authorization\": {\r\n \"applicationId\": \"9fcb3732-5f52-4135-8c08-9d4bbaf203ea\",\r\n \"roleDefinitionId\": \"703B89C7-CE2C-431B-BDD8-FA34E39AF696\",\r\n \"managedByRoleDefinitionId\": \"90B8E153-EBFF-4073-A95F-4DAD56B14C78\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"workspaces\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"workspaces/clusters\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"workspaces/fileservers\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"workspaces/experiments\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"workspaces/experiments/jobs\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Billing\",\r\n \"namespace\": \"Microsoft.Billing\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"80dbdb39-4f33-4799-8b6f-711b5e3e61b6\",\r\n \"roleDefinitionId\": \"acdc79db-513f-461d-a542-61908d543bdc\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"billingPeriods\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2017-04-24-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"invoices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\",\r\n \"2018-03-01-preview\",\r\n \"2017-04-24-preview\",\r\n \"2017-02-27-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"enrollmentAccounts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingRoleDefinitions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"billingRoleAssignments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"createBillingRoleAssignment\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/createBillingRoleAssignment\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/createBillingRoleAssignment\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoiceSections/createBillingRoleAssignment\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingPermissions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingRoleDefinitions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingRoleAssignments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingPermissions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\",\r\n \"2018-06-30\",\r\n \"2018-05-31\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/billingRoleDefinitions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/billingRoleAssignments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/billingPermissions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/customers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/customers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/instructions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/customers/billingSubscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/customers/products\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/customers/transactions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoiceSections\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoiceSections/billingRoleDefinitions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoiceSections/billingRoleAssignments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoiceSections/billingPermissions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/customers/billingPermissions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections/elevate\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/createInvoiceSectionOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/patchOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections/patchOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections/productMoveOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections/billingSubscriptionMoveOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/listInvoiceSectionsWithCreateSubscriptionPermission\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/BillingProfiles/patchOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"departments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-06-30\",\r\n \"2018-05-31\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/departments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-06-30\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/enrollmentAccounts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-06-30\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/paymentMethods\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/availableBalance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/transactions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/transactions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections/transactions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoiceSections/transactions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoices/transactions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingSubscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingSubscriptions/invoices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/billingSubscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections/billingSubscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoiceSections/billingSubscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationStatus\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections/products\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoiceSections/products\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections/products/updateAutoRenew\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoiceSections/products/updateAutoRenew\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/products\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/products\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\",\r\n \"2018-06-30\",\r\n \"2018-03-01-preview\",\r\n \"2017-04-24-preview\",\r\n \"2017-02-27-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections/initiateTransfer\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoiceSections/initiateTransfer\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections/transfers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoiceSections/transfers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"transfers/acceptTransfer\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"transfers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"transfers/declineTransfer\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"transfers/validateTransfer\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/customers/initiateTransfer\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/customers/transfers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingProperty\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/policies\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/customers/policies\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoices/pricesheet\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/pricesheet\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/pricesheetDownloadOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections/billingSubscriptions/transfer\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections/products/transfer\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoiceSections/products/transfer\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections/productTransfersResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"transfers/operationStatus\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/agreements\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/lineOfCredit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/paymentMethods\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"validateAddress\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.BingMaps\",\r\n \"namespace\": \"Microsoft.BingMaps\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"mapApis\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-08-18\",\r\n \"2015-07-02\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-18\",\r\n \"2015-07-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-18\",\r\n \"2015-07-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"updateCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-18\",\r\n \"2015-07-02\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Blockchain\",\r\n \"namespace\": \"Microsoft.Blockchain\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"78827f38-7b69-4d5e-a627-d6fdd9c759a0\",\r\n \"roleDefinitionId\": \"9c68eaf3-8315-4e5c-b857-641b16b21f8f\"\r\n },\r\n {\r\n \"applicationId\": \"049d4938-2ef2-4274-aa8f-630fc9bc33d1\",\r\n \"roleDefinitionId\": \"c6dd0893-0495-488a-ac21-ee5f1ba89769\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"watchers\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"blockchainMembers\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"Japan East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/watcherOperationResults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"Japan East\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/blockchainMemberOperationResults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"Japan East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"Japan East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/listConsortiums\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"Japan East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"Japan East\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.BlockchainTokens\",\r\n \"namespace\": \"Microsoft.BlockchainTokens\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"Operations\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-19-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Blueprint\",\r\n \"namespace\": \"Microsoft.Blueprint\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"f71766dc-90d9-4b7d-bd9d-4499c4331c3f\",\r\n \"roleDefinitionId\": \"cb180127-cf6d-4672-9e75-e29a487f9658\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"blueprints\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\",\r\n \"2018-11-01-alpha\",\r\n \"2017-11-11-preview\",\r\n \"2017-11-11-alpha\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"blueprints/artifacts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\",\r\n \"2018-11-01-alpha\",\r\n \"2017-11-11-preview\",\r\n \"2017-11-11-alpha\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"blueprints/versions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\",\r\n \"2018-11-01-alpha\",\r\n \"2017-11-11-preview\",\r\n \"2017-11-11-alpha\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"blueprints/versions/artifacts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\",\r\n \"2018-11-01-alpha\",\r\n \"2017-11-11-preview\",\r\n \"2017-11-11-alpha\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"blueprintAssignments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\",\r\n \"2018-11-01-alpha\",\r\n \"2017-11-11-preview\",\r\n \"2017-11-11-alpha\"\r\n ],\r\n \"capabilities\": \"SystemAssignedResourceIdentity, SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"blueprintAssignments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-11-11-preview\",\r\n \"2017-11-11-alpha\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"blueprintAssignments/assignmentOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\",\r\n \"2018-11-01-alpha\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\",\r\n \"2018-11-01-alpha\",\r\n \"2017-11-11-preview\",\r\n \"2017-11-11-alpha\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.BotService\",\r\n \"namespace\": \"Microsoft.BotService\",\r\n \"authorization\": {\r\n \"applicationId\": \"f3723d34-6ff5-4ceb-a148-d99dcd2511fc\",\r\n \"roleDefinitionId\": \"71213c26-43ed-41d8-9905-3c12971517a3\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"botServices\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-12\",\r\n \"2017-12-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"botServices/channels\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-12\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"botServices/connections\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-12\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listAuthServiceProviders\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-12\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-12\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-12\",\r\n \"2017-12-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Capacity\",\r\n \"namespace\": \"Microsoft.Capacity\",\r\n \"authorization\": {\r\n \"applicationId\": \"4d0ad6c7-f6c3-46d8-ab0d-1406d5e6c86b\",\r\n \"roleDefinitionId\": \"FD9C0A9A-4DB9-4F41-8A61-98385DEB6E2D\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\",\r\n \"2018-06-01\",\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reservationOrders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reservationOrders/reservations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listbenefits\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reservations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reservationOrders/reservations/revisions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"catalogs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"appliedReservations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkOffers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkScopes\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"calculatePrice\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"calculateExchange\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"exchange\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reservationOrders/calculateRefund\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reservationOrders/return\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reservationOrders/split\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reservationOrders/merge\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reservationOrders/swap\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"validateReservationOrder\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reservationOrders/availableScopes\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reservationOrders/reservations/availableScopes\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"commercialReservationOrders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"calculatePurchasePrice\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-01-privatepreview\",\r\n \"2019-06-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"placePurchaseOrder\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-01-privatepreview\",\r\n \"2019-06-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkPurchaseStatus\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-01-privatepreview\",\r\n \"2019-06-01-beta\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Cdn\",\r\n \"namespace\": \"Microsoft.Cdn\",\r\n \"authorizations\": [],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"profiles\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-31\",\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\",\r\n \"2016-10-02\",\r\n \"2016-04-02\",\r\n \"2015-06-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"profiles/endpoints\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-31\",\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\",\r\n \"2016-10-02\",\r\n \"2016-04-02\",\r\n \"2015-06-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"profiles/endpoints/origins\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-31\",\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\",\r\n \"2016-10-02\",\r\n \"2016-04-02\",\r\n \"2015-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"profiles/endpoints/origingroups\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-31\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"profiles/endpoints/customdomains\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-31\",\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\",\r\n \"2016-10-02\",\r\n \"2016-04-02\",\r\n \"2015-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-31\",\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\",\r\n \"2016-10-02\",\r\n \"2016-04-02\",\r\n \"2015-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults/profileresults\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-31\",\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\",\r\n \"2016-10-02\",\r\n \"2016-04-02\",\r\n \"2015-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults/profileresults/endpointresults\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-31\",\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\",\r\n \"2016-10-02\",\r\n \"2016-04-02\",\r\n \"2015-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults/profileresults/endpointresults/originresults\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-31\",\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\",\r\n \"2016-10-02\",\r\n \"2016-04-02\",\r\n \"2015-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults/profileresults/endpointresults/origingroupresults\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-31\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults/profileresults/endpointresults/customdomainresults\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-31\",\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\",\r\n \"2016-10-02\",\r\n \"2016-04-02\",\r\n \"2015-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-31\",\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\",\r\n \"2016-10-02\",\r\n \"2016-04-02\",\r\n \"2015-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkResourceUsage\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-31\",\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\",\r\n \"2016-10-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"validateProbe\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-31\",\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-31\",\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\",\r\n \"2016-10-02\",\r\n \"2016-04-02\",\r\n \"2015-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"edgenodes\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-31\",\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\",\r\n \"2016-10-02\",\r\n \"2016-04-02\",\r\n \"2015-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"CdnWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-15-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"CdnWebApplicationFirewallManagedRuleSets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-15-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.ClassicInfrastructureMigrate\",\r\n \"namespace\": \"Microsoft.ClassicInfrastructureMigrate\",\r\n \"authorization\": {\r\n \"applicationId\": \"5e5abe2b-83cd-4786-826a-a05653ebb103\",\r\n \"roleDefinitionId\": \"766c4d9b-ef83-4f73-8352-1450a506a69b\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"classicInfrastructureResources\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.ClassicSubscription\",\r\n \"namespace\": \"Microsoft.ClassicSubscription\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-09-01\",\r\n \"2017-06-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.CognitiveServices\",\r\n \"namespace\": \"Microsoft.CognitiveServices\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"7d312290-28c8-473c-a0ed-8e53749b6d6d\",\r\n \"roleDefinitionId\": \"5cb87f79-a7c3-4a95-9414-45b65974b51b\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Global\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-18\",\r\n \"2016-02-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Global\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-18\",\r\n \"2016-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"Global\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-18\",\r\n \"2016-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"Global\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-18\",\r\n \"2016-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [\r\n \"Global\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-18\",\r\n \"2016-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkSkuAvailability\",\r\n \"locations\": [\r\n \"Global\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-18\",\r\n \"2016-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkDomainAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-18\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Commerce\",\r\n \"namespace\": \"Microsoft.Commerce\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"UsageAggregates\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\",\r\n \"2015-03-31\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"RateCard\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-31-preview\",\r\n \"2015-06-01-preview\",\r\n \"2015-05-15\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\",\r\n \"2015-03-31\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Consumption\",\r\n \"namespace\": \"Microsoft.Consumption\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"c5b17a4f-cc6f-4649-9480-684280a2af3a\",\r\n \"roleDefinitionId\": \"4a2e6ae9-2713-4cc9-a3b3-312899d687c3\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"Forecasts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-01-01\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\",\r\n \"2018-05-31\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"AggregatedCost\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-01-01\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-01-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"ReservationRecommendations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-01-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\",\r\n \"2018-03-31\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"ReservationRecommendationDetails\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"ReservationSummaries\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-01-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\",\r\n \"2018-03-31\",\r\n \"2018-01-31\",\r\n \"2017-11-30\",\r\n \"2017-06-30-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"ReservationTransactions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-01-01\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\",\r\n \"2018-05-31\",\r\n \"2018-03-31\",\r\n \"2018-01-31\",\r\n \"2017-11-30\",\r\n \"2017-06-30-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Balances\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-01-01\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\",\r\n \"2018-05-31\",\r\n \"2018-03-31\",\r\n \"2018-01-31\",\r\n \"2017-11-30\",\r\n \"2017-06-30-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Marketplaces\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-01-01\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\",\r\n \"2018-05-31\",\r\n \"2018-03-31\",\r\n \"2018-01-31\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Pricesheets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\",\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-01-01\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\",\r\n \"2018-05-31\",\r\n \"2018-03-31\",\r\n \"2018-01-31\",\r\n \"2017-11-30\",\r\n \"2017-06-30-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"ReservationDetails\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-01-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\",\r\n \"2018-03-31\",\r\n \"2018-01-31\",\r\n \"2017-11-30\",\r\n \"2017-06-30-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Budgets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01-preview\",\r\n \"2019-03-01-preview\",\r\n \"2019-01-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-12-01-preview\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\",\r\n \"2018-03-31\",\r\n \"2018-01-31\",\r\n \"2017-12-30-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"CostTags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\",\r\n \"2018-05-31\",\r\n \"2018-03-31\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01-preview\",\r\n \"2019-03-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-12-01-preview\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-08-01-preview\",\r\n \"2018-06-30\",\r\n \"2018-05-31\",\r\n \"2018-03-31\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Terms\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-01-01\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\",\r\n \"2018-03-31\",\r\n \"2018-01-31\",\r\n \"2017-12-30-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"UsageDetails\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01-preview\",\r\n \"2019-05-01\",\r\n \"2019-04-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-12-01-preview\",\r\n \"2018-11-01-preview\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\",\r\n \"2018-05-31\",\r\n \"2018-03-31\",\r\n \"2018-01-31\",\r\n \"2017-11-30\",\r\n \"2017-06-30-preview\",\r\n \"2017-04-24-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Charges\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01-preview\",\r\n \"2019-05-01\",\r\n \"2019-01-01\",\r\n \"2018-11-01-preview\",\r\n \"2018-10-01\",\r\n \"2018-08-31\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"credits\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2018-11-01-preview\",\r\n \"2018-10-01\",\r\n \"2018-08-31\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"events\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2018-11-01-preview\",\r\n \"2018-10-01\",\r\n \"2018-08-31\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"lots\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2018-11-01-preview\",\r\n \"2018-10-01\",\r\n \"2018-08-31\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"products\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2018-10-01\",\r\n \"2018-08-31\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"OperationStatus\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01-preview\",\r\n \"2019-05-01\",\r\n \"2019-04-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-11-01-preview\",\r\n \"2018-10-01\",\r\n \"2018-08-31\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"OperationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01-preview\",\r\n \"2019-05-01\",\r\n \"2019-04-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-11-01-preview\",\r\n \"2018-10-01\",\r\n \"2018-08-31\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-01-01\",\r\n \"2018-11-01-preview\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\",\r\n \"2018-05-31\",\r\n \"2018-03-31\",\r\n \"2018-01-31\",\r\n \"2017-11-30\",\r\n \"2017-06-30-preview\",\r\n \"2017-04-24-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.ContainerInstance\",\r\n \"namespace\": \"Microsoft.ContainerInstance\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"6bb8e274-af5d-4df2-98a3-4fd78b4cafd9\",\r\n \"roleDefinitionId\": \"3c60422b-a83a-428d-9830-22609c77aa6c\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"containerGroups\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2018-10-01\",\r\n \"2018-09-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-02-01-preview\",\r\n \"2017-12-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-08-01-preview\"\r\n ],\r\n \"capabilities\": \"SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"serviceAssociationLinks\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2018-10-01\",\r\n \"2018-09-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-02-01-preview\",\r\n \"2017-12-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-08-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2018-10-01\",\r\n \"2018-09-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-02-01-preview\",\r\n \"2017-12-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capabilities\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2018-10-01\",\r\n \"2018-09-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-02-01-preview\",\r\n \"2017-12-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2018-10-01\",\r\n \"2018-09-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-02-01-preview\",\r\n \"2017-12-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2018-10-01\",\r\n \"2018-09-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-02-01-preview\",\r\n \"2017-12-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2018-10-01\",\r\n \"2018-09-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-02-01-preview\",\r\n \"2017-12-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/cachedImages\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2018-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2018-12-01\",\r\n \"2018-10-01\",\r\n \"2018-09-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-02-01-preview\",\r\n \"2017-12-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-08-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.ContainerService\",\r\n \"namespace\": \"Microsoft.ContainerService\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"7319c514-987d-4e9b-ac3d-d38c4f427f4c\",\r\n \"roleDefinitionId\": \"1b4a0c7f-2217-416f-acfa-cf73452fdc1c\",\r\n \"managedByRoleDefinitionId\": \"9e3af657-a8ff-583c-a75c-2fe7c4bcb635\",\r\n \"managedByAuthorization\": {\r\n \"allowManagedByInheritance\": true\r\n }\r\n },\r\n {\r\n \"applicationId\": \"6dae42f8-4368-4678-94ff-3960e28e3630\",\r\n \"roleDefinitionId\": \"831388fc-33b1-4dd1-b64c-40fdcaf96654\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"containerServices\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-07-01\",\r\n \"2017-01-31\",\r\n \"2016-09-30\",\r\n \"2016-03-30\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"managedClusters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany West Central\",\r\n \"UAE North\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-02-01\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-08-01-preview\",\r\n \"2018-03-31\",\r\n \"2017-08-31\"\r\n ],\r\n \"capabilities\": \"SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"openShiftManagedClusters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Central India\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-30-preview\",\r\n \"2019-04-30\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/openShiftClusters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Central India\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-30-preview\",\r\n \"2019-04-30\",\r\n \"2018-09-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-08-31\",\r\n \"2017-01-31\",\r\n \"2016-09-30\",\r\n \"2016-03-30\",\r\n \"2015-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-08-31\",\r\n \"2016-03-30\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"France Central\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-03-30\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-10-31\",\r\n \"2018-03-31\",\r\n \"2017-08-31\",\r\n \"2017-07-01\",\r\n \"2017-01-31\",\r\n \"2016-09-30\",\r\n \"2016-03-30\",\r\n \"2015-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/orchestrators\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-02-01\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2017-09-30\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.CostManagement\",\r\n \"namespace\": \"Microsoft.CostManagement\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"3184af01-7a88-49e0-8b55-8ecdce0aa950\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"Connectors\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"CloudConnectors\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"ExternalBillingAccounts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"ExternalBillingAccounts/Dimensions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01-preview\",\r\n \"2019-04-01-preview\",\r\n \"2019-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"ExternalBillingAccounts/Query\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01-preview\",\r\n \"2019-04-01-preview\",\r\n \"2019-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"ExternalSubscriptions/Dimensions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01-preview\",\r\n \"2019-04-01-preview\",\r\n \"2019-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"ExternalSubscriptions/Query\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01-preview\",\r\n \"2019-04-01-preview\",\r\n \"2019-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"ExternalSubscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Forecast\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01-preview\",\r\n \"2019-04-01-preview\",\r\n \"2019-03-01-preview\",\r\n \"2018-12-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"ExternalSubscriptions/Forecast\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01-preview\",\r\n \"2019-04-01-preview\",\r\n \"2019-03-01-preview\",\r\n \"2018-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"ExternalBillingAccounts/Forecast\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01-preview\",\r\n \"2019-04-01-preview\",\r\n \"2019-03-01-preview\",\r\n \"2018-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Settings\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-01-01\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-08-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"register\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01-preview\",\r\n \"2017-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Query\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01-preview\",\r\n \"2019-04-01-preview\",\r\n \"2019-03-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-12-01-preview\",\r\n \"2018-10-01-preview\",\r\n \"2018-08-31\",\r\n \"2018-08-01-preview\",\r\n \"2018-05-31\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Dimensions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01-preview\",\r\n \"2019-04-01-preview\",\r\n \"2019-03-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-12-01-preview\",\r\n \"2018-10-01-preview\",\r\n \"2018-08-31\",\r\n \"2018-08-01-preview\",\r\n \"2018-05-31\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Budgets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"ExternalSubscriptions/Alerts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2018-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"ExternalBillingAccounts/Alerts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2018-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Alerts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2018-08-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"showbackRules\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01-preview\",\r\n \"2019-02-03-alpha\",\r\n \"2019-02-02-alpha\",\r\n \"2019-02-01-alpha\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Exports\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-09-01\",\r\n \"2019-01-01-preview\",\r\n \"2019-01-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Reports\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-12-01-preview\",\r\n \"2018-08-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Reportconfigs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-05-31\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"BillingAccounts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-31\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Departments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-31\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"EnrollmentAccounts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-31\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Views\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.CostManagementExports\",\r\n \"namespace\": \"Microsoft.CostManagementExports\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"e5408ad0-c4e2-43aa-b6f2-3b4951286d99\",\r\n \"roleDefinitionId\": \"5e4888b3-2747-4e5b-9897-ec0865b91bcf\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"Operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.CustomerLockbox\",\r\n \"namespace\": \"Microsoft.CustomerLockbox\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"a0551534-cfc9-4e1f-9a7a-65093b32bb38\"\r\n },\r\n {\r\n \"applicationId\": \"01fc33a7-78ba-4d2f-a4b7-768e336e890e\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-02-28-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"requests\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-02-28-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.CustomProviders\",\r\n \"namespace\": \"Microsoft.CustomProviders\",\r\n \"authorization\": {\r\n \"applicationId\": \"bf8eb16c-7ba7-4b47-86be-ac5e4b2007a5\",\r\n \"roleDefinitionId\": \"FACF09C9-A5D0-4D34-8B1F-B623AC29C6F7\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"resourceProviders\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Canada Central\",\r\n \"Canada East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"associations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationStatuses\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Canada Central\",\r\n \"Canada East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.DataBox\",\r\n \"namespace\": \"Microsoft.DataBox\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"5613cb5c-a7c9-4099-8034-511fd7616cb2\",\r\n \"roleDefinitionId\": \"382D72D1-63DC-4243-9B99-CB69FDD473D8\",\r\n \"managedByRoleDefinitionId\": \"f4c0a4f9-768c-4927-ab83-d319111d6ef4\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"jobs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"Korea Central\",\r\n \"Japan East\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2019-09-01\",\r\n \"2018-01-01\"\r\n ],\r\n \"capabilities\": \"SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2019-09-01\",\r\n \"2018-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/validateAddress\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"Korea Central\",\r\n \"Japan East\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2019-09-01\",\r\n \"2018-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"Korea Central\",\r\n \"Japan East\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2019-09-01\",\r\n \"2018-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"Korea Central\",\r\n \"Japan East\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2019-09-01\",\r\n \"2018-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2019-09-01\",\r\n \"2018-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableSkus\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"Korea Central\",\r\n \"Japan East\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2019-09-01\",\r\n \"2018-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/validateInputs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"Korea Central\",\r\n \"Japan East\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2019-09-01\",\r\n \"2018-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/regionConfiguration\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"Korea Central\",\r\n \"Japan East\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2019-09-01\",\r\n \"2018-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.DataBoxEdge\",\r\n \"namespace\": \"Microsoft.DataBoxEdge\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"2368d027-f996-4edb-bf48-928f98f2ab8c\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"DataBoxEdgeDevices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01-preview\",\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-07-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"DataBoxEdgeDevices/checkNameAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01-preview\",\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-07-01\",\r\n \"2017-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01-preview\",\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-07-01\",\r\n \"2017-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"availableSkus\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.DataCatalog\",\r\n \"namespace\": \"Microsoft.DataCatalog\",\r\n \"authorization\": {\r\n \"applicationId\": \"213f5f78-fb30-46c7-9e98-91c720a1c026\",\r\n \"roleDefinitionId\": \"D55E2225-A6AB-481C-A5BE-1B7687C293FA\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"catalogs\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-03-30\",\r\n \"2015-07-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-12-01-preview\",\r\n \"2016-03-30\",\r\n \"2015-07-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-12-01-preview\",\r\n \"2016-03-30\",\r\n \"2015-07-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-03-30\",\r\n \"2015-07-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/jobs\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-03-30\",\r\n \"2015-07-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"North Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-12-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.DataFactory\",\r\n \"namespace\": \"Microsoft.DataFactory\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"0947a342-ab4a-43be-93b3-b8243fc161e5\",\r\n \"roleDefinitionId\": \"f0a6aa2a-e9d8-4bae-bcc2-36b405e8a5da\"\r\n },\r\n {\r\n \"applicationId\": \"5d13f7d7-0567-429c-9880-320e9555e5fc\",\r\n \"roleDefinitionId\": \"956a8f20-9168-4c71-8e27-3c0460ac39a4\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"dataFactories\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01\",\r\n \"2015-09-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-01-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"factories\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Canada Central\",\r\n \"Australia East\",\r\n \"Central India\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Africa North\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01\",\r\n \"2017-09-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"factories/integrationRuntimes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Africa North\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dataFactories/diagnosticSettings\",\r\n \"locations\": [\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dataFactories/metricDefinitions\",\r\n \"locations\": [\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkDataFactoryNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkAzureDataFactoryNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01\",\r\n \"2015-09-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dataFactorySchema\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01\",\r\n \"2015-09-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01\",\r\n \"2017-09-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-10-01\",\r\n \"2015-09-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-06-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/configureFactoryRepo\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Africa North\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/getFeatureValue\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Africa North\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.DataLakeAnalytics\",\r\n \"namespace\": \"Microsoft.DataLakeAnalytics\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/dataLakeStoreAccounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers/listSasTokens\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/eventGridFilters\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.DataMigration\",\r\n \"namespace\": \"Microsoft.DataMigration\",\r\n \"authorization\": {\r\n \"applicationId\": \"a4bad4aa-bf02-4631-9f78-a64ffdba8150\",\r\n \"roleDefinitionId\": \"b831a21d-db98-4760-89cb-bef871952df1\",\r\n \"managedByRoleDefinitionId\": \"6256fb55-9e59-4018-a9e1-76b11c0a4c89\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-07-15-preview\",\r\n \"2018-04-19\",\r\n \"2018-03-31-preview\",\r\n \"2018-03-15-preview\",\r\n \"2017-11-15-privatepreview\",\r\n \"2017-11-15-preview\",\r\n \"2017-04-15-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"services\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"Australia East\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK West\",\r\n \"West US\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-15-preview\",\r\n \"2018-04-19\",\r\n \"2018-03-31-preview\",\r\n \"2018-03-15-preview\",\r\n \"2017-11-15-privatepreview\",\r\n \"2017-11-15-preview\",\r\n \"2017-04-15-privatepreview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"services/projects\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"Australia East\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK West\",\r\n \"West US\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-15-preview\",\r\n \"2018-04-19\",\r\n \"2018-03-31-preview\",\r\n \"2018-03-15-preview\",\r\n \"2017-11-15-privatepreview\",\r\n \"2017-11-15-preview\",\r\n \"2017-04-15-privatepreview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"Australia East\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK West\",\r\n \"West US\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-15-preview\",\r\n \"2018-04-19\",\r\n \"2018-03-31-preview\",\r\n \"2018-03-15-preview\",\r\n \"2017-11-15-privatepreview\",\r\n \"2017-11-15-preview\",\r\n \"2017-04-15-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationStatuses\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"Australia East\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK West\",\r\n \"West US\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-15-preview\",\r\n \"2018-04-19\",\r\n \"2018-03-31-preview\",\r\n \"2018-03-15-preview\",\r\n \"2017-11-15-privatepreview\",\r\n \"2017-11-15-preview\",\r\n \"2017-04-15-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"Australia East\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK West\",\r\n \"West US\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-15-preview\",\r\n \"2018-04-19\",\r\n \"2018-03-31-preview\",\r\n \"2018-03-15-preview\",\r\n \"2017-11-15-privatepreview\",\r\n \"2017-11-15-preview\",\r\n \"2017-04-15-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"Australia East\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK West\",\r\n \"West US\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-15-preview\",\r\n \"2018-04-19\",\r\n \"2018-03-31-preview\",\r\n \"2018-03-15-preview\",\r\n \"2017-11-15-privatepreview\",\r\n \"2017-11-15-preview\",\r\n \"2017-04-15-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.DataProtection\",\r\n \"namespace\": \"Microsoft.DataProtection\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01-alpha\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01-alpha\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.DataShare\",\r\n \"namespace\": \"Microsoft.DataShare\",\r\n \"authorization\": {\r\n \"applicationId\": \"799f1985-1517-4fe1-af2b-ba3d87d4996b\",\r\n \"roleDefinitionId\": \"0146496b-e06f-439a-83be-49fac884edf5\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/shares\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/shares/datasets\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/shares/synchronizationSettings\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/shares/invitations\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/sharesubscriptions\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/shares/providersharesubscriptions\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/sharesubscriptions/datasetmappings\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/sharesubscriptions/triggers\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/sharesubscriptions/consumerSourceDataSets\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listinvitations\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"East US\",\r\n \"Australia East\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01-alpha\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2018-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/rejectInvitation\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"East US\",\r\n \"Australia East\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West Central US\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2018-11-01-alpha\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/consumerInvitations\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"East US\",\r\n \"Australia East\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West Central US\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2018-11-01-alpha\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2018-11-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.DBforMariaDB\",\r\n \"namespace\": \"Microsoft.DBforMariaDB\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"76cd24bf-a9fc-4344-b1dc-908275de6d6d\",\r\n \"roleDefinitionId\": \"c13b7b9c-2ed1-4901-b8a8-16f35468da29\"\r\n },\r\n {\r\n \"applicationId\": \"123cd850-d9df-40bd-94d5-c9f07b7fa203\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"servers/recoverableServers\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/virtualNetworkRules\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/azureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/performanceTiers\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/securityAlertPoliciesAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionProxyOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionProxyAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/securityAlertPoliciesOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/recommendedActionSessionsAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/recommendedActionSessionsOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/topQueryStatistics\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/queryTexts\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/waitStatistics\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/advisors\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/privateLinkResources\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/privateEndpointConnections\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/privateEndpointConnectionProxies\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serverKeyAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-privatepreview\",\r\n \"2020-01-01-preview\",\r\n \"2020-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serverKeyOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-privatepreview\",\r\n \"2020-01-01-preview\",\r\n \"2020-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.DBforMySQL\",\r\n \"namespace\": \"Microsoft.DBforMySQL\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"76cd24bf-a9fc-4344-b1dc-908275de6d6d\",\r\n \"roleDefinitionId\": \"c13b7b9c-2ed1-4901-b8a8-16f35468da29\"\r\n },\r\n {\r\n \"applicationId\": \"123cd850-d9df-40bd-94d5-c9f07b7fa203\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"servers/recoverableServers\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/virtualNetworkRules\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/azureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/administratorOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/administratorAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionProxyOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionProxyAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/performanceTiers\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"UAE North\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/securityAlertPoliciesAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/securityAlertPoliciesOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/recommendedActionSessionsAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/recommendedActionSessionsOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/topQueryStatistics\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/queryTexts\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/waitStatistics\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/advisors\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/privateLinkResources\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/privateEndpointConnections\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/privateEndpointConnectionProxies\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/keys\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-privatepreview\",\r\n \"2020-01-01-preview\",\r\n \"2020-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serverKeyAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-privatepreview\",\r\n \"2020-01-01-preview\",\r\n \"2020-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serverKeyOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-privatepreview\",\r\n \"2020-01-01-preview\",\r\n \"2020-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.DBforPostgreSQL\",\r\n \"namespace\": \"Microsoft.DBforPostgreSQL\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"76cd24bf-a9fc-4344-b1dc-908275de6d6d\",\r\n \"roleDefinitionId\": \"c13b7b9c-2ed1-4901-b8a8-16f35468da29\"\r\n },\r\n {\r\n \"applicationId\": \"93efed00-6552-4119-833a-422b297199f9\",\r\n \"roleDefinitionId\": \"a864a0a2-ab66-47a6-97a8-223dc1379f87\"\r\n },\r\n {\r\n \"applicationId\": \"123cd850-d9df-40bd-94d5-c9f07b7fa203\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"serversv2\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"North Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-29-privatepreview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"serverGroups\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"North Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-29-privatepreview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"singleServers\",\r\n \"locations\": [\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"East US\",\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-14-privatepreview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"servers/recoverableServers\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/virtualNetworkRules\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/azureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/administratorOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/administratorAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionProxyOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionProxyAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/performanceTiers\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/securityAlertPoliciesAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/securityAlertPoliciesOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/recommendedActionSessionsAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/recommendedActionSessionsOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/topQueryStatistics\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/queryTexts\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/waitStatistics\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/advisors\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/privateLinkResources\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/privateEndpointConnections\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/privateEndpointConnectionProxies\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/keys\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-privatepreview\",\r\n \"2020-01-01-preview\",\r\n \"2020-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serverKeyAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-privatepreview\",\r\n \"2020-01-01-preview\",\r\n \"2020-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serverKeyOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-privatepreview\",\r\n \"2020-01-01-preview\",\r\n \"2020-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.DeploymentManager\",\r\n \"namespace\": \"Microsoft.DeploymentManager\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"5b306cba-9c71-49db-96c3-d17ca2379c4d\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"artifactSources\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2018-09-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"serviceTopologies\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2018-09-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"serviceTopologies/services\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2018-09-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"serviceTopologies/services/serviceUnits\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2018-09-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"steps\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2018-09-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"rollouts\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2018-09-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2018-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2018-09-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.DesktopVirtualization\",\r\n \"namespace\": \"Microsoft.DesktopVirtualization\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"50e95039-b200-4007-bc97-8d5790743a63\",\r\n \"roleDefinitionId\": \"CAD30215-AD1C-43BF-BE90-7BFA8B493E62\"\r\n },\r\n {\r\n \"applicationId\": \"9cdead84-a844-4324-93f2-b2e6bb768d07\"\r\n },\r\n {\r\n \"applicationId\": \"a85cf173-4192-42f8-81fa-777a763e6e2c\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"workspaces\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-10-preview\",\r\n \"2019-09-24-preview\",\r\n \"2019-01-23-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationgroups\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-10-preview\",\r\n \"2019-09-24-preview\",\r\n \"2019-01-23-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationgroups/applications\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-10-preview\",\r\n \"2019-09-24-preview\",\r\n \"2019-01-23-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationgroups/desktops\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-10-preview\",\r\n \"2019-09-24-preview\",\r\n \"2019-01-23-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationgroups/startmenuitems\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-10-preview\",\r\n \"2019-09-24-preview\",\r\n \"2019-01-23-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"hostpools\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-10-preview\",\r\n \"2019-09-24-preview\",\r\n \"2019-01-23-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"hostpools/sessionhosts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-10-preview\",\r\n \"2019-09-24-preview\",\r\n \"2019-01-23-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"hostpools/sessionhosts/usersessions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-10-preview\",\r\n \"2019-09-24-preview\",\r\n \"2019-01-23-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"hostpools/usersessions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-10-preview\",\r\n \"2019-09-24-preview\",\r\n \"2019-01-23-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-10-preview\",\r\n \"2019-09-24-preview\",\r\n \"2019-01-23-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Devices\",\r\n \"namespace\": \"Microsoft.Devices\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"0cd79364-7a90-4354-9984-6e36c841418d\",\r\n \"roleDefinitionId\": \"C121DF10-FE58-4BC4-97F9-8296879F7BBB\"\r\n },\r\n {\r\n \"applicationId\": \"29f411f1-b2cf-4043-8ac8-2185d7316811\"\r\n },\r\n {\r\n \"applicationId\": \"89d10474-74af-4874-99a7-c23c2f643083\",\r\n \"roleDefinitionId\": \"7df22794-26e3-4f94-9d50-a4f0f6e1cb41\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2019-11-04\",\r\n \"2019-07-01-preview\",\r\n \"2019-03-22-preview\",\r\n \"2019-03-22\",\r\n \"2018-12-01-preview\",\r\n \"2018-04-01\",\r\n \"2018-01-22\",\r\n \"2017-07-01\",\r\n \"2017-01-19\",\r\n \"2016-02-03\",\r\n \"2015-08-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkProvisioningServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2018-01-22\",\r\n \"2017-11-15\",\r\n \"2017-08-21-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2019-11-04\",\r\n \"2019-07-01-preview\",\r\n \"2019-03-22-preview\",\r\n \"2019-03-22\",\r\n \"2018-12-01-preview\",\r\n \"2018-04-01\",\r\n \"2018-01-22\",\r\n \"2017-07-01\",\r\n \"2017-01-19\",\r\n \"2016-02-03\",\r\n \"2015-08-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2019-11-04\",\r\n \"2019-07-01-preview\",\r\n \"2019-03-22-preview\",\r\n \"2019-03-22\",\r\n \"2018-12-01-preview\",\r\n \"2018-04-01\",\r\n \"2018-01-22\",\r\n \"2017-07-01\",\r\n \"2017-01-19\",\r\n \"2016-02-03\",\r\n \"2015-08-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-11-04\",\r\n \"2019-09-01\",\r\n \"2019-07-01-preview\",\r\n \"2019-03-22-preview\",\r\n \"2019-03-22\",\r\n \"2018-12-01-preview\",\r\n \"2018-04-01-preview\",\r\n \"2018-04-01\",\r\n \"2018-01-22-preview\",\r\n \"2018-01-22\",\r\n \"2017-11-15\",\r\n \"2017-09-25-preview\",\r\n \"2017-08-21-preview\",\r\n \"2017-07-01\",\r\n \"2017-01-19\",\r\n \"2016-02-03\",\r\n \"2015-08-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"IotHubs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Brazil South\",\r\n \"South Central US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-11-04\",\r\n \"2019-07-01-preview\",\r\n \"2019-03-22-preview\",\r\n \"2019-03-22\",\r\n \"2018-12-01-preview\",\r\n \"2018-04-01-preview\",\r\n \"2018-04-01\",\r\n \"2018-01-22\",\r\n \"2017-07-01\",\r\n \"2017-01-19\",\r\n \"2016-02-03\",\r\n \"2015-08-15-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"IotHubs/eventGridFilters\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Brazil South\",\r\n \"South Central US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-31\",\r\n \"2018-01-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"ProvisioningServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2018-01-22\",\r\n \"2017-11-15\",\r\n \"2017-08-21-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"IotHubs/securitySettings\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Brazil South\",\r\n \"South Central US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.DevOps\",\r\n \"namespace\": \"Microsoft.DevOps\",\r\n \"authorization\": {\r\n \"applicationId\": \"499b84ac-1321-427f-aa17-267ca6975798\",\r\n \"roleDefinitionId\": \"6a18f445-86f0-4e2e-b8a9-6b9b5677e3d8\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"pipelines\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.DevSpaces\",\r\n \"namespace\": \"Microsoft.DevSpaces\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"controllers\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Canada East\",\r\n \"West Europe\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia SouthEast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"controllers/listConnectionDetails\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Canada East\",\r\n \"West Europe\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia SouthEast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Canada East\",\r\n \"West Europe\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia SouthEast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Canada East\",\r\n \"West Europe\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia SouthEast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Canada East\",\r\n \"West Europe\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia SouthEast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkContainerHostMapping\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Canada East\",\r\n \"West Europe\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia SouthEast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.DevTestLab\",\r\n \"namespace\": \"Microsoft.DevTestLab\",\r\n \"authorization\": {\r\n \"applicationId\": \"1a14be2a-e903-4cec-99cf-b2e209259a0f\",\r\n \"roleDefinitionId\": \"8f2de81a-b9aa-49d8-b24c-11814d3ab525\",\r\n \"managedByRoleDefinitionId\": \"8f2de81a-b9aa-49d8-b24c-11814d3ab525\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"labs/environments\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-05-21-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"labs\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"West India\",\r\n \"Switzerland North\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland West\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-15-preview\",\r\n \"2018-09-15\",\r\n \"2017-04-26-preview\",\r\n \"2016-05-15\",\r\n \"2015-05-21-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"schedules\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"West India\",\r\n \"Switzerland North\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland West\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-15-preview\",\r\n \"2018-09-15\",\r\n \"2017-04-26-preview\",\r\n \"2016-05-15\",\r\n \"2015-05-21-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"labs/virtualMachines\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"West India\",\r\n \"Switzerland North\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland West\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-15-preview\",\r\n \"2018-09-15\",\r\n \"2017-04-26-preview\",\r\n \"2016-05-15\",\r\n \"2015-05-21-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"labs/serviceRunners\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"West India\",\r\n \"Switzerland North\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland West\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-15-preview\",\r\n \"2018-09-15\",\r\n \"2017-04-26-preview\",\r\n \"2016-05-15\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-10-15-preview\",\r\n \"2018-09-15\",\r\n \"2017-04-26-preview\",\r\n \"2016-05-15\",\r\n \"2015-05-21-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-10-15-preview\",\r\n \"2018-09-15\",\r\n \"2017-04-26-preview\",\r\n \"2016-05-15\",\r\n \"2015-05-21-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"West India\",\r\n \"Switzerland North\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland West\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-15-preview\",\r\n \"2018-09-15\",\r\n \"2017-04-26-preview\",\r\n \"2016-05-15\",\r\n \"2015-05-21-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.DigitalTwins\",\r\n \"namespace\": \"Microsoft.DigitalTwins\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"0b07f429-9f4b-4714-9392-cc5e8e80c8b0\"\r\n },\r\n {\r\n \"applicationId\": \"c115998b-3d59-49b4-b55b-042a9ba1dbfe\",\r\n \"roleDefinitionId\": \"07af60d1-cd6d-4ad4-9b56-ece6c78a3fe1\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"digitalTwinsInstances/operationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"North Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.DocumentDB\",\r\n \"namespace\": \"Microsoft.DocumentDB\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"57c0fc58-a83a-41d0-8ae9-08952659bdfd\",\r\n \"roleDefinitionId\": \"FFFD5CF5-FFD3-4B24-B0E2-0715ADD4C282\"\r\n },\r\n {\r\n \"applicationId\": \"36e2398c-9dd3-4f29-9a72-d9f2cfc47ad9\",\r\n \"roleDefinitionId\": \"D5A795DE-916D-4818-B015-33C9E103E39B\"\r\n },\r\n {\r\n \"applicationId\": \"a232010e-820c-4083-83bb-3ace5fc29d0b\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"databaseAccounts\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2019-12-12\",\r\n \"2019-08-01-preview\",\r\n \"2019-08-01\",\r\n \"2016-03-31\",\r\n \"2016-03-19\",\r\n \"2015-11-06\",\r\n \"2015-04-08\",\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"databaseAccountNames\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2019-12-12\",\r\n \"2019-08-01-preview\",\r\n \"2019-08-01\",\r\n \"2016-03-31\",\r\n \"2016-03-19\",\r\n \"2015-11-06\",\r\n \"2015-04-08\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2019-12-12\",\r\n \"2019-08-01-preview\",\r\n \"2019-08-01\",\r\n \"2016-03-31\",\r\n \"2016-03-19\",\r\n \"2015-11-06\",\r\n \"2015-04-08\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2019-12-12\",\r\n \"2019-08-01-preview\",\r\n \"2019-08-01\",\r\n \"2016-03-31\",\r\n \"2016-03-19\",\r\n \"2015-11-06\",\r\n \"2015-04-08\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationsStatus\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2019-12-12\",\r\n \"2019-08-01-preview\",\r\n \"2019-08-01\",\r\n \"2016-03-31\",\r\n \"2016-03-19\",\r\n \"2015-11-06\",\r\n \"2015-04-08\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2019-12-12\",\r\n \"2019-08-01-preview\",\r\n \"2019-08-01\",\r\n \"2016-03-31\",\r\n \"2016-03-19\",\r\n \"2015-11-06\",\r\n \"2015-04-08\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2019-12-12\",\r\n \"2019-08-01-preview\",\r\n \"2019-08-01\",\r\n \"2016-03-31\",\r\n \"2016-03-19\",\r\n \"2015-11-06\",\r\n \"2015-04-08\",\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2019-12-12\",\r\n \"2019-08-01-preview\",\r\n \"2019-08-01\",\r\n \"2016-03-31\",\r\n \"2016-03-19\",\r\n \"2015-11-06\",\r\n \"2015-04-08\",\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.EnterpriseKnowledgeGraph\",\r\n \"namespace\": \"Microsoft.EnterpriseKnowledgeGraph\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"services\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-12-03\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-12-03\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-12-03\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-12-03\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.EventGrid\",\r\n \"namespace\": \"Microsoft.EventGrid\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"4962773b-9cdb-44cf-a8bf-237846a00ab7\",\r\n \"roleDefinitionId\": \"7FE036D8-246F-48BF-A78F-AB3EE699C8F3\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-04-01-preview\",\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-09-15-preview\",\r\n \"2018-05-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-06-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/eventSubscriptions\",\r\n \"locations\": [\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-04-01-preview\",\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-09-15-preview\",\r\n \"2018-05-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-06-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"eventSubscriptions\",\r\n \"locations\": [\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-04-01-preview\",\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-09-15-preview\",\r\n \"2018-05-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-06-15-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"topics\",\r\n \"locations\": [\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-04-01-preview\",\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-09-15-preview\",\r\n \"2018-05-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-06-15-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"domains\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-04-01-preview\",\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2018-09-15-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"domains/topics\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-04-01-preview\",\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2018-09-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"topicTypes\",\r\n \"locations\": [\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-04-01-preview\",\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-09-15-preview\",\r\n \"2018-05-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-06-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-04-01-preview\",\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-09-15-preview\",\r\n \"2018-05-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-06-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationsStatus\",\r\n \"locations\": [\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-04-01-preview\",\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-09-15-preview\",\r\n \"2018-05-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-06-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-04-01-preview\",\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-09-15-preview\",\r\n \"2018-05-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-06-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/topicTypes\",\r\n \"locations\": [\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-04-01-preview\",\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-09-15-preview\",\r\n \"2018-05-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-06-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"extensionTopics\",\r\n \"locations\": [\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-04-01-preview\",\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-09-15-preview\",\r\n \"2018-05-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-06-15-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-04-01-preview\",\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-09-15-preview\",\r\n \"2018-05-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-06-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationsStatus\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-04-01-preview\",\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-09-15-preview\",\r\n \"2018-05-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-06-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"systemTopics\",\r\n \"locations\": [\r\n \"global\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"systemTopics/eventSubscriptions\",\r\n \"locations\": [\r\n \"global\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"partnerNamespaces\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"partnerTopics\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"partnerTopics/eventSubscriptions\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"partnerNamespaces/eventChannels\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Experimentation\",\r\n \"namespace\": \"Microsoft.Experimentation\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"e00d2f8a-f6c8-46e4-b379-e66082e28ca8\",\r\n \"roleDefinitionId\": \"d3a360d9-17f9-410e-9465-5c914c8cf570\",\r\n \"managedByRoleDefinitionId\": \"fa096ccd-4e8f-49de-9594-64449b3ac6b3\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Falcon\",\r\n \"namespace\": \"Microsoft.Falcon\",\r\n \"authorizations\": [],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"namespaces\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-20-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Features\",\r\n \"namespace\": \"Microsoft.Features\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"features\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-12-01\",\r\n \"2014-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-12-01\",\r\n \"2014-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"featureProviders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptionFeatureRegistrations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-12-01\",\r\n \"2014-08-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.GuestConfiguration\",\r\n \"namespace\": \"Microsoft.GuestConfiguration\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"e935b4a5-8968-416d-8414-caed51c782a9\",\r\n \"roleDefinitionId\": \"9c6ffa40-421e-4dc0-9739-76b0699a11de\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"guestConfigurationAssignments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-20\",\r\n \"2018-06-30-preview\",\r\n \"2018-01-20-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"software\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-30-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"softwareUpdates\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-30-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"softwareUpdateProfile\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-30-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-20\",\r\n \"2018-06-30-preview\",\r\n \"2018-01-20-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.HanaOnAzure\",\r\n \"namespace\": \"Microsoft.HanaOnAzure\",\r\n \"authorization\": {\r\n \"applicationId\": \"cc5476ec-3074-44d1-8461-711f5d9b0e39\",\r\n \"roleDefinitionId\": \"4a10987e-dbcf-4c3d-8e3d-7ddcd9c771c2\",\r\n \"managedByRoleDefinitionId\": \"9e3af657-a8ff-583c-a75c-2fe7c4bcb635\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"hanaInstances\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-11-03-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"sapMonitors\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"UK South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-11-03-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationsStatus\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"UK South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-11-03-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-11-03-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"UK South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-11-03-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"UK South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-11-03-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.HardwareSecurityModules\",\r\n \"namespace\": \"Microsoft.HardwareSecurityModules\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"0eb690b7-d23e-4fb0-b43e-cd161ac80cc3\",\r\n \"roleDefinitionId\": \"48397dc8-3910-486a-8165-ab2df987447f\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-10-31-preview\",\r\n \"2018-10-31\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West US 2\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-31-preview\",\r\n \"2018-10-31\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.HDInsight\",\r\n \"namespace\": \"Microsoft.HDInsight\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9191c4da-09fe-49d9-a5f1-d41cbe92ad95\",\r\n \"roleDefinitionId\": \"d102a6f3-d9cb-4633-8950-1243b975886c\",\r\n \"managedByRoleDefinitionId\": \"346da55d-e1db-4a5a-89db-33ab3cdb6fc6\"\r\n },\r\n {\r\n \"applicationId\": \"7865c1d2-f040-46cc-875f-831a1ef6a28a\",\r\n \"roleDefinitionId\": \"e27c0895-d168-46d5-8b65-870eb2350378\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"clusters\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"West US\",\r\n \"South India\",\r\n \"France Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"South Africa North\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2015-03-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"clusters/applications\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"West US\",\r\n \"South India\",\r\n \"France Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"South Africa North\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2015-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"clusters/operationresults\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"West US\",\r\n \"South India\",\r\n \"France Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"South Africa North\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2015-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2015-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capabilities\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"West US\",\r\n \"South India\",\r\n \"France Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"South Africa North\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2015-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"West US\",\r\n \"South India\",\r\n \"France Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"South Africa North\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2015-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/billingSpecs\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"West US\",\r\n \"South India\",\r\n \"France Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"South Africa North\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2015-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"West US\",\r\n \"South India\",\r\n \"France Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"South Africa North\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2015-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/azureasyncoperations\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"West US\",\r\n \"South India\",\r\n \"France Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"South Africa North\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2015-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/validateCreateRequest\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"West US\",\r\n \"South India\",\r\n \"France Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"South Africa North\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2015-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2015-03-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.HealthcareApis\",\r\n \"namespace\": \"Microsoft.HealthcareApis\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"4f6778d8-5aef-43dc-a1ff-b073724b9495\"\r\n },\r\n {\r\n \"applicationId\": \"3274406e-4e0a-4852-ba4f-d7226630abb7\",\r\n \"roleDefinitionId\": \"e39edba5-cde8-4529-ba1f-159138220220\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"services\",\r\n \"locations\": [\r\n \"UK West\",\r\n \"North Central US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"North Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-16\",\r\n \"2018-08-20-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"UK West\",\r\n \"North Central US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"North Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-16\",\r\n \"2018-08-20-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [\r\n \"UK West\",\r\n \"North Central US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"North Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-16\",\r\n \"2018-08-20-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"UK West\",\r\n \"North Central US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"North Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-16\",\r\n \"2018-08-20-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"UK West\",\r\n \"North Central US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"North Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-16\",\r\n \"2018-08-20-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.HybridCompute\",\r\n \"namespace\": \"Microsoft.HybridCompute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"machines\",\r\n \"locations\": [\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-11-preview\",\r\n \"2019-12-12\",\r\n \"2019-08-02-preview\",\r\n \"2019-03-18-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"machines/extensions\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-11-preview\",\r\n \"2019-12-12\",\r\n \"2019-08-02-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-11-preview\",\r\n \"2019-12-12\",\r\n \"2019-08-02-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationStatus\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-11-preview\",\r\n \"2019-12-12\",\r\n \"2019-08-02-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-11-preview\",\r\n \"2019-12-12\",\r\n \"2019-08-02-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-11-preview\",\r\n \"2019-12-12\",\r\n \"2019-08-02-preview\",\r\n \"2019-03-18-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.HybridData\",\r\n \"namespace\": \"Microsoft.HybridData\",\r\n \"authorization\": {\r\n \"applicationId\": \"621269cf-1195-44a3-a835-c613d103dd15\",\r\n \"roleDefinitionId\": \"00320cd4-8823-47f2-bbe4-5c9da031311d\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"dataManagers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2016-06-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2016-06-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.HybridNetwork\",\r\n \"namespace\": \"Microsoft.HybridNetwork\",\r\n \"authorizations\": [],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"Operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Locations\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Locations/OperationStatuses\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Hydra\",\r\n \"namespace\": \"Microsoft.Hydra\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"37ae09d4-a310-41e1-803d-8e85cec4bf23\",\r\n \"roleDefinitionId\": \"37ae09d4-a310-41e1-803d-8e85cec4bf23\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-08-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.ImportExport\",\r\n \"namespace\": \"Microsoft.ImportExport\",\r\n \"authorization\": {\r\n \"applicationId\": \"7de4d5c5-5b32-4235-b8a9-33b34d6bcd2a\",\r\n \"roleDefinitionId\": \"9f7aa6bb-9454-46b6-8c01-a4b0f33ca151\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"jobs\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-07-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-07-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-07-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.IoTCentral\",\r\n \"namespace\": \"Microsoft.IoTCentral\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9edfcdd9-0bc5-4bd4-b287-c3afc716aac7\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"IoTApps\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"Central US\",\r\n \"West Central US\",\r\n \"Australia\",\r\n \"Asia Pacific\",\r\n \"Europe\",\r\n \"Japan\",\r\n \"UK\",\r\n \"United States\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01\",\r\n \"2017-07-01-privatepreview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-09-01\",\r\n \"2017-07-01-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkSubdomainAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-09-01\",\r\n \"2017-07-01-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"appTemplates\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-09-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.IoTSpaces\",\r\n \"namespace\": \"Microsoft.IoTSpaces\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"0b07f429-9f4b-4714-9392-cc5e8e80c8b0\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Australia East\",\r\n \"West US 2\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"Graph\",\r\n \"locations\": [\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Australia East\",\r\n \"West US 2\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Kubernetes\",\r\n \"namespace\": \"Microsoft.Kubernetes\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"64b12d6e-6549-484c-8cc6-6281839ba394\",\r\n \"roleDefinitionId\": \"1d1d44cf-68a1-4def-a2b6-cd7efc3515af\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"connectedClusters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\",\r\n \"2019-11-01-preview\",\r\n \"2019-09-01-privatepreview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationStatuses\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"West Europe\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registeredSubscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\",\r\n \"2019-11-01-preview\",\r\n \"2019-09-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.KubernetesConfiguration\",\r\n \"namespace\": \"Microsoft.KubernetesConfiguration\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"c699bf69-fb1d-4eaf-999b-99e6b2ae4d85\",\r\n \"roleDefinitionId\": \"90155430-a360-410f-af5d-89dc284d85c6\"\r\n },\r\n {\r\n \"applicationId\": \"03db181c-e9d3-4868-9097-f0b728327182\",\r\n \"roleDefinitionId\": \"DE2ADB97-42D8-49C8-8FCF-DBB53EF936AC\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"sourceControlConfigurations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Kusto\",\r\n \"namespace\": \"Microsoft.Kusto\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"2746ea77-4702-4b45-80ca-3c97e680e8b7\",\r\n \"roleDefinitionId\": \"dd9d4347-f397-45f2-b538-85f21c90037c\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"clusters\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-15\",\r\n \"2019-11-09\",\r\n \"2019-09-07\",\r\n \"2019-05-15\",\r\n \"2019-01-21\",\r\n \"2018-09-07-preview\",\r\n \"2017-09-07-privatepreview\"\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\": \"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 \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"clusters/databases\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-15\",\r\n \"2019-11-09\",\r\n \"2019-09-07\",\r\n \"2019-05-15\",\r\n \"2019-01-21\",\r\n \"2018-09-07-preview\",\r\n \"2017-09-07-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"clusters/attacheddatabaseconfigurations\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-15\",\r\n \"2019-11-09\",\r\n \"2019-09-07\",\r\n \"2019-05-15\",\r\n \"2019-01-21\",\r\n \"2018-09-07-preview\",\r\n \"2017-09-07-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"clusters/principalassignments\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-15\",\r\n \"2019-11-09\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"clusters/databases/eventhubconnections\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-15\",\r\n \"2019-11-09\",\r\n \"2019-09-07\",\r\n \"2019-05-15\",\r\n \"2019-01-21\",\r\n \"2018-09-07-preview\",\r\n \"2017-09-07-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"clusters/databases/dataconnections\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-15\",\r\n \"2019-11-09\",\r\n \"2019-09-07\",\r\n \"2019-05-15\",\r\n \"2019-01-21\",\r\n \"2018-09-07-preview\",\r\n \"2017-09-07-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"clusters/databases/principalassignments\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-15\",\r\n \"2019-11-09\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-15\",\r\n \"2019-11-09\",\r\n \"2019-09-07\",\r\n \"2019-05-15\",\r\n \"2019-01-21\",\r\n \"2018-09-07-preview\",\r\n \"2017-09-07-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-02-15\",\r\n \"2019-11-09\",\r\n \"2019-09-07\",\r\n \"2019-05-15\",\r\n \"2019-01-21\",\r\n \"2018-09-07-preview\",\r\n \"2017-09-07-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-15\",\r\n \"2019-11-09\",\r\n \"2019-09-07\",\r\n \"2019-05-15\",\r\n \"2019-01-21\",\r\n \"2018-09-07-preview\",\r\n \"2017-09-07-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-02-15\",\r\n \"2019-11-09\",\r\n \"2019-09-07\",\r\n \"2019-05-15\",\r\n \"2019-01-21\",\r\n \"2018-09-07-preview\",\r\n \"2017-09-07-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.LabServices\",\r\n \"namespace\": \"Microsoft.LabServices\",\r\n \"authorization\": {\r\n \"applicationId\": \"1a14be2a-e903-4cec-99cf-b2e209259a0f\",\r\n \"roleDefinitionId\": \"8f2de81a-b9aa-49d8-b24c-11814d3ab525\",\r\n \"managedByRoleDefinitionId\": \"8f2de81a-b9aa-49d8-b24c-11814d3ab525\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"labaccounts\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Japan East\",\r\n \"West US\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"UK West\",\r\n \"West India\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\",\r\n \"2018-10-15\",\r\n \"2017-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Japan East\",\r\n \"West US\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"UK West\",\r\n \"West India\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\",\r\n \"2018-10-15\",\r\n \"2017-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\",\r\n \"2018-10-15\",\r\n \"2017-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"users\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\",\r\n \"2019-01-01-beta\",\r\n \"2019-01-01-alpha\",\r\n \"2018-10-15\",\r\n \"2017-12-01-preview\",\r\n \"2017-12-01-beta\",\r\n \"2017-12-01-alpha\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\",\r\n \"2018-10-15\",\r\n \"2017-12-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Logic\",\r\n \"namespace\": \"Microsoft.Logic\",\r\n \"authorization\": {\r\n \"applicationId\": \"7cd684f4-8a78-49b0-91ec-6a35d38739ba\",\r\n \"roleDefinitionId\": \"cb3ef1fb-6e31-49e2-9d87-ed821053fe58\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"workflows\",\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 \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\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 North\",\r\n \"South Africa West\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2018-07-01-preview\",\r\n \"2017-07-01\",\r\n \"2016-10-01\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-02-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\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 \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\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 North\",\r\n \"South Africa West\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2018-07-01-preview\",\r\n \"2017-07-01\",\r\n \"2016-10-01\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2018-07-01-preview\",\r\n \"2017-07-01\",\r\n \"2016-10-01\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\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 \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\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 North\",\r\n \"South Africa West\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2018-07-01-preview\",\r\n \"2017-07-01\",\r\n \"2016-10-01\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"integrationAccounts\",\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 \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2018-07-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\": \"integrationServiceEnvironments\",\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 \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2019-05-01\",\r\n \"2018-07-01-preview\",\r\n \"2018-03-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"integrationServiceEnvironments/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 \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2019-05-01\",\r\n \"2018-07-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove\"\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.MachineLearning\",\r\n \"namespace\": \"Microsoft.MachineLearning\",\r\n \"authorization\": {\r\n \"applicationId\": \"0736f41a-0425-4b46-bdb5-1563eff02385\",\r\n \"roleDefinitionId\": \"1cc297bc-1829-4524-941f-966373421033\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"Workspaces\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"webServices\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-01-01\",\r\n \"2016-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-01-01\",\r\n \"2016-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-01-01\",\r\n \"2016-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-01-01\",\r\n \"2016-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationsStatus\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-01-01\",\r\n \"2016-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"commitmentPlans\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-01-01\",\r\n \"2016-05-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Maintenance\",\r\n \"namespace\": \"Microsoft.Maintenance\",\r\n \"authorization\": {\r\n \"applicationId\": \"f18474f2-a66a-4bb0-a3c9-9b8d892092fa\",\r\n \"roleDefinitionId\": \"2f1ef7b0-d5c4-4d3c-98fa-6a9fa8e74aa5\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"maintenanceConfigurations\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01-preview\",\r\n \"2017-04-26\",\r\n \"2017-01-01\",\r\n \"2016-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"updates\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01-preview\",\r\n \"2017-04-26\",\r\n \"2017-01-01\",\r\n \"2016-01-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"configurationAssignments\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01-preview\",\r\n \"2017-04-26\",\r\n \"2017-01-01\",\r\n \"2016-01-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"applyUpdates\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North 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 \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01-preview\",\r\n \"2017-04-26\",\r\n \"2017-01-01\",\r\n \"2016-01-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.ManagedServices\",\r\n \"namespace\": \"Microsoft.ManagedServices\",\r\n \"authorization\": {\r\n \"applicationId\": \"66c6d0d1-f2e7-4a18-97a9-ed10f3347016\",\r\n \"roleDefinitionId\": \"1e86f807-6ec0-40b3-8b5f-686b7e43a0a2\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"registrationDefinitions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-02-01-preview\",\r\n \"2019-09-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01-preview\",\r\n \"2018-06-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"registrationAssignments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-02-01-preview\",\r\n \"2019-09-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01-preview\",\r\n \"2018-06-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-02-01-preview\",\r\n \"2019-09-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"marketplaceRegistrationDefinitions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-02-01-preview\",\r\n \"2019-09-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationStatuses\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-02-01-preview\",\r\n \"2019-09-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Management\",\r\n \"namespace\": \"Microsoft.Management\",\r\n \"authorization\": {\r\n \"applicationId\": \"f2c304cf-8e7e-4c3f-8164-16299ad9d272\",\r\n \"roleDefinitionId\": \"c1cf3708-588a-4647-be7f-f400bbe214cf\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-11-01-preview\",\r\n \"2017-08-31-preview\",\r\n \"2017-06-30-preview\",\r\n \"2017-05-31-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"managementGroups\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-02-01\",\r\n \"2019-11-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-03-01-beta\",\r\n \"2018-01-01-preview\",\r\n \"2017-11-01-preview\",\r\n \"2017-08-31-preview\",\r\n \"2017-06-30-preview\",\r\n \"2017-05-31-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"getEntities\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-02-01\",\r\n \"2019-11-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-03-01-beta\",\r\n \"2018-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"managementGroups/settings\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-02-01\",\r\n \"2018-03-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-02-01\",\r\n \"2019-11-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-03-01-beta\",\r\n \"2018-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-02-01\",\r\n \"2019-11-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-03-01-beta\",\r\n \"2018-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationResults/asyncOperation\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-02-01\",\r\n \"2019-11-01\",\r\n \"2018-03-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-02-01\",\r\n \"2019-11-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-03-01-beta\",\r\n \"2018-01-01-preview\",\r\n \"2017-11-01-preview\",\r\n \"2017-08-31-preview\",\r\n \"2017-06-30-preview\",\r\n \"2017-05-31-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tenantBackfillStatus\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-02-01\",\r\n \"2019-11-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-03-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"startTenantBackfill\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-02-01\",\r\n \"2019-11-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-03-01-beta\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Maps\",\r\n \"namespace\": \"Microsoft.Maps\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"608f6f31-fed0-4f7b-809f-90f6c9b3de78\",\r\n \"roleDefinitionId\": \"3431F0E6-63BC-482D-A96E-0AB819610A5F\"\r\n },\r\n {\r\n \"applicationId\": \"ba1ea022-5807-41d5-bbeb-292c7e1cf5f6\",\r\n \"roleDefinitionId\": \"48195074-b752-4868-be0f-7c324a224aa1\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-01-preview\",\r\n \"2018-05-01\",\r\n \"2017-01-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/privateAtlases\",\r\n \"locations\": [\r\n \"United States\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/eventGridFilters\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-02-01-preview\",\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-02-01-preview\",\r\n \"2018-05-01\",\r\n \"2017-01-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Marketplace\",\r\n \"namespace\": \"Microsoft.Marketplace\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"a0e1e353-1a3e-42cf-a8ea-3a9746eec58c\"\r\n },\r\n {\r\n \"applicationId\": \"a5ce81bb-67c7-4043-952a-22004782adb5\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"register\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privategalleryitems\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"products\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-08-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"offers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-08-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"offerTypes\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"offerTypes/publishers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"offerTypes/publishers/offers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"offerTypes/publishers/offers/plans\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"offerTypes/publishers/offers/plans/configs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"offerTypes/publishers/offers/plans/configs/importImage\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"offerTypes/publishers/offers/plans/agreements\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listAvailableOffers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publishers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publishers/offers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publishers/offers/amendments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateStoreClient\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-08-01-beta\",\r\n \"2018-03-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateStores\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateStores/offers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.MarketplaceApps\",\r\n \"namespace\": \"Microsoft.MarketplaceApps\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"classicDevServices\",\r\n \"locations\": [\r\n \"Northwest US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-11-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"updateCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-11-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.MarketplaceOrdering\",\r\n \"namespace\": \"Microsoft.MarketplaceOrdering\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"agreements\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"offertypes\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Media\",\r\n \"namespace\": \"Microsoft.Media\",\r\n \"authorization\": {\r\n \"applicationId\": \"374b2a64-3b6b-436b-934c-b820eacca870\",\r\n \"roleDefinitionId\": \"aab70789-0cec-44b5-95d7-84b64c9487af\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"mediaservices\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\",\r\n \"2015-10-01\",\r\n \"2015-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/assets\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/contentKeyPolicies\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/streamingLocators\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/streamingPolicies\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/eventGridFilters\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-05\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/transforms\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/transforms/jobs\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/streamingEndpoints\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\",\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/liveEvents\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\",\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/liveEvents/liveOutputs\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\",\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/streamingEndpointOperations\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\",\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/liveEventOperations\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\",\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/liveOutputOperations\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\",\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/assets/assetFilters\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/accountFilters\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\",\r\n \"2018-02-05\",\r\n \"2015-10-01\",\r\n \"2015-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checknameavailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01\",\r\n \"2015-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Migrate\",\r\n \"namespace\": \"Microsoft.Migrate\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"e3bfd6ac-eace-4438-9dc1-eed439e738de\",\r\n \"roleDefinitionId\": \"e88f4159-1d71-4b12-8ef0-38c039cb051e\"\r\n },\r\n {\r\n \"applicationId\": \"51df634f-ddb4-4901-8a2d-52f6393a796b\",\r\n \"roleDefinitionId\": \"d7568dc2-2265-41f7-9c0f-1e9c7862ca62\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"projects\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-02\",\r\n \"2017-11-11-preview\",\r\n \"2017-09-25-privatepreview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"migrateprojects\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-06-01\",\r\n \"2018-09-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"assessmentProjects\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2018-06-30-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-02\",\r\n \"2017-11-11-preview\",\r\n \"2017-09-25-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-02-02\",\r\n \"2017-11-11-preview\",\r\n \"2017-09-25-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-02\",\r\n \"2017-11-11-preview\",\r\n \"2017-09-25-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/assessmentOptions\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-02\",\r\n \"2017-11-11-preview\",\r\n \"2017-09-25-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.MixedReality\",\r\n \"namespace\": \"Microsoft.MixedReality\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"c7ddd9b4-5172-4e28-bd29-1e0792947d18\",\r\n \"roleDefinitionId\": \"b67ee066-e058-4ddb-92bc-83cdd74bc38a\"\r\n },\r\n {\r\n \"applicationId\": \"a15bc1de-f777-408f-9d2b-a27ed19c72ba\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-06-preview\",\r\n \"2019-12-02-preview\",\r\n \"2019-02-28-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-06-preview\",\r\n \"2019-12-02-preview\",\r\n \"2019-02-28-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-06-preview\",\r\n \"2019-12-02-preview\",\r\n \"2019-02-28-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"spatialAnchorsAccounts\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"UK South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-12-02-preview\",\r\n \"2019-02-28-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"remoteRenderingAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-06-preview\",\r\n \"2019-12-02-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.NetApp\",\r\n \"namespace\": \"Microsoft.NetApp\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"12fb057d-b751-47cd-857c-f2934bb677b4\",\r\n \"roleDefinitionId\": \"e4796bef-6b6d-4cbc-ba1e-27f1a308d860\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"UAE Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West US (Stage)\",\r\n \"West US 2 (Stage)\",\r\n \"South Central US (Stage)\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-03-01\",\r\n \"2020-02-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-05-01\",\r\n \"2017-08-15\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.NotificationHubs\",\r\n \"namespace\": \"Microsoft.NotificationHubs\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"namespaces\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2016-03-01\",\r\n \"2014-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"namespaces/notificationHubs\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2016-03-01\",\r\n \"2014-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"checkNamespaceAvailability\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2016-03-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2016-03-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2016-03-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationResults\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2016-03-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.ObjectStore\",\r\n \"namespace\": \"Microsoft.ObjectStore\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"osNamespaces\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.OffAzure\",\r\n \"namespace\": \"Microsoft.OffAzure\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"728a93e3-065d-4678-93b1-3cc281223341\",\r\n \"roleDefinitionId\": \"b9967bf7-a345-4af8-95f0-49916f760fc6\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"VMwareSites\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\",\r\n \"2020-01-01\",\r\n \"2019-06-06\",\r\n \"2019-05-01-preview\",\r\n \"2018-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"HyperVSites\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-06-06\",\r\n \"2018-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ServerSites\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\",\r\n \"2019-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ImportSites\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-01\",\r\n \"2020-01-01-preview\",\r\n \"2019-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-06-06\",\r\n \"2018-05-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.OperationalInsights\",\r\n \"namespace\": \"Microsoft.OperationalInsights\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"d2a0a418-0aac-4541-82b2-b3142c89da77\",\r\n \"roleDefinitionId\": \"86695298-2eb9-48a7-9ec3-2fdb38b6878b\"\r\n },\r\n {\r\n \"applicationId\": \"ca7f3f0b-7d91-482c-8e09-c5d840d0eac5\",\r\n \"roleDefinitionId\": \"5d5a2e56-9835-44aa-93db-d2f19e155438\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"workspaces\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"West Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West US\",\r\n \"UK West\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\",\r\n \"2017-04-26-preview\",\r\n \"2017-03-15-preview\",\r\n \"2017-03-03-preview\",\r\n \"2017-01-01-preview\",\r\n \"2015-11-01-preview\",\r\n \"2015-03-20\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\",\r\n \"2019-08-01-preview\",\r\n \"2017-04-26-preview\",\r\n \"2017-03-15-preview\",\r\n \"2017-03-03-preview\",\r\n \"2017-01-01-preview\",\r\n \"2015-11-01-preview\",\r\n \"2015-03-20\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationStatuses\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"West Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West US\",\r\n \"UK West\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\",\r\n \"2019-08-01-preview\",\r\n \"2017-04-26-preview\",\r\n \"2017-03-15-preview\",\r\n \"2017-03-03-preview\",\r\n \"2017-01-01-preview\",\r\n \"2015-11-01-preview\",\r\n \"2015-03-20\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"workspaces/scopedPrivateLinkProxies\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"West Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West US\",\r\n \"UK West\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\",\r\n \"2019-08-01-preview\",\r\n \"2015-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"workspaces/query\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"workspaces/metadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"workspaces/dataSources\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"West Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West US\",\r\n \"UK West\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\",\r\n \"2015-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"workspaces/linkedStorageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"West Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West US\",\r\n \"UK West\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\",\r\n \"2019-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageInsightConfigs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\",\r\n \"2014-10-10\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"workspaces/linkedServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"West Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West US\",\r\n \"UK West\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\",\r\n \"2019-08-01-preview\",\r\n \"2015-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"linkTargets\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\",\r\n \"2015-03-20\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deletedWorkspaces\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"West Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West US\",\r\n \"UK West\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\",\r\n \"2015-11-01-preview\",\r\n \"2014-11-10\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.OperationsManagement\",\r\n \"namespace\": \"Microsoft.OperationsManagement\",\r\n \"authorization\": {\r\n \"applicationId\": \"d2a0a418-0aac-4541-82b2-b3142c89da77\",\r\n \"roleDefinitionId\": \"aa249101-6816-4966-aafa-08175d795f14\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"solutions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"West Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"Central Us\",\r\n \"East Us 2\",\r\n \"East Asia\",\r\n \"West Us\",\r\n \"South Central Us\",\r\n \"North Central US\",\r\n \"UK West\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-11-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"managementconfigurations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"West Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"Central Us\",\r\n \"East Us 2\",\r\n \"East Asia\",\r\n \"West Us\",\r\n \"South Central Us\",\r\n \"North Central US\",\r\n \"UK West\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-11-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"managementassociations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-11-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"views\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"West Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"Central Us\",\r\n \"East Us 2\",\r\n \"East Asia\",\r\n \"West Us\",\r\n \"South Central Us\",\r\n \"North Central US\",\r\n \"UK West\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-08-21-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-11-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Peering\",\r\n \"namespace\": \"Microsoft.Peering\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"peerings\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"East Asia\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"West India\",\r\n \"South India\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Canada Central\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada East\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2020-01-01-preview\",\r\n \"2019-09-01-preview\",\r\n \"2019-08-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"peeringLocations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2020-01-01-preview\",\r\n \"2019-09-01-preview\",\r\n \"2019-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"legacyPeerings\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2020-01-01-preview\",\r\n \"2019-09-01-preview\",\r\n \"2019-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"peerAsns\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2020-01-01-preview\",\r\n \"2019-09-01-preview\",\r\n \"2019-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"peeringServices\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"East Asia\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"West India\",\r\n \"South India\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Canada Central\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Canada East\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2020-01-01-preview\",\r\n \"2019-09-01-preview\",\r\n \"2019-08-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"peeringServiceCountries\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2020-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"peeringServiceLocations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2020-01-01-preview\",\r\n \"2019-09-01-preview\",\r\n \"2019-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"peeringServiceProviders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2020-01-01-preview\",\r\n \"2019-09-01-preview\",\r\n \"2019-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceProviderAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2020-01-01-preview\",\r\n \"2019-09-01-preview\",\r\n \"2019-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2020-01-01-preview\",\r\n \"2019-09-01-preview\",\r\n \"2019-08-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Portal\",\r\n \"namespace\": \"Microsoft.Portal\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"dashboards\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\",\r\n \"2018-10-01-preview\",\r\n \"2015-08-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\",\r\n \"2018-10-01\",\r\n \"2017-12-01-preview\",\r\n \"2017-08-01-preview\",\r\n \"2017-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"consoles\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\",\r\n \"2018-10-01\",\r\n \"2017-12-01-preview\",\r\n \"2017-08-01-preview\",\r\n \"2017-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/consoles\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"Central India\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\",\r\n \"2018-10-01\",\r\n \"2017-12-01-preview\",\r\n \"2017-08-01-preview\",\r\n \"2017-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"userSettings\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\",\r\n \"2018-10-01\",\r\n \"2017-12-01-preview\",\r\n \"2017-08-01-preview\",\r\n \"2017-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/userSettings\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"Central India\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\",\r\n \"2018-10-01\",\r\n \"2017-12-01-preview\",\r\n \"2017-08-01-preview\",\r\n \"2017-01-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.PowerBI\",\r\n \"namespace\": \"Microsoft.PowerBI\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"workspaceCollections\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"West India\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-01-29\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-01-29\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"West India\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-01-29\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.PowerBIDedicated\",\r\n \"namespace\": \"Microsoft.PowerBIDedicated\",\r\n \"authorization\": {\r\n \"applicationId\": \"4ac7d521-0382-477b-b0f8-7e1d95f85ca2\",\r\n \"roleDefinitionId\": \"490d5987-bcf6-4be6-b6b2-056a78cb693a\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"capacities\",\r\n \"locations\": [\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Canada East\",\r\n \"South Africa West\",\r\n \"UK West\",\r\n \"Central US\",\r\n \"Central India\",\r\n \"Australia East\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01\",\r\n \"2017-01-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 \"2017-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"Central US\",\r\n \"Central India\",\r\n \"Australia East\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"South Africa West\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01\",\r\n \"2017-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"Central US\",\r\n \"Central India\",\r\n \"Australia East\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01\",\r\n \"2017-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationstatuses\",\r\n \"locations\": [\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"Central US\",\r\n \"Central India\",\r\n \"Australia East\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Africa North\",\r\n \"South Africa West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01\",\r\n \"2017-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-01-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.PowerPlatform\",\r\n \"namespace\": \"Microsoft.PowerPlatform\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.ProjectBabylon\",\r\n \"namespace\": \"Microsoft.ProjectBabylon\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"73c2949e-da2d-457a-9607-fcc665198967\",\r\n \"roleDefinitionId\": \"1BC09725-0C9B-4F57-A3D0-FCCF4EB40120\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.ProviderHub\",\r\n \"namespace\": \"Microsoft.ProviderHub\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"providerRegistrations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providerRegistrations/resourceTypeRegistrations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"rollouts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-02-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"availableAccounts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-02-01-preview\",\r\n \"2018-11-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Quantum\",\r\n \"namespace\": \"Microsoft.Quantum\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"a77d91dc-971b-4cf7-90c8-f183194249bc\",\r\n \"roleDefinitionId\": \"915bd376-2da8-411d-9906-895a54086a66\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"Operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Locations\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Locations/OperationStatuses\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-04-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.RedHatOpenShift\",\r\n \"namespace\": \"Microsoft.RedHatOpenShift\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"f1dd0a37-89c6-4e07-bcd1-ffd3d43d8875\",\r\n \"roleDefinitionId\": \"640c5ac9-6f32-4891-94f4-d20f7aa9a7e6\",\r\n \"managedByRoleDefinitionId\": \"9e3af657-a8ff-583c-a75c-2fe7c4bcb635\",\r\n \"managedByAuthorization\": {\r\n \"allowManagedByInheritance\": true\r\n }\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-04-30\",\r\n \"2019-12-31-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-30\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationsstatus\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-30\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"OpenShiftClusters\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-30\"\r\n ],\r\n \"capabilities\": \"SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-04-30\",\r\n \"2019-12-31-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.ResourceGraph\",\r\n \"namespace\": \"Microsoft.ResourceGraph\",\r\n \"authorization\": {\r\n \"applicationId\": \"509e4652-da8d-478d-a730-e9d4a1996ca4\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\",\r\n \"2018-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourcesHistory\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceChanges\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceChangeDetails\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\",\r\n \"2018-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptionsStatus\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\",\r\n \"2018-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"queries\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"authorization\": {\r\n \"applicationId\": \"3b990c8b-9607-4c2a-8b04-1d41985facca\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"notifyResourceJobs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"checkPolicyCompliance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkresourcename\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"calculateTemplateHash\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE 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-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourceGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia Southeast\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE 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-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/resourcegroups/resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagnames\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"subscriptions/tagNames/tagValues\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deployments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"links\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-11-01\",\r\n \"2018-09-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-05-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-05-10\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"deploymentScripts/logs\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deploymentScriptOperationResults\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.SaaS\",\r\n \"namespace\": \"Microsoft.SaaS\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"f738ef14-47dc-4564-b53b-45069484ccc7\",\r\n \"roleDefinitionId\": \"b131dd2d-387a-4cae-bb9b-3d021f80d1e6\"\r\n },\r\n {\r\n \"applicationId\": \"20e940b3-4c77-4b0b-9a53-9e16a1b010a7\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"applications\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"checknameavailability\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkModernEligibility\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"saasresources\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.SecurityInsights\",\r\n \"namespace\": \"Microsoft.SecurityInsights\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"98785600-1bb7-4fb9-b9fa-19afe2c8a360\",\r\n \"roleDefinitionId\": \"ef1c46aa-ae81-4091-ab83-f75f28efb7b8\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"alertRules\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-01-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"alertRuleTemplates\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"cases\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"bookmarks\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"dataConnectors\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-01-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"dataConnectorsCheckRequirements\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"entities\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"incidents\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"officeConsents\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"settings\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"aggregations\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"entityQueries\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"threatIntelligence\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"automationRules\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.SerialConsole\",\r\n \"namespace\": \"Microsoft.SerialConsole\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"consoleServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/consoleServices\",\r\n \"locations\": [\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.SignalRService\",\r\n \"namespace\": \"Microsoft.SignalRService\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"cdad765c-f191-43ba-b9f5-7aef392f811d\",\r\n \"roleDefinitionId\": \"346b504e-4aec-45d1-be25-a6e10f3cb4fe\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"SignalR\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationStatuses\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West US 2\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"SignalR/eventGridFilters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2018-10-01\",\r\n \"2018-03-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.SoftwarePlan\",\r\n \"namespace\": \"Microsoft.SoftwarePlan\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"hybridUseBenefits\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Solutions\",\r\n \"namespace\": \"Microsoft.Solutions\",\r\n \"authorization\": {\r\n \"applicationId\": \"ba4bc2bd-843f-4d61-9d33-199178eae34e\",\r\n \"roleDefinitionId\": \"6cb99a0b-29a8-49bc-b57b-057acc68cd9a\",\r\n \"managedByRoleDefinitionId\": \"9e3af657-a8ff-583c-a75c-2fe7c4bcb635\",\r\n \"managedByAuthorization\": {\r\n \"managedByResourceRoleDefinitionId\": \"9e3af657-a8ff-583c-a75c-2fe7c4bcb635\"\r\n }\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"applications\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"West India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2018-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-12-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"applicationDefinitions\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"West India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2018-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-12-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2018-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-12-01\",\r\n \"2017-09-01\",\r\n \"2016-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"jitRequests\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"West India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2018-09-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationstatuses\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"West India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2018-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-12-01\",\r\n \"2017-09-01\",\r\n \"2016-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2018-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-12-01\",\r\n \"2017-09-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.SqlVirtualMachine\",\r\n \"namespace\": \"Microsoft.SqlVirtualMachine\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"bd93b475-f9e2-476e-963d-b2daf143ffb9\",\r\n \"roleDefinitionId\": \"f96bd990-ffdf-4c17-8ee3-77454d9c3f5d\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"SqlVirtualMachineGroups\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK West\",\r\n \"West US\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"SqlVirtualMachines\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK West\",\r\n \"West US\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"SqlVirtualMachineGroups/AvailabilityGroupListeners\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK West\",\r\n \"West US\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK West\",\r\n \"West US\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Locations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"West US\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Locations/OperationTypes\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK West\",\r\n \"West US\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Locations/sqlVirtualMachineOperationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK West\",\r\n \"West US\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Locations/sqlVirtualMachineGroupOperationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK West\",\r\n \"West US\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Locations/availabilityGroupListenerOperationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"France Central\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK West\",\r\n \"West US\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.StorageSync\",\r\n \"namespace\": \"Microsoft.StorageSync\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"roleDefinitionId\": \"4cd49d82-1f4d-43fc-af0c-1c1203668e5a\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageSyncServices\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/cloudEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/syncGroups/serverEndpoints\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/registeredServers\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageSyncServices/workflows\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\",\r\n \"2018-01-01-preview\",\r\n \"2017-06-05-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2019-02-01\",\r\n \"2018-10-01\",\r\n \"2018-07-01\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.StorSimple\",\r\n \"namespace\": \"Microsoft.StorSimple\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"managers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2017-05-15\",\r\n \"2017-01-01\",\r\n \"2016-10-01\",\r\n \"2016-06-01\",\r\n \"2015-03-15\",\r\n \"2014-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-10-01\",\r\n \"2016-06-01\",\r\n \"2015-03-15\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.StreamAnalytics\",\r\n \"namespace\": \"Microsoft.StreamAnalytics\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"streamingjobs\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West Europe\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"East Asia\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"East US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2018-11-01\",\r\n \"2017-04-01-preview\",\r\n \"2016-03-01\",\r\n \"2015-11-01\",\r\n \"2015-10-01\",\r\n \"2015-09-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-03-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"West US\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"East Asia\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"East US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2018-11-01\",\r\n \"2017-04-01-preview\",\r\n \"2016-03-01\",\r\n \"2015-11-01\",\r\n \"2015-10-01\",\r\n \"2015-09-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/quotas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2018-11-01\",\r\n \"2017-04-01-preview\",\r\n \"2016-03-01\",\r\n \"2015-11-01\",\r\n \"2015-10-01\",\r\n \"2015-09-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\",\r\n \"2015-03-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"East Asia\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"East US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2018-11-01\",\r\n \"2017-04-01-preview\",\r\n \"2016-03-01\",\r\n \"2015-11-01\",\r\n \"2015-10-01\",\r\n \"2015-09-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-06-01\",\r\n \"2015-05-01\",\r\n \"2015-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/microsoft.support\",\r\n \"namespace\": \"microsoft.support\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"959678cf-d004-4c22-82a6-d2ce549a58b8\",\r\n \"roleDefinitionId\": \"81a3dd11-5123-4ec3-9485-772b0a27d1bd\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2019-05-01-preview\",\r\n \"2015-07-01-Preview\",\r\n \"2015-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2019-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"services\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2019-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"services/problemclassifications\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2019-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"supporttickets\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2019-05-01-preview\",\r\n \"2015-07-01-Preview\",\r\n \"2015-03-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2019-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationsstatus\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2019-05-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Synapse\",\r\n \"namespace\": \"Microsoft.Synapse\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9e09aefc-b2e5-4d19-9f74-3e3e8b11a57b\",\r\n \"roleDefinitionId\": \"a53b114a-452b-4d20-bcd6-c51c3c8c5878\",\r\n \"managedByRoleDefinitionId\": \"ede175bc-31e5-4074-ba98-e62b895797aa\"\r\n },\r\n {\r\n \"applicationId\": \"1ac05c7e-12d2-4605-bf9d-549d7041c6b3\",\r\n \"roleDefinitionId\": \"48e77487-c9fa-4abe-8484-71ebdebdbbc2\"\r\n },\r\n {\r\n \"applicationId\": \"ec52d13d-2e85-410e-a89a-8c79fb6a32ac\",\r\n \"roleDefinitionId\": \"c3a447c3-a63a-4905-a125-c6856f9d0e17\"\r\n },\r\n {\r\n \"applicationId\": \"5ebe1e69-13dd-4953-84fa-a74ed591db2e\",\r\n \"roleDefinitionId\": \"e8ebe3e8-569b-4ad3-bea1-5b274fe0c49f\"\r\n },\r\n {\r\n \"applicationId\": \"2e458d69-0892-4655-b713-4f7b182315dd\",\r\n \"roleDefinitionId\": \"45EA3B16-D4DD-48CA-BF0D-BBE644C0C0AF\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"workspaces\",\r\n \"locations\": [\r\n \"West US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"UK South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"workspaces/bigDataPools\",\r\n \"locations\": [\r\n \"West US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"UK South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"workspaces/sqlPools\",\r\n \"locations\": [\r\n \"West US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"UK South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"workspaces/operationStatuses\",\r\n \"locations\": [\r\n \"West US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"UK South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"workspaces/operationResults\",\r\n \"locations\": [\r\n \"West US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"UK South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"UK South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.TimeSeriesInsights\",\r\n \"namespace\": \"Microsoft.TimeSeriesInsights\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"120d688d-1518-4cf7-bd38-182f158850b6\",\r\n \"roleDefinitionId\": \"5a43abdf-bb87-42c4-9e56-1c24bf364150\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"environments\",\r\n \"locations\": [\r\n \"South Central Us\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"UK West\",\r\n \"UK South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-15-preview\",\r\n \"2017-11-15\",\r\n \"2017-02-28-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"environments/eventsources\",\r\n \"locations\": [\r\n \"South Central Us\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"UK West\",\r\n \"UK South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-15-preview\",\r\n \"2017-11-15\",\r\n \"2017-02-28-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"environments/referenceDataSets\",\r\n \"locations\": [\r\n \"South Central Us\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"UK West\",\r\n \"UK South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-15-preview\",\r\n \"2017-11-15\",\r\n \"2017-02-28-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"environments/accessPolicies\",\r\n \"locations\": [\r\n \"South Central Us\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"UK West\",\r\n \"UK South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-15-preview\",\r\n \"2017-11-15\",\r\n \"2017-02-28-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"South Central Us\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2 EUAP\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"West Central US\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-02-28-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Token\",\r\n \"namespace\": \"Microsoft.Token\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"fe053c5f-3692-4f14-aef2-ee34fc081cae\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"stores\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Japan West\",\r\n \"Australia Southeast\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"stores/accessPolicies\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Japan West\",\r\n \"Australia Southeast\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"stores/services\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Japan West\",\r\n \"Australia Southeast\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"stores/services/tokens\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Japan West\",\r\n \"Australia Southeast\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.VirtualMachineImages\",\r\n \"namespace\": \"Microsoft.VirtualMachineImages\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"cf32a0cc-373c-47c9-9156-0db11f6a6dfc\",\r\n \"roleDefinitionId\": \"0ee55a0b-f45f-4392-92ec-e8bf1b4b5da5\",\r\n \"managedByRoleDefinitionId\": \"9e3af657-a8ff-583c-a75c-2fe7c4bcb635\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"imageTemplates\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-14\",\r\n \"2019-05-01-preview\",\r\n \"2019-02-01-preview\",\r\n \"2018-02-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"imageTemplates/runOutputs\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-14\",\r\n \"2019-05-01-preview\",\r\n \"2019-02-01-preview\",\r\n \"2018-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-14\",\r\n \"2019-05-01-preview\",\r\n \"2019-02-01-preview\",\r\n \"2018-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-14\",\r\n \"2019-05-01-preview\",\r\n \"2019-02-01-preview\",\r\n \"2018-02-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-14\",\r\n \"2019-05-01-preview\",\r\n \"2019-02-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/microsoft.visualstudio\",\r\n \"namespace\": \"microsoft.visualstudio\",\r\n \"authorization\": {\r\n \"applicationId\": \"499b84ac-1321-427f-aa17-267ca6975798\",\r\n \"roleDefinitionId\": \"6a18f445-86f0-4e2e-b8a9-6b9b5677e3d8\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"account\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West US 2\",\r\n \"Canada Central\",\r\n \"UK South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-02-26\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West US 2\",\r\n \"Canada Central\",\r\n \"UK South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-02-26\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"account/project\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-02-26\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"account/extension\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West US 2\",\r\n \"Canada Central\",\r\n \"UK South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-02-26\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West US 2\",\r\n \"Canada Central\",\r\n \"UK South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.VMware\",\r\n \"namespace\": \"Microsoft.VMware\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"ac9dc5fe-b644-4832-9d03-d9f1ab70c5f7\",\r\n \"roleDefinitionId\": \"dd032bd9-65cc-4171-b688-c612566422ae\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"Locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-20-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Locations/OperationStatuses\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 EUAP\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-20-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-20-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.VMwareCloudSimple\",\r\n \"namespace\": \"Microsoft.VMwareCloudSimple\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"d96199e7-4674-4bbf-a1c6-ddf93682f5ee\",\r\n \"roleDefinitionId\": \"533012ca-a3e7-44e4-93b4-3143f8b9409d\",\r\n \"allowedThirdPartyExtensions\": [\r\n {\r\n \"name\": \"CloudSimpleExtension\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"dedicatedCloudNodes\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"dedicatedCloudServices\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availabilities\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateClouds\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateClouds/virtualNetworks\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateClouds/virtualMachineTemplates\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/privateClouds/resourcePools\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.VnfManager\",\r\n \"namespace\": \"Microsoft.VnfManager\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"b8ed041c-aa91-418e-8f47-20c70abc2de1\",\r\n \"roleDefinitionId\": \"c8d69fc0-f0ed-43b3-bf1d-4dfdaacc6d2d\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"Operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationstatuses\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.VSOnline\",\r\n \"namespace\": \"Microsoft.VSOnline\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"9bd5ab7f-4031-4045-ace9-6bebbad202f6\",\r\n \"roleDefinitionId\": \"b879ac78-f1e6-448d-ab4c-5908cd5967c1\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"West Us 2\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01-preview\",\r\n \"2019-07-01-beta\",\r\n \"2019-07-01-alpha\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"plans\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"West Us 2\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-26-preview\",\r\n \"2020-05-26-beta\",\r\n \"2020-05-26-alpha\",\r\n \"2019-07-01-preview\",\r\n \"2019-07-01-beta\",\r\n \"2019-07-01-alpha\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-26-privatepreview\",\r\n \"2020-05-26-preview\",\r\n \"2020-05-26-beta\",\r\n \"2020-05-26-alpha\",\r\n \"2019-07-01-privatepreview\",\r\n \"2019-07-01-preview\",\r\n \"2019-07-01-beta\",\r\n \"2019-07-01-alpha\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registeredSubscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-26-privatepreview\",\r\n \"2020-05-26-preview\",\r\n \"2020-05-26-beta\",\r\n \"2020-05-26-alpha\",\r\n \"2019-07-01-privatepreview\",\r\n \"2019-07-01-preview\",\r\n \"2019-07-01-beta\",\r\n \"2019-07-01-alpha\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.WindowsESU\",\r\n \"namespace\": \"Microsoft.WindowsESU\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"e6c69915-bcc7-4335-b655-c62f949d691b\",\r\n \"roleDefinitionId\": \"9bccffcd-2d3d-4b7c-a2cb-bb26e77b4810\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"Operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-16-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-16-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Locations/OperationStatuses\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.WindowsIoT\",\r\n \"namespace\": \"Microsoft.WindowsIoT\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"DeviceServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2018-02-16-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2018-02-16-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.WorkloadBuilder\",\r\n \"namespace\": \"Microsoft.WorkloadBuilder\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"Locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-07-01-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Locations/OperationStatuses\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-07-01-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-07-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.WorkloadMonitor\",\r\n \"namespace\": \"Microsoft.WorkloadMonitor\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-08-31-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"componentsSummary\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-08-31-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"monitorInstancesSummary\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-08-31-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"monitorInstances\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-08-31-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"components\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-08-31-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"monitors\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-08-31-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"notificationSettings\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-08-31-preview\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Myget.PackageManagement\",\r\n \"namespace\": \"Myget.PackageManagement\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"services\",\r\n \"locations\": [\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"updateCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Paraleap.CloudMonix\",\r\n \"namespace\": \"Paraleap.CloudMonix\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"services\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-08-10\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-10\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-10\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"updateCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-10\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Pokitdok.Platform\",\r\n \"namespace\": \"Pokitdok.Platform\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"services\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-17\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-17\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-17\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"updateCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-17\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/RavenHq.Db\",\r\n \"namespace\": \"RavenHq.Db\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"databases\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-07-18\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-07-18\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-07-18\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"updateCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-07-18\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Raygun.CrashReporting\",\r\n \"namespace\": \"Raygun.CrashReporting\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"apps\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"updateCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Sendgrid.Email\",\r\n \"namespace\": \"Sendgrid.Email\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Sparkpost.Basic\",\r\n \"namespace\": \"Sparkpost.Basic\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"services\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"updateCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/stackify.retrace\",\r\n \"namespace\": \"stackify.retrace\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"services\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-01-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"updateCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-01-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/U2uconsult.TheIdentityHub\",\r\n \"namespace\": \"U2uconsult.TheIdentityHub\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"services\",\r\n \"locations\": [\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-15\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"listCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-15\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"updateCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-15\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Wandisco.Fusion\",\r\n \"namespace\": \"Wandisco.Fusion\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"37b36496-3f4f-443a-a406-5e0a0535f6a3\",\r\n \"roleDefinitionId\": \"b10cdc1f-fd21-4fe9-bae7-7e2e25a91a21\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"Locations\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Locations/operationStatuses\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2 EUAP\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"registeredSubscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"NotRegistered\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourcegroups/ps2116?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlZ3JvdXBzL3BzMjExNj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourcegroups/ps9632?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlZ3JvdXBzL3BzOTYzMj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "45ac5fbf-6660-44ab-93ea-72024ad725bb" + "9b35bd17-fdb3-49e6-81e4-2705a28b94dc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.7" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" ], "Content-Type": [ "application/json; charset=utf-8" @@ -93,16 +93,82 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1197" + ], + "x-ms-request-id": [ + "30dce3aa-e642-418b-bd68-e13307cb56e1" + ], + "x-ms-correlation-request-id": [ + "30dce3aa-e642-418b-bd68-e13307cb56e1" + ], + "x-ms-routing-request-id": [ + "WESTINDIA:20200617T104303Z:30dce3aa-e642-418b-bd68-e13307cb56e1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 17 Jun 2020 10:43:02 GMT" + ], + "Content-Length": [ + "165" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632\",\r\n \"name\": \"ps9632\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourcegroups/ps5656?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlZ3JvdXBzL3BzNTY1Nj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3335b154-50ad-4d70-84f4-dcd032528f7d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "29" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1196" ], "x-ms-request-id": [ - "017ddecd-3e5d-4ed2-a806-a2582540199b" + "485b3d12-c76c-4a2d-907d-10ed6cf8e491" ], "x-ms-correlation-request-id": [ - "017ddecd-3e5d-4ed2-a806-a2582540199b" + "485b3d12-c76c-4a2d-907d-10ed6cf8e491" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124100Z:017ddecd-3e5d-4ed2-a806-a2582540199b" + "WESTINDIA:20200617T104304Z:485b3d12-c76c-4a2d-907d-10ed6cf8e491" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +177,7 @@ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:40:59 GMT" + "Wed, 17 Jun 2020 10:43:03 GMT" ], "Content-Length": [ "165" @@ -123,23 +189,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116\",\r\n \"name\": \"ps2116\",\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/ps5656\",\r\n \"name\": \"ps5656\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/serverfarms/ps7291?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zZXJ2ZXJmYXJtcy9wczcyOTE/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/serverfarms/ps7157?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zZXJ2ZXJmYXJtcy9wczcxNTc/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"perSiteScaling\": false,\r\n \"isXenon\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\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\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "30cc3938-4c5a-4300-85aa-5bfd9eca8fe8" + "28f77bf5-6150-44c1-b6d9-e81a5ef7546e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -148,7 +214,7 @@ "application/json; charset=utf-8" ], "Content-Length": [ - "187" + "211" ] }, "ResponseHeaders": { @@ -162,7 +228,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "83b50b35-3f31-4e11-a16d-0d48528f019f" + "99c207a7-ffa4-43e3-887c-886317caeffd" ], "Server": [ "Microsoft-IIS/10.0" @@ -177,16 +243,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "2b93c3e6-4f70-4d18-8526-e82196383a06" + "0b1dd8c7-7bd3-45d5-bbd2-a06be217057c" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124114Z:2b93c3e6-4f70-4d18-8526-e82196383a06" + "WESTINDIA:20200617T104317Z:0b1dd8c7-7bd3-45d5-bbd2-a06be217057c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:41:14 GMT" + "Wed, 17 Jun 2020 10:43:17 GMT" ], "Content-Length": [ "1267" @@ -198,23 +264,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/serverfarms/ps7291\",\r\n \"name\": \"ps7291\",\r\n \"type\": \"Microsoft.Web/serverfarms\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"serverFarmId\": 28376,\r\n \"name\": \"ps7291\",\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\": \"ps2116-WestUSwebspace\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"adminSiteName\": null,\r\n \"hostingEnvironment\": null,\r\n \"hostingEnvironmentProfile\": null,\r\n \"maximumNumberOfWorkers\": 10,\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\": \"ps2116\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"mdmId\": \"waws-prod-bay-087_28376\",\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\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"size\": \"S1\",\r\n \"family\": \"S\",\r\n \"capacity\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/serverfarms/ps7157\",\r\n \"name\": \"ps7157\",\r\n \"type\": \"Microsoft.Web/serverfarms\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"serverFarmId\": 37832,\r\n \"name\": \"ps7157\",\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\": \"ps9632-WestUSwebspace\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"adminSiteName\": null,\r\n \"hostingEnvironment\": null,\r\n \"hostingEnvironmentProfile\": null,\r\n \"maximumNumberOfWorkers\": 10,\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\": \"ps9632\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"mdmId\": \"waws-prod-bay-093_37832\",\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\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"size\": \"S1\",\r\n \"family\": \"S\",\r\n \"capacity\": 1\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/serverfarms/ps6761?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zZXJ2ZXJmYXJtcy9wczY3NjE/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/serverfarms/ps2645?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zZXJ2ZXJmYXJtcy9wczI2NDU/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"perSiteScaling\": false,\r\n \"isXenon\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\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\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4990afbb-01ee-4fc7-bf65-18a97443e9b8" + "42b5a551-45bc-453c-9eb6-4b4d5fe34a48" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -223,7 +289,7 @@ "application/json; charset=utf-8" ], "Content-Length": [ - "187" + "211" ] }, "ResponseHeaders": { @@ -237,7 +303,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "07721277-8d99-44d1-865a-fa088cc06e76" + "987554c4-0bf2-42ef-b9a6-1951b58a4588" ], "Server": [ "Microsoft-IIS/10.0" @@ -252,16 +318,91 @@ "1198" ], "x-ms-correlation-request-id": [ - "b36f7059-f082-48ea-bfee-0820e5a090ee" + "11c9b8ac-f11e-4db6-a5e4-399d22776464" + ], + "x-ms-routing-request-id": [ + "WESTINDIA:20200617T104325Z:11c9b8ac-f11e-4db6-a5e4-399d22776464" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 17 Jun 2020 10:43:24 GMT" + ], + "Content-Length": [ + "1267" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/serverfarms/ps2645\",\r\n \"name\": \"ps2645\",\r\n \"type\": \"Microsoft.Web/serverfarms\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"serverFarmId\": 37833,\r\n \"name\": \"ps2645\",\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\": \"ps9632-WestUSwebspace\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"adminSiteName\": null,\r\n \"hostingEnvironment\": null,\r\n \"hostingEnvironmentProfile\": null,\r\n \"maximumNumberOfWorkers\": 10,\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\": \"ps9632\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"mdmId\": \"waws-prod-bay-093_37833\",\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\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"size\": \"S1\",\r\n \"family\": \"S\",\r\n \"capacity\": 1\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/serverfarms/ps7141?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNTY1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zZXJ2ZXJmYXJtcy9wczcxNDE/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"perSiteScaling\": false,\r\n \"reserved\": false,\r\n \"isXenon\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"West US\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0faeb35d-483d-4b46-a2c1-359baffa7c9c" + ], + "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" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "211" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "4c54cd28-2090-43a4-bc9e-bcd7f156eb24" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1197" + ], + "x-ms-correlation-request-id": [ + "4b9f3e5e-4965-4395-8916-77d98cb2601f" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124120Z:b36f7059-f082-48ea-bfee-0820e5a090ee" + "WESTINDIA:20200617T104333Z:4b9f3e5e-4965-4395-8916-77d98cb2601f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:41:20 GMT" + "Wed, 17 Jun 2020 10:43:32 GMT" ], "Content-Length": [ "1267" @@ -273,23 +414,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/serverfarms/ps6761\",\r\n \"name\": \"ps6761\",\r\n \"type\": \"Microsoft.Web/serverfarms\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"serverFarmId\": 28377,\r\n \"name\": \"ps6761\",\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\": \"ps2116-WestUSwebspace\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"adminSiteName\": null,\r\n \"hostingEnvironment\": null,\r\n \"hostingEnvironmentProfile\": null,\r\n \"maximumNumberOfWorkers\": 10,\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\": \"ps2116\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"mdmId\": \"waws-prod-bay-087_28377\",\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\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"size\": \"S1\",\r\n \"family\": \"S\",\r\n \"capacity\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/serverfarms/ps7141\",\r\n \"name\": \"ps7141\",\r\n \"type\": \"Microsoft.Web/serverfarms\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"serverFarmId\": 27655,\r\n \"name\": \"ps7141\",\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\": \"ps5656-WestUSwebspace\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"adminSiteName\": null,\r\n \"hostingEnvironment\": null,\r\n \"hostingEnvironmentProfile\": null,\r\n \"maximumNumberOfWorkers\": 10,\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\": \"ps5656\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"mdmId\": \"waws-prod-bay-097_27655\",\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\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"size\": \"S1\",\r\n \"family\": \"S\",\r\n \"capacity\": 1\r\n }\r\n}", "StatusCode": 200 }, { "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/checknameavailability?api-version=2018-02-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2NoZWNrbmFtZWF2YWlsYWJpbGl0eT9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"ps8030\",\r\n \"type\": \"Site\"\r\n}", + "RequestBody": "{\r\n \"name\": \"ps7342\",\r\n \"type\": \"Site\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "28886753-25a1-47e8-99b2-eb33cf3eeccf" + "82f90059-aa78-4d8a-aff2-5cefdd37257d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -312,7 +453,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "95f97fe2-db95-4808-a626-e37a89453d4b" + "38a015d4-f2df-4556-98af-948b0da3a253" ], "Server": [ "Microsoft-IIS/10.0" @@ -327,16 +468,91 @@ "11999" ], "x-ms-correlation-request-id": [ - "bc5f1e5d-c8f4-4f8e-a249-0055a2dc76c1" + "5c68531a-d733-4a5c-9ff2-c4015e40d923" + ], + "x-ms-routing-request-id": [ + "WESTINDIA:20200617T104334Z:5c68531a-d733-4a5c-9ff2-c4015e40d923" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 17 Jun 2020 10:43:33 GMT" + ], + "Content-Length": [ + "47" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": \"\",\r\n \"message\": \"\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/providers/Microsoft.Web/checknameavailability?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViL2NoZWNrbmFtZWF2YWlsYWJpbGl0eT9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", + "RequestMethod": "POST", + "RequestBody": "{\r\n \"name\": \"ps2896\",\r\n \"type\": \"Site\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8cae47b0-c790-4c2b-bec8-4dace1046048" + ], + "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" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "43" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "566bb247-3ab7-4360-bec8-bb988214b418" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11964" + ], + "x-ms-correlation-request-id": [ + "15268ea0-9213-4a83-82e0-66af8d9a4922" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124120Z:bc5f1e5d-c8f4-4f8e-a249-0055a2dc76c1" + "WESTINDIA:20200617T104532Z:15268ea0-9213-4a83-82e0-66af8d9a4922" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:41:20 GMT" + "Wed, 17 Jun 2020 10:45:31 GMT" ], "Content-Length": [ "47" @@ -352,19 +568,19 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/serverfarms/ps7291?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zZXJ2ZXJmYXJtcy9wczcyOTE/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/serverfarms/ps7157?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zZXJ2ZXJmYXJtcy9wczcxNTc/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e02bd2d5-6c51-4603-a8b8-17991c9a086f" + "209fd126-4445-46b1-b6bd-0870ecc52716" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -381,7 +597,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "afb6b47a-538a-4669-b556-7b8c68e8721b" + "19c9cd3e-71db-49d5-9b93-daf9fdc7070c" ], "Server": [ "Microsoft-IIS/10.0" @@ -396,16 +612,16 @@ "11998" ], "x-ms-correlation-request-id": [ - "e823dd2c-4267-464d-9823-48c0499b996e" + "94025072-44e4-402c-8940-72f6c4beceff" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124121Z:e823dd2c-4267-464d-9823-48c0499b996e" + "WESTINDIA:20200617T104334Z:94025072-44e4-402c-8940-72f6c4beceff" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:41:20 GMT" + "Wed, 17 Jun 2020 10:43:34 GMT" ], "Content-Length": [ "1267" @@ -417,23 +633,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/serverfarms/ps7291\",\r\n \"name\": \"ps7291\",\r\n \"type\": \"Microsoft.Web/serverfarms\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"serverFarmId\": 28376,\r\n \"name\": \"ps7291\",\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\": \"ps2116-WestUSwebspace\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"adminSiteName\": null,\r\n \"hostingEnvironment\": null,\r\n \"hostingEnvironmentProfile\": null,\r\n \"maximumNumberOfWorkers\": 10,\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\": \"ps2116\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"mdmId\": \"waws-prod-bay-087_28376\",\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\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"size\": \"S1\",\r\n \"family\": \"S\",\r\n \"capacity\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/serverfarms/ps7157\",\r\n \"name\": \"ps7157\",\r\n \"type\": \"Microsoft.Web/serverfarms\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"serverFarmId\": 37832,\r\n \"name\": \"ps7157\",\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\": \"ps9632-WestUSwebspace\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"adminSiteName\": null,\r\n \"hostingEnvironment\": null,\r\n \"hostingEnvironmentProfile\": null,\r\n \"maximumNumberOfWorkers\": 10,\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\": \"ps9632\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"mdmId\": \"waws-prod-bay-093_37832\",\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\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"size\": \"S1\",\r\n \"family\": \"S\",\r\n \"capacity\": 1\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/serverfarms/ps7291?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zZXJ2ZXJmYXJtcy9wczcyOTE/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/serverfarms/ps7157?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zZXJ2ZXJmYXJtcy9wczcxNTc/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "63aeeb31-1ffe-43da-a9bf-9b419c6e433c" + "8af15f3e-f318-4e8e-96b5-45464373c6a2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -450,7 +666,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fa1f6802-e3fc-43d9-b8ac-2dcd2ad3346e" + "74db8d88-4b48-4561-820d-ece85c644020" ], "Server": [ "Microsoft-IIS/10.0" @@ -465,16 +681,16 @@ "11996" ], "x-ms-correlation-request-id": [ - "56e58f22-f540-42c4-a88c-55a345acc9bb" + "b038af70-d9a1-49bc-9ecb-111b0250a2e7" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124121Z:56e58f22-f540-42c4-a88c-55a345acc9bb" + "WESTINDIA:20200617T104335Z:b038af70-d9a1-49bc-9ecb-111b0250a2e7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:41:21 GMT" + "Wed, 17 Jun 2020 10:43:35 GMT" ], "Content-Length": [ "1267" @@ -486,23 +702,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/serverfarms/ps7291\",\r\n \"name\": \"ps7291\",\r\n \"type\": \"Microsoft.Web/serverfarms\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"serverFarmId\": 28376,\r\n \"name\": \"ps7291\",\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\": \"ps2116-WestUSwebspace\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"adminSiteName\": null,\r\n \"hostingEnvironment\": null,\r\n \"hostingEnvironmentProfile\": null,\r\n \"maximumNumberOfWorkers\": 10,\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\": \"ps2116\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"mdmId\": \"waws-prod-bay-087_28376\",\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\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"size\": \"S1\",\r\n \"family\": \"S\",\r\n \"capacity\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/serverfarms/ps7157\",\r\n \"name\": \"ps7157\",\r\n \"type\": \"Microsoft.Web/serverfarms\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"serverFarmId\": 37832,\r\n \"name\": \"ps7157\",\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\": \"ps9632-WestUSwebspace\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"adminSiteName\": null,\r\n \"hostingEnvironment\": null,\r\n \"hostingEnvironmentProfile\": null,\r\n \"maximumNumberOfWorkers\": 10,\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\": \"ps9632\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"mdmId\": \"waws-prod-bay-093_37832\",\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\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"size\": \"S1\",\r\n \"family\": \"S\",\r\n \"capacity\": 1\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/serverfarms/ps7291?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zZXJ2ZXJmYXJtcy9wczcyOTE/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/serverfarms/ps7157?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zZXJ2ZXJmYXJtcy9wczcxNTc/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "770c6a5c-fe8f-4af8-86f9-9b7beb98143c" + "3234adcd-a3c2-4a0d-b62b-26a1549c377b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -519,7 +735,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5e211f7a-999d-4921-aeb7-0e8cda406971" + "9a0a7374-3cba-41f7-aaa7-1b18cfd8e0ff" ], "Server": [ "Microsoft-IIS/10.0" @@ -534,16 +750,16 @@ "11995" ], "x-ms-correlation-request-id": [ - "8f7e78a0-a42a-43a8-be7e-090ead420abb" + "57b5af61-a349-4ed7-b81a-8b85c10df0ac" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124122Z:8f7e78a0-a42a-43a8-be7e-090ead420abb" + "WESTINDIA:20200617T104336Z:57b5af61-a349-4ed7-b81a-8b85c10df0ac" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:41:22 GMT" + "Wed, 17 Jun 2020 10:43:35 GMT" ], "Content-Length": [ "1267" @@ -555,23 +771,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/serverfarms/ps7291\",\r\n \"name\": \"ps7291\",\r\n \"type\": \"Microsoft.Web/serverfarms\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"serverFarmId\": 28376,\r\n \"name\": \"ps7291\",\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\": \"ps2116-WestUSwebspace\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"adminSiteName\": null,\r\n \"hostingEnvironment\": null,\r\n \"hostingEnvironmentProfile\": null,\r\n \"maximumNumberOfWorkers\": 10,\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\": \"ps2116\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"mdmId\": \"waws-prod-bay-087_28376\",\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\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"size\": \"S1\",\r\n \"family\": \"S\",\r\n \"capacity\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/serverfarms/ps7157\",\r\n \"name\": \"ps7157\",\r\n \"type\": \"Microsoft.Web/serverfarms\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"serverFarmId\": 37832,\r\n \"name\": \"ps7157\",\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\": \"ps9632-WestUSwebspace\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"adminSiteName\": null,\r\n \"hostingEnvironment\": null,\r\n \"hostingEnvironmentProfile\": null,\r\n \"maximumNumberOfWorkers\": 10,\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\": \"ps9632\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"mdmId\": \"waws-prod-bay-093_37832\",\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\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"size\": \"S1\",\r\n \"family\": \"S\",\r\n \"capacity\": 1\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzA/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDI/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75b2ce09-e938-4ce3-883d-7ece40382e6d" + "bbc9ee20-dd67-42e1-98f0-7d0e7e12f00d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -588,13 +804,13 @@ "gateway" ], "x-ms-request-id": [ - "95a91ff3-9410-4038-9025-e373dcdc2b83" + "82d4859e-f6a4-4e2a-829d-4b470be4d82e" ], "x-ms-correlation-request-id": [ - "95a91ff3-9410-4038-9025-e373dcdc2b83" + "82d4859e-f6a4-4e2a-829d-4b470be4d82e" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124121Z:95a91ff3-9410-4038-9025-e373dcdc2b83" + "WESTINDIA:20200617T104335Z:82d4859e-f6a4-4e2a-829d-4b470be4d82e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -603,7 +819,7 @@ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:41:21 GMT" + "Wed, 17 Jun 2020 10:43:34 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -612,26 +828,26 @@ "-1" ], "Content-Length": [ - "136" + "204" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Web/sites/ps8030' under resource group 'ps2116' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Web/sites/ps7342' under resource group 'ps9632' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzA/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDI/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "76b4d579-5842-4163-8c64-cdf271de0b71" + "c59d8d05-7ce2-4d9b-b9c8-196fd34b9cc2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -645,13 +861,13 @@ "no-cache" ], "ETag": [ - "\"1D5E0D8929A2E35\"" + "\"1D644942976ABE0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "da17444e-0f71-4cea-bfd4-c36ad78b2719" + "6381fb9d-20d6-409d-be56-b502da62d09c" ], "Server": [ "Microsoft-IIS/10.0" @@ -666,19 +882,19 @@ "11993" ], "x-ms-correlation-request-id": [ - "69b49484-2dce-4453-84f0-97f37f787d99" + "d81887b8-fc76-4f43-9268-83fe92402531" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124145Z:69b49484-2dce-4453-84f0-97f37f787d99" + "WESTINDIA:20200617T104400Z:d81887b8-fc76-4f43-9268-83fe92402531" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:41:44 GMT" + "Wed, 17 Jun 2020 10:43:59 GMT" ], "Content-Length": [ - "3014" + "4913" ], "Content-Type": [ "application/json" @@ -687,23 +903,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030\",\r\n \"name\": \"ps8030\",\r\n \"type\": \"Microsoft.Web/sites\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps8030\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps8030.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps2116-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-087.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps2116-WestUSwebspace/sites/ps8030\",\r\n \"repositorySiteName\": \"ps8030\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps8030.azurewebsites.net\",\r\n \"ps8030.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\": \"ps8030.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\": \"ps8030.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/ps2116/providers/Microsoft.Web/serverfarms/ps7291\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-02-11T12:41:25.4433333\",\r\n \"storageRecoveryDefaultState\": \"Running\",\r\n \"contentAvailabilityState\": \"Normal\",\r\n \"runtimeAvailabilityState\": \"Normal\",\r\n \"siteConfig\": null,\r\n \"deploymentId\": \"ps8030\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Standard\",\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 \"customDomainVerificationId\": \"288F0CF185E38F9EEECB7F0CF3597B6A23A5B37F4FD21E4C36EBBA070877471E\",\r\n \"kind\": \"app\",\r\n \"inboundIpAddress\": \"40.83.145.50\",\r\n \"possibleInboundIpAddresses\": \"40.83.145.50\",\r\n \"outboundIpAddresses\": \"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158\",\r\n \"possibleOutboundIpAddresses\": \"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158,104.42.188.168,104.42.185.137\",\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-087\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps2116\",\r\n \"defaultHostName\": \"ps8030.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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342\",\r\n \"name\": \"ps7342\",\r\n \"type\": \"Microsoft.Web/sites\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps7342\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps7342.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps9632-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-093.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps9632-WestUSwebspace/sites/ps7342\",\r\n \"repositorySiteName\": \"ps7342\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps7342.azurewebsites.net\",\r\n \"ps7342.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\": \"ps7342.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\": \"ps7342.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/ps9632/providers/Microsoft.Web/serverfarms/ps7157\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-06-17T10:43:39.55\",\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\": \"ps7342\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Standard\",\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\": \"40.112.191.159\",\r\n \"possibleInboundIpAddresses\": \"40.112.191.159\",\r\n \"ftpUsername\": \"ps7342\\\\$ps7342\",\r\n \"ftpsHostName\": \"ftps://waws-prod-bay-093.ftp.azurewebsites.windows.net/site/wwwroot\",\r\n \"outboundIpAddresses\": \"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41\",\r\n \"possibleOutboundIpAddresses\": \"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41,138.91.254.30,138.91.249.213\",\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-093\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps9632\",\r\n \"defaultHostName\": \"ps7342.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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzA/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDI/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9508f996-070f-4648-9301-6fdbf1ee7148" + "60f5873c-79ce-4aa7-80e5-eeb07a764d9c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -717,13 +933,13 @@ "no-cache" ], "ETag": [ - "\"1D5E0D8929A2E35\"" + "\"1D644942976ABE0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "25a26ff9-7845-4fa6-8ab3-dafac553661d" + "392ace70-13c5-4c3a-a969-92270608ab37" ], "Server": [ "Microsoft-IIS/10.0" @@ -738,19 +954,19 @@ "11986" ], "x-ms-correlation-request-id": [ - "4453566b-ea65-4ed6-8bd2-723e862bf39c" + "09a1c042-1932-4e14-b04b-f968ab1ad3c4" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124223Z:4453566b-ea65-4ed6-8bd2-723e862bf39c" + "WESTINDIA:20200617T104441Z:09a1c042-1932-4e14-b04b-f968ab1ad3c4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:23 GMT" + "Wed, 17 Jun 2020 10:44:41 GMT" ], "Content-Length": [ - "3014" + "4913" ], "Content-Type": [ "application/json" @@ -759,23 +975,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030\",\r\n \"name\": \"ps8030\",\r\n \"type\": \"Microsoft.Web/sites\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps8030\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps8030.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps2116-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-087.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps2116-WestUSwebspace/sites/ps8030\",\r\n \"repositorySiteName\": \"ps8030\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps8030.azurewebsites.net\",\r\n \"ps8030.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\": \"ps8030.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\": \"ps8030.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/ps2116/providers/Microsoft.Web/serverfarms/ps7291\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-02-11T12:41:25.4433333\",\r\n \"storageRecoveryDefaultState\": \"Running\",\r\n \"contentAvailabilityState\": \"Normal\",\r\n \"runtimeAvailabilityState\": \"Normal\",\r\n \"siteConfig\": null,\r\n \"deploymentId\": \"ps8030\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Standard\",\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 \"customDomainVerificationId\": \"288F0CF185E38F9EEECB7F0CF3597B6A23A5B37F4FD21E4C36EBBA070877471E\",\r\n \"kind\": \"app\",\r\n \"inboundIpAddress\": \"40.83.145.50\",\r\n \"possibleInboundIpAddresses\": \"40.83.145.50\",\r\n \"outboundIpAddresses\": \"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158\",\r\n \"possibleOutboundIpAddresses\": \"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158,104.42.188.168,104.42.185.137\",\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-087\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps2116\",\r\n \"defaultHostName\": \"ps8030.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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342\",\r\n \"name\": \"ps7342\",\r\n \"type\": \"Microsoft.Web/sites\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps7342\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps7342.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps9632-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-093.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps9632-WestUSwebspace/sites/ps7342\",\r\n \"repositorySiteName\": \"ps7342\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps7342.azurewebsites.net\",\r\n \"ps7342.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\": \"ps7342.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\": \"ps7342.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/ps9632/providers/Microsoft.Web/serverfarms/ps7157\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-06-17T10:43:39.55\",\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\": \"ps7342\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Standard\",\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\": \"40.112.191.159\",\r\n \"possibleInboundIpAddresses\": \"40.112.191.159\",\r\n \"ftpUsername\": \"ps7342\\\\$ps7342\",\r\n \"ftpsHostName\": \"ftps://waws-prod-bay-093.ftp.azurewebsites.windows.net/site/wwwroot\",\r\n \"outboundIpAddresses\": \"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41\",\r\n \"possibleOutboundIpAddresses\": \"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41,138.91.254.30,138.91.249.213\",\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-093\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps9632\",\r\n \"defaultHostName\": \"ps7342.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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzA/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDI/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8402f4ca-52dc-4244-a33d-bcbfc3fe30f5" + "0694fc9a-953e-4b44-a129-9e532a236a9d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -789,13 +1005,13 @@ "no-cache" ], "ETag": [ - "\"1D5E0D8929A2E35\"" + "\"1D644942976ABE0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "56a9e803-e351-4b81-84de-1b415c1c0dc2" + "54646270-9bf8-4936-bd13-ffb77df77bae" ], "Server": [ "Microsoft-IIS/10.0" @@ -810,19 +1026,19 @@ "11974" ], "x-ms-correlation-request-id": [ - "5e6c603b-5cd3-413d-af33-d3477cf12aa8" + "1c72d1bf-bd50-4968-a3a6-0f69bb7521d1" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124249Z:5e6c603b-5cd3-413d-af33-d3477cf12aa8" + "WESTINDIA:20200617T104513Z:1c72d1bf-bd50-4968-a3a6-0f69bb7521d1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:49 GMT" + "Wed, 17 Jun 2020 10:45:13 GMT" ], "Content-Length": [ - "3014" + "4913" ], "Content-Type": [ "application/json" @@ -831,26 +1047,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030\",\r\n \"name\": \"ps8030\",\r\n \"type\": \"Microsoft.Web/sites\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps8030\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps8030.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps2116-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-087.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps2116-WestUSwebspace/sites/ps8030\",\r\n \"repositorySiteName\": \"ps8030\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps8030.azurewebsites.net\",\r\n \"ps8030.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\": \"ps8030.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\": \"ps8030.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/ps2116/providers/Microsoft.Web/serverfarms/ps7291\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-02-11T12:41:25.4433333\",\r\n \"storageRecoveryDefaultState\": \"Running\",\r\n \"contentAvailabilityState\": \"Normal\",\r\n \"runtimeAvailabilityState\": \"Normal\",\r\n \"siteConfig\": null,\r\n \"deploymentId\": \"ps8030\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Standard\",\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 \"customDomainVerificationId\": \"288F0CF185E38F9EEECB7F0CF3597B6A23A5B37F4FD21E4C36EBBA070877471E\",\r\n \"kind\": \"app\",\r\n \"inboundIpAddress\": \"40.83.145.50\",\r\n \"possibleInboundIpAddresses\": \"40.83.145.50\",\r\n \"outboundIpAddresses\": \"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158\",\r\n \"possibleOutboundIpAddresses\": \"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158,104.42.188.168,104.42.185.137\",\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-087\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps2116\",\r\n \"defaultHostName\": \"ps8030.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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342\",\r\n \"name\": \"ps7342\",\r\n \"type\": \"Microsoft.Web/sites\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps7342\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps7342.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps9632-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-093.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps9632-WestUSwebspace/sites/ps7342\",\r\n \"repositorySiteName\": \"ps7342\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps7342.azurewebsites.net\",\r\n \"ps7342.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\": \"ps7342.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\": \"ps7342.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/ps9632/providers/Microsoft.Web/serverfarms/ps7157\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-06-17T10:43:39.55\",\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\": \"ps7342\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Standard\",\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\": \"40.112.191.159\",\r\n \"possibleInboundIpAddresses\": \"40.112.191.159\",\r\n \"ftpUsername\": \"ps7342\\\\$ps7342\",\r\n \"ftpsHostName\": \"ftps://waws-prod-bay-093.ftp.azurewebsites.windows.net/site/wwwroot\",\r\n \"outboundIpAddresses\": \"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41\",\r\n \"possibleOutboundIpAddresses\": \"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41,138.91.254.30,138.91.249.213\",\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-093\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps9632\",\r\n \"defaultHostName\": \"ps7342.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/04b0639d-85d8-445a-bada-8da78e50ff30/resourcegroups/ps2116?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlZ3JvdXBzL3BzMjExNj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourcegroups/ps9632?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlZ3JvdXBzL3BzOTYzMj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0540f942-489a-4a66-9609-e601135ea77f" + "f643e9b5-da91-40b5-baff-e44dfebd5520" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.7" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" ] }, "ResponseHeaders": { @@ -861,16 +1077,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" + "11996" ], "x-ms-request-id": [ - "be85be2b-d4c2-4684-9278-01108e46e2ff" + "6028dd7b-965b-4605-9459-9dbc780c4ff6" ], "x-ms-correlation-request-id": [ - "be85be2b-d4c2-4684-9278-01108e46e2ff" + "6028dd7b-965b-4605-9459-9dbc780c4ff6" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124121Z:be85be2b-d4c2-4684-9278-01108e46e2ff" + "WESTINDIA:20200617T104335Z:6028dd7b-965b-4605-9459-9dbc780c4ff6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -879,7 +1095,7 @@ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:41:20 GMT" + "Wed, 17 Jun 2020 10:43:35 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -891,23 +1107,23 @@ "165" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116\",\r\n \"name\": \"ps2116\",\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/ps9632\",\r\n \"name\": \"ps9632\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzA/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDI/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/serverFarms/ps7291\"\r\n },\r\n \"location\": \"West US\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/serverFarms/ps7157\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "dbb1102d-cb41-4d30-acd3-3f3396f7361e" + "0914512b-4988-4fc0-9e4b-0b89f2e4eb8c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -927,13 +1143,13 @@ "no-cache" ], "ETag": [ - "\"1D5E0D8929A2E35\"" + "\"1D644942976ABE0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "09207b29-d932-4420-b5d7-70e216016060" + "39ec01c3-4a35-41b3-b767-80799cbdc2a6" ], "Server": [ "Microsoft-IIS/10.0" @@ -948,19 +1164,19 @@ "499" ], "x-ms-correlation-request-id": [ - "f647e16e-7263-4a91-bbbb-8e8e5d1ae3dd" + "999217ed-c907-4dd8-afdb-fd0f872a983c" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124143Z:f647e16e-7263-4a91-bbbb-8e8e5d1ae3dd" + "WESTINDIA:20200617T104357Z:999217ed-c907-4dd8-afdb-fd0f872a983c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:41:42 GMT" + "Wed, 17 Jun 2020 10:43:57 GMT" ], "Content-Length": [ - "3011" + "5113" ], "Content-Type": [ "application/json" @@ -969,23 +1185,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030\",\r\n \"name\": \"ps8030\",\r\n \"type\": \"Microsoft.Web/sites\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps8030\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps8030.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps2116-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-087.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps2116-WestUSwebspace/sites/ps8030\",\r\n \"repositorySiteName\": \"ps8030\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps8030.azurewebsites.net\",\r\n \"ps8030.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\": \"ps8030.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\": \"ps8030.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/ps2116/providers/Microsoft.Web/serverfarms/ps7291\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-02-11T12:41:25.37\",\r\n \"storageRecoveryDefaultState\": \"Running\",\r\n \"contentAvailabilityState\": \"Normal\",\r\n \"runtimeAvailabilityState\": \"Normal\",\r\n \"siteConfig\": null,\r\n \"deploymentId\": \"ps8030\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Standard\",\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 \"customDomainVerificationId\": \"288F0CF185E38F9EEECB7F0CF3597B6A23A5B37F4FD21E4C36EBBA070877471E\",\r\n \"kind\": \"app\",\r\n \"inboundIpAddress\": \"40.83.145.50\",\r\n \"possibleInboundIpAddresses\": \"40.83.145.50\",\r\n \"outboundIpAddresses\": \"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158\",\r\n \"possibleOutboundIpAddresses\": \"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158,104.42.188.168,104.42.185.137\",\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-087\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps2116\",\r\n \"defaultHostName\": \"ps8030.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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342\",\r\n \"name\": \"ps7342\",\r\n \"type\": \"Microsoft.Web/sites\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps7342\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps7342.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps9632-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-093.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps9632-WestUSwebspace/sites/ps7342\",\r\n \"repositorySiteName\": \"ps7342\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps7342.azurewebsites.net\",\r\n \"ps7342.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\": \"ps7342.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\": \"ps7342.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/ps9632/providers/Microsoft.Web/serverfarms/ps7157\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-06-17T10:43:39.47\",\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\": \"ps7342\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Standard\",\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\": \"40.112.191.159\",\r\n \"possibleInboundIpAddresses\": \"40.112.191.159\",\r\n \"ftpUsername\": \"ps7342\\\\$ps7342\",\r\n \"ftpsHostName\": \"ftps://waws-prod-bay-093.ftp.azurewebsites.windows.net/site/wwwroot\",\r\n \"outboundIpAddresses\": \"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41\",\r\n \"possibleOutboundIpAddresses\": \"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41,138.91.254.30,138.91.249.213\",\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-093\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps9632\",\r\n \"defaultHostName\": \"ps7342.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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/config/web?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvY29uZmlnL3dlYj9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/config/web?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvY29uZmlnL3dlYj9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4f9cd45a-87c5-4e71-8653-8f500abd750f" + "8cce969c-e3b0-4606-b1e0-a5fe9b69eb69" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -1002,7 +1218,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3a659b6f-5575-4f91-a3f4-5ec4084f4f79" + "4bb000f5-4974-4bf4-95f7-70794c7a6ea8" ], "Server": [ "Microsoft-IIS/10.0" @@ -1017,19 +1233,19 @@ "11994" ], "x-ms-correlation-request-id": [ - "fba307aa-78f5-42f4-be5b-d470e61b34f2" + "3d00a093-ecbd-4efb-9e99-fd5a63a40140" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124143Z:fba307aa-78f5-42f4-be5b-d470e61b34f2" + "WESTINDIA:20200617T104358Z:3d00a093-ecbd-4efb-9e99-fd5a63a40140" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:41:43 GMT" + "Wed, 17 Jun 2020 10:43:57 GMT" ], "Content-Length": [ - "2993" + "3117" ], "Content-Type": [ "application/json" @@ -1038,23 +1254,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/config/web\",\r\n \"name\": \"ps8030\",\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 \"azureMonitorLogCategories\": null,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps8030\",\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 }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/config/web\",\r\n \"name\": \"ps7342\",\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\": null,\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\": \"$ps7342\",\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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/config/web?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvY29uZmlnL3dlYj9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/config/web?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvY29uZmlnL3dlYj9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8ce71f56-0b3f-4030-bf12-651552e0b037" + "d79e80dc-814b-4327-8939-add82bb7fb3d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -1071,7 +1287,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e0bc2281-cb39-4d7a-8a23-2c924c836c71" + "c4717950-8993-43d6-84a4-1e39eeb4eb99" ], "Server": [ "Microsoft-IIS/10.0" @@ -1086,19 +1302,19 @@ "11992" ], "x-ms-correlation-request-id": [ - "c0854fb0-af16-4a9f-b150-15b8de06a145" + "1239cf7c-3fd5-4c29-967f-f7301a6a7595" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124145Z:c0854fb0-af16-4a9f-b150-15b8de06a145" + "WESTINDIA:20200617T104400Z:1239cf7c-3fd5-4c29-967f-f7301a6a7595" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:41:45 GMT" + "Wed, 17 Jun 2020 10:43:59 GMT" ], "Content-Length": [ - "2993" + "3117" ], "Content-Type": [ "application/json" @@ -1107,23 +1323,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/config/web\",\r\n \"name\": \"ps8030\",\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 \"azureMonitorLogCategories\": null,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps8030\",\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 }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/config/web\",\r\n \"name\": \"ps7342\",\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\": null,\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\": \"$ps7342\",\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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/config/web?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvY29uZmlnL3dlYj9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/config/web?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvY29uZmlnL3dlYj9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "64040f41-7b61-4f77-a133-db0e74b361fc" + "f861f661-47a4-4a54-bb75-0d7eb04cb9ad" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -1140,7 +1356,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8c5e9dc0-fc86-4ad8-aa37-d2734d5c6043" + "446b5266-76d1-4623-b4bc-703fa178a5d1" ], "Server": [ "Microsoft-IIS/10.0" @@ -1155,19 +1371,19 @@ "11985" ], "x-ms-correlation-request-id": [ - "ed496c67-0711-4b29-82e5-aec59efccd18" + "6d4a091e-b666-4723-92ab-6d4d313f3bb7" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124223Z:ed496c67-0711-4b29-82e5-aec59efccd18" + "WESTINDIA:20200617T104442Z:6d4a091e-b666-4723-92ab-6d4d313f3bb7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:23 GMT" + "Wed, 17 Jun 2020 10:44:41 GMT" ], "Content-Length": [ - "2993" + "3117" ], "Content-Type": [ "application/json" @@ -1176,23 +1392,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/config/web\",\r\n \"name\": \"ps8030\",\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 \"azureMonitorLogCategories\": null,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps8030\",\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 }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/config/web\",\r\n \"name\": \"ps7342\",\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\": null,\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\": \"$ps7342\",\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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/config/web?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvY29uZmlnL3dlYj9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/config/web?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvY29uZmlnL3dlYj9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ff6396ca-30b6-4c78-9d1e-d4face620449" + "2e4e1a20-4430-42c7-af32-ba716676fb53" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -1209,7 +1425,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3e69e8a0-3458-4f4e-94f5-92f2f1b3f6fa" + "52b806d1-8516-4a7b-9d19-afcf2fc3b4cd" ], "Server": [ "Microsoft-IIS/10.0" @@ -1224,19 +1440,19 @@ "11973" ], "x-ms-correlation-request-id": [ - "ba5673be-c718-44a7-b3d6-f3d146a9f7aa" + "c3a4bd5f-b3bf-44dc-b2b8-f7c4f641ba19" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124250Z:ba5673be-c718-44a7-b3d6-f3d146a9f7aa" + "WESTINDIA:20200617T104514Z:c3a4bd5f-b3bf-44dc-b2b8-f7c4f641ba19" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:49 GMT" + "Wed, 17 Jun 2020 10:45:13 GMT" ], "Content-Length": [ - "2993" + "3117" ], "Content-Type": [ "application/json" @@ -1245,23 +1461,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/config/web\",\r\n \"name\": \"ps8030\",\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 \"azureMonitorLogCategories\": null,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps8030\",\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 }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/config/web\",\r\n \"name\": \"ps7342\",\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\": null,\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\": \"$ps7342\",\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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/config/appsettings/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvY29uZmlnL2FwcHNldHRpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/config/appsettings/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvY29uZmlnL2FwcHNldHRpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7014a7b8-c4f6-4310-ae72-3684de55858c" + "e8648392-9f0a-4da6-9125-5c70c20d371a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -1278,7 +1494,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "06ef8502-59b6-4af5-a60d-4e22c78b755f" + "e6e34225-fbdc-4756-ae9a-7793a38fdc2a" ], "Server": [ "Microsoft-IIS/10.0" @@ -1293,16 +1509,16 @@ "11999" ], "x-ms-correlation-request-id": [ - "b6c57bcd-d33f-444d-905d-ce0ddcbe683e" + "1aa798ef-5056-457b-b4a4-9121d7900ccf" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124144Z:b6c57bcd-d33f-444d-905d-ce0ddcbe683e" + "WESTINDIA:20200617T104358Z:1aa798ef-5056-457b-b4a4-9121d7900ccf" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:41:43 GMT" + "Wed, 17 Jun 2020 10:43:57 GMT" ], "Content-Length": [ "270" @@ -1314,23 +1530,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/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/ps9632/providers/Microsoft.Web/sites/ps7342/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/config/appsettings/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvY29uZmlnL2FwcHNldHRpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/config/appsettings/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvY29uZmlnL2FwcHNldHRpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4aab33ea-e92c-409d-98ee-820ee4c42b8b" + "6e8c765e-fa3b-40f1-ac3d-6227d78f1a19" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -1347,7 +1563,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "25fda7eb-45c3-4b1f-b538-f7d17125e22e" + "537c96f3-15d0-4792-a66b-408b36c3d9ae" ], "Server": [ "Microsoft-IIS/10.0" @@ -1362,16 +1578,16 @@ "11997" ], "x-ms-correlation-request-id": [ - "aa111da8-c539-431a-806b-241e65893fef" + "ae3163d9-7ad1-4cda-abf0-f780f3d7e7dd" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124146Z:aa111da8-c539-431a-806b-241e65893fef" + "WESTINDIA:20200617T104401Z:ae3163d9-7ad1-4cda-abf0-f780f3d7e7dd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:41:45 GMT" + "Wed, 17 Jun 2020 10:44:00 GMT" ], "Content-Length": [ "270" @@ -1383,23 +1599,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/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/ps9632/providers/Microsoft.Web/sites/ps7342/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/config/appsettings/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvY29uZmlnL2FwcHNldHRpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/config/appsettings/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvY29uZmlnL2FwcHNldHRpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "db91bb58-b73f-46e7-9908-4907eca82b9b" + "2385d308-1c0d-4ac6-9173-38a5f92cf009" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -1416,7 +1632,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c54e0462-c94e-4dff-a4ef-8465d18d7a69" + "168c2504-44e6-4be4-be4f-dcfbc61d8ec0" ], "Server": [ "Microsoft-IIS/10.0" @@ -1431,16 +1647,16 @@ "11994" ], "x-ms-correlation-request-id": [ - "683f75fb-0c20-47e7-9138-57bb3877df1b" + "33c3254e-adc3-4a65-862c-f3c76ec7744d" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124224Z:683f75fb-0c20-47e7-9138-57bb3877df1b" + "WESTINDIA:20200617T104442Z:33c3254e-adc3-4a65-862c-f3c76ec7744d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:24 GMT" + "Wed, 17 Jun 2020 10:44:42 GMT" ], "Content-Length": [ "270" @@ -1452,23 +1668,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/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/ps9632/providers/Microsoft.Web/sites/ps7342/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/config/appsettings/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvY29uZmlnL2FwcHNldHRpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/config/appsettings/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvY29uZmlnL2FwcHNldHRpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ebfa97a5-54a6-461e-a879-48386cc6a12d" + "ad682eff-f263-4a4a-a2cb-202f24bbaf5f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -1485,7 +1701,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f169f989-51c1-442d-8bac-4923833a79b2" + "0cc8e537-65ed-4765-aa8d-c4ed026c6ba8" ], "Server": [ "Microsoft-IIS/10.0" @@ -1500,16 +1716,16 @@ "11991" ], "x-ms-correlation-request-id": [ - "3327f711-5251-43ab-af73-ccac560ad9cb" + "9fdef1a3-761a-43d6-95b9-cdcca2b06468" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124250Z:3327f711-5251-43ab-af73-ccac560ad9cb" + "WESTINDIA:20200617T104514Z:9fdef1a3-761a-43d6-95b9-cdcca2b06468" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:49 GMT" + "Wed, 17 Jun 2020 10:45:13 GMT" ], "Content-Length": [ "270" @@ -1521,23 +1737,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/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/ps9632/providers/Microsoft.Web/sites/ps7342/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/config/connectionstrings/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvY29uZmlnL2Nvbm5lY3Rpb25zdHJpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/config/connectionstrings/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvY29uZmlnL2Nvbm5lY3Rpb25zdHJpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "29d48250-2288-4275-89f9-8caf67b288ae" + "427ef188-d8ab-48ca-94be-33c1a223f6e6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -1554,7 +1770,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f7787222-8b5e-40ab-a00a-7822562481a5" + "b9e5029b-19ed-449b-a3f1-ad4a1313c2d3" ], "Server": [ "Microsoft-IIS/10.0" @@ -1569,16 +1785,16 @@ "11998" ], "x-ms-correlation-request-id": [ - "104a658d-0f4e-464d-921f-e4f90bcfbd60" + "2cee0d7a-7deb-42cf-b7e3-2642eaed1dd3" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124144Z:104a658d-0f4e-464d-921f-e4f90bcfbd60" + "WESTINDIA:20200617T104359Z:2cee0d7a-7deb-42cf-b7e3-2642eaed1dd3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:41:44 GMT" + "Wed, 17 Jun 2020 10:43:58 GMT" ], "Content-Length": [ "244" @@ -1590,23 +1806,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/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/ps9632/providers/Microsoft.Web/sites/ps7342/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/config/connectionstrings/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvY29uZmlnL2Nvbm5lY3Rpb25zdHJpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/config/connectionstrings/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvY29uZmlnL2Nvbm5lY3Rpb25zdHJpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "68838bd0-883e-4aca-9a02-98260ef13457" + "a287f126-5f06-491e-9d1b-13e202354f0a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -1623,7 +1839,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9ce8cc50-a8d3-48a6-94fd-fcf94c4540ff" + "bd99b26e-a77c-428c-aa9c-36cae55add9d" ], "Server": [ "Microsoft-IIS/10.0" @@ -1638,16 +1854,16 @@ "11996" ], "x-ms-correlation-request-id": [ - "8719e0df-c3b7-4b8e-aa33-ea8af9e4ac95" + "8888fe60-f12c-45a6-b186-03f6b55533c4" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124146Z:8719e0df-c3b7-4b8e-aa33-ea8af9e4ac95" + "WESTINDIA:20200617T104401Z:8888fe60-f12c-45a6-b186-03f6b55533c4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:41:45 GMT" + "Wed, 17 Jun 2020 10:44:00 GMT" ], "Content-Length": [ "244" @@ -1659,23 +1875,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/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/ps9632/providers/Microsoft.Web/sites/ps7342/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/config/connectionstrings/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvY29uZmlnL2Nvbm5lY3Rpb25zdHJpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/config/connectionstrings/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvY29uZmlnL2Nvbm5lY3Rpb25zdHJpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7f299ffc-19eb-4d77-8467-2aabae21285c" + "0451dc6a-0712-4916-89d9-1ab2b2d174d0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -1692,7 +1908,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ce1d05e1-47a1-4332-92cb-580c4975bfeb" + "ccf87782-bf89-431c-b871-94dfabea040c" ], "Server": [ "Microsoft-IIS/10.0" @@ -1707,16 +1923,16 @@ "11993" ], "x-ms-correlation-request-id": [ - "5322ffe0-9bd7-4bd3-9be1-a67a0d165d81" + "6c860717-8ab4-4919-b5dc-c54da612f47e" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124224Z:5322ffe0-9bd7-4bd3-9be1-a67a0d165d81" + "WESTINDIA:20200617T104442Z:6c860717-8ab4-4919-b5dc-c54da612f47e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:24 GMT" + "Wed, 17 Jun 2020 10:44:42 GMT" ], "Content-Length": [ "244" @@ -1728,23 +1944,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/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/ps9632/providers/Microsoft.Web/sites/ps7342/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/config/connectionstrings/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvY29uZmlnL2Nvbm5lY3Rpb25zdHJpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/config/connectionstrings/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvY29uZmlnL2Nvbm5lY3Rpb25zdHJpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03dc4238-e40a-47ab-af56-a8d6b4f93f09" + "37f7789b-24d7-460c-a28c-a1c7c6d0cc20" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -1761,7 +1977,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "77447bb8-598d-4382-b13a-1cabfd34ad0b" + "4a19b524-c182-448a-853f-455f098cc550" ], "Server": [ "Microsoft-IIS/10.0" @@ -1776,16 +1992,16 @@ "11990" ], "x-ms-correlation-request-id": [ - "504c7217-57fe-442c-aa0c-48c96d4c53c0" + "5fac9236-8179-4291-ab0a-664c20335793" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124251Z:504c7217-57fe-442c-aa0c-48c96d4c53c0" + "WESTINDIA:20200617T104515Z:5fac9236-8179-4291-ab0a-664c20335793" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:50 GMT" + "Wed, 17 Jun 2020 10:45:14 GMT" ], "Content-Length": [ "244" @@ -1797,23 +2013,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/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/ps9632/providers/Microsoft.Web/sites/ps7342/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/publishxml?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvcHVibGlzaHhtbD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/publishxml?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvcHVibGlzaHhtbD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "POST", "RequestBody": "{\r\n \"format\": \"WebDeploy\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "60a748bc-0847-419b-b6aa-06ac612bb833" + "a8b5cdef-9ffa-463a-a10e-6e0d3a1371ea" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -1848,19 +2064,19 @@ "11999" ], "x-ms-request-id": [ - "3d5af2bb-57e2-4ef0-8731-3a1c9cfd28bc" + "e3554728-5598-44ec-977b-8f38cd61bc33" ], "x-ms-correlation-request-id": [ - "3d5af2bb-57e2-4ef0-8731-3a1c9cfd28bc" + "e3554728-5598-44ec-977b-8f38cd61bc33" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124145Z:3d5af2bb-57e2-4ef0-8731-3a1c9cfd28bc" + "WESTINDIA:20200617T104359Z:e3554728-5598-44ec-977b-8f38cd61bc33" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:41:44 GMT" + "Wed, 17 Jun 2020 10:43:58 GMT" ], "Content-Length": [ "1496" @@ -1872,23 +2088,23 @@ "-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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/config/azurestorageaccounts/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvY29uZmlnL2F6dXJlc3RvcmFnZWFjY291bnRzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/config/azurestorageaccounts/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvY29uZmlnL2F6dXJlc3RvcmFnZWFjY291bnRzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "aa6ce857-0b64-44fd-9183-ad18a6c1fd96" + "12de19c5-1e60-40e0-9f18-2d26abe79d65" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -1905,7 +2121,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e6aaddee-402b-43e6-8fdf-99102070ae33" + "1518b559-6ad7-4cf4-9748-78306158d017" ], "Server": [ "Microsoft-IIS/10.0" @@ -1920,16 +2136,16 @@ "11995" ], "x-ms-correlation-request-id": [ - "17f2e1d6-8a8a-4026-a21b-d377475666cd" + "2e682ce5-6c52-40c5-91ac-b0f01b9aa153" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124146Z:17f2e1d6-8a8a-4026-a21b-d377475666cd" + "WESTINDIA:20200617T104402Z:2e682ce5-6c52-40c5-91ac-b0f01b9aa153" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:41:46 GMT" + "Wed, 17 Jun 2020 10:44:01 GMT" ], "Content-Length": [ "241" @@ -1941,23 +2157,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/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/ps9632/providers/Microsoft.Web/sites/ps7342/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/config/azurestorageaccounts/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvY29uZmlnL2F6dXJlc3RvcmFnZWFjY291bnRzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/config/azurestorageaccounts/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvY29uZmlnL2F6dXJlc3RvcmFnZWFjY291bnRzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3d4aaea-6d72-4f76-a6af-5305d4243f3f" + "eb58d70e-3f0d-460c-a3c8-d989727c65ee" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -1974,7 +2190,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "abd79dc7-9ad8-432c-8966-fd7527e8cfe3" + "ae16d141-1a53-44a5-b238-ef60ab3babd1" ], "Server": [ "Microsoft-IIS/10.0" @@ -1989,16 +2205,16 @@ "11992" ], "x-ms-correlation-request-id": [ - "0ccd51a5-88d3-429d-9184-ed53a17a7686" + "5bc150ec-123f-40a5-82a6-86ddad081ce9" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124225Z:0ccd51a5-88d3-429d-9184-ed53a17a7686" + "WESTINDIA:20200617T104443Z:5bc150ec-123f-40a5-82a6-86ddad081ce9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:24 GMT" + "Wed, 17 Jun 2020 10:44:43 GMT" ], "Content-Length": [ "241" @@ -2010,23 +2226,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/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/ps9632/providers/Microsoft.Web/sites/ps7342/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/config/azurestorageaccounts/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvY29uZmlnL2F6dXJlc3RvcmFnZWFjY291bnRzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/config/azurestorageaccounts/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvY29uZmlnL2F6dXJlc3RvcmFnZWFjY291bnRzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "276a2923-8bb8-4613-863d-8b14d3df222d" + "f74cad60-d884-4349-976d-66d13d6c799f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -2043,7 +2259,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0b6fc82d-082d-483a-aa04-868b2737886d" + "e56abf60-1abd-48d5-83a7-cb7afd99feec" ], "Server": [ "Microsoft-IIS/10.0" @@ -2058,16 +2274,16 @@ "11989" ], "x-ms-correlation-request-id": [ - "39675eb3-ae90-4e80-bbab-191c375bfc09" + "1a42dea4-5c6d-47ef-b2c8-b402c9c68cc6" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124251Z:39675eb3-ae90-4e80-bbab-191c375bfc09" + "WESTINDIA:20200617T104515Z:1a42dea4-5c6d-47ef-b2c8-b402c9c68cc6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:51 GMT" + "Wed, 17 Jun 2020 10:45:14 GMT" ], "Content-Length": [ "241" @@ -2079,23 +2295,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/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/ps9632/providers/Microsoft.Web/sites/ps7342/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZz9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZz9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"serverFarmId\": \"ps7291\"\r\n },\r\n \"location\": \"West US\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"serverFarmId\": \"ps7157\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c1642734-c530-4615-99a9-2870109c9cd9" + "c76def5d-fda9-4b18-a721-6f43189ad6e1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -2115,13 +2331,13 @@ "no-cache" ], "ETag": [ - "\"1D5E0D8929A2E35\"" + "\"1D644942976ABE0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e32a9bbe-1a06-4198-93da-8c50b90c2c8d" + "5a2e79e3-1681-4778-af2b-a0438a0a7e24" ], "Server": [ "Microsoft-IIS/10.0" @@ -2136,19 +2352,19 @@ "499" ], "x-ms-correlation-request-id": [ - "5bde0b28-a1c2-4150-a2b8-0745174833bf" + "5da41de9-5dc5-4498-b166-72a952198b1f" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124207Z:5bde0b28-a1c2-4150-a2b8-0745174833bf" + "WESTINDIA:20200617T104423Z:5da41de9-5dc5-4498-b166-72a952198b1f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:07 GMT" + "Wed, 17 Jun 2020 10:44:23 GMT" ], "Content-Length": [ - "3107" + "5222" ], "Content-Type": [ "application/json" @@ -2157,23 +2373,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging\",\r\n \"name\": \"ps8030/staging\",\r\n \"type\": \"Microsoft.Web/sites/slots\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps8030(staging)\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps8030-staging.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps2116-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-087.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps2116-WestUSwebspace/sites/ps8030\",\r\n \"repositorySiteName\": \"ps8030\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps8030-staging.azurewebsites.net\",\r\n \"ps8030-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\": \"ps8030-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\": \"ps8030-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/ps2116/providers/Microsoft.Web/serverfarms/ps7291\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-02-11T12:41:50.4766667\",\r\n \"storageRecoveryDefaultState\": \"Running\",\r\n \"contentAvailabilityState\": \"Normal\",\r\n \"runtimeAvailabilityState\": \"Normal\",\r\n \"siteConfig\": null,\r\n \"deploymentId\": \"ps8030__d2a4\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Standard\",\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 \"customDomainVerificationId\": \"AEF5B9EA618F6015C7FC4F944A23EC07078E450B3FF270A0F40A0C581AEB2C82\",\r\n \"kind\": \"app\",\r\n \"inboundIpAddress\": \"40.83.145.50\",\r\n \"possibleInboundIpAddresses\": \"40.83.145.50\",\r\n \"outboundIpAddresses\": \"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158\",\r\n \"possibleOutboundIpAddresses\": \"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158,104.42.188.168,104.42.185.137\",\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-087\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps2116\",\r\n \"defaultHostName\": \"ps8030-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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging\",\r\n \"name\": \"ps7342/staging\",\r\n \"type\": \"Microsoft.Web/sites/slots\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps7342(staging)\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps7342-staging.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps9632-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-093.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps9632-WestUSwebspace/sites/ps7342\",\r\n \"repositorySiteName\": \"ps7342\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps7342-staging.azurewebsites.net\",\r\n \"ps7342-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\": \"ps7342-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\": \"ps7342-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/ps9632/providers/Microsoft.Web/serverfarms/ps7157\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-06-17T10:44:05.73\",\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\": \"ps7342__2b2b\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Standard\",\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\": \"40.112.191.159\",\r\n \"possibleInboundIpAddresses\": \"40.112.191.159\",\r\n \"ftpUsername\": \"ps7342__staging\\\\$ps7342__staging\",\r\n \"ftpsHostName\": \"ftps://waws-prod-bay-093.ftp.azurewebsites.windows.net/site/wwwroot\",\r\n \"outboundIpAddresses\": \"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41\",\r\n \"possibleOutboundIpAddresses\": \"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41,138.91.254.30,138.91.249.213\",\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-093\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps9632\",\r\n \"defaultHostName\": \"ps7342-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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZz9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZz9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"enabled\": true,\r\n \"hostNameSslStates\": [\r\n {\r\n \"name\": \"ps8030-staging.azurewebsites.net\",\r\n \"sslState\": \"Disabled\",\r\n \"hostType\": \"Standard\"\r\n },\r\n {\r\n \"name\": \"ps8030-staging.scm.azurewebsites.net\",\r\n \"sslState\": \"Disabled\",\r\n \"hostType\": \"Repository\"\r\n }\r\n ],\r\n \"serverFarmId\": \"ps6761\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"siteConfig\": {\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 \"requestTracingEnabled\": false,\r\n \"remoteDebuggingEnabled\": false,\r\n \"remoteDebuggingVersion\": \"VS2019\",\r\n \"httpLoggingEnabled\": false,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps8030__staging\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"WEBSITE_NODE_DEFAULT_VERSION\",\r\n \"value\": \"6.9.1\"\r\n }\r\n ],\r\n \"azureStorageAccounts\": {},\r\n \"connectionStrings\": [],\r\n \"scmType\": \"None\",\r\n \"use32BitWorkerProcess\": true,\r\n \"webSocketsEnabled\": false,\r\n \"alwaysOn\": false,\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 }\r\n ],\r\n \"loadBalancing\": \"LeastRequests\",\r\n \"experiments\": {\r\n \"rampUpRules\": []\r\n },\r\n \"autoHealEnabled\": false,\r\n \"vnetName\": \"\",\r\n \"localMySqlEnabled\": false,\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 },\r\n \"scmSiteAlsoStopped\": false,\r\n \"clientAffinityEnabled\": true,\r\n \"clientCertEnabled\": false,\r\n \"hostNamesDisabled\": false,\r\n \"containerSize\": 0,\r\n \"dailyMemoryTimeQuota\": 0,\r\n \"httpsOnly\": false\r\n },\r\n \"kind\": \"app\",\r\n \"location\": \"West US\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"enabled\": true,\r\n \"hostNameSslStates\": [\r\n {\r\n \"name\": \"ps7342-staging.azurewebsites.net\",\r\n \"sslState\": \"Disabled\",\r\n \"hostType\": \"Standard\"\r\n },\r\n {\r\n \"name\": \"ps7342-staging.scm.azurewebsites.net\",\r\n \"sslState\": \"Disabled\",\r\n \"hostType\": \"Repository\"\r\n }\r\n ],\r\n \"serverFarmId\": \"ps2645\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"siteConfig\": {\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 \"requestTracingEnabled\": false,\r\n \"remoteDebuggingEnabled\": false,\r\n \"remoteDebuggingVersion\": \"VS2019\",\r\n \"httpLoggingEnabled\": false,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps7342__staging\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"WEBSITE_NODE_DEFAULT_VERSION\",\r\n \"value\": \"6.9.1\"\r\n }\r\n ],\r\n \"azureStorageAccounts\": {},\r\n \"connectionStrings\": [],\r\n \"scmType\": \"None\",\r\n \"use32BitWorkerProcess\": true,\r\n \"webSocketsEnabled\": false,\r\n \"alwaysOn\": false,\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 }\r\n ],\r\n \"loadBalancing\": \"LeastRequests\",\r\n \"experiments\": {\r\n \"rampUpRules\": []\r\n },\r\n \"autoHealEnabled\": false,\r\n \"vnetName\": \"\",\r\n \"localMySqlEnabled\": false,\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 },\r\n \"scmSiteAlsoStopped\": false,\r\n \"clientAffinityEnabled\": true,\r\n \"clientCertEnabled\": false,\r\n \"hostNamesDisabled\": false,\r\n \"containerSize\": 0,\r\n \"dailyMemoryTimeQuota\": 0,\r\n \"httpsOnly\": false\r\n },\r\n \"kind\": \"app\",\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3aa3170b-9de5-48d4-9f0c-d5fbd411dc40" + "b8bcdcd5-d5f1-4baa-bcf8-eb2820851b02" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -2193,13 +2409,13 @@ "no-cache" ], "ETag": [ - "\"1D5E0D8A1F35195\"" + "\"1D644943981D42B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "20cd72e3-8669-48f2-8163-7d5a7a1e997f" + "259c7c48-b1ef-4cad-949d-0fd57c33eb77" ], "Server": [ "Microsoft-IIS/10.0" @@ -2214,19 +2430,19 @@ "498" ], "x-ms-correlation-request-id": [ - "81a42fdb-58c0-4463-b7d9-ac129800e803" + "a0cf4722-f3d4-40dd-abd1-ad8a1ce63f12" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124215Z:81a42fdb-58c0-4463-b7d9-ac129800e803" + "WESTINDIA:20200617T104432Z:a0cf4722-f3d4-40dd-abd1-ad8a1ce63f12" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:15 GMT" + "Wed, 17 Jun 2020 10:44:32 GMT" ], "Content-Length": [ - "3102" + "5222" ], "Content-Type": [ "application/json" @@ -2235,23 +2451,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging\",\r\n \"name\": \"ps8030/staging\",\r\n \"type\": \"Microsoft.Web/sites/slots\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps8030(staging)\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps8030-staging.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps2116-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-087.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps2116-WestUSwebspace/sites/ps8030\",\r\n \"repositorySiteName\": \"ps8030\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps8030-staging.azurewebsites.net\",\r\n \"ps8030-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\": \"ps8030-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\": \"ps8030-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/ps2116/providers/Microsoft.Web/serverfarms/ps6761\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-02-11T12:42:14.09\",\r\n \"storageRecoveryDefaultState\": \"Running\",\r\n \"contentAvailabilityState\": \"Normal\",\r\n \"runtimeAvailabilityState\": \"Normal\",\r\n \"siteConfig\": null,\r\n \"deploymentId\": \"ps8030__d2a4\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Standard\",\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 \"customDomainVerificationId\": \"AEF5B9EA618F6015C7FC4F944A23EC07078E450B3FF270A0F40A0C581AEB2C82\",\r\n \"kind\": \"app\",\r\n \"inboundIpAddress\": \"40.83.145.50\",\r\n \"possibleInboundIpAddresses\": \"40.83.145.50\",\r\n \"outboundIpAddresses\": \"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158\",\r\n \"possibleOutboundIpAddresses\": \"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158,104.42.188.168,104.42.185.137\",\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-087\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps2116\",\r\n \"defaultHostName\": \"ps8030-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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging\",\r\n \"name\": \"ps7342/staging\",\r\n \"type\": \"Microsoft.Web/sites/slots\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps7342(staging)\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps7342-staging.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps9632-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-093.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps9632-WestUSwebspace/sites/ps7342\",\r\n \"repositorySiteName\": \"ps7342\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps7342-staging.azurewebsites.net\",\r\n \"ps7342-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\": \"ps7342-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\": \"ps7342-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/ps9632/providers/Microsoft.Web/serverfarms/ps2645\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-06-17T10:44:31.48\",\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\": \"ps7342__2b2b\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Standard\",\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\": \"40.112.191.159\",\r\n \"possibleInboundIpAddresses\": \"40.112.191.159\",\r\n \"ftpUsername\": \"ps7342__staging\\\\$ps7342__staging\",\r\n \"ftpsHostName\": \"ftps://waws-prod-bay-093.ftp.azurewebsites.windows.net/site/wwwroot\",\r\n \"outboundIpAddresses\": \"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41\",\r\n \"possibleOutboundIpAddresses\": \"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41,138.91.254.30,138.91.249.213\",\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-093\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps9632\",\r\n \"defaultHostName\": \"ps7342-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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZz9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZz9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/serverfarms/ps6761\",\r\n \"httpsOnly\": true\r\n },\r\n \"location\": \"West US\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/serverfarms/ps2645\",\r\n \"httpsOnly\": true\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f982ace4-0a21-4a85-a407-061da9a83598" + "8c7a597d-863d-4ae3-b2c2-c5e6cecbaa61" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -2271,13 +2487,13 @@ "no-cache" ], "ETag": [ - "\"1D5E0D8B169F50B\"" + "\"1D644944A89C600\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "af53b7b1-c6cc-4a5f-9403-2113b84884d4" + "7d5d333f-ff93-4e8e-af7b-66b939aede4a" ], "Server": [ "Microsoft-IIS/10.0" @@ -2292,19 +2508,19 @@ "497" ], "x-ms-correlation-request-id": [ - "1d8c2781-b0f8-4f64-be56-3455651ca519" + "3d162ae6-79fd-4488-bec4-f0f2f77b794f" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124223Z:1d8c2781-b0f8-4f64-be56-3455651ca519" + "WESTINDIA:20200617T104440Z:3d162ae6-79fd-4488-bec4-f0f2f77b794f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:23 GMT" + "Wed, 17 Jun 2020 10:44:40 GMT" ], "Content-Length": [ - "3106" + "5226" ], "Content-Type": [ "application/json" @@ -2313,23 +2529,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging\",\r\n \"name\": \"ps8030/staging\",\r\n \"type\": \"Microsoft.Web/sites/slots\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps8030(staging)\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps8030-staging.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps2116-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-087.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps2116-WestUSwebspace/sites/ps8030\",\r\n \"repositorySiteName\": \"ps8030\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps8030-staging.azurewebsites.net\",\r\n \"ps8030-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\": \"ps8030-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\": \"ps8030-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/ps2116/providers/Microsoft.Web/serverfarms/ps6761\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-02-11T12:42:21.0666667\",\r\n \"storageRecoveryDefaultState\": \"Running\",\r\n \"contentAvailabilityState\": \"Normal\",\r\n \"runtimeAvailabilityState\": \"Normal\",\r\n \"siteConfig\": null,\r\n \"deploymentId\": \"ps8030__d2a4\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Standard\",\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 \"customDomainVerificationId\": \"AEF5B9EA618F6015C7FC4F944A23EC07078E450B3FF270A0F40A0C581AEB2C82\",\r\n \"kind\": \"app\",\r\n \"inboundIpAddress\": \"40.83.145.50\",\r\n \"possibleInboundIpAddresses\": \"40.83.145.50\",\r\n \"outboundIpAddresses\": \"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158\",\r\n \"possibleOutboundIpAddresses\": \"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158,104.42.188.168,104.42.185.137\",\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-087\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps2116\",\r\n \"defaultHostName\": \"ps8030-staging.azurewebsites.net\",\r\n \"slotSwapStatus\": null,\r\n \"httpsOnly\": true,\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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging\",\r\n \"name\": \"ps7342/staging\",\r\n \"type\": \"Microsoft.Web/sites/slots\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps7342(staging)\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps7342-staging.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps9632-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-093.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps9632-WestUSwebspace/sites/ps7342\",\r\n \"repositorySiteName\": \"ps7342\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps7342-staging.azurewebsites.net\",\r\n \"ps7342-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\": \"ps7342-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\": \"ps7342-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/ps9632/providers/Microsoft.Web/serverfarms/ps2645\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-06-17T10:44:39.0433333\",\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\": \"ps7342__2b2b\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Standard\",\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\": \"40.112.191.159\",\r\n \"possibleInboundIpAddresses\": \"40.112.191.159\",\r\n \"ftpUsername\": \"ps7342__staging\\\\$ps7342__staging\",\r\n \"ftpsHostName\": \"ftps://waws-prod-bay-093.ftp.azurewebsites.windows.net/site/wwwroot\",\r\n \"outboundIpAddresses\": \"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41\",\r\n \"possibleOutboundIpAddresses\": \"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41,138.91.254.30,138.91.249.213\",\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-093\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps9632\",\r\n \"defaultHostName\": \"ps7342-staging.azurewebsites.net\",\r\n \"slotSwapStatus\": null,\r\n \"httpsOnly\": true,\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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZz9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZz9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"enabled\": true,\r\n \"hostNameSslStates\": [\r\n {\r\n \"name\": \"ps8030-staging.azurewebsites.net\",\r\n \"sslState\": \"Disabled\",\r\n \"hostType\": \"Standard\"\r\n },\r\n {\r\n \"name\": \"ps8030-staging.scm.azurewebsites.net\",\r\n \"sslState\": \"Disabled\",\r\n \"hostType\": \"Repository\"\r\n }\r\n ],\r\n \"serverFarmId\": \"ps6761\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"siteConfig\": {\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 \"requestTracingEnabled\": true,\r\n \"remoteDebuggingEnabled\": false,\r\n \"remoteDebuggingVersion\": \"VS2019\",\r\n \"httpLoggingEnabled\": true,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps8030__staging\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"WEBSITE_NODE_DEFAULT_VERSION\",\r\n \"value\": \"6.9.1\"\r\n }\r\n ],\r\n \"azureStorageAccounts\": {},\r\n \"connectionStrings\": [],\r\n \"scmType\": \"None\",\r\n \"use32BitWorkerProcess\": true,\r\n \"webSocketsEnabled\": false,\r\n \"alwaysOn\": true,\r\n \"appCommandLine\": \"\",\r\n \"managedPipelineMode\": \"Integrated\",\r\n \"virtualApplications\": [\r\n {\r\n \"virtualPath\": \"/\",\r\n \"physicalPath\": \"site\\\\wwwroot\",\r\n \"preloadEnabled\": true\r\n }\r\n ],\r\n \"loadBalancing\": \"LeastRequests\",\r\n \"experiments\": {\r\n \"rampUpRules\": []\r\n },\r\n \"autoHealEnabled\": false,\r\n \"vnetName\": \"\",\r\n \"localMySqlEnabled\": false,\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.0\",\r\n \"ftpsState\": \"FtpsOnly\",\r\n \"reservedInstanceCount\": 0\r\n },\r\n \"scmSiteAlsoStopped\": false,\r\n \"clientAffinityEnabled\": true,\r\n \"clientCertEnabled\": false,\r\n \"hostNamesDisabled\": false,\r\n \"containerSize\": 0,\r\n \"dailyMemoryTimeQuota\": 0,\r\n \"httpsOnly\": true\r\n },\r\n \"kind\": \"app\",\r\n \"location\": \"West US\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"enabled\": true,\r\n \"hostNameSslStates\": [\r\n {\r\n \"name\": \"ps7342-staging.azurewebsites.net\",\r\n \"sslState\": \"Disabled\",\r\n \"hostType\": \"Standard\"\r\n },\r\n {\r\n \"name\": \"ps7342-staging.scm.azurewebsites.net\",\r\n \"sslState\": \"Disabled\",\r\n \"hostType\": \"Repository\"\r\n }\r\n ],\r\n \"serverFarmId\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/serverfarms/ps2645\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"siteConfig\": {\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 \"requestTracingEnabled\": true,\r\n \"remoteDebuggingEnabled\": false,\r\n \"remoteDebuggingVersion\": \"VS2019\",\r\n \"httpLoggingEnabled\": true,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps7342__staging\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"WEBSITE_NODE_DEFAULT_VERSION\",\r\n \"value\": \"6.9.1\"\r\n }\r\n ],\r\n \"azureStorageAccounts\": {},\r\n \"connectionStrings\": [],\r\n \"scmType\": \"None\",\r\n \"use32BitWorkerProcess\": true,\r\n \"webSocketsEnabled\": false,\r\n \"alwaysOn\": true,\r\n \"appCommandLine\": \"\",\r\n \"managedPipelineMode\": \"Integrated\",\r\n \"virtualApplications\": [\r\n {\r\n \"virtualPath\": \"/\",\r\n \"physicalPath\": \"site\\\\wwwroot\",\r\n \"preloadEnabled\": true\r\n }\r\n ],\r\n \"loadBalancing\": \"LeastRequests\",\r\n \"experiments\": {\r\n \"rampUpRules\": []\r\n },\r\n \"autoHealEnabled\": false,\r\n \"vnetName\": \"\",\r\n \"localMySqlEnabled\": false,\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.0\",\r\n \"ftpsState\": \"FtpsOnly\",\r\n \"reservedInstanceCount\": 0\r\n },\r\n \"scmSiteAlsoStopped\": false,\r\n \"clientAffinityEnabled\": true,\r\n \"clientCertEnabled\": false,\r\n \"hostNamesDisabled\": false,\r\n \"containerSize\": 0,\r\n \"dailyMemoryTimeQuota\": 0,\r\n \"httpsOnly\": true\r\n },\r\n \"kind\": \"app\",\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "bcb858e7-54a5-4292-8792-0a0af9844e18" + "28917a1d-74f8-4c02-8eb0-57ff718f4190" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -2338,7 +2554,7 @@ "application/json; charset=utf-8" ], "Content-Length": [ - "2863" + "2973" ] }, "ResponseHeaders": { @@ -2349,13 +2565,13 @@ "no-cache" ], "ETag": [ - "\"1D5E0D8B8F7C120\"" + "\"1D644945324A24B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b24c4221-1230-45cf-b7f1-7fdc694451c7" + "3335989c-3def-4367-a6f3-e9b92fab118b" ], "Server": [ "Microsoft-IIS/10.0" @@ -2370,19 +2586,19 @@ "496" ], "x-ms-correlation-request-id": [ - "7d177123-9b9b-4d25-83f9-4391e0080853" + "eeffee56-ecf1-41cc-83e3-0fd1687556a4" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124232Z:7d177123-9b9b-4d25-83f9-4391e0080853" + "WESTINDIA:20200617T104451Z:eeffee56-ecf1-41cc-83e3-0fd1687556a4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:32 GMT" + "Wed, 17 Jun 2020 10:44:51 GMT" ], "Content-Length": [ - "3106" + "5221" ], "Content-Type": [ "application/json" @@ -2391,23 +2607,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging\",\r\n \"name\": \"ps8030/staging\",\r\n \"type\": \"Microsoft.Web/sites/slots\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps8030(staging)\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps8030-staging.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps2116-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-087.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps2116-WestUSwebspace/sites/ps8030\",\r\n \"repositorySiteName\": \"ps8030\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps8030-staging.azurewebsites.net\",\r\n \"ps8030-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\": \"ps8030-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\": \"ps8030-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/ps2116/providers/Microsoft.Web/serverfarms/ps6761\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-02-11T12:42:32.0066667\",\r\n \"storageRecoveryDefaultState\": \"Running\",\r\n \"contentAvailabilityState\": \"Normal\",\r\n \"runtimeAvailabilityState\": \"Normal\",\r\n \"siteConfig\": null,\r\n \"deploymentId\": \"ps8030__d2a4\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Standard\",\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 \"customDomainVerificationId\": \"AEF5B9EA618F6015C7FC4F944A23EC07078E450B3FF270A0F40A0C581AEB2C82\",\r\n \"kind\": \"app\",\r\n \"inboundIpAddress\": \"40.83.145.50\",\r\n \"possibleInboundIpAddresses\": \"40.83.145.50\",\r\n \"outboundIpAddresses\": \"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158\",\r\n \"possibleOutboundIpAddresses\": \"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158,104.42.188.168,104.42.185.137\",\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-087\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps2116\",\r\n \"defaultHostName\": \"ps8030-staging.azurewebsites.net\",\r\n \"slotSwapStatus\": null,\r\n \"httpsOnly\": true,\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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging\",\r\n \"name\": \"ps7342/staging\",\r\n \"type\": \"Microsoft.Web/sites/slots\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps7342(staging)\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps7342-staging.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps9632-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-093.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps9632-WestUSwebspace/sites/ps7342\",\r\n \"repositorySiteName\": \"ps7342\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps7342-staging.azurewebsites.net\",\r\n \"ps7342-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\": \"ps7342-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\": \"ps7342-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/ps9632/providers/Microsoft.Web/serverfarms/ps2645\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-06-17T10:44:50.98\",\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\": \"ps7342__2b2b\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Standard\",\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\": \"40.112.191.159\",\r\n \"possibleInboundIpAddresses\": \"40.112.191.159\",\r\n \"ftpUsername\": \"ps7342__staging\\\\$ps7342__staging\",\r\n \"ftpsHostName\": \"ftps://waws-prod-bay-093.ftp.azurewebsites.windows.net/site/wwwroot\",\r\n \"outboundIpAddresses\": \"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41\",\r\n \"possibleOutboundIpAddresses\": \"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41,138.91.254.30,138.91.249.213\",\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-093\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps9632\",\r\n \"defaultHostName\": \"ps7342-staging.azurewebsites.net\",\r\n \"slotSwapStatus\": null,\r\n \"httpsOnly\": true,\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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZz9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZz9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/serverfarms/ps6761\",\r\n \"httpsOnly\": true\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"location\": \"West US\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/serverfarms/ps2645\",\r\n \"httpsOnly\": true\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "56c2b7b8-0915-44cf-aee9-583dd3d4fac7" + "c69b0080-2b4e-463d-9350-f63d7afd7c63" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -2427,13 +2643,13 @@ "no-cache" ], "ETag": [ - "\"1D5E0D8BF525760\"" + "\"1D644945B004040\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1b70a3e1-1926-46f4-b137-38601a6b03d7" + "731cb696-bfc8-4e06-9e48-68b71a1b303a" ], "Server": [ "Microsoft-IIS/10.0" @@ -2448,19 +2664,19 @@ "495" ], "x-ms-correlation-request-id": [ - "3f9c35b5-4164-4f8d-b3f3-a6ddb06ae9e3" + "46e18a7d-9993-4df3-bd70-c9cd66ab8458" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124249Z:3f9c35b5-4164-4f8d-b3f3-a6ddb06ae9e3" + "WESTINDIA:20200617T104513Z:46e18a7d-9993-4df3-bd70-c9cd66ab8458" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:48 GMT" + "Wed, 17 Jun 2020 10:45:12 GMT" ], "Content-Length": [ - "3246" + "5361" ], "Content-Type": [ "application/json" @@ -2469,23 +2685,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging\",\r\n \"name\": \"ps8030/staging\",\r\n \"type\": \"Microsoft.Web/sites/slots\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps8030(staging)\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps8030-staging.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps2116-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-087.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps2116-WestUSwebspace/sites/ps8030\",\r\n \"repositorySiteName\": \"ps8030\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps8030-staging.azurewebsites.net\",\r\n \"ps8030-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\": \"ps8030-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\": \"ps8030-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/ps2116/providers/Microsoft.Web/serverfarms/ps6761\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-02-11T12:42:47.2533333\",\r\n \"storageRecoveryDefaultState\": \"Running\",\r\n \"contentAvailabilityState\": \"Normal\",\r\n \"runtimeAvailabilityState\": \"Normal\",\r\n \"siteConfig\": null,\r\n \"deploymentId\": \"ps8030__d2a4\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Standard\",\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 \"customDomainVerificationId\": \"AEF5B9EA618F6015C7FC4F944A23EC07078E450B3FF270A0F40A0C581AEB2C82\",\r\n \"kind\": \"app\",\r\n \"inboundIpAddress\": \"40.83.145.50\",\r\n \"possibleInboundIpAddresses\": \"40.83.145.50\",\r\n \"outboundIpAddresses\": \"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158\",\r\n \"possibleOutboundIpAddresses\": \"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158,104.42.188.168,104.42.185.137\",\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-087\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps2116\",\r\n \"defaultHostName\": \"ps8030-staging.azurewebsites.net\",\r\n \"slotSwapStatus\": null,\r\n \"httpsOnly\": true,\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 \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"549f6172-b3a0-492c-a929-16e425fb2df9\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging\",\r\n \"name\": \"ps7342/staging\",\r\n \"type\": \"Microsoft.Web/sites/slots\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps7342(staging)\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps7342-staging.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps9632-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-093.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps9632-WestUSwebspace/sites/ps7342\",\r\n \"repositorySiteName\": \"ps7342\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps7342-staging.azurewebsites.net\",\r\n \"ps7342-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\": \"ps7342-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\": \"ps7342-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/ps9632/providers/Microsoft.Web/serverfarms/ps2645\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-06-17T10:45:11.46\",\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\": \"ps7342__2b2b\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Standard\",\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\": \"40.112.191.159\",\r\n \"possibleInboundIpAddresses\": \"40.112.191.159\",\r\n \"ftpUsername\": \"ps7342__staging\\\\$ps7342__staging\",\r\n \"ftpsHostName\": \"ftps://waws-prod-bay-093.ftp.azurewebsites.windows.net/site/wwwroot\",\r\n \"outboundIpAddresses\": \"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41\",\r\n \"possibleOutboundIpAddresses\": \"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41,138.91.254.30,138.91.249.213\",\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-093\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps9632\",\r\n \"defaultHostName\": \"ps7342-staging.azurewebsites.net\",\r\n \"slotSwapStatus\": null,\r\n \"httpsOnly\": true,\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 \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"2a97178c-bb63-4338-bacc-7dccacb38402\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/web?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvd2ViP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/web?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvd2ViP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b6da2fa2-da36-43d8-a046-179fcd519b03" + "629d1603-7be4-4fb1-8d5b-7d05c9ffcf86" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -2502,7 +2718,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fb2ee266-f2b6-4edf-933c-346145d823fc" + "10e41386-34ab-4683-b99e-41c973da7ebd" ], "Server": [ "Microsoft-IIS/10.0" @@ -2517,19 +2733,19 @@ "11991" ], "x-ms-correlation-request-id": [ - "92711403-4820-491f-8dc1-2e977f2488bc" + "3d027c26-afe3-48d3-bbf6-c32d432f2281" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124208Z:92711403-4820-491f-8dc1-2e977f2488bc" + "WESTINDIA:20200617T104423Z:3d027c26-afe3-48d3-bbf6-c32d432f2281" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:07 GMT" + "Wed, 17 Jun 2020 10:44:23 GMT" ], "Content-Length": [ - "3020" + "3144" ], "Content-Type": [ "application/json" @@ -2538,23 +2754,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/web\",\r\n \"name\": \"ps8030\",\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\": \"VS2019\",\r\n \"httpLoggingEnabled\": false,\r\n \"azureMonitorLogCategories\": null,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps8030__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 }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/web\",\r\n \"name\": \"ps7342\",\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\": null,\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\": \"$ps7342__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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/web?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvd2ViP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/web?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvd2ViP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "364dad91-1e7a-40df-ab91-3c2f2dd2dd15" + "436c930d-5650-4d47-82a1-c155bc92a60f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -2571,10 +2787,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ffed7a56-096c-49ff-a0fa-c41c948e625d" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "00421237-b95f-4fbd-a31e-045b91f8fc8a" ], "Server": [ "Microsoft-IIS/10.0" @@ -2585,20 +2798,23 @@ "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], "x-ms-correlation-request-id": [ - "c886a9b5-edd4-4e4a-a87b-148278dd771b" + "8ff5b3bb-f1f6-4620-842e-5d965ec3c842" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124210Z:c886a9b5-edd4-4e4a-a87b-148278dd771b" + "WESTINDIA:20200617T104426Z:8ff5b3bb-f1f6-4620-842e-5d965ec3c842" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:10 GMT" + "Wed, 17 Jun 2020 10:44:26 GMT" ], "Content-Length": [ - "3020" + "3144" ], "Content-Type": [ "application/json" @@ -2607,23 +2823,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/web\",\r\n \"name\": \"ps8030\",\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\": \"VS2019\",\r\n \"httpLoggingEnabled\": false,\r\n \"azureMonitorLogCategories\": null,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps8030__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 }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/web\",\r\n \"name\": \"ps7342\",\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\": null,\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\": \"$ps7342__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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/web?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvd2ViP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/web?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvd2ViP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8537a608-884c-4891-ac19-342298fc7773" + "1120fc5b-ebee-466f-9f6d-77cd56a71928" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -2640,7 +2856,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6b83750a-9987-420a-830a-264ea0f3b61d" + "ca4bba34-136e-4073-afab-27395542698a" ], "Server": [ "Microsoft-IIS/10.0" @@ -2655,19 +2871,19 @@ "11987" ], "x-ms-correlation-request-id": [ - "6e1f2590-b794-4785-a9da-d72d8d71b0e1" + "7b67cf77-dbe1-4fa2-914f-1e400e43c1c4" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124218Z:6e1f2590-b794-4785-a9da-d72d8d71b0e1" + "WESTINDIA:20200617T104436Z:7b67cf77-dbe1-4fa2-914f-1e400e43c1c4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:18 GMT" + "Wed, 17 Jun 2020 10:44:36 GMT" ], "Content-Length": [ - "3018" + "3142" ], "Content-Type": [ "application/json" @@ -2676,23 +2892,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/web\",\r\n \"name\": \"ps8030\",\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\": \"VS2019\",\r\n \"httpLoggingEnabled\": false,\r\n \"azureMonitorLogCategories\": null,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps8030__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\": true,\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\": true,\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 }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/web\",\r\n \"name\": \"ps7342\",\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\": null,\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\": \"$ps7342__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\": true,\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\": true,\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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/web?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvd2ViP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/web?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvd2ViP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0e9258f1-39eb-4b53-a8b3-2ce24030ddca" + "ea6fe1f0-9b3a-45aa-b6b2-a0ea67faa1df" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -2709,7 +2925,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "51cdfed9-6f42-4f1a-b2a5-f58c4f17752f" + "efec58ed-bb47-412b-89d4-f615ee61c2f1" ], "Server": [ "Microsoft-IIS/10.0" @@ -2724,19 +2940,19 @@ "11983" ], "x-ms-correlation-request-id": [ - "6f1a0d71-9116-40fd-ae71-36d318e50485" + "fadb2945-5167-49f0-9392-44354feaa1ca" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124226Z:6f1a0d71-9116-40fd-ae71-36d318e50485" + "WESTINDIA:20200617T104444Z:fadb2945-5167-49f0-9392-44354feaa1ca" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:25 GMT" + "Wed, 17 Jun 2020 10:44:44 GMT" ], "Content-Length": [ - "3018" + "3142" ], "Content-Type": [ "application/json" @@ -2745,23 +2961,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/web\",\r\n \"name\": \"ps8030\",\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\": \"VS2019\",\r\n \"httpLoggingEnabled\": false,\r\n \"azureMonitorLogCategories\": null,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps8030__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\": true,\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\": true,\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 }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/web\",\r\n \"name\": \"ps7342\",\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\": null,\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\": \"$ps7342__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\": true,\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\": true,\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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/web?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvd2ViP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/web?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvd2ViP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "69844784-946e-4f4c-9d95-d57d202d499c" + "8f58d423-c6b0-402d-a232-9a8d76c19093" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -2778,7 +2994,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9b0ab936-c218-4a8e-8bf3-3a4297a0ac97" + "12d6b968-4764-470b-9b3e-364438c027a2" ], "Server": [ "Microsoft-IIS/10.0" @@ -2793,19 +3009,19 @@ "11981" ], "x-ms-correlation-request-id": [ - "a99e3c00-a583-43b2-9734-974f61c8866c" + "6327d93b-b53b-4543-a8be-dea808f06af3" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124233Z:a99e3c00-a583-43b2-9734-974f61c8866c" + "WESTINDIA:20200617T104452Z:6327d93b-b53b-4543-a8be-dea808f06af3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:33 GMT" + "Wed, 17 Jun 2020 10:44:52 GMT" ], "Content-Length": [ - "3068" + "3192" ], "Content-Type": [ "application/json" @@ -2814,23 +3030,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/web\",\r\n \"name\": \"ps8030\",\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\": true,\r\n \"requestTracingExpirationTime\": \"9999-12-31T23:59:00Z\",\r\n \"remoteDebuggingEnabled\": false,\r\n \"remoteDebuggingVersion\": \"VS2019\",\r\n \"httpLoggingEnabled\": true,\r\n \"azureMonitorLogCategories\": null,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps8030__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\": true,\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\": true,\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.0\",\r\n \"ftpsState\": \"FtpsOnly\",\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 }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/web\",\r\n \"name\": \"ps7342\",\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\": null,\r\n \"linuxFxVersion\": \"\",\r\n \"windowsFxVersion\": null,\r\n \"requestTracingEnabled\": true,\r\n \"requestTracingExpirationTime\": \"9999-12-31T23:59:00Z\",\r\n \"remoteDebuggingEnabled\": false,\r\n \"remoteDebuggingVersion\": \"VS2019\",\r\n \"httpLoggingEnabled\": true,\r\n \"azureMonitorLogCategories\": null,\r\n \"acrUseManagedIdentityCreds\": false,\r\n \"acrUserManagedIdentityID\": null,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps7342__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\": true,\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\": true,\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.0\",\r\n \"ftpsState\": \"FtpsOnly\",\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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/web?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvd2ViP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/web?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvd2ViP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "500df49f-dc3a-4d71-8ca1-2d6b32cd9cab" + "7d23ab4a-e1fc-41a6-b5d7-73213ad5c56f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -2847,7 +3063,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "939330e8-5a99-40ab-b2e1-311e761aad01" + "d8918567-f8aa-47a5-b874-0f2aeedfd0d4" ], "Server": [ "Microsoft-IIS/10.0" @@ -2862,19 +3078,19 @@ "11979" ], "x-ms-correlation-request-id": [ - "6da4335b-aa9f-4299-a347-32da9fe4268f" + "c465a470-0a0d-4c18-ac04-41c6fb22cbec" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124235Z:6da4335b-aa9f-4299-a347-32da9fe4268f" + "WESTINDIA:20200617T104454Z:c465a470-0a0d-4c18-ac04-41c6fb22cbec" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:35 GMT" + "Wed, 17 Jun 2020 10:44:54 GMT" ], "Content-Length": [ - "3068" + "3192" ], "Content-Type": [ "application/json" @@ -2883,23 +3099,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/web\",\r\n \"name\": \"ps8030\",\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\": true,\r\n \"requestTracingExpirationTime\": \"9999-12-31T23:59:00Z\",\r\n \"remoteDebuggingEnabled\": false,\r\n \"remoteDebuggingVersion\": \"VS2019\",\r\n \"httpLoggingEnabled\": true,\r\n \"azureMonitorLogCategories\": null,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps8030__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\": true,\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\": true,\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.0\",\r\n \"ftpsState\": \"FtpsOnly\",\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 }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/web\",\r\n \"name\": \"ps7342\",\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\": null,\r\n \"linuxFxVersion\": \"\",\r\n \"windowsFxVersion\": null,\r\n \"requestTracingEnabled\": true,\r\n \"requestTracingExpirationTime\": \"9999-12-31T23:59:00Z\",\r\n \"remoteDebuggingEnabled\": false,\r\n \"remoteDebuggingVersion\": \"VS2019\",\r\n \"httpLoggingEnabled\": true,\r\n \"azureMonitorLogCategories\": null,\r\n \"acrUseManagedIdentityCreds\": false,\r\n \"acrUserManagedIdentityID\": null,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps7342__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\": true,\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\": true,\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.0\",\r\n \"ftpsState\": \"FtpsOnly\",\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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/web?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvd2ViP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/web?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvd2ViP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e29b3cb1-6f13-4be5-a587-161c47dfbaec" + "68d98a06-a373-4392-8ce9-f33b5185d584" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -2916,7 +3132,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d16cc007-0c91-465f-8c4d-feb4b0189db8" + "63f7c5bb-6c4a-443e-ac8f-7eb41a60fab5" ], "Server": [ "Microsoft-IIS/10.0" @@ -2931,19 +3147,19 @@ "11977" ], "x-ms-correlation-request-id": [ - "c804f4ce-bc97-48fd-8328-62fa8b60bcfb" + "beb32635-b785-47ca-824b-dbbaee75e647" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124237Z:c804f4ce-bc97-48fd-8328-62fa8b60bcfb" + "WESTINDIA:20200617T104458Z:beb32635-b785-47ca-824b-dbbaee75e647" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:37 GMT" + "Wed, 17 Jun 2020 10:44:58 GMT" ], "Content-Length": [ - "3068" + "3192" ], "Content-Type": [ "application/json" @@ -2952,23 +3168,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/web\",\r\n \"name\": \"ps8030\",\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\": true,\r\n \"requestTracingExpirationTime\": \"9999-12-31T23:59:00Z\",\r\n \"remoteDebuggingEnabled\": false,\r\n \"remoteDebuggingVersion\": \"VS2019\",\r\n \"httpLoggingEnabled\": true,\r\n \"azureMonitorLogCategories\": null,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps8030__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\": true,\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\": true,\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.0\",\r\n \"ftpsState\": \"FtpsOnly\",\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 }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/web\",\r\n \"name\": \"ps7342\",\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\": null,\r\n \"linuxFxVersion\": \"\",\r\n \"windowsFxVersion\": null,\r\n \"requestTracingEnabled\": true,\r\n \"requestTracingExpirationTime\": \"9999-12-31T23:59:00Z\",\r\n \"remoteDebuggingEnabled\": false,\r\n \"remoteDebuggingVersion\": \"VS2019\",\r\n \"httpLoggingEnabled\": true,\r\n \"azureMonitorLogCategories\": null,\r\n \"acrUseManagedIdentityCreds\": false,\r\n \"acrUserManagedIdentityID\": null,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps7342__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\": true,\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\": true,\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.0\",\r\n \"ftpsState\": \"FtpsOnly\",\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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/web?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvd2ViP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/web?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvd2ViP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9e013f52-3cf0-4538-8b7d-9ef53699ced2" + "e6967fa2-1cba-4762-bf67-46dae806fbaa" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -2985,7 +3201,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "52df8a75-644e-47dc-8c0e-118c934652de" + "52029298-6c96-42db-97fd-01aeca016027" ], "Server": [ "Microsoft-IIS/10.0" @@ -3000,19 +3216,19 @@ "11975" ], "x-ms-correlation-request-id": [ - "00a0ea52-9dca-439c-a756-6b86a99794e3" + "13ce2ea3-bcb3-4cce-834b-1b5fed6c92ac" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124241Z:00a0ea52-9dca-439c-a756-6b86a99794e3" + "WESTINDIA:20200617T104504Z:13ce2ea3-bcb3-4cce-834b-1b5fed6c92ac" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:41 GMT" + "Wed, 17 Jun 2020 10:45:03 GMT" ], "Content-Length": [ - "3070" + "3194" ], "Content-Type": [ "application/json" @@ -3021,23 +3237,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/web\",\r\n \"name\": \"ps8030\",\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\": true,\r\n \"requestTracingExpirationTime\": \"9999-12-31T23:59:00Z\",\r\n \"remoteDebuggingEnabled\": false,\r\n \"remoteDebuggingVersion\": \"VS2019\",\r\n \"httpLoggingEnabled\": true,\r\n \"azureMonitorLogCategories\": null,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps8030__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.0\",\r\n \"ftpsState\": \"FtpsOnly\",\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 }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/web\",\r\n \"name\": \"ps7342\",\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\": null,\r\n \"linuxFxVersion\": \"\",\r\n \"windowsFxVersion\": null,\r\n \"requestTracingEnabled\": true,\r\n \"requestTracingExpirationTime\": \"9999-12-31T23:59:00Z\",\r\n \"remoteDebuggingEnabled\": false,\r\n \"remoteDebuggingVersion\": \"VS2019\",\r\n \"httpLoggingEnabled\": true,\r\n \"azureMonitorLogCategories\": null,\r\n \"acrUseManagedIdentityCreds\": false,\r\n \"acrUserManagedIdentityID\": null,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps7342__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.0\",\r\n \"ftpsState\": \"FtpsOnly\",\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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/web?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvd2ViP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/web?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvd2ViP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2f058292-9e83-499a-ba52-eb270936b3ae" + "d847c12f-e7f9-46cd-8be0-b22687985b95" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -3054,7 +3270,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9eb1fae3-1a08-49a3-9917-507717abbd8e" + "ab402bdd-24eb-41cd-a5d2-58d52e3740b7" ], "Server": [ "Microsoft-IIS/10.0" @@ -3069,19 +3285,19 @@ "11971" ], "x-ms-correlation-request-id": [ - "6f145dfc-e51c-4de7-8415-61fff51e57bf" + "186a32fd-903b-40af-9fcd-bd045eb2e866" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124252Z:6f145dfc-e51c-4de7-8415-61fff51e57bf" + "WESTINDIA:20200617T104516Z:186a32fd-903b-40af-9fcd-bd045eb2e866" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:51 GMT" + "Wed, 17 Jun 2020 10:45:15 GMT" ], "Content-Length": [ - "3071" + "3195" ], "Content-Type": [ "application/json" @@ -3090,23 +3306,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/web\",\r\n \"name\": \"ps8030\",\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\": true,\r\n \"requestTracingExpirationTime\": \"9999-12-31T23:59:00Z\",\r\n \"remoteDebuggingEnabled\": false,\r\n \"remoteDebuggingVersion\": \"VS2019\",\r\n \"httpLoggingEnabled\": true,\r\n \"azureMonitorLogCategories\": null,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps8030__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\": 32149,\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.0\",\r\n \"ftpsState\": \"FtpsOnly\",\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 }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/web\",\r\n \"name\": \"ps7342\",\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\": null,\r\n \"linuxFxVersion\": \"\",\r\n \"windowsFxVersion\": null,\r\n \"requestTracingEnabled\": true,\r\n \"requestTracingExpirationTime\": \"9999-12-31T23:59:00Z\",\r\n \"remoteDebuggingEnabled\": false,\r\n \"remoteDebuggingVersion\": \"VS2019\",\r\n \"httpLoggingEnabled\": true,\r\n \"azureMonitorLogCategories\": null,\r\n \"acrUseManagedIdentityCreds\": false,\r\n \"acrUserManagedIdentityID\": null,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps7342__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\": 49439,\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.0\",\r\n \"ftpsState\": \"FtpsOnly\",\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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/web?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvd2ViP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/web?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvd2ViP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "edaaddf7-5445-4c7b-91ae-1ca40b707d0f" + "55a718d3-de14-483f-8267-3a38b9e447d8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -3123,7 +3339,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7ed387f1-52f4-4edb-8e70-42e9675ac3aa" + "6e341fdc-a10a-4427-8b0e-17fdf538c9d6" ], "Server": [ "Microsoft-IIS/10.0" @@ -3138,19 +3354,19 @@ "11969" ], "x-ms-correlation-request-id": [ - "8d709cc0-bf6f-489d-9d9a-a95d14811db3" + "495e6462-45ff-4383-8414-b769d1e7dd9b" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124254Z:8d709cc0-bf6f-489d-9d9a-a95d14811db3" + "WESTINDIA:20200617T104519Z:495e6462-45ff-4383-8414-b769d1e7dd9b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:53 GMT" + "Wed, 17 Jun 2020 10:45:18 GMT" ], "Content-Length": [ - "3071" + "3195" ], "Content-Type": [ "application/json" @@ -3159,23 +3375,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/web\",\r\n \"name\": \"ps8030\",\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\": true,\r\n \"requestTracingExpirationTime\": \"9999-12-31T23:59:00Z\",\r\n \"remoteDebuggingEnabled\": false,\r\n \"remoteDebuggingVersion\": \"VS2019\",\r\n \"httpLoggingEnabled\": true,\r\n \"azureMonitorLogCategories\": null,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps8030__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\": 32149,\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.0\",\r\n \"ftpsState\": \"FtpsOnly\",\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 }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/web\",\r\n \"name\": \"ps7342\",\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\": null,\r\n \"linuxFxVersion\": \"\",\r\n \"windowsFxVersion\": null,\r\n \"requestTracingEnabled\": true,\r\n \"requestTracingExpirationTime\": \"9999-12-31T23:59:00Z\",\r\n \"remoteDebuggingEnabled\": false,\r\n \"remoteDebuggingVersion\": \"VS2019\",\r\n \"httpLoggingEnabled\": true,\r\n \"azureMonitorLogCategories\": null,\r\n \"acrUseManagedIdentityCreds\": false,\r\n \"acrUserManagedIdentityID\": null,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps7342__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\": 49439,\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.0\",\r\n \"ftpsState\": \"FtpsOnly\",\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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/web?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvd2ViP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/web?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvd2ViP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "19065f5f-ac48-4719-bc0f-1a3838085f68" + "99e3f1dd-dd58-4f99-9c60-ebc9c3e79e58" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -3192,7 +3408,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4ea38e12-abc8-4918-980b-b0cff6155b0b" + "aa957a5e-7551-453e-be19-280cfec7a624" ], "Server": [ "Microsoft-IIS/10.0" @@ -3207,19 +3423,19 @@ "11967" ], "x-ms-correlation-request-id": [ - "ac0c7a24-1894-45c1-a2f9-7a0f161cd4e4" + "a5eedcce-29c2-477c-8cb3-16b2a39c7f12" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124259Z:ac0c7a24-1894-45c1-a2f9-7a0f161cd4e4" + "WESTINDIA:20200617T104525Z:a5eedcce-29c2-477c-8cb3-16b2a39c7f12" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:59 GMT" + "Wed, 17 Jun 2020 10:45:24 GMT" ], "Content-Length": [ - "3071" + "3195" ], "Content-Type": [ "application/json" @@ -3228,23 +3444,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/web\",\r\n \"name\": \"ps8030\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"numberOfWorkers\": 2,\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\": true,\r\n \"requestTracingExpirationTime\": \"9999-12-31T23:59:00Z\",\r\n \"remoteDebuggingEnabled\": false,\r\n \"remoteDebuggingVersion\": \"VS2019\",\r\n \"httpLoggingEnabled\": true,\r\n \"azureMonitorLogCategories\": null,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps8030__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\": 32149,\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.0\",\r\n \"ftpsState\": \"FtpsOnly\",\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 }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/web\",\r\n \"name\": \"ps7342\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"numberOfWorkers\": 2,\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\": null,\r\n \"linuxFxVersion\": \"\",\r\n \"windowsFxVersion\": null,\r\n \"requestTracingEnabled\": true,\r\n \"requestTracingExpirationTime\": \"9999-12-31T23:59:00Z\",\r\n \"remoteDebuggingEnabled\": false,\r\n \"remoteDebuggingVersion\": \"VS2019\",\r\n \"httpLoggingEnabled\": true,\r\n \"azureMonitorLogCategories\": null,\r\n \"acrUseManagedIdentityCreds\": false,\r\n \"acrUserManagedIdentityID\": null,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps7342__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\": 49439,\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.0\",\r\n \"ftpsState\": \"FtpsOnly\",\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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/web?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvd2ViP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/web?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvd2ViP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "78cc69dd-f3aa-4f91-bf7b-69ae98369122" + "b16b9f6d-6ba2-4db5-97b1-950fd809621e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -3261,7 +3477,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9af05394-2af6-48ab-a21c-ea4dd1a78ed0" + "b41204a0-cad0-4a08-8f79-d06d81e4134e" ], "Server": [ "Microsoft-IIS/10.0" @@ -3276,19 +3492,19 @@ "11965" ], "x-ms-correlation-request-id": [ - "061c7e12-f2e7-4c56-b9b3-34ea5c95826a" + "fb15bf92-fed7-4fc6-998a-40ea2d7f5c0c" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124306Z:061c7e12-f2e7-4c56-b9b3-34ea5c95826a" + "WESTINDIA:20200617T104528Z:fb15bf92-fed7-4fc6-998a-40ea2d7f5c0c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:43:05 GMT" + "Wed, 17 Jun 2020 10:45:28 GMT" ], "Content-Length": [ - "3071" + "3195" ], "Content-Type": [ "application/json" @@ -3297,23 +3513,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/web\",\r\n \"name\": \"ps8030\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"numberOfWorkers\": 2,\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\": true,\r\n \"requestTracingExpirationTime\": \"9999-12-31T23:59:00Z\",\r\n \"remoteDebuggingEnabled\": false,\r\n \"remoteDebuggingVersion\": \"VS2019\",\r\n \"httpLoggingEnabled\": true,\r\n \"azureMonitorLogCategories\": null,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps8030__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\": 32149,\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.0\",\r\n \"ftpsState\": \"FtpsOnly\",\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 }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/web\",\r\n \"name\": \"ps7342\",\r\n \"type\": \"Microsoft.Web/sites/config\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"numberOfWorkers\": 2,\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\": null,\r\n \"linuxFxVersion\": \"\",\r\n \"windowsFxVersion\": null,\r\n \"requestTracingEnabled\": true,\r\n \"requestTracingExpirationTime\": \"9999-12-31T23:59:00Z\",\r\n \"remoteDebuggingEnabled\": false,\r\n \"remoteDebuggingVersion\": \"VS2019\",\r\n \"httpLoggingEnabled\": true,\r\n \"azureMonitorLogCategories\": null,\r\n \"acrUseManagedIdentityCreds\": false,\r\n \"acrUserManagedIdentityID\": null,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps7342__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\": 49439,\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.0\",\r\n \"ftpsState\": \"FtpsOnly\",\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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/appsettings/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvYXBwc2V0dGluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/appsettings/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvYXBwc2V0dGluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "778e9732-3a36-4b5a-9ed2-f04af6cd93f1" + "34b6687a-c775-4d9c-8683-11dcd0d547ca" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -3330,7 +3546,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "05b68ae2-729e-478b-b99c-c3a4a2548845" + "7ad56bfb-6908-4494-a565-d98b9cd26f87" ], "Server": [ "Microsoft-IIS/10.0" @@ -3345,16 +3561,16 @@ "11999" ], "x-ms-correlation-request-id": [ - "4b9039e9-3f97-4e8a-8a05-96ae883005d6" + "71016207-0200-4a02-9a59-f323e82fc849" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124208Z:4b9039e9-3f97-4e8a-8a05-96ae883005d6" + "WESTINDIA:20200617T104424Z:71016207-0200-4a02-9a59-f323e82fc849" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:07 GMT" + "Wed, 17 Jun 2020 10:44:24 GMT" ], "Content-Length": [ "284" @@ -3366,23 +3582,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/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/ps9632/providers/Microsoft.Web/sites/ps7342/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/appsettings/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvYXBwc2V0dGluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/appsettings/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvYXBwc2V0dGluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dc8c8ca7-d2ba-429a-ac56-6a5db68edff9" + "11f6285c-c002-408a-8dd4-5302363bfe65" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -3399,7 +3615,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "64775457-afed-47af-a1b6-57e2f447fcda" + "c6a23376-c517-44fa-a965-7e22f0f024b5" ], "Server": [ "Microsoft-IIS/10.0" @@ -3414,16 +3630,16 @@ "11996" ], "x-ms-correlation-request-id": [ - "d3a60a2d-a5ae-47bf-b50e-81c1ec30d660" + "599df8e2-9ee8-488d-9f02-9d2099fdaac3" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124210Z:d3a60a2d-a5ae-47bf-b50e-81c1ec30d660" + "WESTINDIA:20200617T104426Z:599df8e2-9ee8-488d-9f02-9d2099fdaac3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:10 GMT" + "Wed, 17 Jun 2020 10:44:26 GMT" ], "Content-Length": [ "284" @@ -3435,23 +3651,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/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/ps9632/providers/Microsoft.Web/sites/ps7342/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/appsettings/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvYXBwc2V0dGluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/appsettings/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvYXBwc2V0dGluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "516a3f0e-a3cb-4b1b-b7ea-84d3eec42527" + "a415ec8c-786a-43be-8ca7-4cf230f2079a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -3468,7 +3684,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5a260841-b2e7-41b3-bf9f-b1632b25e974" + "b9ce8a1b-48fa-49ec-8d68-5a4b67b1a228" ], "Server": [ "Microsoft-IIS/10.0" @@ -3483,16 +3699,16 @@ "11993" ], "x-ms-correlation-request-id": [ - "3e31d9c7-a7ad-4393-84bb-d6f860b0c216" + "163da626-85cd-410a-b64a-1e4571d5e8e1" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124218Z:3e31d9c7-a7ad-4393-84bb-d6f860b0c216" + "WESTINDIA:20200617T104436Z:163da626-85cd-410a-b64a-1e4571d5e8e1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:18 GMT" + "Wed, 17 Jun 2020 10:44:36 GMT" ], "Content-Length": [ "284" @@ -3504,23 +3720,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/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/ps9632/providers/Microsoft.Web/sites/ps7342/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/appsettings/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvYXBwc2V0dGluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/appsettings/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvYXBwc2V0dGluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "626b050a-7e54-402b-a929-72c0c603e024" + "766514e4-f947-462f-9551-26a3bff5fbc2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -3537,7 +3753,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "47506c03-05dc-4816-9e8a-0787e2f45974" + "f66ef046-9de2-4961-bc7f-0688408b43e5" ], "Server": [ "Microsoft-IIS/10.0" @@ -3552,16 +3768,16 @@ "11990" ], "x-ms-correlation-request-id": [ - "101cc801-bd15-445c-b088-a198218c6fdd" + "b02690f2-c061-4201-8565-84c82d6d9d4f" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124226Z:101cc801-bd15-445c-b088-a198218c6fdd" + "WESTINDIA:20200617T104444Z:b02690f2-c061-4201-8565-84c82d6d9d4f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:26 GMT" + "Wed, 17 Jun 2020 10:44:44 GMT" ], "Content-Length": [ "284" @@ -3573,23 +3789,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/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/ps9632/providers/Microsoft.Web/sites/ps7342/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/appsettings/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvYXBwc2V0dGluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/appsettings/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvYXBwc2V0dGluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cbc9c50a-e501-4b2d-b31f-a824230f4929" + "63144d8e-e224-42cc-92df-2dbd6063cb63" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -3606,7 +3822,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fea23841-c67b-481a-bb3e-60bc26bacc23" + "5c604b94-7791-4655-a2da-99f7386ca184" ], "Server": [ "Microsoft-IIS/10.0" @@ -3621,16 +3837,16 @@ "11987" ], "x-ms-correlation-request-id": [ - "c753f7ab-845b-4107-80ba-82ec3ab00f72" + "b3832532-8406-43a7-be71-aa85a999e453" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124233Z:c753f7ab-845b-4107-80ba-82ec3ab00f72" + "WESTINDIA:20200617T104453Z:b3832532-8406-43a7-be71-aa85a999e453" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:33 GMT" + "Wed, 17 Jun 2020 10:44:52 GMT" ], "Content-Length": [ "284" @@ -3642,23 +3858,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/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/ps9632/providers/Microsoft.Web/sites/ps7342/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/appsettings/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvYXBwc2V0dGluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/appsettings/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvYXBwc2V0dGluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "279ef7c1-5399-45f8-ba7b-33a5a66a2e52" + "42c36655-32c6-4636-b021-7aa8075e6797" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -3675,7 +3891,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0644e3a9-9f64-4ee1-ab5a-41565a1b31c2" + "cb0af4b6-bbfe-42b5-89c7-143780f18f51" ], "Server": [ "Microsoft-IIS/10.0" @@ -3690,16 +3906,16 @@ "11984" ], "x-ms-correlation-request-id": [ - "66b09292-c1ad-4e5c-b095-1fda0013c7ad" + "98167f47-53a5-4c8e-a530-02566a8b1bd4" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124235Z:66b09292-c1ad-4e5c-b095-1fda0013c7ad" + "WESTINDIA:20200617T104455Z:98167f47-53a5-4c8e-a530-02566a8b1bd4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:35 GMT" + "Wed, 17 Jun 2020 10:44:54 GMT" ], "Content-Length": [ "284" @@ -3711,23 +3927,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/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/ps9632/providers/Microsoft.Web/sites/ps7342/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/appsettings/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvYXBwc2V0dGluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/appsettings/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvYXBwc2V0dGluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "24354d94-9178-450a-9bbc-b76a831179bf" + "24b7e0bd-0813-4f32-b737-7acbafe954e9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -3744,7 +3960,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "00ce988c-f60b-4f5d-b1d6-29014bb77607" + "ca1eb95c-7996-41dc-9e19-350b146d0763" ], "Server": [ "Microsoft-IIS/10.0" @@ -3759,16 +3975,16 @@ "11981" ], "x-ms-correlation-request-id": [ - "f46d92c1-c186-4fec-b288-3728df387b9e" + "a6bafc33-0b47-4f8e-8c3f-83126f795441" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124237Z:f46d92c1-c186-4fec-b288-3728df387b9e" + "WESTINDIA:20200617T104500Z:a6bafc33-0b47-4f8e-8c3f-83126f795441" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:37 GMT" + "Wed, 17 Jun 2020 10:44:59 GMT" ], "Content-Length": [ "284" @@ -3780,23 +3996,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/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/ps9632/providers/Microsoft.Web/sites/ps7342/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/appsettings/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvYXBwc2V0dGluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/appsettings/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvYXBwc2V0dGluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "df698ea2-9314-48df-992d-2067d332d802" + "694968c8-2b71-4b30-a0cd-da3426d36c31" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -3813,7 +4029,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d8bd8d95-09a8-4bd8-bad3-a758892730ef" + "7d970218-7c11-4aed-b433-6bf594b9e369" ], "Server": [ "Microsoft-IIS/10.0" @@ -3828,16 +4044,16 @@ "11978" ], "x-ms-correlation-request-id": [ - "f4a6e366-e8cc-4d52-988e-dd97129afe2a" + "08906ff7-2a86-4427-890a-f2ece553c99a" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124242Z:f4a6e366-e8cc-4d52-988e-dd97129afe2a" + "WESTINDIA:20200617T104504Z:08906ff7-2a86-4427-890a-f2ece553c99a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:41 GMT" + "Wed, 17 Jun 2020 10:45:04 GMT" ], "Content-Length": [ "285" @@ -3849,23 +4065,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/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 \"setting1\": \"valueA\",\r\n \"setting2\": \"valueB\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/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 \"setting1\": \"valueA\",\r\n \"setting2\": \"valueB\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/appsettings/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvYXBwc2V0dGluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/appsettings/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvYXBwc2V0dGluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "20ede25f-537c-42bc-9923-83d02809191e" + "ef7c50f6-f67d-4e9b-a598-b390fdbb545a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -3882,7 +4098,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4c7d4d3c-64f3-4708-acb9-284fd9a5ea29" + "a98a3f5c-3dfb-49ce-a2a1-56046f3e9a34" ], "Server": [ "Microsoft-IIS/10.0" @@ -3897,16 +4113,16 @@ "11975" ], "x-ms-correlation-request-id": [ - "d0bd5c6e-12b5-4ff4-bff5-a18a816d3aeb" + "cc398a96-ce40-4616-a49e-a4b3739c1935" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124252Z:d0bd5c6e-12b5-4ff4-bff5-a18a816d3aeb" + "WESTINDIA:20200617T104516Z:cc398a96-ce40-4616-a49e-a4b3739c1935" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:52 GMT" + "Wed, 17 Jun 2020 10:45:16 GMT" ], "Content-Length": [ "285" @@ -3918,23 +4134,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/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 \"setting1\": \"valueA\",\r\n \"setting2\": \"valueB\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/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 \"setting1\": \"valueA\",\r\n \"setting2\": \"valueB\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/appsettings/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvYXBwc2V0dGluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/appsettings/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvYXBwc2V0dGluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f5a38764-1697-4d2e-ae6d-892320ca829a" + "d5027f67-d685-4198-b781-ba90c25ca71b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -3951,7 +4167,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5ba99913-66f8-4127-b4d5-a6d60af6bcd1" + "84e54ee9-6b80-4194-a3a4-926b01c78b2a" ], "Server": [ "Microsoft-IIS/10.0" @@ -3966,16 +4182,16 @@ "11972" ], "x-ms-correlation-request-id": [ - "12a745cb-66f6-4c33-8436-908f296bb756" + "befc7525-bd67-4580-a1e2-d143b32763d2" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124254Z:12a745cb-66f6-4c33-8436-908f296bb756" + "WESTINDIA:20200617T104520Z:befc7525-bd67-4580-a1e2-d143b32763d2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:54 GMT" + "Wed, 17 Jun 2020 10:45:19 GMT" ], "Content-Length": [ "285" @@ -3987,23 +4203,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/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 \"setting1\": \"valueA\",\r\n \"setting2\": \"valueB\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/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 \"setting1\": \"valueA\",\r\n \"setting2\": \"valueB\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/appsettings/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvYXBwc2V0dGluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/appsettings/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvYXBwc2V0dGluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8d65cbbb-fd31-4dfd-a1a6-5e1c463bfebd" + "aef11a43-f6ce-4c90-84b1-2c1654c1ac57" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -4020,7 +4236,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "033c527c-8c2e-4655-9b5c-8da6443e7e54" + "9814fc11-9dca-4441-a71f-b9ba6b9c11b9" ], "Server": [ "Microsoft-IIS/10.0" @@ -4035,16 +4251,16 @@ "11969" ], "x-ms-correlation-request-id": [ - "c4b23b83-4224-438b-9bd5-5f0209001171" + "ffb2f365-ddc3-435f-9b92-82615a8a77be" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124301Z:c4b23b83-4224-438b-9bd5-5f0209001171" + "WESTINDIA:20200617T104526Z:ffb2f365-ddc3-435f-9b92-82615a8a77be" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:43:00 GMT" + "Wed, 17 Jun 2020 10:45:25 GMT" ], "Content-Length": [ "285" @@ -4056,23 +4272,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/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 \"setting1\": \"valueA\",\r\n \"setting2\": \"valueB\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/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 \"setting1\": \"valueA\",\r\n \"setting2\": \"valueB\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/appsettings/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvYXBwc2V0dGluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/appsettings/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvYXBwc2V0dGluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "297bd7aa-b22c-44d4-894e-1ba1b63b6584" + "56126145-2928-4756-a9b8-5a8438d84e4d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -4089,7 +4305,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "79989cf9-5048-4175-95a6-7d6d1d8c42e1" + "092a67e9-fe20-4fa7-b487-eb2045bc9cee" ], "Server": [ "Microsoft-IIS/10.0" @@ -4104,16 +4320,16 @@ "11966" ], "x-ms-correlation-request-id": [ - "c175d8d5-2cb2-4e0f-8ea4-d6dfb0f7fc28" + "0c8e28b9-7370-4b8f-af7d-e73364bd888f" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124307Z:c175d8d5-2cb2-4e0f-8ea4-d6dfb0f7fc28" + "WESTINDIA:20200617T104529Z:0c8e28b9-7370-4b8f-af7d-e73364bd888f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:43:06 GMT" + "Wed, 17 Jun 2020 10:45:28 GMT" ], "Content-Length": [ "285" @@ -4125,23 +4341,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/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 \"setting1\": \"valueA\",\r\n \"setting2\": \"valueB\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/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 \"setting1\": \"valueA\",\r\n \"setting2\": \"valueB\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/connectionstrings/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvY29ubmVjdGlvbnN0cmluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/connectionstrings/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvY29ubmVjdGlvbnN0cmluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1ea0e418-dac4-40cb-aca7-33c025f5cd12" + "d5deb232-be47-463b-ac70-f735d62e2440" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -4158,7 +4374,10 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e7bd73f0-f9fb-48f2-a33a-cab6b32ea30b" + "8b9be10a-0e86-4570-b65f-89bf3863cfbd" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "11998" ], "Server": [ "Microsoft-IIS/10.0" @@ -4169,20 +4388,17 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "11998" - ], "x-ms-correlation-request-id": [ - "42040436-4819-4f2b-b5f8-f8bc84f1b3f0" + "c76f413d-8269-4540-8fdc-f50422325818" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124209Z:42040436-4819-4f2b-b5f8-f8bc84f1b3f0" + "WESTINDIA:20200617T104424Z:c76f413d-8269-4540-8fdc-f50422325818" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:09 GMT" + "Wed, 17 Jun 2020 10:44:24 GMT" ], "Content-Length": [ "258" @@ -4194,23 +4410,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/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/ps9632/providers/Microsoft.Web/sites/ps7342/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/connectionstrings/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvY29ubmVjdGlvbnN0cmluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/connectionstrings/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvY29ubmVjdGlvbnN0cmluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5230d5b5-4fd6-4de7-acf1-04f6e23cf860" + "a274e594-f35e-464e-8532-0bce8b44437e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -4227,7 +4443,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a4551c37-ea49-4198-ae4f-58185d7e5551" + "6f561c4c-3d48-47f8-a812-29e8a1f97483" ], "Server": [ "Microsoft-IIS/10.0" @@ -4242,16 +4458,16 @@ "11995" ], "x-ms-correlation-request-id": [ - "53b076d7-1c92-41f7-9dd6-5a30e32a8c2d" + "f9f78691-d2e3-4b00-8ce0-97357f77c3b5" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124211Z:53b076d7-1c92-41f7-9dd6-5a30e32a8c2d" + "WESTINDIA:20200617T104429Z:f9f78691-d2e3-4b00-8ce0-97357f77c3b5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:11 GMT" + "Wed, 17 Jun 2020 10:44:28 GMT" ], "Content-Length": [ "258" @@ -4263,23 +4479,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/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/ps9632/providers/Microsoft.Web/sites/ps7342/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/connectionstrings/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvY29ubmVjdGlvbnN0cmluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/connectionstrings/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvY29ubmVjdGlvbnN0cmluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fad33051-0cc8-4321-a7ac-7ed71eafa271" + "7bce44f2-20b1-4c70-9a20-d05918a2285d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -4296,7 +4512,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a56dd7c3-a27e-4556-86ff-d30d5f8120eb" + "153f665a-50f7-4b67-9996-19e7baf7a4e6" ], "Server": [ "Microsoft-IIS/10.0" @@ -4311,16 +4527,16 @@ "11992" ], "x-ms-correlation-request-id": [ - "1604c871-af50-416e-95fb-cda23deb5382" + "e1972067-5b0e-4aee-9313-4ba61769febf" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124218Z:1604c871-af50-416e-95fb-cda23deb5382" + "WESTINDIA:20200617T104437Z:e1972067-5b0e-4aee-9313-4ba61769febf" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:18 GMT" + "Wed, 17 Jun 2020 10:44:36 GMT" ], "Content-Length": [ "258" @@ -4332,23 +4548,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/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/ps9632/providers/Microsoft.Web/sites/ps7342/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/connectionstrings/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvY29ubmVjdGlvbnN0cmluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/connectionstrings/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvY29ubmVjdGlvbnN0cmluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a6b31967-ed0d-47b7-8c09-b907ea04899b" + "afd81866-4947-42d4-9f4c-16037d485a54" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -4365,7 +4581,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "69115042-27d3-43c2-90ac-4c81eb3cb3c6" + "695ed7e4-f36b-4d84-a502-75e7d8caab05" ], "Server": [ "Microsoft-IIS/10.0" @@ -4380,16 +4596,16 @@ "11989" ], "x-ms-correlation-request-id": [ - "93af5c37-72f7-469c-a958-8924e09480af" + "ec5c0732-72dd-49da-bb29-9ee731aa935a" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124226Z:93af5c37-72f7-469c-a958-8924e09480af" + "WESTINDIA:20200617T104445Z:ec5c0732-72dd-49da-bb29-9ee731aa935a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:26 GMT" + "Wed, 17 Jun 2020 10:44:45 GMT" ], "Content-Length": [ "258" @@ -4401,23 +4617,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/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/ps9632/providers/Microsoft.Web/sites/ps7342/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/connectionstrings/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvY29ubmVjdGlvbnN0cmluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/connectionstrings/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvY29ubmVjdGlvbnN0cmluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c583f4ab-6436-4576-a6b1-1d99819d5515" + "2ccc7140-04ad-4055-8cee-e87c99fd7bb1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -4434,7 +4650,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ca7c4115-867a-42a5-a370-feac322922a4" + "51a660b7-f9e0-4cc9-b627-027816a4f8f2" ], "Server": [ "Microsoft-IIS/10.0" @@ -4449,16 +4665,16 @@ "11986" ], "x-ms-correlation-request-id": [ - "b27c6a54-1901-4689-bd84-51138939bf5f" + "5c31f5cc-1bef-489f-9fa8-2f9656515690" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124234Z:b27c6a54-1901-4689-bd84-51138939bf5f" + "WESTINDIA:20200617T104453Z:5c31f5cc-1bef-489f-9fa8-2f9656515690" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:33 GMT" + "Wed, 17 Jun 2020 10:44:53 GMT" ], "Content-Length": [ "258" @@ -4470,23 +4686,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/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/ps9632/providers/Microsoft.Web/sites/ps7342/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/connectionstrings/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvY29ubmVjdGlvbnN0cmluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/connectionstrings/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvY29ubmVjdGlvbnN0cmluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "916343fd-3020-4432-8209-df8233f382f0" + "76f24cd9-5b5a-478c-a6dd-a7793a85fd44" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -4503,7 +4719,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "eb634056-8c77-4fe8-840c-390bc6775268" + "2ead232b-3376-45fb-a57e-17d7ff1fea7c" ], "Server": [ "Microsoft-IIS/10.0" @@ -4518,16 +4734,16 @@ "11983" ], "x-ms-correlation-request-id": [ - "46d9bd98-5199-4aa5-897b-de08194e4ff0" + "0f2db47b-e836-4a9e-baef-1efd590db49d" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124236Z:46d9bd98-5199-4aa5-897b-de08194e4ff0" + "WESTINDIA:20200617T104455Z:0f2db47b-e836-4a9e-baef-1efd590db49d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:35 GMT" + "Wed, 17 Jun 2020 10:44:55 GMT" ], "Content-Length": [ "258" @@ -4539,23 +4755,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/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/ps9632/providers/Microsoft.Web/sites/ps7342/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/connectionstrings/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvY29ubmVjdGlvbnN0cmluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/connectionstrings/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvY29ubmVjdGlvbnN0cmluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "16ebe2ae-528a-4fbc-b367-6ec4d45a4c75" + "f7d8f42e-ec1b-4723-aa5c-75640403066b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -4572,7 +4788,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9a13d641-836f-4d83-9884-5d40dda5cd8c" + "0babdb17-cf4d-4cc5-ade8-01dbb1deda64" ], "Server": [ "Microsoft-IIS/10.0" @@ -4587,16 +4803,16 @@ "11980" ], "x-ms-correlation-request-id": [ - "b54b5c03-72db-4ca0-929a-c69e0256c126" + "9653a091-5b8d-48b0-a0e5-0677127c4948" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124238Z:b54b5c03-72db-4ca0-929a-c69e0256c126" + "WESTINDIA:20200617T104500Z:9653a091-5b8d-48b0-a0e5-0677127c4948" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:37 GMT" + "Wed, 17 Jun 2020 10:45:00 GMT" ], "Content-Length": [ "258" @@ -4608,23 +4824,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/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/ps9632/providers/Microsoft.Web/sites/ps7342/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/connectionstrings/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvY29ubmVjdGlvbnN0cmluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/connectionstrings/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvY29ubmVjdGlvbnN0cmluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "65e82dd7-ac97-46a0-8757-d00326abeea0" + "9d658401-650f-4817-a187-768dd92f9024" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -4641,7 +4857,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8bcd7084-620b-4f57-bdda-1b84db9a7871" + "3f163c12-7382-4cc3-b0b1-6b6e43588740" ], "Server": [ "Microsoft-IIS/10.0" @@ -4656,16 +4872,16 @@ "11977" ], "x-ms-correlation-request-id": [ - "02f90a7c-a1e3-4bd7-9bff-38da28d1067e" + "19e7e405-2cdf-43f2-8541-735abb7f8cd2" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124242Z:02f90a7c-a1e3-4bd7-9bff-38da28d1067e" + "WESTINDIA:20200617T104504Z:19e7e405-2cdf-43f2-8541-735abb7f8cd2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:42 GMT" + "Wed, 17 Jun 2020 10:45:04 GMT" ], "Content-Length": [ "258" @@ -4677,23 +4893,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/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/ps9632/providers/Microsoft.Web/sites/ps7342/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/connectionstrings/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvY29ubmVjdGlvbnN0cmluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/connectionstrings/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvY29ubmVjdGlvbnN0cmluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "60b85569-c48f-4b88-abff-2fda026c176c" + "55fb0652-144d-481e-a525-3607c6c44170" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -4710,7 +4926,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c73c3827-47ed-48eb-b86d-2a432ffb568e" + "26bf39f4-75f8-482d-a744-9d840de2e1cb" ], "Server": [ "Microsoft-IIS/10.0" @@ -4725,16 +4941,16 @@ "11974" ], "x-ms-correlation-request-id": [ - "9f15648c-973a-4d07-b41d-4a0e18527b38" + "ed18847f-0803-4a5e-8f18-72a64c0e820f" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124253Z:9f15648c-973a-4d07-b41d-4a0e18527b38" + "WESTINDIA:20200617T104517Z:ed18847f-0803-4a5e-8f18-72a64c0e820f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:52 GMT" + "Wed, 17 Jun 2020 10:45:16 GMT" ], "Content-Length": [ "258" @@ -4746,23 +4962,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/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/ps9632/providers/Microsoft.Web/sites/ps7342/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/connectionstrings/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvY29ubmVjdGlvbnN0cmluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/connectionstrings/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvY29ubmVjdGlvbnN0cmluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "70db9faa-c639-469b-94c8-750c2351d641" + "47d413dd-002d-4bd8-8e9e-567d77812062" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -4779,7 +4995,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c9761e8d-7656-4f54-9c85-b515138ff2f0" + "6f777ecc-0834-4590-b776-c70e659d077d" ], "Server": [ "Microsoft-IIS/10.0" @@ -4794,16 +5010,16 @@ "11971" ], "x-ms-correlation-request-id": [ - "a225c4b1-cefa-4c74-b68f-52d569182035" + "6b7b3cb5-8298-40e3-acf2-dfc28816b77e" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124255Z:a225c4b1-cefa-4c74-b68f-52d569182035" + "WESTINDIA:20200617T104521Z:6b7b3cb5-8298-40e3-acf2-dfc28816b77e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:54 GMT" + "Wed, 17 Jun 2020 10:45:20 GMT" ], "Content-Length": [ "258" @@ -4815,23 +5031,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/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/ps9632/providers/Microsoft.Web/sites/ps7342/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/connectionstrings/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvY29ubmVjdGlvbnN0cmluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/connectionstrings/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvY29ubmVjdGlvbnN0cmluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "43e01187-bf53-49f1-9775-ba068196db47" + "7a7000ac-3006-48ba-9d85-d35f8f58a8d9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -4848,7 +5064,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "54f033b4-7172-4100-888a-223a53744227" + "8d093725-3fd6-4bad-875c-c83f55cfa5d5" ], "Server": [ "Microsoft-IIS/10.0" @@ -4863,16 +5079,16 @@ "11968" ], "x-ms-correlation-request-id": [ - "d4f3ff11-7040-4b6d-ba79-20c514824fce" + "9024b1a2-8952-475c-a0b3-8c9b2ff1db2d" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124302Z:d4f3ff11-7040-4b6d-ba79-20c514824fce" + "WESTINDIA:20200617T104526Z:9024b1a2-8952-475c-a0b3-8c9b2ff1db2d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:43:01 GMT" + "Wed, 17 Jun 2020 10:45:25 GMT" ], "Content-Length": [ "372" @@ -4884,23 +5100,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/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 \"connstring2\": {\r\n \"value\": \"string value 2\",\r\n \"type\": \"SQLAzure\"\r\n },\r\n \"connstring1\": {\r\n \"value\": \"string value 1\",\r\n \"type\": \"MySql\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/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 \"connstring2\": {\r\n \"value\": \"string value 2\",\r\n \"type\": \"SQLAzure\"\r\n },\r\n \"connstring1\": {\r\n \"value\": \"string value 1\",\r\n \"type\": \"MySql\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/connectionstrings/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvY29ubmVjdGlvbnN0cmluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/connectionstrings/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvY29ubmVjdGlvbnN0cmluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8504ee4b-171c-486e-b6cf-dd1af5a601dd" + "a6078b77-571d-4db4-b07b-13543f5d910a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -4917,7 +5133,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "137d855e-ff50-47e6-a759-cb4ac8b1986f" + "fed629c3-4e75-4ff6-a7b6-2cd2a49e1b48" ], "Server": [ "Microsoft-IIS/10.0" @@ -4932,16 +5148,16 @@ "11965" ], "x-ms-correlation-request-id": [ - "0996690a-8b25-4b85-ad77-69ae69ef482d" + "a713b1f1-4204-4f3c-bfff-6bed0d7bd0b4" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124307Z:0996690a-8b25-4b85-ad77-69ae69ef482d" + "WESTINDIA:20200617T104530Z:a713b1f1-4204-4f3c-bfff-6bed0d7bd0b4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:43:07 GMT" + "Wed, 17 Jun 2020 10:45:30 GMT" ], "Content-Length": [ "372" @@ -4953,23 +5169,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/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 \"connstring2\": {\r\n \"value\": \"string value 2\",\r\n \"type\": \"SQLAzure\"\r\n },\r\n \"connstring1\": {\r\n \"value\": \"string value 1\",\r\n \"type\": \"MySql\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/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 \"connstring2\": {\r\n \"value\": \"string value 2\",\r\n \"type\": \"SQLAzure\"\r\n },\r\n \"connstring1\": {\r\n \"value\": \"string value 1\",\r\n \"type\": \"MySql\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/azurestorageaccounts/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvYXp1cmVzdG9yYWdlYWNjb3VudHMvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/azurestorageaccounts/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvYXp1cmVzdG9yYWdlYWNjb3VudHMvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "259011e2-e036-4d15-8a3b-3d3fbb1f0c06" + "e237abaf-9bbc-40fa-a578-8afa295fd58d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -4986,7 +5202,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d34f01fd-6ed3-45e1-b9b4-834c0c072e31" + "2c151053-280a-4796-a136-719e772f9496" ], "Server": [ "Microsoft-IIS/10.0" @@ -5001,16 +5217,16 @@ "11997" ], "x-ms-correlation-request-id": [ - "1150ca30-a011-42da-a30a-6625a3e11663" + "5c4f1c40-b54e-40e7-8d77-047b553a0450" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124209Z:1150ca30-a011-42da-a30a-6625a3e11663" + "WESTINDIA:20200617T104425Z:5c4f1c40-b54e-40e7-8d77-047b553a0450" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:09 GMT" + "Wed, 17 Jun 2020 10:44:25 GMT" ], "Content-Length": [ "255" @@ -5022,23 +5238,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/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/ps9632/providers/Microsoft.Web/sites/ps7342/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/azurestorageaccounts/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvYXp1cmVzdG9yYWdlYWNjb3VudHMvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/azurestorageaccounts/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvYXp1cmVzdG9yYWdlYWNjb3VudHMvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d45e3fad-fd8d-499d-963c-5bb580a1bc93" + "ca9959ea-d54c-435d-8fe0-679225b78a3c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -5055,7 +5271,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2c3798f9-bd10-43b0-b266-b8fd5640200d" + "f629b29b-7705-4e79-8952-f0b036b6010a" ], "Server": [ "Microsoft-IIS/10.0" @@ -5070,16 +5286,16 @@ "11994" ], "x-ms-correlation-request-id": [ - "f2871774-79c1-487f-8ff1-9db8bd61b4d5" + "b2217a7e-cad1-49a2-9b63-8c6d3c0af337" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124211Z:f2871774-79c1-487f-8ff1-9db8bd61b4d5" + "WESTINDIA:20200617T104429Z:b2217a7e-cad1-49a2-9b63-8c6d3c0af337" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:11 GMT" + "Wed, 17 Jun 2020 10:44:29 GMT" ], "Content-Length": [ "255" @@ -5091,23 +5307,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/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/ps9632/providers/Microsoft.Web/sites/ps7342/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/azurestorageaccounts/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvYXp1cmVzdG9yYWdlYWNjb3VudHMvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/azurestorageaccounts/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvYXp1cmVzdG9yYWdlYWNjb3VudHMvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "301a24c4-ad18-4235-a802-f0d273d8da3c" + "68ec766a-2205-4d50-a5aa-278d1db50772" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -5124,7 +5340,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ae5b5fb3-a5e5-4721-8d3d-542e3e205c9d" + "64fcb70d-8099-44d8-8d37-1ef6c8df16de" ], "Server": [ "Microsoft-IIS/10.0" @@ -5139,16 +5355,16 @@ "11991" ], "x-ms-correlation-request-id": [ - "ff131c6c-b7c1-469d-928f-c0b711e98837" + "519cee0e-11fd-4d51-9ecc-b7905087624f" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124219Z:ff131c6c-b7c1-469d-928f-c0b711e98837" + "WESTINDIA:20200617T104437Z:519cee0e-11fd-4d51-9ecc-b7905087624f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:19 GMT" + "Wed, 17 Jun 2020 10:44:37 GMT" ], "Content-Length": [ "255" @@ -5160,23 +5376,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/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/ps9632/providers/Microsoft.Web/sites/ps7342/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/azurestorageaccounts/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvYXp1cmVzdG9yYWdlYWNjb3VudHMvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/azurestorageaccounts/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvYXp1cmVzdG9yYWdlYWNjb3VudHMvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bf33f3a5-38e9-47f0-8828-9d3c3e1e8e22" + "612a82ca-6c8f-4fff-b991-8eb620a758d5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -5193,7 +5409,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "80a164da-5115-4cf4-8dfa-0c1ba4db01f4" + "66a90777-e9f8-4075-a87b-baadee9e2822" ], "Server": [ "Microsoft-IIS/10.0" @@ -5208,16 +5424,16 @@ "11988" ], "x-ms-correlation-request-id": [ - "c3ad0671-a77c-46b4-bb09-779e49f6d0a1" + "9e46a674-d869-4b90-80f0-c5eaf7fc5aae" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124227Z:c3ad0671-a77c-46b4-bb09-779e49f6d0a1" + "WESTINDIA:20200617T104445Z:9e46a674-d869-4b90-80f0-c5eaf7fc5aae" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:27 GMT" + "Wed, 17 Jun 2020 10:44:45 GMT" ], "Content-Length": [ "255" @@ -5229,23 +5445,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/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/ps9632/providers/Microsoft.Web/sites/ps7342/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/azurestorageaccounts/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvYXp1cmVzdG9yYWdlYWNjb3VudHMvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/azurestorageaccounts/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvYXp1cmVzdG9yYWdlYWNjb3VudHMvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "312f7fc8-a84b-4531-8b2d-627ff82fea76" + "f10dc6b6-6939-424e-99e4-2f13379fa4f1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -5262,7 +5478,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9a7dd8f0-5912-43e0-be9f-5c8dc7a6788b" + "d9ac7fe4-c95e-429b-8f4c-8a5820a5ac22" ], "Server": [ "Microsoft-IIS/10.0" @@ -5277,16 +5493,16 @@ "11985" ], "x-ms-correlation-request-id": [ - "2d5fbdb9-a5cc-4b63-8136-135682b09508" + "d7812ba8-06ef-49a5-b135-fa75f85d4a6f" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124234Z:2d5fbdb9-a5cc-4b63-8136-135682b09508" + "WESTINDIA:20200617T104453Z:d7812ba8-06ef-49a5-b135-fa75f85d4a6f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:34 GMT" + "Wed, 17 Jun 2020 10:44:53 GMT" ], "Content-Length": [ "255" @@ -5298,23 +5514,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/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/ps9632/providers/Microsoft.Web/sites/ps7342/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/azurestorageaccounts/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvYXp1cmVzdG9yYWdlYWNjb3VudHMvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/azurestorageaccounts/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvYXp1cmVzdG9yYWdlYWNjb3VudHMvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "733a3891-87e2-4e4c-82d2-beebf323cc15" + "9058ede7-b954-4bdc-8aaa-90e1819b1bff" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -5331,7 +5547,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e8a1d035-f407-4797-b4be-25f84bce45fb" + "eabb7109-262f-4938-b2ec-f11b15268e12" ], "Server": [ "Microsoft-IIS/10.0" @@ -5346,16 +5562,16 @@ "11982" ], "x-ms-correlation-request-id": [ - "0a8c968e-b25a-455f-9bcb-3724438a830e" + "2d5a6196-ab9b-423a-a752-7cd3e739abd3" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124236Z:0a8c968e-b25a-455f-9bcb-3724438a830e" + "WESTINDIA:20200617T104456Z:2d5a6196-ab9b-423a-a752-7cd3e739abd3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:36 GMT" + "Wed, 17 Jun 2020 10:44:55 GMT" ], "Content-Length": [ "255" @@ -5367,23 +5583,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/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/ps9632/providers/Microsoft.Web/sites/ps7342/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/azurestorageaccounts/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvYXp1cmVzdG9yYWdlYWNjb3VudHMvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/azurestorageaccounts/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvYXp1cmVzdG9yYWdlYWNjb3VudHMvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0e5ffd45-ec26-40f5-9ffc-4bbc98d4ce2b" + "7d21f29c-4c09-42d6-92cc-df54ea54b5c7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -5400,7 +5616,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5d77133b-8a06-42c5-a195-309ba0398257" + "0945328a-bdc2-4e8c-a1a8-e988ea31a3b4" ], "Server": [ "Microsoft-IIS/10.0" @@ -5415,16 +5631,16 @@ "11979" ], "x-ms-correlation-request-id": [ - "31ea128e-e249-4286-a1f2-8ecb6da3a991" + "0d1a1e61-3da2-4212-be0b-7bfb4ec04f6d" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124238Z:31ea128e-e249-4286-a1f2-8ecb6da3a991" + "WESTINDIA:20200617T104501Z:0d1a1e61-3da2-4212-be0b-7bfb4ec04f6d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:38 GMT" + "Wed, 17 Jun 2020 10:45:00 GMT" ], "Content-Length": [ "255" @@ -5436,23 +5652,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/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/ps9632/providers/Microsoft.Web/sites/ps7342/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/azurestorageaccounts/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvYXp1cmVzdG9yYWdlYWNjb3VudHMvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/azurestorageaccounts/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvYXp1cmVzdG9yYWdlYWNjb3VudHMvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "55e65199-3b67-4280-b681-c9bfa9fb28c7" + "78303ed8-b45a-4f8b-b63d-986f34c9aec8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -5469,7 +5685,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f5892623-d855-4c4a-911d-728e606207d2" + "06cfa577-10fe-47cc-a112-ca93d0354905" ], "Server": [ "Microsoft-IIS/10.0" @@ -5484,16 +5700,16 @@ "11976" ], "x-ms-correlation-request-id": [ - "9387984f-2d87-4682-a780-daeb2d3dbe2f" + "53aa604d-4a2e-4df0-bf38-a38dc97ddc0d" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124242Z:9387984f-2d87-4682-a780-daeb2d3dbe2f" + "WESTINDIA:20200617T104505Z:53aa604d-4a2e-4df0-bf38-a38dc97ddc0d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:42 GMT" + "Wed, 17 Jun 2020 10:45:04 GMT" ], "Content-Length": [ "255" @@ -5505,23 +5721,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/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/ps9632/providers/Microsoft.Web/sites/ps7342/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/azurestorageaccounts/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvYXp1cmVzdG9yYWdlYWNjb3VudHMvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/azurestorageaccounts/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvYXp1cmVzdG9yYWdlYWNjb3VudHMvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2cd1ca99-03f5-4e73-9f95-e1d90350415a" + "b7808034-f461-4488-b3f8-a469fd604679" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -5538,7 +5754,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1a91e270-3435-4c90-a34c-7c26ce009d0e" + "228b1af1-1ac9-402b-9de7-4fb87580db88" ], "Server": [ "Microsoft-IIS/10.0" @@ -5553,16 +5769,16 @@ "11973" ], "x-ms-correlation-request-id": [ - "583b895b-bf3a-45cb-b3af-5ea6e7b4cc21" + "80fa2dbf-fa1e-4681-ac09-75dc30a62dac" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124253Z:583b895b-bf3a-45cb-b3af-5ea6e7b4cc21" + "WESTINDIA:20200617T104517Z:80fa2dbf-fa1e-4681-ac09-75dc30a62dac" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:53 GMT" + "Wed, 17 Jun 2020 10:45:17 GMT" ], "Content-Length": [ "255" @@ -5574,23 +5790,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/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/ps9632/providers/Microsoft.Web/sites/ps7342/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/azurestorageaccounts/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvYXp1cmVzdG9yYWdlYWNjb3VudHMvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/azurestorageaccounts/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvYXp1cmVzdG9yYWdlYWNjb3VudHMvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f88c2acb-875d-496a-bd5a-eb75514166c6" + "c8a094e3-3837-4574-91ef-80edaf890cf5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -5607,7 +5823,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3dcc3d27-eb7f-4290-baf1-e0c7a80a337e" + "946f18f8-c31d-45cc-8791-094015649a83" ], "Server": [ "Microsoft-IIS/10.0" @@ -5622,16 +5838,16 @@ "11970" ], "x-ms-correlation-request-id": [ - "65bd997f-bae7-4f27-94ab-eed6b022b70a" + "e047ab59-dc12-42aa-b44e-4984b1963cb4" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124255Z:65bd997f-bae7-4f27-94ab-eed6b022b70a" + "WESTINDIA:20200617T104521Z:e047ab59-dc12-42aa-b44e-4984b1963cb4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:54 GMT" + "Wed, 17 Jun 2020 10:45:21 GMT" ], "Content-Length": [ "255" @@ -5643,23 +5859,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/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/ps9632/providers/Microsoft.Web/sites/ps7342/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/azurestorageaccounts/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvYXp1cmVzdG9yYWdlYWNjb3VudHMvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/azurestorageaccounts/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvYXp1cmVzdG9yYWdlYWNjb3VudHMvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "86a0032e-cd24-4755-87d7-735b1954efa3" + "a3ecc4f3-c00b-4cb4-931d-e87872ce69e4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -5676,7 +5892,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f8a3d7c2-cd61-4b32-93d3-395b48e19c38" + "3f7593f3-c7da-44e4-889b-b636e82086d1" ], "Server": [ "Microsoft-IIS/10.0" @@ -5691,16 +5907,16 @@ "11967" ], "x-ms-correlation-request-id": [ - "29ef2b46-5b74-4053-8243-9a17b004f018" + "0c269c34-3a21-4caa-8471-b7e198bc550d" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124303Z:29ef2b46-5b74-4053-8243-9a17b004f018" + "WESTINDIA:20200617T104527Z:0c269c34-3a21-4caa-8471-b7e198bc550d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:43:03 GMT" + "Wed, 17 Jun 2020 10:45:26 GMT" ], "Content-Length": [ "255" @@ -5712,23 +5928,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/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/ps9632/providers/Microsoft.Web/sites/ps7342/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/azurestorageaccounts/list?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvYXp1cmVzdG9yYWdlYWNjb3VudHMvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/azurestorageaccounts/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvYXp1cmVzdG9yYWdlYWNjb3VudHMvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7bd4b1b0-a137-4a01-b2ad-f22d1efd9904" + "1ce90aa7-4c99-4dcd-bff6-171fd81202c6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -5745,7 +5961,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "48b30d95-2b54-4289-9004-80eef68fd8e0" + "34afe41c-feee-440f-8698-6453622c64a2" ], "Server": [ "Microsoft-IIS/10.0" @@ -5760,16 +5976,16 @@ "11964" ], "x-ms-correlation-request-id": [ - "567e7fcf-42b7-43dc-9c61-e6d9cc3e8060" + "a4358171-2160-425b-a674-c0078c3ac6c1" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124308Z:567e7fcf-42b7-43dc-9c61-e6d9cc3e8060" + "WESTINDIA:20200617T104531Z:a4358171-2160-425b-a674-c0078c3ac6c1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:43:07 GMT" + "Wed, 17 Jun 2020 10:45:30 GMT" ], "Content-Length": [ "255" @@ -5781,23 +5997,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/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/ps9632/providers/Microsoft.Web/sites/ps7342/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZz9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZz9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "18e97a77-de67-4c52-8dc2-5354c8b2c398" + "59f8323f-b4c8-494a-af8c-74651c7595e0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -5811,13 +6027,13 @@ "no-cache" ], "ETag": [ - "\"1D5E0D8A1F35195\"" + "\"1D644943981D42B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2ad1244a-9a77-4a39-b507-deabfcec2e94" + "62cc2cdf-e5c9-4405-8e9c-1335ccc74d3f" ], "Server": [ "Microsoft-IIS/10.0" @@ -5832,19 +6048,19 @@ "11990" ], "x-ms-correlation-request-id": [ - "b4aef32d-e14d-4263-af39-4122a5a011c5" + "ca4c146a-f974-4b74-8d5a-f01231d73432" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124210Z:b4aef32d-e14d-4263-af39-4122a5a011c5" + "WESTINDIA:20200617T104425Z:ca4c146a-f974-4b74-8d5a-f01231d73432" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:10 GMT" + "Wed, 17 Jun 2020 10:44:25 GMT" ], "Content-Length": [ - "3105" + "5027" ], "Content-Type": [ "application/json" @@ -5853,23 +6069,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging\",\r\n \"name\": \"ps8030/staging\",\r\n \"type\": \"Microsoft.Web/sites/slots\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps8030(staging)\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps8030-staging.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps2116-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-087.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps2116-WestUSwebspace/sites/ps8030\",\r\n \"repositorySiteName\": \"ps8030\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps8030-staging.azurewebsites.net\",\r\n \"ps8030-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\": \"ps8030-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\": \"ps8030-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/ps2116/providers/Microsoft.Web/serverfarms/ps7291\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-02-11T12:41:51.1933333\",\r\n \"storageRecoveryDefaultState\": \"Running\",\r\n \"contentAvailabilityState\": \"Normal\",\r\n \"runtimeAvailabilityState\": \"Normal\",\r\n \"siteConfig\": null,\r\n \"deploymentId\": \"ps8030__d2a4\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Standard\",\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 \"customDomainVerificationId\": \"AEF5B9EA618F6015C7FC4F944A23EC07078E450B3FF270A0F40A0C581AEB2C82\",\r\n \"kind\": \"app\",\r\n \"inboundIpAddress\": \"40.83.145.50\",\r\n \"possibleInboundIpAddresses\": \"40.83.145.50\",\r\n \"outboundIpAddresses\": \"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158\",\r\n \"possibleOutboundIpAddresses\": \"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158,104.42.188.168,104.42.185.137\",\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-087\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps2116\",\r\n \"defaultHostName\": \"ps8030-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\": [],\r\n \"buildVersion\": null,\r\n \"targetBuildVersion\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging\",\r\n \"name\": \"ps7342/staging\",\r\n \"type\": \"Microsoft.Web/sites/slots\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps7342(staging)\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps7342-staging.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps9632-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-093.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps9632-WestUSwebspace/sites/ps7342\",\r\n \"repositorySiteName\": \"ps7342\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps7342-staging.azurewebsites.net\",\r\n \"ps7342-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\": \"ps7342-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\": \"ps7342-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/ps9632/providers/Microsoft.Web/serverfarms/ps7157\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-06-17T10:44:06.4666667\",\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\": \"ps7342__2b2b\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Standard\",\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\": \"40.112.191.159\",\r\n \"possibleInboundIpAddresses\": \"40.112.191.159\",\r\n \"ftpUsername\": \"ps7342__staging\\\\$ps7342__staging\",\r\n \"ftpsHostName\": \"ftps://waws-prod-bay-093.ftp.azurewebsites.windows.net/site/wwwroot\",\r\n \"outboundIpAddresses\": \"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41\",\r\n \"possibleOutboundIpAddresses\": \"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41,138.91.254.30,138.91.249.213\",\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-093\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps9632\",\r\n \"defaultHostName\": \"ps7342-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\": [],\r\n \"buildVersion\": null,\r\n \"targetBuildVersion\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZz9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZz9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dcddebd7-a284-47d5-8092-cd9d154bcd8a" + "15d3abca-401b-4bb1-90ad-0f4feec47cb4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -5883,13 +6099,13 @@ "no-cache" ], "ETag": [ - "\"1D5E0D8B169F50B\"" + "\"1D644944A89C600\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f9ba5b9a-aa38-4ca1-8beb-1ec5cd84211f" + "840b7024-f813-4efc-8360-195944f953fe" ], "Server": [ "Microsoft-IIS/10.0" @@ -5904,19 +6120,19 @@ "11988" ], "x-ms-correlation-request-id": [ - "6ff219a7-6232-41ca-8291-6881530846c5" + "35943823-9748-42bb-b792-e78bfb6d1274" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124217Z:6ff219a7-6232-41ca-8291-6881530846c5" + "WESTINDIA:20200617T104435Z:35943823-9748-42bb-b792-e78bfb6d1274" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:17 GMT" + "Wed, 17 Jun 2020 10:44:35 GMT" ], "Content-Length": [ - "3105" + "5022" ], "Content-Type": [ "application/json" @@ -5925,23 +6141,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging\",\r\n \"name\": \"ps8030/staging\",\r\n \"type\": \"Microsoft.Web/sites/slots\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps8030(staging)\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps8030-staging.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps2116-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-087.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps2116-WestUSwebspace/sites/ps8030\",\r\n \"repositorySiteName\": \"ps8030\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps8030-staging.azurewebsites.net\",\r\n \"ps8030-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\": \"ps8030-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\": \"ps8030-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/ps2116/providers/Microsoft.Web/serverfarms/ps6761\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-02-11T12:42:17.1366667\",\r\n \"storageRecoveryDefaultState\": \"Running\",\r\n \"contentAvailabilityState\": \"Normal\",\r\n \"runtimeAvailabilityState\": \"Normal\",\r\n \"siteConfig\": null,\r\n \"deploymentId\": \"ps8030__d2a4\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Standard\",\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 \"customDomainVerificationId\": \"AEF5B9EA618F6015C7FC4F944A23EC07078E450B3FF270A0F40A0C581AEB2C82\",\r\n \"kind\": \"app\",\r\n \"inboundIpAddress\": \"40.83.145.50\",\r\n \"possibleInboundIpAddresses\": \"40.83.145.50\",\r\n \"outboundIpAddresses\": \"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158\",\r\n \"possibleOutboundIpAddresses\": \"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158,104.42.188.168,104.42.185.137\",\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-087\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps2116\",\r\n \"defaultHostName\": \"ps8030-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\": [],\r\n \"buildVersion\": null,\r\n \"targetBuildVersion\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging\",\r\n \"name\": \"ps7342/staging\",\r\n \"type\": \"Microsoft.Web/sites/slots\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps7342(staging)\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps7342-staging.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps9632-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-093.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps9632-WestUSwebspace/sites/ps7342\",\r\n \"repositorySiteName\": \"ps7342\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps7342-staging.azurewebsites.net\",\r\n \"ps7342-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\": \"ps7342-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\": \"ps7342-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/ps9632/providers/Microsoft.Web/serverfarms/ps2645\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-06-17T10:44:35.04\",\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\": \"ps7342__2b2b\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Standard\",\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\": \"40.112.191.159\",\r\n \"possibleInboundIpAddresses\": \"40.112.191.159\",\r\n \"ftpUsername\": \"ps7342__staging\\\\$ps7342__staging\",\r\n \"ftpsHostName\": \"ftps://waws-prod-bay-093.ftp.azurewebsites.windows.net/site/wwwroot\",\r\n \"outboundIpAddresses\": \"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41\",\r\n \"possibleOutboundIpAddresses\": \"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41,138.91.254.30,138.91.249.213\",\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-093\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps9632\",\r\n \"defaultHostName\": \"ps7342-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\": [],\r\n \"buildVersion\": null,\r\n \"targetBuildVersion\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZz9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZz9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e0793b94-51b8-40f9-9e35-3191c21ae990" + "957668e0-b9c6-4a36-8cd4-c4789478d767" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -5955,13 +6171,13 @@ "no-cache" ], "ETag": [ - "\"1D5E0D8B3C1A0AB\"" + "\"1D644944CECA235\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "dc35a96a-ddc2-4688-957e-91cf66f4d1a9" + "ed70b9db-b4d6-4428-a45a-3a0bdc2961ba" ], "Server": [ "Microsoft-IIS/10.0" @@ -5976,19 +6192,19 @@ "11984" ], "x-ms-correlation-request-id": [ - "4b4fcd8f-63bb-49b4-ad03-7f5d5a28de3e" + "76a24f82-3850-46c8-8d3e-c56d02678cd6" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124225Z:4b4fcd8f-63bb-49b4-ad03-7f5d5a28de3e" + "WESTINDIA:20200617T104443Z:76a24f82-3850-46c8-8d3e-c56d02678cd6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:25 GMT" + "Wed, 17 Jun 2020 10:44:43 GMT" ], "Content-Length": [ - "3104" + "5026" ], "Content-Type": [ "application/json" @@ -5997,23 +6213,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging\",\r\n \"name\": \"ps8030/staging\",\r\n \"type\": \"Microsoft.Web/sites/slots\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps8030(staging)\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps8030-staging.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps2116-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-087.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps2116-WestUSwebspace/sites/ps8030\",\r\n \"repositorySiteName\": \"ps8030\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps8030-staging.azurewebsites.net\",\r\n \"ps8030-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\": \"ps8030-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\": \"ps8030-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/ps2116/providers/Microsoft.Web/serverfarms/ps6761\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-02-11T12:42:21.0666667\",\r\n \"storageRecoveryDefaultState\": \"Running\",\r\n \"contentAvailabilityState\": \"Normal\",\r\n \"runtimeAvailabilityState\": \"Normal\",\r\n \"siteConfig\": null,\r\n \"deploymentId\": \"ps8030__d2a4\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Standard\",\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 \"customDomainVerificationId\": \"AEF5B9EA618F6015C7FC4F944A23EC07078E450B3FF270A0F40A0C581AEB2C82\",\r\n \"kind\": \"app\",\r\n \"inboundIpAddress\": \"40.83.145.50\",\r\n \"possibleInboundIpAddresses\": \"40.83.145.50\",\r\n \"outboundIpAddresses\": \"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158\",\r\n \"possibleOutboundIpAddresses\": \"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158,104.42.188.168,104.42.185.137\",\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-087\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps2116\",\r\n \"defaultHostName\": \"ps8030-staging.azurewebsites.net\",\r\n \"slotSwapStatus\": null,\r\n \"httpsOnly\": true,\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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging\",\r\n \"name\": \"ps7342/staging\",\r\n \"type\": \"Microsoft.Web/sites/slots\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps7342(staging)\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps7342-staging.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps9632-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-093.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps9632-WestUSwebspace/sites/ps7342\",\r\n \"repositorySiteName\": \"ps7342\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps7342-staging.azurewebsites.net\",\r\n \"ps7342-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\": \"ps7342-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\": \"ps7342-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/ps9632/providers/Microsoft.Web/serverfarms/ps2645\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-06-17T10:44:39.0433333\",\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\": \"ps7342__2b2b\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Standard\",\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\": \"40.112.191.159\",\r\n \"possibleInboundIpAddresses\": \"40.112.191.159\",\r\n \"ftpUsername\": \"ps7342__staging\\\\$ps7342__staging\",\r\n \"ftpsHostName\": \"ftps://waws-prod-bay-093.ftp.azurewebsites.windows.net/site/wwwroot\",\r\n \"outboundIpAddresses\": \"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41\",\r\n \"possibleOutboundIpAddresses\": \"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41,138.91.254.30,138.91.249.213\",\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-093\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps9632\",\r\n \"defaultHostName\": \"ps7342-staging.azurewebsites.net\",\r\n \"slotSwapStatus\": null,\r\n \"httpsOnly\": true,\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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZz9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZz9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2efef2fe-5910-417e-9e94-335ecd0c2a15" + "0d45e301-449c-4f05-b600-635d9dd1613d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -6027,13 +6243,13 @@ "no-cache" ], "ETag": [ - "\"1D5E0D8BA46F06B\"" + "\"1D64494540A0640\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "510933e4-4768-4fb8-b542-bf681ebdf750" + "fc694667-2e18-4383-9cd1-ed48b99aae6c" ], "Server": [ "Microsoft-IIS/10.0" @@ -6048,19 +6264,19 @@ "11982" ], "x-ms-correlation-request-id": [ - "8730919b-ebf2-439d-af87-603f0635982a" + "49603643-3762-40c9-a401-05b3ecdfc3b2" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124233Z:8730919b-ebf2-439d-af87-603f0635982a" + "WESTINDIA:20200617T104452Z:49603643-3762-40c9-a401-05b3ecdfc3b2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:32 GMT" + "Wed, 17 Jun 2020 10:44:51 GMT" ], "Content-Length": [ - "3104" + "5021" ], "Content-Type": [ "application/json" @@ -6069,23 +6285,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging\",\r\n \"name\": \"ps8030/staging\",\r\n \"type\": \"Microsoft.Web/sites/slots\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps8030(staging)\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps8030-staging.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps2116-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-087.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps2116-WestUSwebspace/sites/ps8030\",\r\n \"repositorySiteName\": \"ps8030\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps8030-staging.azurewebsites.net\",\r\n \"ps8030-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\": \"ps8030-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\": \"ps8030-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/ps2116/providers/Microsoft.Web/serverfarms/ps6761\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-02-11T12:42:32.0066667\",\r\n \"storageRecoveryDefaultState\": \"Running\",\r\n \"contentAvailabilityState\": \"Normal\",\r\n \"runtimeAvailabilityState\": \"Normal\",\r\n \"siteConfig\": null,\r\n \"deploymentId\": \"ps8030__d2a4\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Standard\",\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 \"customDomainVerificationId\": \"AEF5B9EA618F6015C7FC4F944A23EC07078E450B3FF270A0F40A0C581AEB2C82\",\r\n \"kind\": \"app\",\r\n \"inboundIpAddress\": \"40.83.145.50\",\r\n \"possibleInboundIpAddresses\": \"40.83.145.50\",\r\n \"outboundIpAddresses\": \"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158\",\r\n \"possibleOutboundIpAddresses\": \"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158,104.42.188.168,104.42.185.137\",\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-087\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps2116\",\r\n \"defaultHostName\": \"ps8030-staging.azurewebsites.net\",\r\n \"slotSwapStatus\": null,\r\n \"httpsOnly\": true,\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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging\",\r\n \"name\": \"ps7342/staging\",\r\n \"type\": \"Microsoft.Web/sites/slots\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps7342(staging)\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps7342-staging.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps9632-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-093.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps9632-WestUSwebspace/sites/ps7342\",\r\n \"repositorySiteName\": \"ps7342\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps7342-staging.azurewebsites.net\",\r\n \"ps7342-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\": \"ps7342-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\": \"ps7342-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/ps9632/providers/Microsoft.Web/serverfarms/ps2645\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-06-17T10:44:50.98\",\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\": \"ps7342__2b2b\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Standard\",\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\": \"40.112.191.159\",\r\n \"possibleInboundIpAddresses\": \"40.112.191.159\",\r\n \"ftpUsername\": \"ps7342__staging\\\\$ps7342__staging\",\r\n \"ftpsHostName\": \"ftps://waws-prod-bay-093.ftp.azurewebsites.windows.net/site/wwwroot\",\r\n \"outboundIpAddresses\": \"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41\",\r\n \"possibleOutboundIpAddresses\": \"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41,138.91.254.30,138.91.249.213\",\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-093\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps9632\",\r\n \"defaultHostName\": \"ps7342-staging.azurewebsites.net\",\r\n \"slotSwapStatus\": null,\r\n \"httpsOnly\": true,\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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZz9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZz9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "19593c65-cb21-4980-8055-6b6e7e50986c" + "b0719c2b-154a-4f1b-ac4f-abc4963248f9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -6099,13 +6315,13 @@ "no-cache" ], "ETag": [ - "\"1D5E0D8BA46F06B\"" + "\"1D64494540A0640\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "de325ca8-4439-4dee-bc69-2f8467a88ebd" + "8ff5f26e-b499-4cfe-b8bb-bf61155d666c" ], "Server": [ "Microsoft-IIS/10.0" @@ -6120,19 +6336,19 @@ "11980" ], "x-ms-correlation-request-id": [ - "c34a4064-7c08-451b-878f-df0b325dfa6c" + "3161ec9a-95a3-419f-a3cb-cf87ef3a8799" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124235Z:c34a4064-7c08-451b-878f-df0b325dfa6c" + "WESTINDIA:20200617T104454Z:3161ec9a-95a3-419f-a3cb-cf87ef3a8799" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:34 GMT" + "Wed, 17 Jun 2020 10:44:54 GMT" ], "Content-Length": [ - "3104" + "5021" ], "Content-Type": [ "application/json" @@ -6141,23 +6357,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging\",\r\n \"name\": \"ps8030/staging\",\r\n \"type\": \"Microsoft.Web/sites/slots\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps8030(staging)\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps8030-staging.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps2116-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-087.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps2116-WestUSwebspace/sites/ps8030\",\r\n \"repositorySiteName\": \"ps8030\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps8030-staging.azurewebsites.net\",\r\n \"ps8030-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\": \"ps8030-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\": \"ps8030-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/ps2116/providers/Microsoft.Web/serverfarms/ps6761\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-02-11T12:42:32.0066667\",\r\n \"storageRecoveryDefaultState\": \"Running\",\r\n \"contentAvailabilityState\": \"Normal\",\r\n \"runtimeAvailabilityState\": \"Normal\",\r\n \"siteConfig\": null,\r\n \"deploymentId\": \"ps8030__d2a4\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Standard\",\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 \"customDomainVerificationId\": \"AEF5B9EA618F6015C7FC4F944A23EC07078E450B3FF270A0F40A0C581AEB2C82\",\r\n \"kind\": \"app\",\r\n \"inboundIpAddress\": \"40.83.145.50\",\r\n \"possibleInboundIpAddresses\": \"40.83.145.50\",\r\n \"outboundIpAddresses\": \"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158\",\r\n \"possibleOutboundIpAddresses\": \"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158,104.42.188.168,104.42.185.137\",\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-087\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps2116\",\r\n \"defaultHostName\": \"ps8030-staging.azurewebsites.net\",\r\n \"slotSwapStatus\": null,\r\n \"httpsOnly\": true,\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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging\",\r\n \"name\": \"ps7342/staging\",\r\n \"type\": \"Microsoft.Web/sites/slots\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps7342(staging)\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps7342-staging.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps9632-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-093.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps9632-WestUSwebspace/sites/ps7342\",\r\n \"repositorySiteName\": \"ps7342\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps7342-staging.azurewebsites.net\",\r\n \"ps7342-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\": \"ps7342-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\": \"ps7342-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/ps9632/providers/Microsoft.Web/serverfarms/ps2645\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-06-17T10:44:50.98\",\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\": \"ps7342__2b2b\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Standard\",\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\": \"40.112.191.159\",\r\n \"possibleInboundIpAddresses\": \"40.112.191.159\",\r\n \"ftpUsername\": \"ps7342__staging\\\\$ps7342__staging\",\r\n \"ftpsHostName\": \"ftps://waws-prod-bay-093.ftp.azurewebsites.windows.net/site/wwwroot\",\r\n \"outboundIpAddresses\": \"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41\",\r\n \"possibleOutboundIpAddresses\": \"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41,138.91.254.30,138.91.249.213\",\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-093\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps9632\",\r\n \"defaultHostName\": \"ps7342-staging.azurewebsites.net\",\r\n \"slotSwapStatus\": null,\r\n \"httpsOnly\": true,\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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZz9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZz9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e972d5aa-b97e-4f8c-ac32-7b049e5b3a00" + "23fc4fe1-024c-4ecf-bc42-5004c98f912b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -6171,13 +6387,13 @@ "no-cache" ], "ETag": [ - "\"1D5E0D8BA46F06B\"" + "\"1D64494540A0640\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "afe81ab1-7704-445e-8ba6-8ba9719ec94d" + "324c8937-fcf9-4ae9-90df-694bb2a4b346" ], "Server": [ "Microsoft-IIS/10.0" @@ -6192,19 +6408,19 @@ "11978" ], "x-ms-correlation-request-id": [ - "dc9efffb-bcd6-4c07-958c-cdd89197cfa4" + "227fcb9b-bb4f-4a8c-b785-5338e7aaa2d2" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124236Z:dc9efffb-bcd6-4c07-958c-cdd89197cfa4" + "WESTINDIA:20200617T104458Z:227fcb9b-bb4f-4a8c-b785-5338e7aaa2d2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:36 GMT" + "Wed, 17 Jun 2020 10:44:57 GMT" ], "Content-Length": [ - "3104" + "5021" ], "Content-Type": [ "application/json" @@ -6213,23 +6429,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging\",\r\n \"name\": \"ps8030/staging\",\r\n \"type\": \"Microsoft.Web/sites/slots\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps8030(staging)\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps8030-staging.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps2116-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-087.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps2116-WestUSwebspace/sites/ps8030\",\r\n \"repositorySiteName\": \"ps8030\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps8030-staging.azurewebsites.net\",\r\n \"ps8030-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\": \"ps8030-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\": \"ps8030-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/ps2116/providers/Microsoft.Web/serverfarms/ps6761\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-02-11T12:42:32.0066667\",\r\n \"storageRecoveryDefaultState\": \"Running\",\r\n \"contentAvailabilityState\": \"Normal\",\r\n \"runtimeAvailabilityState\": \"Normal\",\r\n \"siteConfig\": null,\r\n \"deploymentId\": \"ps8030__d2a4\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Standard\",\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 \"customDomainVerificationId\": \"AEF5B9EA618F6015C7FC4F944A23EC07078E450B3FF270A0F40A0C581AEB2C82\",\r\n \"kind\": \"app\",\r\n \"inboundIpAddress\": \"40.83.145.50\",\r\n \"possibleInboundIpAddresses\": \"40.83.145.50\",\r\n \"outboundIpAddresses\": \"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158\",\r\n \"possibleOutboundIpAddresses\": \"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158,104.42.188.168,104.42.185.137\",\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-087\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps2116\",\r\n \"defaultHostName\": \"ps8030-staging.azurewebsites.net\",\r\n \"slotSwapStatus\": null,\r\n \"httpsOnly\": true,\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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging\",\r\n \"name\": \"ps7342/staging\",\r\n \"type\": \"Microsoft.Web/sites/slots\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps7342(staging)\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps7342-staging.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps9632-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-093.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps9632-WestUSwebspace/sites/ps7342\",\r\n \"repositorySiteName\": \"ps7342\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps7342-staging.azurewebsites.net\",\r\n \"ps7342-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\": \"ps7342-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\": \"ps7342-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/ps9632/providers/Microsoft.Web/serverfarms/ps2645\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-06-17T10:44:50.98\",\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\": \"ps7342__2b2b\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Standard\",\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\": \"40.112.191.159\",\r\n \"possibleInboundIpAddresses\": \"40.112.191.159\",\r\n \"ftpUsername\": \"ps7342__staging\\\\$ps7342__staging\",\r\n \"ftpsHostName\": \"ftps://waws-prod-bay-093.ftp.azurewebsites.windows.net/site/wwwroot\",\r\n \"outboundIpAddresses\": \"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41\",\r\n \"possibleOutboundIpAddresses\": \"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41,138.91.254.30,138.91.249.213\",\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-093\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps9632\",\r\n \"defaultHostName\": \"ps7342-staging.azurewebsites.net\",\r\n \"slotSwapStatus\": null,\r\n \"httpsOnly\": true,\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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZz9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZz9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "11c9ff09-2bae-478c-8901-4f4df46b3a82" + "f1780c79-1608-41e6-9962-b30a0a0ba51a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -6243,13 +6459,13 @@ "no-cache" ], "ETag": [ - "\"1D5E0D8BF525760\"" + "\"1D644945B004040\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "441054fd-db5b-4aa8-add0-9903ea4a9a44" + "dc37a46a-f0c2-4756-8644-585b04371570" ], "Server": [ "Microsoft-IIS/10.0" @@ -6264,19 +6480,19 @@ "11976" ], "x-ms-correlation-request-id": [ - "f4a93938-2a8a-44d1-acc7-236573424dd0" + "706591c7-696e-413a-a8f5-d8f8ba5bea38" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124241Z:f4a93938-2a8a-44d1-acc7-236573424dd0" + "WESTINDIA:20200617T104503Z:706591c7-696e-413a-a8f5-d8f8ba5bea38" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:41 GMT" + "Wed, 17 Jun 2020 10:45:02 GMT" ], "Content-Length": [ - "3099" + "5021" ], "Content-Type": [ "application/json" @@ -6285,23 +6501,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging\",\r\n \"name\": \"ps8030/staging\",\r\n \"type\": \"Microsoft.Web/sites/slots\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps8030(staging)\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps8030-staging.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps2116-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-087.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps2116-WestUSwebspace/sites/ps8030\",\r\n \"repositorySiteName\": \"ps8030\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps8030-staging.azurewebsites.net\",\r\n \"ps8030-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\": \"ps8030-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\": \"ps8030-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/ps2116/providers/Microsoft.Web/serverfarms/ps6761\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-02-11T12:42:40.47\",\r\n \"storageRecoveryDefaultState\": \"Running\",\r\n \"contentAvailabilityState\": \"Normal\",\r\n \"runtimeAvailabilityState\": \"Normal\",\r\n \"siteConfig\": null,\r\n \"deploymentId\": \"ps8030__d2a4\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Standard\",\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 \"customDomainVerificationId\": \"AEF5B9EA618F6015C7FC4F944A23EC07078E450B3FF270A0F40A0C581AEB2C82\",\r\n \"kind\": \"app\",\r\n \"inboundIpAddress\": \"40.83.145.50\",\r\n \"possibleInboundIpAddresses\": \"40.83.145.50\",\r\n \"outboundIpAddresses\": \"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158\",\r\n \"possibleOutboundIpAddresses\": \"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158,104.42.188.168,104.42.185.137\",\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-087\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps2116\",\r\n \"defaultHostName\": \"ps8030-staging.azurewebsites.net\",\r\n \"slotSwapStatus\": null,\r\n \"httpsOnly\": true,\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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging\",\r\n \"name\": \"ps7342/staging\",\r\n \"type\": \"Microsoft.Web/sites/slots\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps7342(staging)\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps7342-staging.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps9632-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-093.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps9632-WestUSwebspace/sites/ps7342\",\r\n \"repositorySiteName\": \"ps7342\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps7342-staging.azurewebsites.net\",\r\n \"ps7342-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\": \"ps7342-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\": \"ps7342-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/ps9632/providers/Microsoft.Web/serverfarms/ps2645\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-06-17T10:45:02.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\": \"ps7342__2b2b\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Standard\",\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\": \"40.112.191.159\",\r\n \"possibleInboundIpAddresses\": \"40.112.191.159\",\r\n \"ftpUsername\": \"ps7342__staging\\\\$ps7342__staging\",\r\n \"ftpsHostName\": \"ftps://waws-prod-bay-093.ftp.azurewebsites.windows.net/site/wwwroot\",\r\n \"outboundIpAddresses\": \"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41\",\r\n \"possibleOutboundIpAddresses\": \"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41,138.91.254.30,138.91.249.213\",\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-093\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps9632\",\r\n \"defaultHostName\": \"ps7342-staging.azurewebsites.net\",\r\n \"slotSwapStatus\": null,\r\n \"httpsOnly\": true,\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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZz9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZz9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f78169fb-3fea-4345-a18a-a878bd56428a" + "dadf4ea0-0513-43b2-b27d-51a9b534259c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -6315,13 +6531,13 @@ "no-cache" ], "ETag": [ - "\"1D5E0D8C35D6555\"" + "\"1D64494603F0640\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "419791d5-88f4-4841-98d2-25d6723ce5fc" + "ee5af702-92ce-49b6-98fc-9602fb40e5ab" ], "Server": [ "Microsoft-IIS/10.0" @@ -6336,19 +6552,19 @@ "11972" ], "x-ms-correlation-request-id": [ - "46e29580-63e8-4105-8fe4-817f0085227c" + "a9b729df-5726-4fa3-9ea4-4c8b1c56ea7a" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124252Z:46e29580-63e8-4105-8fe4-817f0085227c" + "WESTINDIA:20200617T104515Z:a9b729df-5726-4fa3-9ea4-4c8b1c56ea7a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:51 GMT" + "Wed, 17 Jun 2020 10:45:15 GMT" ], "Content-Length": [ - "3244" + "5161" ], "Content-Type": [ "application/json" @@ -6357,23 +6573,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging\",\r\n \"name\": \"ps8030/staging\",\r\n \"type\": \"Microsoft.Web/sites/slots\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps8030(staging)\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps8030-staging.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps2116-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-087.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps2116-WestUSwebspace/sites/ps8030\",\r\n \"repositorySiteName\": \"ps8030\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps8030-staging.azurewebsites.net\",\r\n \"ps8030-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\": \"ps8030-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\": \"ps8030-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/ps2116/providers/Microsoft.Web/serverfarms/ps6761\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-02-11T12:42:47.2533333\",\r\n \"storageRecoveryDefaultState\": \"Running\",\r\n \"contentAvailabilityState\": \"Normal\",\r\n \"runtimeAvailabilityState\": \"Normal\",\r\n \"siteConfig\": null,\r\n \"deploymentId\": \"ps8030__d2a4\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Standard\",\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 \"customDomainVerificationId\": \"AEF5B9EA618F6015C7FC4F944A23EC07078E450B3FF270A0F40A0C581AEB2C82\",\r\n \"kind\": \"app\",\r\n \"inboundIpAddress\": \"40.83.145.50\",\r\n \"possibleInboundIpAddresses\": \"40.83.145.50\",\r\n \"outboundIpAddresses\": \"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158\",\r\n \"possibleOutboundIpAddresses\": \"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158,104.42.188.168,104.42.185.137\",\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-087\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps2116\",\r\n \"defaultHostName\": \"ps8030-staging.azurewebsites.net\",\r\n \"slotSwapStatus\": null,\r\n \"httpsOnly\": true,\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 \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"549f6172-b3a0-492c-a929-16e425fb2df9\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging\",\r\n \"name\": \"ps7342/staging\",\r\n \"type\": \"Microsoft.Web/sites/slots\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps7342(staging)\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps7342-staging.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps9632-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-093.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps9632-WestUSwebspace/sites/ps7342\",\r\n \"repositorySiteName\": \"ps7342\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps7342-staging.azurewebsites.net\",\r\n \"ps7342-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\": \"ps7342-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\": \"ps7342-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/ps9632/providers/Microsoft.Web/serverfarms/ps2645\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-06-17T10:45:11.46\",\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\": \"ps7342__2b2b\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Standard\",\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\": \"40.112.191.159\",\r\n \"possibleInboundIpAddresses\": \"40.112.191.159\",\r\n \"ftpUsername\": \"ps7342__staging\\\\$ps7342__staging\",\r\n \"ftpsHostName\": \"ftps://waws-prod-bay-093.ftp.azurewebsites.windows.net/site/wwwroot\",\r\n \"outboundIpAddresses\": \"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41\",\r\n \"possibleOutboundIpAddresses\": \"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41,138.91.254.30,138.91.249.213\",\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-093\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps9632\",\r\n \"defaultHostName\": \"ps7342-staging.azurewebsites.net\",\r\n \"slotSwapStatus\": null,\r\n \"httpsOnly\": true,\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 \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"2a97178c-bb63-4338-bacc-7dccacb38402\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZz9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZz9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3152d0a1-37a3-45a6-93c9-4eac225b997d" + "62962d14-983c-4e9d-916b-f36362e5bea3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -6387,13 +6603,13 @@ "no-cache" ], "ETag": [ - "\"1D5E0D8C35D6555\"" + "\"1D64494603F0640\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d96abc28-8d43-462b-8f4c-8f17a9b479bd" + "301deaa7-f66d-4e44-b6ab-d81e25159121" ], "Server": [ "Microsoft-IIS/10.0" @@ -6408,19 +6624,19 @@ "11970" ], "x-ms-correlation-request-id": [ - "d8775077-bd29-41d3-9366-12fd209bd356" + "6c9e7191-b223-43f7-96f2-67d47f780921" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124254Z:d8775077-bd29-41d3-9366-12fd209bd356" + "WESTINDIA:20200617T104518Z:6c9e7191-b223-43f7-96f2-67d47f780921" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:53 GMT" + "Wed, 17 Jun 2020 10:45:17 GMT" ], "Content-Length": [ - "3244" + "5161" ], "Content-Type": [ "application/json" @@ -6429,23 +6645,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging\",\r\n \"name\": \"ps8030/staging\",\r\n \"type\": \"Microsoft.Web/sites/slots\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps8030(staging)\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps8030-staging.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps2116-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-087.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps2116-WestUSwebspace/sites/ps8030\",\r\n \"repositorySiteName\": \"ps8030\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps8030-staging.azurewebsites.net\",\r\n \"ps8030-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\": \"ps8030-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\": \"ps8030-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/ps2116/providers/Microsoft.Web/serverfarms/ps6761\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-02-11T12:42:47.2533333\",\r\n \"storageRecoveryDefaultState\": \"Running\",\r\n \"contentAvailabilityState\": \"Normal\",\r\n \"runtimeAvailabilityState\": \"Normal\",\r\n \"siteConfig\": null,\r\n \"deploymentId\": \"ps8030__d2a4\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Standard\",\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 \"customDomainVerificationId\": \"AEF5B9EA618F6015C7FC4F944A23EC07078E450B3FF270A0F40A0C581AEB2C82\",\r\n \"kind\": \"app\",\r\n \"inboundIpAddress\": \"40.83.145.50\",\r\n \"possibleInboundIpAddresses\": \"40.83.145.50\",\r\n \"outboundIpAddresses\": \"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158\",\r\n \"possibleOutboundIpAddresses\": \"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158,104.42.188.168,104.42.185.137\",\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-087\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps2116\",\r\n \"defaultHostName\": \"ps8030-staging.azurewebsites.net\",\r\n \"slotSwapStatus\": null,\r\n \"httpsOnly\": true,\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 \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"549f6172-b3a0-492c-a929-16e425fb2df9\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging\",\r\n \"name\": \"ps7342/staging\",\r\n \"type\": \"Microsoft.Web/sites/slots\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps7342(staging)\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps7342-staging.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps9632-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-093.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps9632-WestUSwebspace/sites/ps7342\",\r\n \"repositorySiteName\": \"ps7342\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps7342-staging.azurewebsites.net\",\r\n \"ps7342-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\": \"ps7342-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\": \"ps7342-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/ps9632/providers/Microsoft.Web/serverfarms/ps2645\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-06-17T10:45:11.46\",\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\": \"ps7342__2b2b\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Standard\",\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\": \"40.112.191.159\",\r\n \"possibleInboundIpAddresses\": \"40.112.191.159\",\r\n \"ftpUsername\": \"ps7342__staging\\\\$ps7342__staging\",\r\n \"ftpsHostName\": \"ftps://waws-prod-bay-093.ftp.azurewebsites.windows.net/site/wwwroot\",\r\n \"outboundIpAddresses\": \"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41\",\r\n \"possibleOutboundIpAddresses\": \"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41,138.91.254.30,138.91.249.213\",\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-093\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps9632\",\r\n \"defaultHostName\": \"ps7342-staging.azurewebsites.net\",\r\n \"slotSwapStatus\": null,\r\n \"httpsOnly\": true,\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 \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"2a97178c-bb63-4338-bacc-7dccacb38402\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZz9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZz9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "76efe803-6f22-41d4-8527-853ae8a6333a" + "0d2dfe2f-8696-41fe-bb41-32dbc02a320c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -6459,13 +6675,13 @@ "no-cache" ], "ETag": [ - "\"1D5E0D8C9B90000\"" + "\"1D6449467E3B5B5\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3ca5f692-2f58-4d23-b9d2-6d48bd9e89a5" + "3b2a9a5c-4390-4bde-a618-3dc292c1fbdb" ], "Server": [ "Microsoft-IIS/10.0" @@ -6480,19 +6696,19 @@ "11968" ], "x-ms-correlation-request-id": [ - "3ed0d52b-2f0a-41ff-b3b0-ec1c100cf669" + "52884d8b-2ed2-474a-818e-9884fae2e272" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124258Z:3ed0d52b-2f0a-41ff-b3b0-ec1c100cf669" + "WESTINDIA:20200617T104524Z:52884d8b-2ed2-474a-818e-9884fae2e272" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:58 GMT" + "Wed, 17 Jun 2020 10:45:24 GMT" ], "Content-Length": [ - "3239" + "5166" ], "Content-Type": [ "application/json" @@ -6501,23 +6717,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging\",\r\n \"name\": \"ps8030/staging\",\r\n \"type\": \"Microsoft.Web/sites/slots\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps8030(staging)\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps8030-staging.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps2116-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-087.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps2116-WestUSwebspace/sites/ps8030\",\r\n \"repositorySiteName\": \"ps8030\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps8030-staging.azurewebsites.net\",\r\n \"ps8030-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\": \"ps8030-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\": \"ps8030-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/ps2116/providers/Microsoft.Web/serverfarms/ps6761\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-02-11T12:42:57.92\",\r\n \"storageRecoveryDefaultState\": \"Running\",\r\n \"contentAvailabilityState\": \"Normal\",\r\n \"runtimeAvailabilityState\": \"Normal\",\r\n \"siteConfig\": null,\r\n \"deploymentId\": \"ps8030__d2a4\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Standard\",\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 \"customDomainVerificationId\": \"AEF5B9EA618F6015C7FC4F944A23EC07078E450B3FF270A0F40A0C581AEB2C82\",\r\n \"kind\": \"app\",\r\n \"inboundIpAddress\": \"40.83.145.50\",\r\n \"possibleInboundIpAddresses\": \"40.83.145.50\",\r\n \"outboundIpAddresses\": \"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158\",\r\n \"possibleOutboundIpAddresses\": \"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158,104.42.188.168,104.42.185.137\",\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-087\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps2116\",\r\n \"defaultHostName\": \"ps8030-staging.azurewebsites.net\",\r\n \"slotSwapStatus\": null,\r\n \"httpsOnly\": true,\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 \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"549f6172-b3a0-492c-a929-16e425fb2df9\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging\",\r\n \"name\": \"ps7342/staging\",\r\n \"type\": \"Microsoft.Web/sites/slots\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps7342(staging)\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps7342-staging.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps9632-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-093.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps9632-WestUSwebspace/sites/ps7342\",\r\n \"repositorySiteName\": \"ps7342\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps7342-staging.azurewebsites.net\",\r\n \"ps7342-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\": \"ps7342-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\": \"ps7342-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/ps9632/providers/Microsoft.Web/serverfarms/ps2645\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-06-17T10:45:24.2833333\",\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\": \"ps7342__2b2b\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Standard\",\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\": \"40.112.191.159\",\r\n \"possibleInboundIpAddresses\": \"40.112.191.159\",\r\n \"ftpUsername\": \"ps7342__staging\\\\$ps7342__staging\",\r\n \"ftpsHostName\": \"ftps://waws-prod-bay-093.ftp.azurewebsites.windows.net/site/wwwroot\",\r\n \"outboundIpAddresses\": \"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41\",\r\n \"possibleOutboundIpAddresses\": \"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41,138.91.254.30,138.91.249.213\",\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-093\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps9632\",\r\n \"defaultHostName\": \"ps7342-staging.azurewebsites.net\",\r\n \"slotSwapStatus\": null,\r\n \"httpsOnly\": true,\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 \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"2a97178c-bb63-4338-bacc-7dccacb38402\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZz9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZz9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bab1babf-79de-42c3-94cb-504c6d768408" + "a8b6c17c-fd36-40df-b56e-56e3d4a057f6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -6531,13 +6747,13 @@ "no-cache" ], "ETag": [ - "\"1D5E0D8C9B90000\"" + "\"1D6449467E3B5B5\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7e407ba3-9ba6-41c2-97a3-ef606afe8d74" + "1df71a77-dfb1-48f1-9355-f79dadab947e" ], "Server": [ "Microsoft-IIS/10.0" @@ -6552,19 +6768,19 @@ "11966" ], "x-ms-correlation-request-id": [ - "6ae1dace-616b-4938-93e1-0dd6ad4645e7" + "a6b5efc2-fd66-42a3-812a-c3257d6c6fce" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124305Z:6ae1dace-616b-4938-93e1-0dd6ad4645e7" + "WESTINDIA:20200617T104527Z:a6b5efc2-fd66-42a3-812a-c3257d6c6fce" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:43:04 GMT" + "Wed, 17 Jun 2020 10:45:26 GMT" ], "Content-Length": [ - "3239" + "5166" ], "Content-Type": [ "application/json" @@ -6573,23 +6789,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging\",\r\n \"name\": \"ps8030/staging\",\r\n \"type\": \"Microsoft.Web/sites/slots\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps8030(staging)\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps8030-staging.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps2116-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-087.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps2116-WestUSwebspace/sites/ps8030\",\r\n \"repositorySiteName\": \"ps8030\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps8030-staging.azurewebsites.net\",\r\n \"ps8030-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\": \"ps8030-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\": \"ps8030-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/ps2116/providers/Microsoft.Web/serverfarms/ps6761\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-02-11T12:42:57.92\",\r\n \"storageRecoveryDefaultState\": \"Running\",\r\n \"contentAvailabilityState\": \"Normal\",\r\n \"runtimeAvailabilityState\": \"Normal\",\r\n \"siteConfig\": null,\r\n \"deploymentId\": \"ps8030__d2a4\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Standard\",\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 \"customDomainVerificationId\": \"AEF5B9EA618F6015C7FC4F944A23EC07078E450B3FF270A0F40A0C581AEB2C82\",\r\n \"kind\": \"app\",\r\n \"inboundIpAddress\": \"40.83.145.50\",\r\n \"possibleInboundIpAddresses\": \"40.83.145.50\",\r\n \"outboundIpAddresses\": \"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158\",\r\n \"possibleOutboundIpAddresses\": \"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158,104.42.188.168,104.42.185.137\",\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-087\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps2116\",\r\n \"defaultHostName\": \"ps8030-staging.azurewebsites.net\",\r\n \"slotSwapStatus\": null,\r\n \"httpsOnly\": true,\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 \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"549f6172-b3a0-492c-a929-16e425fb2df9\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging\",\r\n \"name\": \"ps7342/staging\",\r\n \"type\": \"Microsoft.Web/sites/slots\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps7342(staging)\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps7342-staging.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps9632-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-093.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps9632-WestUSwebspace/sites/ps7342\",\r\n \"repositorySiteName\": \"ps7342\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps7342-staging.azurewebsites.net\",\r\n \"ps7342-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\": \"ps7342-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\": \"ps7342-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/ps9632/providers/Microsoft.Web/serverfarms/ps2645\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-06-17T10:45:24.2833333\",\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\": \"ps7342__2b2b\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Standard\",\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\": \"40.112.191.159\",\r\n \"possibleInboundIpAddresses\": \"40.112.191.159\",\r\n \"ftpUsername\": \"ps7342__staging\\\\$ps7342__staging\",\r\n \"ftpsHostName\": \"ftps://waws-prod-bay-093.ftp.azurewebsites.windows.net/site/wwwroot\",\r\n \"outboundIpAddresses\": \"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41\",\r\n \"possibleOutboundIpAddresses\": \"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41,138.91.254.30,138.91.249.213\",\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-093\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps9632\",\r\n \"defaultHostName\": \"ps7342-staging.azurewebsites.net\",\r\n \"slotSwapStatus\": null,\r\n \"httpsOnly\": true,\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 \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"2a97178c-bb63-4338-bacc-7dccacb38402\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/web?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvd2ViP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", - "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"numberOfWorkers\": 1,\r\n \"alwaysOn\": true\r\n }\r\n}", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/appsettings?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvYXBwc2V0dGluZ3M/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"WEBSITE_NODE_DEFAULT_VERSION\": \"6.9.1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6d2cd603-3e33-4854-87fd-1c25524137bd" + "4048f86b-9d23-4d12-8b5a-4eb4bf8e2247" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -6598,7 +6814,7 @@ "application/json; charset=utf-8" ], "Content-Length": [ - "77" + "73" ] }, "ResponseHeaders": { @@ -6609,13 +6825,13 @@ "no-cache" ], "ETag": [ - "\"1D5E0D8AF9912A0\"" + "\"1D6449449DD5960\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fbc1d75a-31b9-4e28-86f5-7005bf6d051b" + "6ba27b17-f82f-4027-88a0-ae5458ee04eb" ], "Server": [ "Microsoft-IIS/10.0" @@ -6627,22 +6843,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1196" ], "x-ms-correlation-request-id": [ - "ab18d38f-ee2f-4a7f-9524-3ee3db1e0162" + "0b0fe475-cdee-4fda-96bd-40365803e784" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124216Z:ab18d38f-ee2f-4a7f-9524-3ee3db1e0162" + "WESTINDIA:20200617T104434Z:0b0fe475-cdee-4fda-96bd-40365803e784" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:16 GMT" + "Wed, 17 Jun 2020 10:44:34 GMT" ], "Content-Length": [ - "3014" + "284" ], "Content-Type": [ "application/json" @@ -6651,23 +6867,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging\",\r\n \"name\": \"ps8030/staging\",\r\n \"type\": \"Microsoft.Web/sites/slots\",\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\": \"VS2019\",\r\n \"httpLoggingEnabled\": false,\r\n \"azureMonitorLogCategories\": null,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps8030__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\": true,\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\": true,\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 }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/web?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvd2ViP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", - "RequestMethod": "PATCH", - "RequestBody": "{\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 \"requestTracingEnabled\": true,\r\n \"remoteDebuggingEnabled\": false,\r\n \"remoteDebuggingVersion\": \"VS2019\",\r\n \"httpLoggingEnabled\": true,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps8030__staging\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"WEBSITE_NODE_DEFAULT_VERSION\",\r\n \"value\": \"6.9.1\"\r\n }\r\n ],\r\n \"connectionStrings\": [],\r\n \"scmType\": \"None\",\r\n \"use32BitWorkerProcess\": true,\r\n \"webSocketsEnabled\": false,\r\n \"alwaysOn\": true,\r\n \"appCommandLine\": \"\",\r\n \"managedPipelineMode\": \"Integrated\",\r\n \"virtualApplications\": [\r\n {\r\n \"virtualPath\": \"/\",\r\n \"physicalPath\": \"site\\\\wwwroot\",\r\n \"preloadEnabled\": true\r\n }\r\n ],\r\n \"loadBalancing\": \"LeastRequests\",\r\n \"experiments\": {\r\n \"rampUpRules\": []\r\n },\r\n \"autoHealEnabled\": false,\r\n \"vnetName\": \"\",\r\n \"localMySqlEnabled\": false,\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.0\",\r\n \"ftpsState\": \"FtpsOnly\",\r\n \"reservedInstanceCount\": 0\r\n }\r\n}", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/appsettings?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvYXBwc2V0dGluZ3M/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"WEBSITE_NODE_DEFAULT_VERSION\": \"6.9.1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9079411e-4607-49f3-b78a-ba0fde5c6625" + "e461ee5d-2824-4707-874a-e6802d7453cd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -6676,7 +6892,7 @@ "application/json; charset=utf-8" ], "Content-Length": [ - "1976" + "73" ] }, "ResponseHeaders": { @@ -6687,13 +6903,13 @@ "no-cache" ], "ETag": [ - "\"1D5E0D8B3C1A0AB\"" + "\"1D64494512801F5\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "42cc6c7d-923a-476a-8661-c5690c098070" + "05bc444a-2ca5-4777-94a1-809bfc11b403" ], "Server": [ "Microsoft-IIS/10.0" @@ -6705,22 +6921,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1194" ], "x-ms-correlation-request-id": [ - "fdc9bb26-2a77-4ed1-abaa-a5f83c27896a" + "79efe105-87dc-4f71-be72-c820f3bdf896" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124228Z:fdc9bb26-2a77-4ed1-abaa-a5f83c27896a" + "WESTINDIA:20200617T104446Z:79efe105-87dc-4f71-be72-c820f3bdf896" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:28 GMT" + "Wed, 17 Jun 2020 10:44:46 GMT" ], "Content-Length": [ - "3064" + "284" ], "Content-Type": [ "application/json" @@ -6729,23 +6945,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging\",\r\n \"name\": \"ps8030/staging\",\r\n \"type\": \"Microsoft.Web/sites/slots\",\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\": true,\r\n \"requestTracingExpirationTime\": \"9999-12-31T23:59:00Z\",\r\n \"remoteDebuggingEnabled\": false,\r\n \"remoteDebuggingVersion\": \"VS2019\",\r\n \"httpLoggingEnabled\": true,\r\n \"azureMonitorLogCategories\": null,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps8030__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\": true,\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\": true,\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.0\",\r\n \"ftpsState\": \"FtpsOnly\",\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 }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/web?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvd2ViP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", - "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"numberOfWorkers\": 1,\r\n \"alwaysOn\": false\r\n }\r\n}", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/appsettings?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvYXBwc2V0dGluZ3M/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"setting1\": \"valueA\",\r\n \"setting2\": \"valueB\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3e23bf5d-be98-48cd-8494-5a9ca395ddab" + "5579f895-53a8-4e45-ad2e-2f0bc6973563" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -6754,7 +6970,7 @@ "application/json; charset=utf-8" ], "Content-Length": [ - "78" + "81" ] }, "ResponseHeaders": { @@ -6765,13 +6981,13 @@ "no-cache" ], "ETag": [ - "\"1D5E0D8BA46F06B\"" + "\"1D644945A59EE20\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b29c6c44-db4b-4748-bc06-6ef0d1722835" + "542aceae-38fc-4441-a8af-c5b71dad0477" ], "Server": [ "Microsoft-IIS/10.0" @@ -6783,22 +6999,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1191" ], "x-ms-correlation-request-id": [ - "77dcdeb8-2d41-4e9b-80e0-f42e43040b2b" + "621cb5a6-dc67-41ea-b0f3-8aa3efd5fa95" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124240Z:77dcdeb8-2d41-4e9b-80e0-f42e43040b2b" + "WESTINDIA:20200617T104501Z:621cb5a6-dc67-41ea-b0f3-8aa3efd5fa95" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:39 GMT" + "Wed, 17 Jun 2020 10:45:01 GMT" ], "Content-Length": [ - "3066" + "285" ], "Content-Type": [ "application/json" @@ -6807,23 +7023,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging\",\r\n \"name\": \"ps8030/staging\",\r\n \"type\": \"Microsoft.Web/sites/slots\",\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\": true,\r\n \"requestTracingExpirationTime\": \"9999-12-31T23:59:00Z\",\r\n \"remoteDebuggingEnabled\": false,\r\n \"remoteDebuggingVersion\": \"VS2019\",\r\n \"httpLoggingEnabled\": true,\r\n \"azureMonitorLogCategories\": null,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps8030__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.0\",\r\n \"ftpsState\": \"FtpsOnly\",\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 }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/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 \"setting1\": \"valueA\",\r\n \"setting2\": \"valueB\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/web?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvd2ViP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", - "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"numberOfWorkers\": 2,\r\n \"alwaysOn\": false\r\n }\r\n}", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/appsettings?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvYXBwc2V0dGluZ3M/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"setting1\": \"valueA\",\r\n \"setting2\": \"valueB\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2da5c896-8450-4343-8076-4139084cf37a" + "72a6f167-cea0-4ae7-92c2-e9934f037abf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -6832,7 +7048,7 @@ "application/json; charset=utf-8" ], "Content-Length": [ - "78" + "81" ] }, "ResponseHeaders": { @@ -6843,13 +7059,13 @@ "no-cache" ], "ETag": [ - "\"1D5E0D8C35D6555\"" + "\"1D6449466A75820\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1a9de1e0-08ae-418b-994f-c3513a81405d" + "45aefac8-37b3-4cab-88f6-c0ba354c6542" ], "Server": [ "Microsoft-IIS/10.0" @@ -6861,22 +7077,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1189" ], "x-ms-correlation-request-id": [ - "d7d0719b-3f2b-4681-a19e-36c329af0876" + "c6a0c40b-0e8e-4df7-8260-73b55922a46f" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124256Z:d7d0719b-3f2b-4681-a19e-36c329af0876" + "WESTINDIA:20200617T104522Z:c6a0c40b-0e8e-4df7-8260-73b55922a46f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:56 GMT" + "Wed, 17 Jun 2020 10:45:21 GMT" ], "Content-Length": [ - "3067" + "285" ], "Content-Type": [ "application/json" @@ -6885,23 +7101,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging\",\r\n \"name\": \"ps8030/staging\",\r\n \"type\": \"Microsoft.Web/sites/slots\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"numberOfWorkers\": 2,\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\": true,\r\n \"requestTracingExpirationTime\": \"9999-12-31T23:59:00Z\",\r\n \"remoteDebuggingEnabled\": false,\r\n \"remoteDebuggingVersion\": \"VS2019\",\r\n \"httpLoggingEnabled\": true,\r\n \"azureMonitorLogCategories\": null,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps8030__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\": 32149,\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.0\",\r\n \"ftpsState\": \"FtpsOnly\",\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 }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/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 \"setting1\": \"valueA\",\r\n \"setting2\": \"valueB\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/appsettings?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvYXBwc2V0dGluZ3M/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"WEBSITE_NODE_DEFAULT_VERSION\": \"6.9.1\"\r\n }\r\n}", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/web?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvd2ViP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", + "RequestMethod": "PATCH", + "RequestBody": "{\r\n \"properties\": {\r\n \"numberOfWorkers\": 1,\r\n \"alwaysOn\": true\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f1f0f0ee-83f1-41fb-b1bf-383880f4d9a0" + "6d6cc6e4-5625-48ab-85b6-6f10499b97df" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -6910,7 +7126,7 @@ "application/json; charset=utf-8" ], "Content-Length": [ - "73" + "77" ] }, "ResponseHeaders": { @@ -6921,13 +7137,13 @@ "no-cache" ], "ETag": [ - "\"1D5E0D8B169F50B\"" + "\"1D6449449DD5960\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a6d92ec2-55d7-428a-9f9c-18592b2f74f9" + "0425d939-ff6a-4369-9a5b-f09f74ef4e4f" ], "Server": [ "Microsoft-IIS/10.0" @@ -6939,22 +7155,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1195" ], "x-ms-correlation-request-id": [ - "e11682c5-0cb6-486e-8d6d-6c33e84ab28d" + "8f96d54e-5d2c-442b-a0db-c003a97bfc50" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124217Z:e11682c5-0cb6-486e-8d6d-6c33e84ab28d" + "WESTINDIA:20200617T104435Z:8f96d54e-5d2c-442b-a0db-c003a97bfc50" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:17 GMT" + "Wed, 17 Jun 2020 10:44:35 GMT" ], "Content-Length": [ - "284" + "3138" ], "Content-Type": [ "application/json" @@ -6963,23 +7179,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/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/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging\",\r\n \"name\": \"ps7342/staging\",\r\n \"type\": \"Microsoft.Web/sites/slots\",\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\": null,\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\": \"$ps7342__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\": true,\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\": true,\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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/appsettings?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvYXBwc2V0dGluZ3M/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"WEBSITE_NODE_DEFAULT_VERSION\": \"6.9.1\"\r\n }\r\n}", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/web?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvd2ViP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", + "RequestMethod": "PATCH", + "RequestBody": "{\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 \"requestTracingEnabled\": true,\r\n \"remoteDebuggingEnabled\": false,\r\n \"remoteDebuggingVersion\": \"VS2019\",\r\n \"httpLoggingEnabled\": true,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps7342__staging\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"WEBSITE_NODE_DEFAULT_VERSION\",\r\n \"value\": \"6.9.1\"\r\n }\r\n ],\r\n \"connectionStrings\": [],\r\n \"scmType\": \"None\",\r\n \"use32BitWorkerProcess\": true,\r\n \"webSocketsEnabled\": false,\r\n \"alwaysOn\": true,\r\n \"appCommandLine\": \"\",\r\n \"managedPipelineMode\": \"Integrated\",\r\n \"virtualApplications\": [\r\n {\r\n \"virtualPath\": \"/\",\r\n \"physicalPath\": \"site\\\\wwwroot\",\r\n \"preloadEnabled\": true\r\n }\r\n ],\r\n \"loadBalancing\": \"LeastRequests\",\r\n \"experiments\": {\r\n \"rampUpRules\": []\r\n },\r\n \"autoHealEnabled\": false,\r\n \"vnetName\": \"\",\r\n \"localMySqlEnabled\": false,\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.0\",\r\n \"ftpsState\": \"FtpsOnly\",\r\n \"reservedInstanceCount\": 0\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "db537579-cd5d-4b71-bc93-f855eed607f4" + "b8ff7408-b8d5-4f62-8690-e94369b93461" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -6988,7 +7204,7 @@ "application/json; charset=utf-8" ], "Content-Length": [ - "73" + "1976" ] }, "ResponseHeaders": { @@ -6999,13 +7215,13 @@ "no-cache" ], "ETag": [ - "\"1D5E0D8B889E420\"" + "\"1D64494512801F5\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d4c8f77c-2727-41dd-9ed2-df8cfe007c82" + "0b71da15-cde7-40f8-b179-85f4cd720fef" ], "Server": [ "Microsoft-IIS/10.0" @@ -7017,22 +7233,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1193" ], "x-ms-correlation-request-id": [ - "4ceea583-f5c2-4ca8-8f0e-0539d885c122" + "2c70ea41-00cc-47c6-b856-fdac438b1e2c" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124229Z:4ceea583-f5c2-4ca8-8f0e-0539d885c122" + "WESTINDIA:20200617T104447Z:2c70ea41-00cc-47c6-b856-fdac438b1e2c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:29 GMT" + "Wed, 17 Jun 2020 10:44:47 GMT" ], "Content-Length": [ - "284" + "3188" ], "Content-Type": [ "application/json" @@ -7041,23 +7257,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/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/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging\",\r\n \"name\": \"ps7342/staging\",\r\n \"type\": \"Microsoft.Web/sites/slots\",\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\": null,\r\n \"linuxFxVersion\": \"\",\r\n \"windowsFxVersion\": null,\r\n \"requestTracingEnabled\": true,\r\n \"requestTracingExpirationTime\": \"9999-12-31T23:59:00Z\",\r\n \"remoteDebuggingEnabled\": false,\r\n \"remoteDebuggingVersion\": \"VS2019\",\r\n \"httpLoggingEnabled\": true,\r\n \"azureMonitorLogCategories\": null,\r\n \"acrUseManagedIdentityCreds\": false,\r\n \"acrUserManagedIdentityID\": null,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps7342__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\": true,\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\": true,\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.0\",\r\n \"ftpsState\": \"FtpsOnly\",\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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/appsettings?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvYXBwc2V0dGluZ3M/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"setting1\": \"valueA\",\r\n \"setting2\": \"valueB\"\r\n }\r\n}", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/web?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvd2ViP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", + "RequestMethod": "PATCH", + "RequestBody": "{\r\n \"properties\": {\r\n \"numberOfWorkers\": 1,\r\n \"alwaysOn\": false\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0b6e2dba-7edf-4fd4-9464-c5131f9ff4c6" + "efc849d6-0bc9-4a07-bdad-7e72bb87f9f5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -7066,7 +7282,7 @@ "application/json; charset=utf-8" ], "Content-Length": [ - "81" + "78" ] }, "ResponseHeaders": { @@ -7077,13 +7293,13 @@ "no-cache" ], "ETag": [ - "\"1D5E0D8BF525760\"" + "\"1D644945A59EE20\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "539db456-080e-45f8-91d2-9009dd9531a8" + "7c51c3cc-f532-40e6-adf4-d4b6cfb334f9" ], "Server": [ "Microsoft-IIS/10.0" @@ -7095,22 +7311,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1190" ], "x-ms-correlation-request-id": [ - "210e23db-2a98-4bb8-848b-575110825e12" + "f83403e3-ac0e-4382-86aa-439ea07dc0d2" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124241Z:210e23db-2a98-4bb8-848b-575110825e12" + "WESTINDIA:20200617T104502Z:f83403e3-ac0e-4382-86aa-439ea07dc0d2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:40 GMT" + "Wed, 17 Jun 2020 10:45:02 GMT" ], "Content-Length": [ - "285" + "3190" ], "Content-Type": [ "application/json" @@ -7119,23 +7335,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/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 \"setting1\": \"valueA\",\r\n \"setting2\": \"valueB\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging\",\r\n \"name\": \"ps7342/staging\",\r\n \"type\": \"Microsoft.Web/sites/slots\",\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\": null,\r\n \"linuxFxVersion\": \"\",\r\n \"windowsFxVersion\": null,\r\n \"requestTracingEnabled\": true,\r\n \"requestTracingExpirationTime\": \"9999-12-31T23:59:00Z\",\r\n \"remoteDebuggingEnabled\": false,\r\n \"remoteDebuggingVersion\": \"VS2019\",\r\n \"httpLoggingEnabled\": true,\r\n \"azureMonitorLogCategories\": null,\r\n \"acrUseManagedIdentityCreds\": false,\r\n \"acrUserManagedIdentityID\": null,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps7342__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.0\",\r\n \"ftpsState\": \"FtpsOnly\",\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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/appsettings?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvYXBwc2V0dGluZ3M/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"setting1\": \"valueA\",\r\n \"setting2\": \"valueB\"\r\n }\r\n}", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/web?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvd2ViP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", + "RequestMethod": "PATCH", + "RequestBody": "{\r\n \"properties\": {\r\n \"numberOfWorkers\": 2,\r\n \"alwaysOn\": false\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "04690157-01e6-454e-9af7-27b161884f2e" + "72d8dd30-3aee-4694-9d39-8315a45fe659" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -7144,7 +7360,7 @@ "application/json; charset=utf-8" ], "Content-Length": [ - "81" + "78" ] }, "ResponseHeaders": { @@ -7155,13 +7371,13 @@ "no-cache" ], "ETag": [ - "\"1D5E0D8C94E3040\"" + "\"1D6449466A75820\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9d93edfa-f596-4d95-a262-bc415f2efae7" + "c1d1e3ec-2482-4790-952f-f846c66474f7" ], "Server": [ "Microsoft-IIS/10.0" @@ -7173,22 +7389,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1188" ], "x-ms-correlation-request-id": [ - "27ce8a5d-99ce-4e4d-9887-8aff9a35fda9" + "b03cbd0e-3092-488d-b190-ec88ad356d95" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124257Z:27ce8a5d-99ce-4e4d-9887-8aff9a35fda9" + "WESTINDIA:20200617T104523Z:b03cbd0e-3092-488d-b190-ec88ad356d95" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:57 GMT" + "Wed, 17 Jun 2020 10:45:23 GMT" ], "Content-Length": [ - "285" + "3191" ], "Content-Type": [ "application/json" @@ -7197,23 +7413,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/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 \"setting1\": \"valueA\",\r\n \"setting2\": \"valueB\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging\",\r\n \"name\": \"ps7342/staging\",\r\n \"type\": \"Microsoft.Web/sites/slots\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"numberOfWorkers\": 2,\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\": null,\r\n \"linuxFxVersion\": \"\",\r\n \"windowsFxVersion\": null,\r\n \"requestTracingEnabled\": true,\r\n \"requestTracingExpirationTime\": \"9999-12-31T23:59:00Z\",\r\n \"remoteDebuggingEnabled\": false,\r\n \"remoteDebuggingVersion\": \"VS2019\",\r\n \"httpLoggingEnabled\": true,\r\n \"azureMonitorLogCategories\": null,\r\n \"acrUseManagedIdentityCreds\": false,\r\n \"acrUserManagedIdentityID\": null,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps7342__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\": 49439,\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.0\",\r\n \"ftpsState\": \"FtpsOnly\",\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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/connectionstrings?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvY29ubmVjdGlvbnN0cmluZ3M/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/connectionstrings?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvY29ubmVjdGlvbnN0cmluZ3M/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {}\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a9d51697-1335-4270-acc2-4ade373fe81e" + "f0d16eb4-01e6-4b21-8331-c1e590958b65" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -7233,13 +7449,13 @@ "no-cache" ], "ETag": [ - "\"1D5E0D8B8F7C120\"" + "\"1D644945324A24B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "370a358a-b2c8-4085-9b6a-828915f59814" + "b16ba6e6-7078-4d6f-9432-983d045c4089" ], "Server": [ "Microsoft-IIS/10.0" @@ -7251,19 +7467,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1192" ], "x-ms-correlation-request-id": [ - "383102b7-51e2-45ef-83da-5b0898bc2e0f" + "a0048569-6ff3-405c-8011-61f08c34b617" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124230Z:383102b7-51e2-45ef-83da-5b0898bc2e0f" + "WESTINDIA:20200617T104449Z:a0048569-6ff3-405c-8011-61f08c34b617" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:30 GMT" + "Wed, 17 Jun 2020 10:44:49 GMT" ], "Content-Length": [ "258" @@ -7275,23 +7491,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/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/ps9632/providers/Microsoft.Web/sites/ps7342/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging/config/connectionstrings?api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZy9jb25maWcvY29ubmVjdGlvbnN0cmluZ3M/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging/config/connectionstrings?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZy9jb25maWcvY29ubmVjdGlvbnN0cmluZ3M/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"connstring2\": {\r\n \"value\": \"string value 2\",\r\n \"type\": \"SQLAzure\"\r\n },\r\n \"connstring1\": {\r\n \"value\": \"string value 1\",\r\n \"type\": \"MySql\"\r\n }\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6fdbc8be-6fba-4c19-a593-9195923f1b53" + "e1e74207-eada-4619-b1d8-5d5099c388df" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -7311,13 +7527,13 @@ "no-cache" ], "ETag": [ - "\"1D5E0D8C9B90000\"" + "\"1D6449467E3B5B5\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "aea4d1f3-d03b-4fda-98c5-7916570fbc03" + "61f15bea-b758-45d1-a9e6-10ec337f66eb" ], "Server": [ "Microsoft-IIS/10.0" @@ -7329,19 +7545,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1187" ], "x-ms-correlation-request-id": [ - "f6818b49-ab64-4eeb-af85-8fc88a05e910" + "c4580c5d-c3bb-43f7-b92a-2d14c57c89bc" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124258Z:f6818b49-ab64-4eeb-af85-8fc88a05e910" + "WESTINDIA:20200617T104524Z:c4580c5d-c3bb-43f7-b92a-2d14c57c89bc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:42:57 GMT" + "Wed, 17 Jun 2020 10:45:23 GMT" ], "Content-Length": [ "372" @@ -7353,23 +7569,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/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 \"connstring2\": {\r\n \"value\": \"string value 2\",\r\n \"type\": \"SQLAzure\"\r\n },\r\n \"connstring1\": {\r\n \"value\": \"string value 1\",\r\n \"type\": \"MySql\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/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 \"connstring2\": {\r\n \"value\": \"string value 2\",\r\n \"type\": \"SQLAzure\"\r\n },\r\n \"connstring1\": {\r\n \"value\": \"string value 1\",\r\n \"type\": \"MySql\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030/slots/staging?deleteMetrics=true&deleteEmptyServerFarm=false&api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzAvc2xvdHMvc3RhZ2luZz9kZWxldGVNZXRyaWNzPXRydWUmZGVsZXRlRW1wdHlTZXJ2ZXJGYXJtPWZhbHNlJmFwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/serverfarms/ps7141?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNTY1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zZXJ2ZXJmYXJtcy9wczcxNDE/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "be7a7178-7dee-4a62-a834-18ab250d5c27" + "15dfd1e0-a084-42d0-889f-574f189b8518" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -7382,14 +7598,11 @@ "Pragma": [ "no-cache" ], - "ETag": [ - "\"1D5E0D8C9B90000\"" - ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a0d0f33a-ddce-4b1e-a419-d4dc8418a940" + "5c65b9b9-abcc-44a3-923d-722c76ee0724" ], "Server": [ "Microsoft-IIS/10.0" @@ -7400,45 +7613,48 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11963" ], "x-ms-correlation-request-id": [ - "88be844c-dace-40ea-a95a-72f7e672e37e" + "00f1ecdf-ac9f-43d4-9188-07329fb20fbd" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124313Z:88be844c-dace-40ea-a95a-72f7e672e37e" + "WESTINDIA:20200617T104532Z:00f1ecdf-ac9f-43d4-9188-07329fb20fbd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:43:12 GMT" + "Wed, 17 Jun 2020 10:45:31 GMT" + ], + "Content-Length": [ + "1267" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/serverfarms/ps7141\",\r\n \"name\": \"ps7141\",\r\n \"type\": \"Microsoft.Web/serverfarms\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"serverFarmId\": 27655,\r\n \"name\": \"ps7141\",\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\": \"ps5656-WestUSwebspace\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"adminSiteName\": null,\r\n \"hostingEnvironment\": null,\r\n \"hostingEnvironmentProfile\": null,\r\n \"maximumNumberOfWorkers\": 10,\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\": \"ps5656\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"mdmId\": \"waws-prod-bay-097_27655\",\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\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"size\": \"S1\",\r\n \"family\": \"S\",\r\n \"capacity\": 1\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/sites/ps8030?deleteMetrics=true&deleteEmptyServerFarm=false&api-version=2018-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczgwMzA/ZGVsZXRlTWV0cmljcz10cnVlJmRlbGV0ZUVtcHR5U2VydmVyRmFybT1mYWxzZSZhcGktdmVyc2lvbj0yMDE4LTExLTAx", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/serverfarms/ps7141?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNTY1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zZXJ2ZXJmYXJtcy9wczcxNDE/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d369c68f-f840-4ea6-ba25-1888742d00dd" + "53b9440c-bec5-40f9-ac80-5d5f23a5a849" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -7451,14 +7667,11 @@ "Pragma": [ "no-cache" ], - "ETag": [ - "\"1D5E0D8929A2E35\"" - ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8887b07a-7a9f-4a3a-a7b1-f1ca08ce9d0d" + "65efbbc5-981a-4e3a-9cbd-fcc90a09472b" ], "Server": [ "Microsoft-IIS/10.0" @@ -7469,45 +7682,48 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11961" ], "x-ms-correlation-request-id": [ - "dd0041a4-0a9b-4514-bff5-c8e9219f47d3" + "f64ddef6-44c1-4956-a971-a7b8f5cbf8d6" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124317Z:dd0041a4-0a9b-4514-bff5-c8e9219f47d3" + "WESTINDIA:20200617T104533Z:f64ddef6-44c1-4956-a971-a7b8f5cbf8d6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:43:16 GMT" + "Wed, 17 Jun 2020 10:45:32 GMT" + ], + "Content-Length": [ + "1267" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/serverfarms/ps7141\",\r\n \"name\": \"ps7141\",\r\n \"type\": \"Microsoft.Web/serverfarms\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"serverFarmId\": 27655,\r\n \"name\": \"ps7141\",\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\": \"ps5656-WestUSwebspace\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"adminSiteName\": null,\r\n \"hostingEnvironment\": null,\r\n \"hostingEnvironmentProfile\": null,\r\n \"maximumNumberOfWorkers\": 10,\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\": \"ps5656\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"mdmId\": \"waws-prod-bay-097_27655\",\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\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"size\": \"S1\",\r\n \"family\": \"S\",\r\n \"capacity\": 1\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/serverfarms/ps7291?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zZXJ2ZXJmYXJtcy9wczcyOTE/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/serverfarms/ps7141?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNTY1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zZXJ2ZXJmYXJtcy9wczcxNDE/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "72b3197b-ceef-43f3-9568-456065f48109" + "062aa467-785f-4d09-a286-8417cbb85c23" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -7524,10 +7740,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "704d4036-7f41-4cc8-8c2f-1876dc5df8a7" - ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "6932ffd8-e363-47f7-8b07-ebe56793426d" ], "Server": [ "Microsoft-IIS/10.0" @@ -7538,42 +7751,48 @@ "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11960" + ], "x-ms-correlation-request-id": [ - "9cc9c11d-8c7b-4c1a-9d5b-837dca9426ae" + "2afc03a3-9013-4156-b9cf-153c17de883b" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124320Z:9cc9c11d-8c7b-4c1a-9d5b-837dca9426ae" + "WESTINDIA:20200617T104533Z:2afc03a3-9013-4156-b9cf-153c17de883b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:43:20 GMT" + "Wed, 17 Jun 2020 10:45:32 GMT" + ], + "Content-Length": [ + "1267" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/serverfarms/ps7141\",\r\n \"name\": \"ps7141\",\r\n \"type\": \"Microsoft.Web/serverfarms\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"serverFarmId\": 27655,\r\n \"name\": \"ps7141\",\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\": \"ps5656-WestUSwebspace\",\r\n \"subscription\": \"04b0639d-85d8-445a-bada-8da78e50ff30\",\r\n \"adminSiteName\": null,\r\n \"hostingEnvironment\": null,\r\n \"hostingEnvironmentProfile\": null,\r\n \"maximumNumberOfWorkers\": 10,\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\": \"ps5656\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"mdmId\": \"waws-prod-bay-097_27655\",\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\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"size\": \"S1\",\r\n \"family\": \"S\",\r\n \"capacity\": 1\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps2116/providers/Microsoft.Web/serverfarms/ps6761?api-version=2018-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzMjExNi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zZXJ2ZXJmYXJtcy9wczY3NjE/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNTY1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczI4OTY/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "77aaa448-fe56-4892-a33e-07fd6d34eed6" + "65d8ffbb-00d1-4c3c-a794-3ccf7e336fba" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" @@ -7586,63 +7805,57 @@ "Pragma": [ "no-cache" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "x-ms-failure-cause": [ + "gateway" ], "x-ms-request-id": [ - "398e6602-0694-49ad-98c3-843250f82473" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14996" + "f4ee61a0-c54a-481b-8e80-2eace8cf676a" ], "x-ms-correlation-request-id": [ - "6ab267be-2f1a-4438-bdbb-babb99d63a73" + "f4ee61a0-c54a-481b-8e80-2eace8cf676a" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124324Z:6ab267be-2f1a-4438-bdbb-babb99d63a73" + "WESTINDIA:20200617T104532Z:f4ee61a0-c54a-481b-8e80-2eace8cf676a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:43:23 GMT" + "Wed, 17 Jun 2020 10:45:32 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" ], "Content-Length": [ - "0" + "204" ] }, - "ResponseBody": "", - "StatusCode": 200 + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Web/sites/ps2896' under resource group 'ps5656' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "StatusCode": 404 }, { - "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourcegroups/ps2116?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlZ3JvdXBzL3BzMjExNj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNTY1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczI4OTY/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "52a40d6d-e520-43ef-a7e2-bb72b8df3abe" + "9baa5f77-8a44-425c-b3e8-83f685aa89e1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.7" + "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" ] }, "ResponseHeaders": { @@ -7652,54 +7865,69 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" + "ETag": [ + "\"1D644947035D635\"" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4cc3bcb7-5aaa-40ab-8a4d-6cfc44c358a6" + "7ba7e617-1fd4-40e8-9b54-f74b2669f47e" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11958" ], "x-ms-correlation-request-id": [ - "4cc3bcb7-5aaa-40ab-8a4d-6cfc44c358a6" + "a3d80c08-15b6-46b3-8694-9f7be100342d" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124331Z:4cc3bcb7-5aaa-40ab-8a4d-6cfc44c358a6" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "WESTINDIA:20200617T104559Z:a3d80c08-15b6-46b3-8694-9f7be100342d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:43:30 GMT" + "Wed, 17 Jun 2020 10:45:59 GMT" + ], + "Content-Length": [ + "4920" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896\",\r\n \"name\": \"ps2896\",\r\n \"type\": \"Microsoft.Web/sites\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps2896\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps2896.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps5656-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-097.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps5656-WestUSwebspace/sites/ps2896\",\r\n \"repositorySiteName\": \"ps2896\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps2896.azurewebsites.net\",\r\n \"ps2896.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\": \"ps2896.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\": \"ps2896.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/ps5656/providers/Microsoft.Web/serverfarms/ps7141\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-06-17T10:45:38.2433333\",\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\": \"ps2896\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Standard\",\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\": \"13.91.242.166\",\r\n \"possibleInboundIpAddresses\": \"13.91.242.166\",\r\n \"ftpUsername\": \"ps2896\\\\$ps2896\",\r\n \"ftpsHostName\": \"ftps://waws-prod-bay-097.ftp.azurewebsites.windows.net/site/wwwroot\",\r\n \"outboundIpAddresses\": \"13.91.242.166,13.91.241.161,13.91.244.239,13.91.244.226,13.91.101.85\",\r\n \"possibleOutboundIpAddresses\": \"13.91.242.166,13.91.241.161,13.91.244.239,13.91.244.226,13.91.101.85,13.91.242.52,13.91.243.117,13.91.241.117\",\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-097\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps5656\",\r\n \"defaultHostName\": \"ps2896.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/04b0639d-85d8-445a-bada-8da78e50ff30/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE1UWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourcegroups/ps5656?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlZ3JvdXBzL3BzNTY1Nj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "325cd082-5001-408a-9919-d510048542e0" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.7" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" ] }, "ResponseHeaders": { @@ -7709,23 +7937,17 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11995" ], "x-ms-request-id": [ - "ee31ff2e-7c08-45d0-8a49-4aeab86a237d" + "921cb018-7f1f-4223-96bf-494e27085fa2" ], "x-ms-correlation-request-id": [ - "ee31ff2e-7c08-45d0-8a49-4aeab86a237d" + "921cb018-7f1f-4223-96bf-494e27085fa2" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124346Z:ee31ff2e-7c08-45d0-8a49-4aeab86a237d" + "WESTINDIA:20200617T104533Z:921cb018-7f1f-4223-96bf-494e27085fa2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7734,29 +7956,44 @@ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:43:45 GMT" + "Wed, 17 Jun 2020 10:45:33 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" ], "Content-Length": [ - "0" + "165" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656\",\r\n \"name\": \"ps5656\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE1UWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNTY1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczI4OTY/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/serverFarms/ps7141\"\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { + "x-ms-client-request-id": [ + "0bca5b53-9975-4f88-a679-a6cf71054f27" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.7" + "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "194" ] }, "ResponseHeaders": { @@ -7766,54 +8003,69 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" + "ETag": [ + "\"1D644947035D635\"" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a1c301de-46e7-4809-9f83-7cef00661989" + "96b2830a-9430-431b-8feb-d249b66de474" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "498" ], "x-ms-correlation-request-id": [ - "a1c301de-46e7-4809-9f83-7cef00661989" + "cf1eeacb-6e9f-43df-bd3a-b88ba6e741ea" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124402Z:a1c301de-46e7-4809-9f83-7cef00661989" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "WESTINDIA:20200617T104556Z:cf1eeacb-6e9f-43df-bd3a-b88ba6e741ea" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:44:01 GMT" + "Wed, 17 Jun 2020 10:45:56 GMT" + ], + "Content-Length": [ + "5120" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896\",\r\n \"name\": \"ps2896\",\r\n \"type\": \"Microsoft.Web/sites\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps2896\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps2896.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps5656-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-097.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps5656-WestUSwebspace/sites/ps2896\",\r\n \"repositorySiteName\": \"ps2896\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps2896.azurewebsites.net\",\r\n \"ps2896.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\": \"ps2896.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\": \"ps2896.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/ps5656/providers/Microsoft.Web/serverfarms/ps7141\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-06-17T10:45:38.1566667\",\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\": \"ps2896\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Standard\",\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\": \"13.91.242.166\",\r\n \"possibleInboundIpAddresses\": \"13.91.242.166\",\r\n \"ftpUsername\": \"ps2896\\\\$ps2896\",\r\n \"ftpsHostName\": \"ftps://waws-prod-bay-097.ftp.azurewebsites.windows.net/site/wwwroot\",\r\n \"outboundIpAddresses\": \"13.91.242.166,13.91.241.161,13.91.244.239,13.91.244.226,13.91.101.85\",\r\n \"possibleOutboundIpAddresses\": \"13.91.242.166,13.91.241.161,13.91.244.239,13.91.244.226,13.91.101.85,13.91.242.52,13.91.243.117,13.91.241.117\",\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-097\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps5656\",\r\n \"defaultHostName\": \"ps2896.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/04b0639d-85d8-445a-bada-8da78e50ff30/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE1UWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/config/web?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNTY1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczI4OTYvY29uZmlnL3dlYj9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "32d43a98-f134-48ad-9d0b-cf7eca772bb8" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.7" + "Microsoft.Azure.Management.WebSites.WebSiteManagementClient/2.2.0" ] }, "ResponseHeaders": { @@ -7823,54 +8075,2871 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], - "Retry-After": [ - "15" + "x-ms-request-id": [ + "a0918d38-c2eb-4862-9fde-534e444457df" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "Server": [ + "Microsoft-IIS/10.0" ], - "x-ms-request-id": [ - "1944c204-731a-47c7-be23-ca0a42001278" + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11959" ], "x-ms-correlation-request-id": [ - "1944c204-731a-47c7-be23-ca0a42001278" + "bc5211c4-2a11-4e3c-9f5f-515efb795838" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124417Z:1944c204-731a-47c7-be23-ca0a42001278" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "WESTINDIA:20200617T104556Z:bc5211c4-2a11-4e3c-9f5f-515efb795838" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:44:16 GMT" + "Wed, 17 Jun 2020 10:45:56 GMT" + ], + "Content-Length": [ + "3117" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/config/web\",\r\n \"name\": \"ps2896\",\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\": null,\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\": \"$ps2896\",\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/04b0639d-85d8-445a-bada-8da78e50ff30/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE1UWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/config/web?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNTY1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczI4OTYvY29uZmlnL3dlYj9hcGktdmVyc2lvbj0yMDE4LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "39608e35-ba21-4273-b180-1ae10ffc4a23" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.7" + "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": [ + "39898e7c-3cdc-44bf-9488-7c146b6fb972" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11957" + ], + "x-ms-correlation-request-id": [ + "89e3f4a9-794f-42e2-8619-493f303663ad" + ], + "x-ms-routing-request-id": [ + "WESTINDIA:20200617T104559Z:89e3f4a9-794f-42e2-8619-493f303663ad" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 17 Jun 2020 10:45:59 GMT" + ], + "Content-Length": [ + "3117" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/config/web\",\r\n \"name\": \"ps2896\",\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\": null,\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\": \"$ps2896\",\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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/config/appsettings/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNTY1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczI4OTYvY29uZmlnL2FwcHNldHRpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "16465bed-de79-4f0d-a87c-ec37f08bd2ff" + ], + "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": [ + "066e4d6d-1076-4a27-b029-48cefbf62700" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "11988" + ], + "x-ms-correlation-request-id": [ + "4718f507-27c3-4a43-a4a9-958f957e51db" + ], + "x-ms-routing-request-id": [ + "WESTINDIA:20200617T104557Z:4718f507-27c3-4a43-a4a9-958f957e51db" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 17 Jun 2020 10:45:57 GMT" + ], + "Content-Length": [ + "270" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/config/appsettings/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNTY1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczI4OTYvY29uZmlnL2FwcHNldHRpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "18b22763-8ba6-4107-b0e1-7f4aca42dfe6" + ], + "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": [ + "873cc558-9a36-468b-abfe-5c9f505c14c6" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "11986" + ], + "x-ms-correlation-request-id": [ + "55b226db-356c-485e-b093-369260fbeb22" + ], + "x-ms-routing-request-id": [ + "WESTINDIA:20200617T104600Z:55b226db-356c-485e-b093-369260fbeb22" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 17 Jun 2020 10:46:00 GMT" + ], + "Content-Length": [ + "270" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/config/connectionstrings/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNTY1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczI4OTYvY29uZmlnL2Nvbm5lY3Rpb25zdHJpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4631f62c-09dc-4924-9138-25c28833fded" + ], + "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": [ + "5ff76c5f-f37c-4dc5-9ec4-db644f8c7762" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "11987" + ], + "x-ms-correlation-request-id": [ + "8c29f417-e0e4-4a02-945d-d31589f519b4" + ], + "x-ms-routing-request-id": [ + "WESTINDIA:20200617T104558Z:8c29f417-e0e4-4a02-945d-d31589f519b4" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 17 Jun 2020 10:45:58 GMT" + ], + "Content-Length": [ + "244" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/config/connectionstrings/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNTY1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczI4OTYvY29uZmlnL2Nvbm5lY3Rpb25zdHJpbmdzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "fb9deed1-807a-41c1-8b89-aeaa31c36672" + ], + "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": [ + "1b7746d0-cdc8-4fb8-b408-029c3a033c44" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "11985" + ], + "x-ms-correlation-request-id": [ + "29fc0261-d7b0-48c1-8d88-5c10bbbaf31f" + ], + "x-ms-routing-request-id": [ + "WESTINDIA:20200617T104600Z:29fc0261-d7b0-48c1-8d88-5c10bbbaf31f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 17 Jun 2020 10:46:00 GMT" + ], + "Content-Length": [ + "244" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/publishxml?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNTY1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczI4OTYvcHVibGlzaHhtbD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestMethod": "POST", + "RequestBody": "{\r\n \"format\": \"WebDeploy\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1e10dfbd-e9e5-47bd-a1e7-8bd6cb6b5db2" + ], + "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" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "29" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "11998" + ], + "x-ms-request-id": [ + "2d4c3977-38f2-4611-907c-9cee139313fa" + ], + "x-ms-correlation-request-id": [ + "2d4c3977-38f2-4611-907c-9cee139313fa" + ], + "x-ms-routing-request-id": [ + "WESTINDIA:20200617T104558Z:2d4c3977-38f2-4611-907c-9cee139313fa" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 17 Jun 2020 10:45:58 GMT" + ], + "Content-Length": [ + "1496" + ], + "Content-Type": [ + "application/xml" + ], + "Expires": [ + "-1" + ] + }, + "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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/config/azurestorageaccounts/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNTY1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczI4OTYvY29uZmlnL2F6dXJlc3RvcmFnZWFjY291bnRzL2xpc3Q/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b8815441-079b-4542-9a79-5d3d53ef8685" + ], + "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": [ + "0ce690c1-0a60-495f-bf6a-359b748c3a2f" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "11984" + ], + "x-ms-correlation-request-id": [ + "ac1f4e98-4455-4c9f-8066-a76c3c1e208a" + ], + "x-ms-routing-request-id": [ + "WESTINDIA:20200617T104601Z:ac1f4e98-4455-4c9f-8066-a76c3c1e208a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 17 Jun 2020 10:46:01 GMT" + ], + "Content-Length": [ + "241" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/slots/staging?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNTY1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczI4OTYvc2xvdHMvc3RhZ2luZz9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"serverFarmId\": \"ps7141\"\r\n },\r\n \"location\": \"West US\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e7b95409-c388-48d2-b9a9-3e328e47d2da" + ], + "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" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "84" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "\"1D644947035D635\"" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "40fc3e55-7c8e-444e-9c21-59a36d4c5784" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "494" + ], + "x-ms-correlation-request-id": [ + "9d6e1c69-c186-4146-bfc5-c0a1c9b1b899" + ], + "x-ms-routing-request-id": [ + "WESTINDIA:20200617T104622Z:9d6e1c69-c186-4146-bfc5-c0a1c9b1b899" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 17 Jun 2020 10:46:21 GMT" + ], + "Content-Length": [ + "5229" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/slots/staging\",\r\n \"name\": \"ps2896/staging\",\r\n \"type\": \"Microsoft.Web/sites/slots\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps2896(staging)\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps2896-staging.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps5656-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-097.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps5656-WestUSwebspace/sites/ps2896\",\r\n \"repositorySiteName\": \"ps2896\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps2896-staging.azurewebsites.net\",\r\n \"ps2896-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\": \"ps2896-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\": \"ps2896-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/ps5656/providers/Microsoft.Web/serverfarms/ps7141\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-06-17T10:46:04.5933333\",\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\": \"ps2896__3134\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Standard\",\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\": \"13.91.242.166\",\r\n \"possibleInboundIpAddresses\": \"13.91.242.166\",\r\n \"ftpUsername\": \"ps2896__staging\\\\$ps2896__staging\",\r\n \"ftpsHostName\": \"ftps://waws-prod-bay-097.ftp.azurewebsites.windows.net/site/wwwroot\",\r\n \"outboundIpAddresses\": \"13.91.242.166,13.91.241.161,13.91.244.239,13.91.244.226,13.91.101.85\",\r\n \"possibleOutboundIpAddresses\": \"13.91.242.166,13.91.241.161,13.91.244.239,13.91.244.226,13.91.101.85,13.91.242.52,13.91.243.117,13.91.241.117\",\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-097\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps5656\",\r\n \"defaultHostName\": \"ps2896-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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/slots/staging?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNTY1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczI4OTYvc2xvdHMvc3RhZ2luZz9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"enabled\": true,\r\n \"hostNameSslStates\": [\r\n {\r\n \"name\": \"ps2896-staging.azurewebsites.net\",\r\n \"sslState\": \"Disabled\",\r\n \"hostType\": \"Standard\"\r\n },\r\n {\r\n \"name\": \"ps2896-staging.scm.azurewebsites.net\",\r\n \"sslState\": \"Disabled\",\r\n \"hostType\": \"Repository\"\r\n }\r\n ],\r\n \"serverFarmId\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/serverfarms/ps7141\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"siteConfig\": {\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 \"requestTracingEnabled\": true,\r\n \"remoteDebuggingEnabled\": false,\r\n \"remoteDebuggingVersion\": \"VS2019\",\r\n \"httpLoggingEnabled\": true,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps2896__staging\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"WEBSITE_NODE_DEFAULT_VERSION\",\r\n \"value\": \"6.9.1\"\r\n }\r\n ],\r\n \"azureStorageAccounts\": {},\r\n \"connectionStrings\": [],\r\n \"scmType\": \"None\",\r\n \"use32BitWorkerProcess\": true,\r\n \"webSocketsEnabled\": false,\r\n \"alwaysOn\": false,\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 }\r\n ],\r\n \"loadBalancing\": \"LeastRequests\",\r\n \"experiments\": {\r\n \"rampUpRules\": []\r\n },\r\n \"autoHealEnabled\": false,\r\n \"vnetName\": \"\",\r\n \"localMySqlEnabled\": false,\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.0\",\r\n \"ftpsState\": \"FtpsOnly\",\r\n \"reservedInstanceCount\": 0\r\n },\r\n \"scmSiteAlsoStopped\": false,\r\n \"clientAffinityEnabled\": true,\r\n \"clientCertEnabled\": false,\r\n \"hostNamesDisabled\": false,\r\n \"containerSize\": 0,\r\n \"dailyMemoryTimeQuota\": 0,\r\n \"httpsOnly\": false\r\n },\r\n \"kind\": \"app\",\r\n \"location\": \"West US\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "58b1b3a3-7840-4a9c-8565-c5c5b7d237fc" + ], + "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" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "2976" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "\"1D644948F4AC960\"" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "a84af395-ade0-419a-94d6-1086991cbc2e" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "493" + ], + "x-ms-correlation-request-id": [ + "3aae9248-c17b-4b0f-87fd-2d4d087b536f" + ], + "x-ms-routing-request-id": [ + "WESTINDIA:20200617T104633Z:3aae9248-c17b-4b0f-87fd-2d4d087b536f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 17 Jun 2020 10:46:33 GMT" + ], + "Content-Length": [ + "5224" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/slots/staging\",\r\n \"name\": \"ps2896/staging\",\r\n \"type\": \"Microsoft.Web/sites/slots\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps2896(staging)\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps2896-staging.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps5656-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-097.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps5656-WestUSwebspace/sites/ps2896\",\r\n \"repositorySiteName\": \"ps2896\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps2896-staging.azurewebsites.net\",\r\n \"ps2896-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\": \"ps2896-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\": \"ps2896-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/ps5656/providers/Microsoft.Web/serverfarms/ps7141\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-06-17T10:46:32.47\",\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\": \"ps2896__3134\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Standard\",\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\": \"13.91.242.166\",\r\n \"possibleInboundIpAddresses\": \"13.91.242.166\",\r\n \"ftpUsername\": \"ps2896__staging\\\\$ps2896__staging\",\r\n \"ftpsHostName\": \"ftps://waws-prod-bay-097.ftp.azurewebsites.windows.net/site/wwwroot\",\r\n \"outboundIpAddresses\": \"13.91.242.166,13.91.241.161,13.91.244.239,13.91.244.226,13.91.101.85\",\r\n \"possibleOutboundIpAddresses\": \"13.91.242.166,13.91.241.161,13.91.244.239,13.91.244.226,13.91.101.85,13.91.242.52,13.91.243.117,13.91.241.117\",\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-097\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps5656\",\r\n \"defaultHostName\": \"ps2896-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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/slots/staging/config/web?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNTY1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczI4OTYvc2xvdHMvc3RhZ2luZy9jb25maWcvd2ViP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "92a08b82-f329-4b3b-99f9-40b72b3debd7" + ], + "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": [ + "bb018922-4ae4-4694-9202-5811cd4ef104" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11956" + ], + "x-ms-correlation-request-id": [ + "07f99ab2-7f54-46b2-b7ca-a61277ab4209" + ], + "x-ms-routing-request-id": [ + "WESTINDIA:20200617T104622Z:07f99ab2-7f54-46b2-b7ca-a61277ab4209" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 17 Jun 2020 10:46:22 GMT" + ], + "Content-Length": [ + "3144" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/slots/staging/config/web\",\r\n \"name\": \"ps2896\",\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\": null,\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\": \"$ps2896__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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/slots/staging/config/web?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNTY1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczI4OTYvc2xvdHMvc3RhZ2luZy9jb25maWcvd2ViP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4792b4df-dd03-461e-8612-b70c5b9998d2" + ], + "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": [ + "4b51a23d-a562-436e-bf7e-6907a65e8295" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11954" + ], + "x-ms-correlation-request-id": [ + "2376928b-b8c5-4ec3-9317-75a87ca6502c" + ], + "x-ms-routing-request-id": [ + "WESTINDIA:20200617T104626Z:2376928b-b8c5-4ec3-9317-75a87ca6502c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 17 Jun 2020 10:46:25 GMT" + ], + "Content-Length": [ + "3144" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/slots/staging/config/web\",\r\n \"name\": \"ps2896\",\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\": null,\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\": \"$ps2896__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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/slots/staging/config/web?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNTY1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczI4OTYvc2xvdHMvc3RhZ2luZy9jb25maWcvd2ViP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "417d9882-6dd3-4115-a584-bfb949c7cd0d" + ], + "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": [ + "2b6ee43c-11ad-48ce-9aaf-6b28959c1ae7" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11952" + ], + "x-ms-correlation-request-id": [ + "7ab8453b-c08a-4320-8534-c88c9c8a370e" + ], + "x-ms-routing-request-id": [ + "WESTINDIA:20200617T104634Z:7ab8453b-c08a-4320-8534-c88c9c8a370e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 17 Jun 2020 10:46:34 GMT" + ], + "Content-Length": [ + "3194" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/slots/staging/config/web\",\r\n \"name\": \"ps2896\",\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\": null,\r\n \"linuxFxVersion\": \"\",\r\n \"windowsFxVersion\": null,\r\n \"requestTracingEnabled\": true,\r\n \"requestTracingExpirationTime\": \"9999-12-31T23:59:00Z\",\r\n \"remoteDebuggingEnabled\": false,\r\n \"remoteDebuggingVersion\": \"VS2019\",\r\n \"httpLoggingEnabled\": true,\r\n \"azureMonitorLogCategories\": null,\r\n \"acrUseManagedIdentityCreds\": false,\r\n \"acrUserManagedIdentityID\": null,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps2896__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.0\",\r\n \"ftpsState\": \"FtpsOnly\",\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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/slots/staging/config/web?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNTY1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczI4OTYvc2xvdHMvc3RhZ2luZy9jb25maWcvd2ViP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0feacd11-f09c-4c7c-8d50-e32f12463d19" + ], + "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": [ + "3f876476-0672-4530-be3c-f6540b464973" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11950" + ], + "x-ms-correlation-request-id": [ + "6ada4b9d-c7ba-4d1d-8b7e-2b88f552c721" + ], + "x-ms-routing-request-id": [ + "WESTINDIA:20200617T104637Z:6ada4b9d-c7ba-4d1d-8b7e-2b88f552c721" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 17 Jun 2020 10:46:36 GMT" + ], + "Content-Length": [ + "3194" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/slots/staging/config/web\",\r\n \"name\": \"ps2896\",\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\": null,\r\n \"linuxFxVersion\": \"\",\r\n \"windowsFxVersion\": null,\r\n \"requestTracingEnabled\": true,\r\n \"requestTracingExpirationTime\": \"9999-12-31T23:59:00Z\",\r\n \"remoteDebuggingEnabled\": false,\r\n \"remoteDebuggingVersion\": \"VS2019\",\r\n \"httpLoggingEnabled\": true,\r\n \"azureMonitorLogCategories\": null,\r\n \"acrUseManagedIdentityCreds\": false,\r\n \"acrUserManagedIdentityID\": null,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps2896__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.0\",\r\n \"ftpsState\": \"FtpsOnly\",\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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/slots/staging/config/appsettings/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNTY1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczI4OTYvc2xvdHMvc3RhZ2luZy9jb25maWcvYXBwc2V0dGluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "adab4653-70e6-4103-a0d1-438a199ecbce" + ], + "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": [ + "6d157b2a-3c08-43c9-bbef-db6869dbb579" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "11963" + ], + "x-ms-correlation-request-id": [ + "72dcb1e1-c09a-4f60-8aef-e1a81c62fd01" + ], + "x-ms-routing-request-id": [ + "WESTINDIA:20200617T104624Z:72dcb1e1-c09a-4f60-8aef-e1a81c62fd01" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 17 Jun 2020 10:46:23 GMT" + ], + "Content-Length": [ + "284" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/slots/staging/config/appsettings/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNTY1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczI4OTYvc2xvdHMvc3RhZ2luZy9jb25maWcvYXBwc2V0dGluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "564626dd-bec1-4165-8b51-1c18347b766b" + ], + "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": [ + "cb1bd50d-2a48-4973-979f-9f06de0c82d7" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "11960" + ], + "x-ms-correlation-request-id": [ + "25745cc4-532f-4add-b337-5268ac491ba9" + ], + "x-ms-routing-request-id": [ + "WESTINDIA:20200617T104626Z:25745cc4-532f-4add-b337-5268ac491ba9" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 17 Jun 2020 10:46:26 GMT" + ], + "Content-Length": [ + "284" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/slots/staging/config/appsettings/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNTY1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczI4OTYvc2xvdHMvc3RhZ2luZy9jb25maWcvYXBwc2V0dGluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a3b94ae7-b5cd-4dd8-a539-0ea24b074a1e" + ], + "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": [ + "524716fa-2fdf-41ab-bfc9-4e5009cc7a11" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "11957" + ], + "x-ms-correlation-request-id": [ + "cd0f28f7-01be-4929-9bbd-2883a8bae473" + ], + "x-ms-routing-request-id": [ + "WESTINDIA:20200617T104634Z:cd0f28f7-01be-4929-9bbd-2883a8bae473" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 17 Jun 2020 10:46:34 GMT" + ], + "Content-Length": [ + "284" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/slots/staging/config/appsettings/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNTY1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczI4OTYvc2xvdHMvc3RhZ2luZy9jb25maWcvYXBwc2V0dGluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d139b28f-271e-4e3a-bb3a-53e133d1fd79" + ], + "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": [ + "adc9eef0-bfce-4d97-bdd2-17ecaeaf0a05" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "11954" + ], + "x-ms-correlation-request-id": [ + "c8de754b-efc7-44bf-a535-0eff84f6bb7d" + ], + "x-ms-routing-request-id": [ + "WESTINDIA:20200617T104637Z:c8de754b-efc7-44bf-a535-0eff84f6bb7d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 17 Jun 2020 10:46:37 GMT" + ], + "Content-Length": [ + "284" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/slots/staging/config/connectionstrings/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNTY1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczI4OTYvc2xvdHMvc3RhZ2luZy9jb25maWcvY29ubmVjdGlvbnN0cmluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "fc06a63c-f416-47d1-bb7e-b76e226eee95" + ], + "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": [ + "e7096e01-84ed-46e5-aa27-c130b1daf872" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "11962" + ], + "x-ms-correlation-request-id": [ + "31ee333c-d915-4eee-8550-d0b5400c327a" + ], + "x-ms-routing-request-id": [ + "WESTINDIA:20200617T104624Z:31ee333c-d915-4eee-8550-d0b5400c327a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 17 Jun 2020 10:46:24 GMT" + ], + "Content-Length": [ + "258" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/slots/staging/config/connectionstrings/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNTY1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczI4OTYvc2xvdHMvc3RhZ2luZy9jb25maWcvY29ubmVjdGlvbnN0cmluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "dab9e809-80bd-48e2-8020-aacb0f7efc48" + ], + "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": [ + "b931212e-9b27-478a-b6a5-f88193406ac1" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "11959" + ], + "x-ms-correlation-request-id": [ + "33503885-8a44-401d-9387-0efcceddbc2a" + ], + "x-ms-routing-request-id": [ + "WESTINDIA:20200617T104627Z:33503885-8a44-401d-9387-0efcceddbc2a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 17 Jun 2020 10:46:26 GMT" + ], + "Content-Length": [ + "258" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/slots/staging/config/connectionstrings/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNTY1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczI4OTYvc2xvdHMvc3RhZ2luZy9jb25maWcvY29ubmVjdGlvbnN0cmluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "dd226c02-5cd6-4934-931b-2fe4926b62c9" + ], + "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": [ + "5389ff03-f8a8-4f75-9981-4ed76759ea76" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "11956" + ], + "x-ms-correlation-request-id": [ + "8cd0e0f4-fba1-47e6-831e-5d70eeb9afbe" + ], + "x-ms-routing-request-id": [ + "WESTINDIA:20200617T104635Z:8cd0e0f4-fba1-47e6-831e-5d70eeb9afbe" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 17 Jun 2020 10:46:34 GMT" + ], + "Content-Length": [ + "258" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/slots/staging/config/connectionstrings/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNTY1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczI4OTYvc2xvdHMvc3RhZ2luZy9jb25maWcvY29ubmVjdGlvbnN0cmluZ3MvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7433614e-d897-4e62-8ea9-a455c0ffb2a6" + ], + "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": [ + "df2d6d0c-dd04-4d4d-9103-0025b63c135e" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "11953" + ], + "x-ms-correlation-request-id": [ + "4912197c-0884-48c8-81bd-f83579558532" + ], + "x-ms-routing-request-id": [ + "WESTINDIA:20200617T104637Z:4912197c-0884-48c8-81bd-f83579558532" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 17 Jun 2020 10:46:37 GMT" + ], + "Content-Length": [ + "258" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/slots/staging/config/azurestorageaccounts/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNTY1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczI4OTYvc2xvdHMvc3RhZ2luZy9jb25maWcvYXp1cmVzdG9yYWdlYWNjb3VudHMvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1f620c6c-8b26-40dd-89f1-df11bd7c1857" + ], + "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": [ + "05559bf5-b1b0-4876-b6cd-f61d4c9c4baa" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "11961" + ], + "x-ms-correlation-request-id": [ + "3e4bfff0-7e2c-4772-9de0-ed8684d1d2d8" + ], + "x-ms-routing-request-id": [ + "WESTINDIA:20200617T104625Z:3e4bfff0-7e2c-4772-9de0-ed8684d1d2d8" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 17 Jun 2020 10:46:24 GMT" + ], + "Content-Length": [ + "255" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/slots/staging/config/azurestorageaccounts/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNTY1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczI4OTYvc2xvdHMvc3RhZ2luZy9jb25maWcvYXp1cmVzdG9yYWdlYWNjb3VudHMvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0313614c-2086-489f-89ce-6a58a6b57194" + ], + "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": [ + "c545850f-3fa9-4d16-86f8-ded5e0893f22" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "11958" + ], + "x-ms-correlation-request-id": [ + "5f83ffbe-8353-4b71-8db7-988e262215ad" + ], + "x-ms-routing-request-id": [ + "WESTINDIA:20200617T104627Z:5f83ffbe-8353-4b71-8db7-988e262215ad" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 17 Jun 2020 10:46:27 GMT" + ], + "Content-Length": [ + "255" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/slots/staging/config/azurestorageaccounts/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNTY1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczI4OTYvc2xvdHMvc3RhZ2luZy9jb25maWcvYXp1cmVzdG9yYWdlYWNjb3VudHMvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "de0f0e5f-9637-4b3a-a9ce-dfad1db4b38d" + ], + "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": [ + "904d18d7-df61-4d3d-a4e8-25adcc0cd04c" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "11955" + ], + "x-ms-correlation-request-id": [ + "2f1cda1a-dc54-42a6-a8e0-6e88e91b45ab" + ], + "x-ms-routing-request-id": [ + "WESTINDIA:20200617T104635Z:2f1cda1a-dc54-42a6-a8e0-6e88e91b45ab" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 17 Jun 2020 10:46:35 GMT" + ], + "Content-Length": [ + "255" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/slots/staging/config/azurestorageaccounts/list?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNTY1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczI4OTYvc2xvdHMvc3RhZ2luZy9jb25maWcvYXp1cmVzdG9yYWdlYWNjb3VudHMvbGlzdD9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "413a9dad-19c2-40ec-9172-46dc073f053d" + ], + "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": [ + "454ef22a-39f9-4bf6-b70a-e0e4789133bd" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "11952" + ], + "x-ms-correlation-request-id": [ + "7fb576b5-49a3-4c4f-b7fa-8dc160dab7ae" + ], + "x-ms-routing-request-id": [ + "WESTINDIA:20200617T104638Z:7fb576b5-49a3-4c4f-b7fa-8dc160dab7ae" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 17 Jun 2020 10:46:38 GMT" + ], + "Content-Length": [ + "255" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/slots/staging?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNTY1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczI4OTYvc2xvdHMvc3RhZ2luZz9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "927c75c7-8cea-4fe1-acef-24d5ef4cf58f" + ], + "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" + ], + "ETag": [ + "\"1D6449480A94335\"" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "d6533ae3-502c-4a19-ae1c-9cee901b689c" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11955" + ], + "x-ms-correlation-request-id": [ + "bf85e2a8-7071-4644-b979-a9e78cd1178b" + ], + "x-ms-routing-request-id": [ + "WESTINDIA:20200617T104625Z:bf85e2a8-7071-4644-b979-a9e78cd1178b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 17 Jun 2020 10:46:25 GMT" + ], + "Content-Length": [ + "5029" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/slots/staging\",\r\n \"name\": \"ps2896/staging\",\r\n \"type\": \"Microsoft.Web/sites/slots\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps2896(staging)\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps2896-staging.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps5656-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-097.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps5656-WestUSwebspace/sites/ps2896\",\r\n \"repositorySiteName\": \"ps2896\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps2896-staging.azurewebsites.net\",\r\n \"ps2896-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\": \"ps2896-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\": \"ps2896-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/ps5656/providers/Microsoft.Web/serverfarms/ps7141\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-06-17T10:46:05.8433333\",\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\": \"ps2896__3134\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Standard\",\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\": \"13.91.242.166\",\r\n \"possibleInboundIpAddresses\": \"13.91.242.166\",\r\n \"ftpUsername\": \"ps2896__staging\\\\$ps2896__staging\",\r\n \"ftpsHostName\": \"ftps://waws-prod-bay-097.ftp.azurewebsites.windows.net/site/wwwroot\",\r\n \"outboundIpAddresses\": \"13.91.242.166,13.91.241.161,13.91.244.239,13.91.244.226,13.91.101.85\",\r\n \"possibleOutboundIpAddresses\": \"13.91.242.166,13.91.241.161,13.91.244.239,13.91.244.226,13.91.101.85,13.91.242.52,13.91.243.117,13.91.241.117\",\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-097\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps5656\",\r\n \"defaultHostName\": \"ps2896-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\": [],\r\n \"buildVersion\": null,\r\n \"targetBuildVersion\": null\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/slots/staging?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNTY1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczI4OTYvc2xvdHMvc3RhZ2luZz9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "602f2f08-ac2b-4acd-8b08-58a898a251de" + ], + "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" + ], + "ETag": [ + "\"1D6449490882B60\"" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "08cd43fa-0d07-4b6d-a76e-ae067dd9e8ac" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11953" + ], + "x-ms-correlation-request-id": [ + "b2c8a026-45fc-4523-ab16-1c4e93c3abd0" + ], + "x-ms-routing-request-id": [ + "WESTINDIA:20200617T104633Z:b2c8a026-45fc-4523-ab16-1c4e93c3abd0" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 17 Jun 2020 10:46:33 GMT" + ], + "Content-Length": [ + "5024" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/slots/staging\",\r\n \"name\": \"ps2896/staging\",\r\n \"type\": \"Microsoft.Web/sites/slots\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps2896(staging)\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps2896-staging.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps5656-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-097.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps5656-WestUSwebspace/sites/ps2896\",\r\n \"repositorySiteName\": \"ps2896\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps2896-staging.azurewebsites.net\",\r\n \"ps2896-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\": \"ps2896-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\": \"ps2896-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/ps5656/providers/Microsoft.Web/serverfarms/ps7141\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-06-17T10:46:32.47\",\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\": \"ps2896__3134\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Standard\",\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\": \"13.91.242.166\",\r\n \"possibleInboundIpAddresses\": \"13.91.242.166\",\r\n \"ftpUsername\": \"ps2896__staging\\\\$ps2896__staging\",\r\n \"ftpsHostName\": \"ftps://waws-prod-bay-097.ftp.azurewebsites.windows.net/site/wwwroot\",\r\n \"outboundIpAddresses\": \"13.91.242.166,13.91.241.161,13.91.244.239,13.91.244.226,13.91.101.85\",\r\n \"possibleOutboundIpAddresses\": \"13.91.242.166,13.91.241.161,13.91.244.239,13.91.244.226,13.91.101.85,13.91.242.52,13.91.243.117,13.91.241.117\",\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-097\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps5656\",\r\n \"defaultHostName\": \"ps2896-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\": [],\r\n \"buildVersion\": null,\r\n \"targetBuildVersion\": null\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/slots/staging?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNTY1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczI4OTYvc2xvdHMvc3RhZ2luZz9hcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "84885948-7930-4621-908e-9d5a5d781cd0" + ], + "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" + ], + "ETag": [ + "\"1D6449490882B60\"" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "7932aaac-7e84-4c32-9c06-61c7e0ce9a9f" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11951" + ], + "x-ms-correlation-request-id": [ + "a1f8452c-c66f-4313-8784-8e53b7532aae" + ], + "x-ms-routing-request-id": [ + "WESTINDIA:20200617T104636Z:a1f8452c-c66f-4313-8784-8e53b7532aae" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 17 Jun 2020 10:46:35 GMT" + ], + "Content-Length": [ + "5024" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/slots/staging\",\r\n \"name\": \"ps2896/staging\",\r\n \"type\": \"Microsoft.Web/sites/slots\",\r\n \"kind\": \"app\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"name\": \"ps2896(staging)\",\r\n \"state\": \"Running\",\r\n \"hostNames\": [\r\n \"ps2896-staging.azurewebsites.net\"\r\n ],\r\n \"webSpace\": \"ps5656-WestUSwebspace\",\r\n \"selfLink\": \"https://waws-prod-bay-097.api.azurewebsites.windows.net:454/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/webspaces/ps5656-WestUSwebspace/sites/ps2896\",\r\n \"repositorySiteName\": \"ps2896\",\r\n \"owner\": null,\r\n \"usageState\": \"Normal\",\r\n \"enabled\": true,\r\n \"adminEnabled\": true,\r\n \"enabledHostNames\": [\r\n \"ps2896-staging.azurewebsites.net\",\r\n \"ps2896-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\": \"ps2896-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\": \"ps2896-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/ps5656/providers/Microsoft.Web/serverfarms/ps7141\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"lastModifiedTimeUtc\": \"2020-06-17T10:46:32.47\",\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\": \"ps2896__3134\",\r\n \"trafficManagerHostNames\": null,\r\n \"sku\": \"Standard\",\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\": \"13.91.242.166\",\r\n \"possibleInboundIpAddresses\": \"13.91.242.166\",\r\n \"ftpUsername\": \"ps2896__staging\\\\$ps2896__staging\",\r\n \"ftpsHostName\": \"ftps://waws-prod-bay-097.ftp.azurewebsites.windows.net/site/wwwroot\",\r\n \"outboundIpAddresses\": \"13.91.242.166,13.91.241.161,13.91.244.239,13.91.244.226,13.91.101.85\",\r\n \"possibleOutboundIpAddresses\": \"13.91.242.166,13.91.241.161,13.91.244.239,13.91.244.226,13.91.101.85,13.91.242.52,13.91.243.117,13.91.241.117\",\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-097\",\r\n \"cloningInfo\": null,\r\n \"hostingEnvironmentId\": null,\r\n \"tags\": null,\r\n \"resourceGroup\": \"ps5656\",\r\n \"defaultHostName\": \"ps2896-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\": [],\r\n \"buildVersion\": null,\r\n \"targetBuildVersion\": null\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/slots/staging/config/appsettings?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNTY1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczI4OTYvc2xvdHMvc3RhZ2luZy9jb25maWcvYXBwc2V0dGluZ3M/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"WEBSITE_NODE_DEFAULT_VERSION\": \"6.9.1\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "410ec38b-f3ed-47e6-8226-d41de8e79aa8" + ], + "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" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "73" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "\"1D644948DD162CB\"" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "ec4275c9-4caf-47a1-a8a5-f85242049631" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1186" + ], + "x-ms-correlation-request-id": [ + "af0d47f1-9bec-4344-9b4b-c4d736cbb369" + ], + "x-ms-routing-request-id": [ + "WESTINDIA:20200617T104628Z:af0d47f1-9bec-4344-9b4b-c4d736cbb369" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 17 Jun 2020 10:46:28 GMT" + ], + "Content-Length": [ + "284" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/slots/staging/config/web?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNTY1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczI4OTYvc2xvdHMvc3RhZ2luZy9jb25maWcvd2ViP2FwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", + "RequestMethod": "PATCH", + "RequestBody": "{\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 \"requestTracingEnabled\": true,\r\n \"remoteDebuggingEnabled\": false,\r\n \"remoteDebuggingVersion\": \"VS2019\",\r\n \"httpLoggingEnabled\": true,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps2896__staging\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"WEBSITE_NODE_DEFAULT_VERSION\",\r\n \"value\": \"6.9.1\"\r\n }\r\n ],\r\n \"connectionStrings\": [],\r\n \"scmType\": \"None\",\r\n \"use32BitWorkerProcess\": true,\r\n \"webSocketsEnabled\": false,\r\n \"alwaysOn\": false,\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 }\r\n ],\r\n \"loadBalancing\": \"LeastRequests\",\r\n \"experiments\": {\r\n \"rampUpRules\": []\r\n },\r\n \"autoHealEnabled\": false,\r\n \"vnetName\": \"\",\r\n \"localMySqlEnabled\": false,\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.0\",\r\n \"ftpsState\": \"FtpsOnly\",\r\n \"reservedInstanceCount\": 0\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3bdbcf30-0f60-4213-86ed-ad454a2126c6" + ], + "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" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "1978" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "\"1D644948DD162CB\"" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "66c05e94-c983-4115-bd1c-38483e6931e9" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1185" + ], + "x-ms-correlation-request-id": [ + "addee57c-e133-429e-802b-59f442da72d8" + ], + "x-ms-routing-request-id": [ + "WESTINDIA:20200617T104630Z:addee57c-e133-429e-802b-59f442da72d8" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 17 Jun 2020 10:46:29 GMT" + ], + "Content-Length": [ + "3190" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/slots/staging\",\r\n \"name\": \"ps2896/staging\",\r\n \"type\": \"Microsoft.Web/sites/slots\",\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\": null,\r\n \"linuxFxVersion\": \"\",\r\n \"windowsFxVersion\": null,\r\n \"requestTracingEnabled\": true,\r\n \"requestTracingExpirationTime\": \"9999-12-31T23:59:00Z\",\r\n \"remoteDebuggingEnabled\": false,\r\n \"remoteDebuggingVersion\": \"VS2019\",\r\n \"httpLoggingEnabled\": true,\r\n \"azureMonitorLogCategories\": null,\r\n \"acrUseManagedIdentityCreds\": false,\r\n \"acrUserManagedIdentityID\": null,\r\n \"logsDirectorySizeLimit\": 35,\r\n \"detailedErrorLoggingEnabled\": false,\r\n \"publishingUsername\": \"$ps2896__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.0\",\r\n \"ftpsState\": \"FtpsOnly\",\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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/slots/staging/config/connectionstrings?api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzNTY1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczI4OTYvc2xvdHMvc3RhZ2luZy9jb25maWcvY29ubmVjdGlvbnN0cmluZ3M/YXBpLXZlcnNpb249MjAxOC0xMS0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {}\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9847b090-61fb-476b-9827-99ae08d74d45" + ], + "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" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "24" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "\"1D644948F4AC960\"" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "7e619f78-e098-4130-9817-08b66b1b73bf" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1184" + ], + "x-ms-correlation-request-id": [ + "fc0c8c07-b322-429a-8668-2e29944f0467" + ], + "x-ms-routing-request-id": [ + "WESTINDIA:20200617T104630Z:fc0c8c07-b322-429a-8668-2e29944f0467" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 17 Jun 2020 10:46:30 GMT" + ], + "Content-Length": [ + "258" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps5656/providers/Microsoft.Web/sites/ps2896/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/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342/slots/staging?deleteMetrics=true&deleteEmptyServerFarm=false&api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDIvc2xvdHMvc3RhZ2luZz9kZWxldGVNZXRyaWNzPXRydWUmZGVsZXRlRW1wdHlTZXJ2ZXJGYXJtPWZhbHNlJmFwaS12ZXJzaW9uPTIwMTgtMTEtMDE=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ee5f7dfd-0e31-4696-8da5-a6171906329b" + ], + "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" + ], + "ETag": [ + "\"1D6449467E3B5B5\"" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "3de4beb4-2338-4ef7-9aa0-7b2e280d3a59" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14997" + ], + "x-ms-correlation-request-id": [ + "ab71116b-c0e8-4867-8d04-aa53ee410978" + ], + "x-ms-routing-request-id": [ + "WESTINDIA:20200617T104642Z:ab71116b-c0e8-4867-8d04-aa53ee410978" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 17 Jun 2020 10:46:41 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/sites/ps7342?deleteMetrics=true&deleteEmptyServerFarm=false&api-version=2018-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zaXRlcy9wczczNDI/ZGVsZXRlTWV0cmljcz10cnVlJmRlbGV0ZUVtcHR5U2VydmVyRmFybT1mYWxzZSZhcGktdmVyc2lvbj0yMDE4LTExLTAx", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "69123acf-c02c-4dac-a8f9-1ce76545951a" + ], + "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" + ], + "ETag": [ + "\"1D644942976ABE0\"" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "824e6078-b74f-4b90-af18-ed5527015df2" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14996" + ], + "x-ms-correlation-request-id": [ + "4bb012fc-222d-4a95-9bb8-fc2a922179ad" + ], + "x-ms-routing-request-id": [ + "WESTINDIA:20200617T104645Z:4bb012fc-222d-4a95-9bb8-fc2a922179ad" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 17 Jun 2020 10:46:45 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/serverfarms/ps7157?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zZXJ2ZXJmYXJtcy9wczcxNTc/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5caf95bb-6a20-4871-9765-1336bbcd4efd" + ], + "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": [ + "6455e33f-d004-4f9e-ac54-b8838d88e0df" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14995" + ], + "x-ms-correlation-request-id": [ + "492db698-bdba-49f4-9c58-72984c94ce01" + ], + "x-ms-routing-request-id": [ + "WESTINDIA:20200617T104649Z:492db698-bdba-49f4-9c58-72984c94ce01" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 17 Jun 2020 10:46:48 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourceGroups/ps9632/providers/Microsoft.Web/serverfarms/ps2645?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlR3JvdXBzL3BzOTYzMi9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zZXJ2ZXJmYXJtcy9wczI2NDU/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9c987dd0-201b-4bcb-b71f-3106a2de8a67" + ], + "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": [ + "7d39dd8c-d0b9-4a18-8685-186d39701828" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14994" + ], + "x-ms-correlation-request-id": [ + "2cd77476-9f5d-4240-ab7b-dca88fc77033" + ], + "x-ms-routing-request-id": [ + "WESTINDIA:20200617T104652Z:2cd77476-9f5d-4240-ab7b-dca88fc77033" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 17 Jun 2020 10:46:52 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourcegroups/ps9632?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlZ3JvdXBzL3BzOTYzMj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "62f7ca7e-ef96-423c-9112-633bccacf5ef" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2MzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-request-id": [ + "0f797ef6-0685-4a74-bd04-49b3606e924b" + ], + "x-ms-correlation-request-id": [ + "0f797ef6-0685-4a74-bd04-49b3606e924b" + ], + "x-ms-routing-request-id": [ + "WESTINDIA:20200617T104657Z:0f797ef6-0685-4a74-bd04-49b3606e924b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 17 Jun 2020 10:46:56 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2MzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprMk16SXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2MzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-request-id": [ + "ac9253ca-d385-4ff8-918b-8947968a01c3" + ], + "x-ms-correlation-request-id": [ + "ac9253ca-d385-4ff8-918b-8947968a01c3" + ], + "x-ms-routing-request-id": [ + "WESTINDIA:20200617T104713Z:ac9253ca-d385-4ff8-918b-8947968a01c3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 17 Jun 2020 10:47:13 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2MzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprMk16SXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2MzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-request-id": [ + "31072c38-a963-4c95-87e4-65553e42b050" + ], + "x-ms-correlation-request-id": [ + "31072c38-a963-4c95-87e4-65553e42b050" + ], + "x-ms-routing-request-id": [ + "WESTINDIA:20200617T104729Z:31072c38-a963-4c95-87e4-65553e42b050" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 17 Jun 2020 10:47:28 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2MzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprMk16SXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-request-id": [ + "ee691b71-8607-436c-b7c8-68b51905a7d0" + ], + "x-ms-correlation-request-id": [ + "ee691b71-8607-436c-b7c8-68b51905a7d0" + ], + "x-ms-routing-request-id": [ + "WESTINDIA:20200617T104744Z:ee691b71-8607-436c-b7c8-68b51905a7d0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 17 Jun 2020 10:47:44 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2MzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprMk16SXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-request-id": [ + "11b22ab9-f26c-406e-971f-f09f887645ae" + ], + "x-ms-correlation-request-id": [ + "11b22ab9-f26c-406e-971f-f09f887645ae" + ], + "x-ms-routing-request-id": [ + "WESTINDIA:20200617T104745Z:11b22ab9-f26c-406e-971f-f09f887645ae" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 17 Jun 2020 10:47:44 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/resourcegroups/ps5656?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL3Jlc291cmNlZ3JvdXBzL3BzNTY1Nj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "38e7ce77-c1eb-4881-83d6-18349cefc370" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2NTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" + ], + "x-ms-request-id": [ + "806767ed-40b5-4297-9e1b-b5e86f25e6be" + ], + "x-ms-correlation-request-id": [ + "806767ed-40b5-4297-9e1b-b5e86f25e6be" + ], + "x-ms-routing-request-id": [ + "WESTINDIA:20200617T104749Z:806767ed-40b5-4297-9e1b-b5e86f25e6be" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 17 Jun 2020 10:47:48 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2NTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMk5UWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" ] }, "ResponseHeaders": { @@ -7881,22 +10950,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2NTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11990" ], "x-ms-request-id": [ - "27fbdca3-0f7e-492c-8cd6-0f4d71386086" + "7068d952-c850-4155-ba73-fd89b07d96f2" ], "x-ms-correlation-request-id": [ - "27fbdca3-0f7e-492c-8cd6-0f4d71386086" + "7068d952-c850-4155-ba73-fd89b07d96f2" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124433Z:27fbdca3-0f7e-492c-8cd6-0f4d71386086" + "WESTINDIA:20200617T104804Z:7068d952-c850-4155-ba73-fd89b07d96f2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7905,7 +10974,7 @@ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:44:32 GMT" + "Wed, 17 Jun 2020 10:48:04 GMT" ], "Expires": [ "-1" @@ -7918,16 +10987,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE1UWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2NTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMk5UWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.7" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" ] }, "ResponseHeaders": { @@ -7938,22 +11007,79 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2NTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11989" + ], + "x-ms-request-id": [ + "9e4f46d2-31e2-45d9-9000-32ed0f919d58" + ], + "x-ms-correlation-request-id": [ + "9e4f46d2-31e2-45d9-9000-32ed0f919d58" + ], + "x-ms-routing-request-id": [ + "WESTINDIA:20200617T104820Z:9e4f46d2-31e2-45d9-9000-32ed0f919d58" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 17 Jun 2020 10:48:19 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2NTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMk5UWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2NTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" ], "x-ms-request-id": [ - "0e35e634-13e5-4f44-b43d-07ed43116924" + "4f6f8987-f2fd-472e-ae1d-ea761607c089" ], "x-ms-correlation-request-id": [ - "0e35e634-13e5-4f44-b43d-07ed43116924" + "4f6f8987-f2fd-472e-ae1d-ea761607c089" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124448Z:0e35e634-13e5-4f44-b43d-07ed43116924" + "WESTINDIA:20200617T104835Z:4f6f8987-f2fd-472e-ae1d-ea761607c089" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7962,7 +11088,7 @@ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:44:48 GMT" + "Wed, 17 Jun 2020 10:48:35 GMT" ], "Expires": [ "-1" @@ -7975,16 +11101,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE1UWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2NTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMk5UWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.7" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" ] }, "ResponseHeaders": { @@ -7994,17 +11120,188 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2NTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11987" + ], + "x-ms-request-id": [ + "86e8bff0-ace2-48f6-9069-0587c01faf31" + ], + "x-ms-correlation-request-id": [ + "86e8bff0-ace2-48f6-9069-0587c01faf31" + ], + "x-ms-routing-request-id": [ + "WESTINDIA:20200617T104851Z:86e8bff0-ace2-48f6-9069-0587c01faf31" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 17 Jun 2020 10:48:51 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2NTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMk5UWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2NTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-request-id": [ + "306ecc38-3c66-4250-a579-7c978a80b987" + ], + "x-ms-correlation-request-id": [ + "306ecc38-3c66-4250-a579-7c978a80b987" + ], + "x-ms-routing-request-id": [ + "WESTINDIA:20200617T104907Z:306ecc38-3c66-4250-a579-7c978a80b987" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 17 Jun 2020 10:49:06 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2NTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMk5UWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2NTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], + "x-ms-request-id": [ + "789c3ed1-2ac2-4089-9bf6-7bd49f63a4e4" + ], + "x-ms-correlation-request-id": [ + "789c3ed1-2ac2-4089-9bf6-7bd49f63a4e4" + ], + "x-ms-routing-request-id": [ + "WESTINDIA:20200617T104922Z:789c3ed1-2ac2-4089-9bf6-7bd49f63a4e4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 17 Jun 2020 10:49:22 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2NTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMk5UWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" ], "x-ms-request-id": [ - "2eee1299-4a57-4ea0-beb7-e1e05f6a2b82" + "e8836108-4660-4e48-bb3b-0e5c96fd2e7c" ], "x-ms-correlation-request-id": [ - "2eee1299-4a57-4ea0-beb7-e1e05f6a2b82" + "e8836108-4660-4e48-bb3b-0e5c96fd2e7c" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124503Z:2eee1299-4a57-4ea0-beb7-e1e05f6a2b82" + "WESTINDIA:20200617T104938Z:e8836108-4660-4e48-bb3b-0e5c96fd2e7c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8013,7 +11310,7 @@ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:45:03 GMT" + "Wed, 17 Jun 2020 10:49:37 GMT" ], "Expires": [ "-1" @@ -8026,16 +11323,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE1UWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/04b0639d-85d8-445a-bada-8da78e50ff30/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2NTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDRiMDYzOWQtODVkOC00NDVhLWJhZGEtOGRhNzhlNTBmZjMwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMk5UWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28207.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.7" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" ] }, "ResponseHeaders": { @@ -8046,16 +11343,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11983" ], "x-ms-request-id": [ - "56e531c4-7297-4555-9b24-c8aaad853096" + "fcd6ad37-d07b-42d7-99bb-5f0499581e89" ], "x-ms-correlation-request-id": [ - "56e531c4-7297-4555-9b24-c8aaad853096" + "fcd6ad37-d07b-42d7-99bb-5f0499581e89" ], "x-ms-routing-request-id": [ - "WESTINDIA:20200211T124504Z:56e531c4-7297-4555-9b24-c8aaad853096" + "WESTINDIA:20200617T104938Z:fcd6ad37-d07b-42d7-99bb-5f0499581e89" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8064,7 +11361,7 @@ "nosniff" ], "Date": [ - "Tue, 11 Feb 2020 12:45:03 GMT" + "Wed, 17 Jun 2020 10:49:38 GMT" ], "Expires": [ "-1" @@ -8079,10 +11376,13 @@ ], "Names": { "Test-SetWebAppSlot": [ - "ps2116", - "ps8030", - "ps7291", - "ps6761" + "ps9632", + "ps5656", + "ps7342", + "ps7157", + "ps2645", + "ps7141", + "ps2896" ] }, "Variables": { diff --git a/src/Websites/Websites/ChangeLog.md b/src/Websites/Websites/ChangeLog.md index fe48048527b1..6339ad051caf 100644 --- a/src/Websites/Websites/ChangeLog.md +++ b/src/Websites/Websites/ChangeLog.md @@ -24,6 +24,8 @@ * Fixed bug to get SiteConfig when -Name is not given for Get-AzWebApp * Added a support to create ASP for Linux Apps * Added exceptions for clone across resource groups +* Added support to perform operations for Slots not in the same resource group as the App Service Plan +* Added support to use Id for Restore-AzDeletedWebApp. ## Version 1.9.0 * Fixed typo on help of `Update-AzWebAppAccessRestrictionConfig`. diff --git a/src/Websites/Websites/Cmdlets/BackupRestore/PSAzureDeletedWebApp.cs b/src/Websites/Websites/Cmdlets/BackupRestore/PSAzureDeletedWebApp.cs index d1a5ebb412d1..94cb80e525af 100644 --- a/src/Websites/Websites/Cmdlets/BackupRestore/PSAzureDeletedWebApp.cs +++ b/src/Websites/Websites/Cmdlets/BackupRestore/PSAzureDeletedWebApp.cs @@ -19,6 +19,7 @@ namespace Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps { public class PSAzureDeletedWebApp { + public string Id { get; private set; } public int DeletedSiteId { get; set; } public string SubscriptionId { get; set; } @@ -35,6 +36,7 @@ public class PSAzureDeletedWebApp public PSAzureDeletedWebApp(DeletedSite ds, string subscriptionId) { + Id = ds.Id; DeletedSiteId = ds.DeletedSiteId.Value; DeletionTime = DateTime.Parse(ds.DeletedTimestamp, System.Globalization.CultureInfo.InvariantCulture); SubscriptionId = subscriptionId; diff --git a/src/Websites/Websites/Cmdlets/BackupRestore/RestoreAzureDeletedWebApp.cs b/src/Websites/Websites/Cmdlets/BackupRestore/RestoreAzureDeletedWebApp.cs index 6304272499bf..6e9a91d1ef1a 100644 --- a/src/Websites/Websites/Cmdlets/BackupRestore/RestoreAzureDeletedWebApp.cs +++ b/src/Websites/Websites/Cmdlets/BackupRestore/RestoreAzureDeletedWebApp.cs @@ -49,6 +49,9 @@ public class RestoreAzureDeletedWebApp : WebAppBaseClientCmdLet [Parameter(ParameterSetName = FromDeletedResourceNameParameterSet, Mandatory = false, HelpMessage = "The location of the deleted Azure Web App.")] public string Location { get; set; } + [Parameter(ParameterSetName = FromDeletedResourceNameParameterSet, Mandatory = false, HelpMessage = "The Resource ID of the deleted web app.")] + public string DeletedId { get; set; } + [Parameter(Mandatory = false, HelpMessage = "The resource group containing the new Azure Web App.")] public string TargetResourceGroupName { get; set; } @@ -77,7 +80,7 @@ public override void ExecuteCmdlet() { base.ExecuteCmdlet(); - string deletedSiteId = GetDeletedSiteResourceId(); + string deletedSiteId = string.IsNullOrEmpty(DeletedId) ? GetDeletedSiteResourceId() : DeletedId; ResolveTargetParameters(); DeletedAppRestoreRequest restoreReq = new DeletedAppRestoreRequest() diff --git a/src/Websites/Websites/Cmdlets/DeploymentSlots/SetAzureWebAppSlot.cs b/src/Websites/Websites/Cmdlets/DeploymentSlots/SetAzureWebAppSlot.cs index 090d90477425..3665e457ab28 100644 --- a/src/Websites/Websites/Cmdlets/DeploymentSlots/SetAzureWebAppSlot.cs +++ b/src/Websites/Websites/Cmdlets/DeploymentSlots/SetAzureWebAppSlot.cs @@ -317,7 +317,7 @@ public override void ExecuteCmdlet() CmdletHelpers.TryParseAppServicePlanMetadataFromResourceId(WebApp.ServerFarmId, out rg, out servicePlanName); WebApp.AzureStoragePath = null; // the API to update site Object doesn't have the AzureStorage Path property - WebsitesClient.UpdateWebApp(ResourceGroupName, location, Name, Slot, servicePlanName, WebApp); + WebsitesClient.UpdateWebApp(ResourceGroupName, location, Name, Slot, servicePlanName, WebApp,rg); WebsitesClient.AddCustomHostNames(ResourceGroupName, location, Name, WebApp.HostNames.ToArray(), Slot); break; } diff --git a/src/Websites/Websites/help/Restore-AzDeletedWebApp.md b/src/Websites/Websites/help/Restore-AzDeletedWebApp.md index 5ab69714e031..9de7b334bd2f 100644 --- a/src/Websites/Websites/help/Restore-AzDeletedWebApp.md +++ b/src/Websites/Websites/help/Restore-AzDeletedWebApp.md @@ -15,16 +15,17 @@ Restores a deleted web app to a new or existing web app. ### FromDeletedResourceName (Default) ``` Restore-AzDeletedWebApp [-ResourceGroupName] [-Name] [[-Slot] ] [-Location ] - [-TargetResourceGroupName ] [-TargetName ] [-TargetSlot ] + [-DeletedId ] [-TargetResourceGroupName ] [-TargetName ] [-TargetSlot ] [-TargetAppServicePlanName ] [-RestoreContentOnly] [-UseDisasterRecovery] [-Force] [-AsJob] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### FromDeletedApp ``` -Restore-AzDeletedWebApp [-TargetResourceGroupName ] [-TargetName ] [-TargetSlot ] - [-TargetAppServicePlanName ] [-RestoreContentOnly] [-UseDisasterRecovery] [-Force] [-AsJob] - [-DefaultProfile ] [-InputObject] [-WhatIf] [-Confirm] +Restore-AzDeletedWebApp [-TargetResourceGroupName ] [-DeletedId ] [-TargetName ] + [-TargetSlot ] [-TargetAppServicePlanName ] [-RestoreContentOnly] [-UseDisasterRecovery] + [-Force] [-AsJob] [-DefaultProfile ] [-InputObject] + [-WhatIf] [-Confirm] [] ``` @@ -49,6 +50,13 @@ Restores the Staging slot of a deleted app named ContosoApp belonging to the res ###Example 3 ```powershell +PS C:\> Restore-AzDeletedWebApp -ResourceGroupName Default-Web-WestUS -Name ContosoApp -DeletedId /subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/locations/location/deletedSites/1234 -TargetAppServicePlanName ContosoPlan +``` + +In case there are 2 deleted apps with same name(ContosoApp), then we get details of both the sites and restore the app named ContosoRestore with the app of our choice by calling restore with Id. + +###Example 4 +```powershell PS C:\> $deletedSite = Get-AzDeletedWebApp -ResourceGroupName Default-Web-WestUS -Name ContosoApp PS C:\> Restore-AzDeletedWebApp -TargetResourceGroupName Default-Web-EastUS -TargetName ContosoRestore -TargetAppServicePlanName ContosoPlan -InputObject $deletedSite[0] ``` @@ -87,6 +95,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -DeletedId +The Id of the deleted Azure Web App. + +```yaml +Type: System.String +Parameter Sets: FromDeletedResourceName +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Force Do the restore without prompting for confirmation.