diff --git a/src/StorageSync/StorageSync.Test/ScenarioTests/StorageSyncServiceTests.ps1 b/src/StorageSync/StorageSync.Test/ScenarioTests/StorageSyncServiceTests.ps1 index 60ae9c9337f2..04e21a017329 100644 --- a/src/StorageSync/StorageSync.Test/ScenarioTests/StorageSyncServiceTests.ps1 +++ b/src/StorageSync/StorageSync.Test/ScenarioTests/StorageSyncServiceTests.ps1 @@ -34,8 +34,15 @@ function Test-StorageSyncService New-AzResourceGroup -Name $resourceGroupName -Location $resourceGroupLocation; Write-Verbose "Resource: $storageSyncServiceName | Loc: $resourceLocation | Type : StorageSyncService" - New-AzStorageSyncService -ResourceGroupName $resourceGroupName -Location $resourceLocation -StorageSyncServiceName $storageSyncServiceName - + New-AzStorageSyncService -ResourceGroupName $resourceGroupName -Location $resourceLocation -StorageSyncServiceName $storageSyncServiceName -IncomingTrafficPolicy "AllowVirtualNetworksOnly" + + $storageSyncService = Get-AzStorageSyncService -ResourceGroupName $resourceGroupName -StorageSyncServiceName $storageSyncServiceName -Verbose + Write-Verbose "Validating StorageSyncService Properties" + Assert-AreEqual $storageSyncServiceName $storageSyncService.StorageSyncServiceName + Assert-AreEqual "AllowVirtualNetworksOnly" $storageSyncService.IncomingTrafficPolicy + + Set-AzStorageSyncService -ResourceGroupName $resourceGroupName -StorageSyncServiceName $storageSyncServiceName -IncomingTrafficPolicy "AllowAllTraffic" + Write-Verbose "List StorageSyncServices by ResourceGroup" $storageSyncServices = Get-AzStorageSyncService -ResourceGroupName $resourceGroupName @@ -44,13 +51,20 @@ function Test-StorageSyncService Write-Verbose "Validating StorageSyncService Properties" Assert-AreEqual $storageSyncServiceName $storageSyncService.StorageSyncServiceName + Assert-AreEqual "AllowAllTraffic" $storageSyncService.IncomingTrafficPolicy Assert-AreEqual (Normalize-Location($resourceLocation)) (Normalize-Location($storageSyncService.Location)) Write-Verbose "Removing StorageSyncService: $storageSyncServiceName" Remove-AzStorageSyncService -Force -ResourceGroupName $resourceGroupName -Name $storageSyncServiceName -AsJob | Wait-Job + # TODO : Remove the new generation of sss, it should work + $storageSyncServiceName = Get-ResourceName("sss") + New-AzStorageSyncService -ResourceGroupName $resourceGroupName -Location $resourceLocation -StorageSyncServiceName $storageSyncServiceName | Get-AzStorageSyncService | Remove-AzStorageSyncService -Force -AsJob | Wait-Job + # TODO : Remove the new generation of sss, it should work + $storageSyncServiceName = Get-ResourceName("sss") + New-AzStorageSyncService -ResourceGroupName $resourceGroupName -Location $resourceLocation -StorageSyncServiceName $storageSyncServiceName | Remove-AzStorageSyncService -Force -AsJob | Wait-Job } finally diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestCloudEndpoint.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestCloudEndpoint.json index 4ab594d6b1c9..18a05e53bbf8 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestCloudEndpoint.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestCloudEndpoint.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6205d574-e8a5-4d10-9650-6e604cffc777" + "d70a2604-3e53-42cf-a103-dcc250e4e761" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "628d9f5b-dab5-43cd-93af-82d3219ef3a0" + "24ecf312-676f-4fcc-9b9f-fac6e8aff06e" ], "x-ms-correlation-request-id": [ - "628d9f5b-dab5-43cd-93af-82d3219ef3a0" + "24ecf312-676f-4fcc-9b9f-fac6e8aff06e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162116Z:628d9f5b-dab5-43cd-93af-82d3219ef3a0" + "WESTUS:20200623T085229Z:24ecf312-676f-4fcc-9b9f-fac6e8aff06e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:21:15 GMT" + "Tue, 23 Jun 2020 08:52:29 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\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\": \"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\": \"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\": \"notifyResourceJobs\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\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 ]\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-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-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-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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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-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-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 },\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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6945a394-bf34-4af5-8233-c094651c36c5" + "553269b7-391f-497d-9496-c32d1ca2b05c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "290b0340-9b70-4bb4-aa28-ec1f15a1d502" + "f44d978d-6494-41f8-9587-f91d22d795db" ], "x-ms-correlation-request-id": [ - "290b0340-9b70-4bb4-aa28-ec1f15a1d502" + "f44d978d-6494-41f8-9587-f91d22d795db" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162116Z:290b0340-9b70-4bb4-aa28-ec1f15a1d502" + "WESTUS:20200623T085229Z:f44d978d-6494-41f8-9587-f91d22d795db" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:21:15 GMT" + "Tue, 23 Jun 2020 08:52:29 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,10 +114,10 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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-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-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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 \"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 \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { @@ -127,16 +127,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fcc6a008-f249-42fd-a3cd-4301171d418b" + "73280bdc-79f9-40d0-8ae1-bdb5b1aa943c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Internal.Subscriptions.SubscriptionClient/1.3.0" + "Microsoft.Azure.Internal.Subscriptions.SubscriptionClient/1.3.16" ] }, "ResponseHeaders": { @@ -150,13 +150,13 @@ "11998" ], "x-ms-request-id": [ - "a52266dd-c8e3-4b5c-b588-6fa9c4b1d83f" + "460f58ba-6047-4ea5-9edf-f1ab36c69464" ], "x-ms-correlation-request-id": [ - "a52266dd-c8e3-4b5c-b588-6fa9c4b1d83f" + "460f58ba-6047-4ea5-9edf-f1ab36c69464" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162117Z:a52266dd-c8e3-4b5c-b588-6fa9c4b1d83f" + "WESTUS:20200623T085229Z:460f58ba-6047-4ea5-9edf-f1ab36c69464" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -165,7 +165,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:21:16 GMT" + "Tue, 23 Jun 2020 08:52:28 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -177,26 +177,26 @@ "116" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/tenants/0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"tenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/tenants/6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"tenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps2342?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMjM0Mj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps8790?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzODc5MD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d0881c6f-2fb3-45b5-b563-808acece4670" + "7b8d9b28-f145-44f6-8e7f-0df03f2aa686" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -216,13 +216,13 @@ "1199" ], "x-ms-request-id": [ - "f13b2e96-0461-414c-94df-60cb39549274" + "584f567f-54a4-4be2-9fc6-066296f6bc10" ], "x-ms-correlation-request-id": [ - "f13b2e96-0461-414c-94df-60cb39549274" + "584f567f-54a4-4be2-9fc6-066296f6bc10" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162118Z:f13b2e96-0461-414c-94df-60cb39549274" + "WESTUS:20200623T085230Z:584f567f-54a4-4be2-9fc6-066296f6bc10" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -231,7 +231,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:21:18 GMT" + "Tue, 23 Jun 2020 08:52:29 GMT" ], "Content-Length": [ "165" @@ -243,26 +243,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342\",\r\n \"name\": \"ps2342\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790\",\r\n \"name\": \"ps8790\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps2459\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps3934\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "21bc6aca-80c4-4ae3-96b8-5f7b07596894" + "b68337bc-e919-42ad-815c-52e725a26e4f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -279,7 +279,7 @@ "no-cache" ], "x-ms-request-id": [ - "b486352b-59bd-49a0-b10e-e045169cadb3" + "6c3a1daf-dd24-4de6-b01e-471db55ce341" ], "X-Content-Type-Options": [ "nosniff" @@ -300,50 +300,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "43e8563b-269f-4f22-9673-5e6a295fbd44" + "e65806b0-ce8c-478c-b38c-ee508a9ea4bc" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162119Z:43e8563b-269f-4f22-9673-5e6a295fbd44" + "WESTUS:20200623T085231Z:e65806b0-ce8c-478c-b38c-ee508a9ea4bc" ], "Date": [ - "Wed, 03 Jul 2019 16:21:19 GMT" + "Tue, 23 Jun 2020 08:52:30 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.StorageSync/storageSyncServices/sssps2459?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps3934?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTM0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "19a970f6-eb1f-4f82-8479-28bbc8d9fca0" + "96d86daa-8c90-4755-b173-44a3206fb642" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -353,8 +353,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI3ZTE5NTY2NC0zY2Q4LTQwNGItODIyYy1kMTBiMTU2YmY5ZDMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjQyZTBlNzEtODdjZS00MzRmLWFlMTQtZTliZjg3OTVkNzk2In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI3ZTE5NTY2NC0zY2Q4LTQwNGItODIyYy1kMTBiMTU2YmY5ZDMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjQyZTBlNzEtODdjZS00MzRmLWFlMTQtZTliZjg3OTVkNzk2In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "78c56bc0-9f5a-40b1-b465-39f63e73632a" + "4da5ecdd-2a38-4ca7-9ed4-57b29bd7ce08" ], "X-Content-Type-Options": [ "nosniff" @@ -375,44 +384,167 @@ "1199" ], "x-ms-correlation-request-id": [ - "6643714e-ba54-445e-ba02-e6f6d676c0ce" + "0a58e3ad-1935-4520-90a1-deac56c7852d" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T085232Z:0a58e3ad-1935-4520-90a1-deac56c7852d" + ], + "Date": [ + "Tue, 23 Jun 2020 08:52:32 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI3ZTE5NTY2NC0zY2Q4LTQwNGItODIyYy1kMTBiMTU2YmY5ZDMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjQyZTBlNzEtODdjZS00MzRmLWFlMTQtZTliZjg3OTVkNzk2In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmlZMkkxTldNM0xUSTFNR010TkROaFlTMDVNVGRtTFdNeU9EWTRNamszTXpaalpTSXNJbmR2Y210bWJHOTNTV1FpT2lJM1pURTVOVFkyTkMwelkyUTRMVFF3TkdJdE9ESXlZeTFrTVRCaU1UVTJZbVk1WkRNaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWWpReVpUQmxOekV0T0RkalpTMDBNelJtTFdGbE1UUXRaVGxpWmpnM09UVmtOemsySW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "58e0da69-cdd8-4b3d-b2c8-8b153cf28e79" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "23ae71f2-c414-4bc2-8cea-8d51584e145f" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162120Z:6643714e-ba54-445e-ba02-e6f6d676c0ce" + "WESTUS:20200623T085242Z:23ae71f2-c414-4bc2-8cea-8d51584e145f" ], "Date": [ - "Wed, 03 Jul 2019 16:21:20 GMT" + "Tue, 23 Jun 2020 08:52:42 GMT" ], "Content-Length": [ - "329" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459\",\r\n \"name\": \"sssps2459\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI3ZTE5NTY2NC0zY2Q4LTQwNGItODIyYy1kMTBiMTU2YmY5ZDMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjQyZTBlNzEtODdjZS00MzRmLWFlMTQtZTliZjg3OTVkNzk2In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI3ZTE5NTY2NC0zY2Q4LTQwNGItODIyYy1kMTBiMTU2YmY5ZDMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjQyZTBlNzEtODdjZS00MzRmLWFlMTQtZTliZjg3OTVkNzk2In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T08:52:32.5537791Z\",\r\n \"endTime\": \"2020-06-23T08:52:38.7712176Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.StorageSync/storageSyncServices/sssps2459/syncGroups/sgps9960?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3N5bmNHcm91cHMvc2dwczk5NjA/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps3934?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTM0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "d64de0f5-3fdb-467d-9cf4-52fb014e9753" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "85dcbe0b-7a87-498c-8cb8-8ba92b1f89e5" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T085242Z:85dcbe0b-7a87-498c-8cb8-8ba92b1f89e5" + ], + "Date": [ + "Tue, 23 Jun 2020 08:52:42 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps3934/workflows/7e195664-3cd8-404b-822c-d10b156bf9d3\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps3934\",\r\n \"name\": \"sssps3934\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps3934/syncGroups/sgps6916?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTM0L3N5bmNHcm91cHMvc2dwczY5MTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {}\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ac439837-0a51-4b9c-99b1-bd4b64c5d1a9" + "ede4e1d5-6e6a-49e2-9cc6-f19ce0f58d6a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -429,7 +561,7 @@ "no-cache" ], "x-ms-request-id": [ - "bc64bc55-a710-476b-a5c0-2f7a9561de40" + "66d5c20c-ab37-475c-93da-99c630db1163" ], "X-Content-Type-Options": [ "nosniff" @@ -450,50 +582,50 @@ "1198" ], "x-ms-correlation-request-id": [ - "fc152586-ba83-4d69-bfff-b389d7dd0fdf" + "f013b424-c994-47a0-93b8-8402d18d8e20" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162121Z:fc152586-ba83-4d69-bfff-b389d7dd0fdf" + "WESTUS:20200623T085243Z:f013b424-c994-47a0-93b8-8402d18d8e20" ], "Date": [ - "Wed, 03 Jul 2019 16:21:21 GMT" + "Tue, 23 Jun 2020 08:52:42 GMT" ], "Content-Length": [ - "331" + "371" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"4cd6d11c-d2c0-4bae-9474-d88800cb0764\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/syncGroups/sgps9960\",\r\n \"name\": \"sgps9960\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"77dbdead-fe24-4b9a-825d-4074a230d527\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps3934/syncGroups/sgps6916\",\r\n \"name\": \"sgps6916\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.Storage/storageAccounts/saps2846?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHMyODQ2P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.Storage/storageAccounts/saps9966?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM5OTY2P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"Central US EUAP\"\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"Central US EUAP\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "135d5624-81ec-4a8d-98cd-181be2663e6d" + "29ad6b97-74e6-4979-91fe-5bb3b9b95c06" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "105" + "107" ] }, "ResponseHeaders": { @@ -504,13 +636,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/aa9bb149-a73f-4e7c-8748-cdfa62e476cf?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/7602893f-f4ea-4613-af84-b7f2aedb1843?monitor=true&api-version=2017-10-01" ], "Retry-After": [ "17" ], "x-ms-request-id": [ - "aa9bb149-a73f-4e7c-8748-cdfa62e476cf" + "7602893f-f4ea-4613-af84-b7f2aedb1843" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -522,16 +654,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "b2704275-bab8-4c5f-a521-3efbb5536561" + "daabd3e0-8ae0-4fd7-b955-4dcf8c24d485" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162122Z:b2704275-bab8-4c5f-a521-3efbb5536561" + "WESTUS:20200623T085244Z:daabd3e0-8ae0-4fd7-b955-4dcf8c24d485" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:21:22 GMT" + "Tue, 23 Jun 2020 08:52:43 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -547,16 +679,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/aa9bb149-a73f-4e7c-8748-cdfa62e476cf?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9hc3luY29wZXJhdGlvbnMvYWE5YmIxNDktYTczZi00ZTdjLTg3NDgtY2RmYTYyZTQ3NmNmP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/7602893f-f4ea-4613-af84-b7f2aedb1843?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9hc3luY29wZXJhdGlvbnMvNzYwMjg5M2YtZjRlYS00NjEzLWFmODQtYjdmMmFlZGIxODQzP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE3LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -567,7 +699,7 @@ "no-cache" ], "x-ms-request-id": [ - "281c848e-02b2-4020-9959-b17736c6af70" + "32c1ea42-8d31-46b9-b2d0-4661860b1ced" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -576,22 +708,22 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "de50223c-6fd0-4a51-9d73-55796e56ed01" + "aaf30aec-ddd7-4c07-a044-0c3d96b0442d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162139Z:de50223c-6fd0-4a51-9d73-55796e56ed01" + "WESTUS:20200623T085301Z:aaf30aec-ddd7-4c07-a044-0c3d96b0442d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:21:39 GMT" + "Tue, 23 Jun 2020 08:53:01 GMT" ], "Content-Length": [ - "1018" + "1039" ], "Content-Type": [ "application/json" @@ -600,26 +732,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.Storage/storageAccounts/saps2846\",\r\n \"name\": \"saps2846\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T16:21:22.1505387Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T16:21:22.1505387Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-07-03T16:21:22.0880585Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps2846.blob.core.windows.net/\",\r\n \"queue\": \"https://saps2846.queue.core.windows.net/\",\r\n \"table\": \"https://saps2846.table.core.windows.net/\",\r\n \"file\": \"https://saps2846.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.Storage/storageAccounts/saps9966\",\r\n \"name\": \"saps9966\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T08:52:43.8395903Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T08:52:43.8395903Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-06-23T08:52:43.7927253Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps9966.blob.core.windows.net/\",\r\n \"queue\": \"https://saps9966.queue.core.windows.net/\",\r\n \"table\": \"https://saps9966.table.core.windows.net/\",\r\n \"file\": \"https://saps9966.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.Storage/storageAccounts/saps2846?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHMyODQ2P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.Storage/storageAccounts/saps9966?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM5OTY2P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3c3f5a5b-ef1d-4c24-9131-b8fdd367a3b1" + "eac4242d-12c2-465c-a19d-1b34e0441151" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -630,7 +762,7 @@ "no-cache" ], "x-ms-request-id": [ - "e0ebf9bb-43ae-4174-81f6-8a9a1c22891b" + "596feae1-2520-4c15-9395-2aabf621d9f4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -639,22 +771,22 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11998" ], "x-ms-correlation-request-id": [ - "253c9177-b984-455f-a7e8-3076ddfe98a8" + "64469f6d-c29e-452e-b37d-2b5691b68c3b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162140Z:253c9177-b984-455f-a7e8-3076ddfe98a8" + "WESTUS:20200623T085301Z:64469f6d-c29e-452e-b37d-2b5691b68c3b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:21:39 GMT" + "Tue, 23 Jun 2020 08:53:01 GMT" ], "Content-Length": [ - "1018" + "1039" ], "Content-Type": [ "application/json" @@ -663,26 +795,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.Storage/storageAccounts/saps2846\",\r\n \"name\": \"saps2846\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T16:21:22.1505387Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T16:21:22.1505387Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-07-03T16:21:22.0880585Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps2846.blob.core.windows.net/\",\r\n \"queue\": \"https://saps2846.queue.core.windows.net/\",\r\n \"table\": \"https://saps2846.table.core.windows.net/\",\r\n \"file\": \"https://saps2846.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.Storage/storageAccounts/saps9966\",\r\n \"name\": \"saps9966\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T08:52:43.8395903Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T08:52:43.8395903Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-06-23T08:52:43.7927253Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps9966.blob.core.windows.net/\",\r\n \"queue\": \"https://saps9966.queue.core.windows.net/\",\r\n \"table\": \"https://saps9966.table.core.windows.net/\",\r\n \"file\": \"https://saps9966.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.Storage/storageAccounts/saps2846/listKeys?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHMyODQ2L2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.Storage/storageAccounts/saps9966/listKeys?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM5OTY2L2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "924f9b93-449b-4e8b-ace6-65bee30a70d9" + "f887e787-11fb-44dd-ba75-e7832b475585" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -693,7 +825,7 @@ "no-cache" ], "x-ms-request-id": [ - "6c0b43f7-58ed-4c4b-b8e0-24d638f4ee9f" + "14b860e8-a9da-4ad5-9359-6de3c577752e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -701,20 +833,20 @@ "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "11999" ], "x-ms-correlation-request-id": [ - "dc38d845-690c-4921-bf48-17821f88348a" + "023cbf68-1585-4539-9fa4-a272a6716acc" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162140Z:dc38d845-690c-4921-bf48-17821f88348a" + "WESTUS:20200623T085301Z:023cbf68-1585-4539-9fa4-a272a6716acc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:21:39 GMT" + "Tue, 23 Jun 2020 08:53:01 GMT" ], "Content-Length": [ "288" @@ -726,26 +858,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"value\": \"2Li0+VM713+LIE3daxLeYiivLQqN3+ugAbTPPTzHnoDgu8WrJGl9O0Crirx8awgS2CaVK9+0uCDRD8u2dz3k3Q==\",\r\n \"permissions\": \"FULL\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"value\": \"hrovfkccup1aJtydkCTK+7c5IHGBud6c5tdsRmSbcF+CSvr3h9+bb34cqyr98VRvjn54ZndQ3nF3FWjiEe/MYA==\",\r\n \"permissions\": \"FULL\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"value\": \"dGBokyF4IiyOnpU0zIs2CEMgF5vcuylkPnnv1Y4WGiSmisAGN7O2bJkml8s7L6qO5bkan1HSkG5OtA7ufxNwIA==\",\r\n \"permissions\": \"FULL\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"value\": \"3rnXQCZysB/j3tB9KEqRpUcE41LFSTntBGNFp7CTJZSmivKywQ+CsEg7ALCL/QCmFeRki9Dvaz6naLlzPTyS5g==\",\r\n \"permissions\": \"FULL\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/0483643a-cb2f-462a-bc27-1a270e5bdc0a/servicePrincipalsByAppId/9469b9f5-6722-4481-a2b2-14ed560b706f/objectId?api-version=1.6", - "EncodedRequestUri": "LzA0ODM2NDNhLWNiMmYtNDYyYS1iYzI3LTFhMjcwZTViZGMwYS9zZXJ2aWNlUHJpbmNpcGFsc0J5QXBwSWQvOTQ2OWI5ZjUtNjcyMi00NDgxLWEyYjItMTRlZDU2MGI3MDZmL29iamVjdElkP2FwaS12ZXJzaW9uPTEuNg==", + "RequestUri": "/6ad91d65-65ab-4e14-90f7-fe951035b7c9/servicePrincipalsByAppId/9469b9f5-6722-4481-a2b2-14ed560b706f/objectId?api-version=1.6", + "EncodedRequestUri": "LzZhZDkxZDY1LTY1YWItNGUxNC05MGY3LWZlOTUxMDM1YjdjOS9zZXJ2aWNlUHJpbmNpcGFsc0J5QXBwSWQvOTQ2OWI5ZjUtNjcyMi00NDgxLWEyYjItMTRlZDU2MGI3MDZmL29iamVjdElkP2FwaS12ZXJzaW9uPTEuNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8df4605d-8b9b-4eab-9684-950f5a90df55" + "44017dde-194b-48b7-8ef3-e885f096faf9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.0" + "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -756,19 +888,22 @@ "no-cache" ], "ocp-aad-diagnostics-server-name": [ - "gumqaGrQuKMWKx5qR6D+EntZzHCdF7Gxbt/YYl8BbgU=" + "R5KTxq6mSpHoJRC35xyPPFGED3sshmrO5FtQ/0AOD6I=" ], "request-id": [ - "0e352c65-c1fd-46e9-b2e9-e7a54b1e10b7" + "d4a9f5e4-98c7-4233-b027-d9f72e749207" ], "client-request-id": [ - "8df4605d-8b9b-4eab-9684-950f5a90df55" + "44017dde-194b-48b7-8ef3-e885f096faf9" ], "x-ms-dirapi-data-contract-version": [ "1.6" ], "ocp-aad-session-key": [ - "qwUSGU6eRoVCASp1XiKYXScx5F3bazcYK1RNthUv4Dzz6zd59ejApV3IeH4gZeCJwx7IjG-6wdYVs1q97u-CQsdpBPx7EAf54AEcubPUk7RvycXuxnnNd2kc01yWeww3.pAmbkCEGtPg-JlqfwexZMmUKLFdtuW4KNszT-QOxsgA" + "2jJBB-qC191lTp4HVSwwZVvWo9A9kiK1-FhuguyFxNEzqT5BtM1iJpVpmt_xMAPCTJ9t64NqiH2UsQxhzI_jzUT9ai-I22i0CBfLem3fqKsjKrLyYja9IeWznlDNAmPF.vx0PNltgfwKA6fti8CkLI98afJqbThXyRJk8srCKde0" + ], + "x-aad-resource-unit": [ + "1" ], "DataServiceVersion": [ "3.0;" @@ -786,10 +921,10 @@ "ASP.NET" ], "Duration": [ - "606646" + "313929" ], "Date": [ - "Wed, 03 Jul 2019 16:21:43 GMT" + "Tue, 23 Jun 2020 08:53:02 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" @@ -801,26 +936,26 @@ "151" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/0483643a-cb2f-462a-bc27-1a270e5bdc0a/$metadata#Edm.String\",\r\n \"value\": \"384dab06-7a70-4ecf-a04e-284602199124\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/6ad91d65-65ab-4e14-90f7-fe951035b7c9/$metadata#Edm.String\",\r\n \"value\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/0483643a-cb2f-462a-bc27-1a270e5bdc0a/servicePrincipalsByAppId/9469b9f5-6722-4481-a2b2-14ed560b706f/objectId?api-version=1.6", - "EncodedRequestUri": "LzA0ODM2NDNhLWNiMmYtNDYyYS1iYzI3LTFhMjcwZTViZGMwYS9zZXJ2aWNlUHJpbmNpcGFsc0J5QXBwSWQvOTQ2OWI5ZjUtNjcyMi00NDgxLWEyYjItMTRlZDU2MGI3MDZmL29iamVjdElkP2FwaS12ZXJzaW9uPTEuNg==", + "RequestUri": "/6ad91d65-65ab-4e14-90f7-fe951035b7c9/servicePrincipalsByAppId/9469b9f5-6722-4481-a2b2-14ed560b706f/objectId?api-version=1.6", + "EncodedRequestUri": "LzZhZDkxZDY1LTY1YWItNGUxNC05MGY3LWZlOTUxMDM1YjdjOS9zZXJ2aWNlUHJpbmNpcGFsc0J5QXBwSWQvOTQ2OWI5ZjUtNjcyMi00NDgxLWEyYjItMTRlZDU2MGI3MDZmL29iamVjdElkP2FwaS12ZXJzaW9uPTEuNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "92e11426-4505-4837-a712-b8c89e38a978" + "f3369c5b-d1a0-45c4-bd1e-2d1cbf4a7729" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.0" + "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -831,19 +966,22 @@ "no-cache" ], "ocp-aad-diagnostics-server-name": [ - "9RY9kHjIF0sEXCnKZC1J9QU6hhbta/WWZ84XWn9UNrA=" + "OHLxKa/M0NSKMub/tsbYAKezsFzdFo6xwwpNm+vg90c=" ], "request-id": [ - "948f46a0-61f8-477a-8ee2-b211411399a8" + "8398dff6-00b1-4c7c-8978-920e5a440b18" ], "client-request-id": [ - "92e11426-4505-4837-a712-b8c89e38a978" + "f3369c5b-d1a0-45c4-bd1e-2d1cbf4a7729" ], "x-ms-dirapi-data-contract-version": [ "1.6" ], "ocp-aad-session-key": [ - "sw2p1ItsG6iuIbddA6Jr7nz7xL4JGqVORv5rGVX2oEPOkvYxl3nY92opjzGbnz7SGliyprnMXv0j_gUaQ7NYAlA5HQ176UoCVj2lz4A_DiSj-5nuTqtGmv8a2eSiL41E.QvxT1hlEomzzjMAUJ9MhX7mpnjBBUPkX0OPxeBBRs7o" + "v7LgSQ9vAXcwL0jtF5naLBsGwDqp3Shq9WozsR4TWgnK45fWLVJsf5_EgGhEsgftg2Rx99Sp41SgerRd-KV523SctWl505lrgUd-ZpnOO3a9ofOdXLxplXf6pE5p58ow.4LUz4F7expwObnXuCwA03646XFK8FOvZCq3w1fyNGbQ" + ], + "x-aad-resource-unit": [ + "1" ], "DataServiceVersion": [ "3.0;" @@ -861,10 +999,10 @@ "ASP.NET" ], "Duration": [ - "663995" + "357228" ], "Date": [ - "Wed, 03 Jul 2019 16:24:28 GMT" + "Tue, 23 Jun 2020 08:54:31 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" @@ -876,26 +1014,26 @@ "151" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/0483643a-cb2f-462a-bc27-1a270e5bdc0a/$metadata#Edm.String\",\r\n \"value\": \"384dab06-7a70-4ecf-a04e-284602199124\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/6ad91d65-65ab-4e14-90f7-fe951035b7c9/$metadata#Edm.String\",\r\n \"value\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/0483643a-cb2f-462a-bc27-1a270e5bdc0a/servicePrincipalsByAppId/9469b9f5-6722-4481-a2b2-14ed560b706f/objectId?api-version=1.6", - "EncodedRequestUri": "LzA0ODM2NDNhLWNiMmYtNDYyYS1iYzI3LTFhMjcwZTViZGMwYS9zZXJ2aWNlUHJpbmNpcGFsc0J5QXBwSWQvOTQ2OWI5ZjUtNjcyMi00NDgxLWEyYjItMTRlZDU2MGI3MDZmL29iamVjdElkP2FwaS12ZXJzaW9uPTEuNg==", + "RequestUri": "/6ad91d65-65ab-4e14-90f7-fe951035b7c9/servicePrincipalsByAppId/9469b9f5-6722-4481-a2b2-14ed560b706f/objectId?api-version=1.6", + "EncodedRequestUri": "LzZhZDkxZDY1LTY1YWItNGUxNC05MGY3LWZlOTUxMDM1YjdjOS9zZXJ2aWNlUHJpbmNpcGFsc0J5QXBwSWQvOTQ2OWI5ZjUtNjcyMi00NDgxLWEyYjItMTRlZDU2MGI3MDZmL29iamVjdElkP2FwaS12ZXJzaW9uPTEuNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5e625141-5562-49ef-b43f-fb2e60019aca" + "6cd24f73-4518-4594-bd2a-60b64bb7b1fc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.0" + "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -906,19 +1044,22 @@ "no-cache" ], "ocp-aad-diagnostics-server-name": [ - "k6fa1kSiMnUZJuknHiO9y0+zpxRd0b2xW6UyOlqu9kw=" + "R5KTxq6mSpHoJRC35xyPPFGED3sshmrO5FtQ/0AOD6I=" ], "request-id": [ - "108d94ad-6fe4-4eb9-80b1-b9da37e9d3cd" + "5f8902d7-155c-4cf8-887e-2d61c85b9fb6" ], "client-request-id": [ - "5e625141-5562-49ef-b43f-fb2e60019aca" + "6cd24f73-4518-4594-bd2a-60b64bb7b1fc" ], "x-ms-dirapi-data-contract-version": [ "1.6" ], "ocp-aad-session-key": [ - "uPXP1yQYsNL_kV0uv6LizGSGIptsH7baWDMHRhlWiObWuaW80H37EO-5yMnJMBHZGyfsDAscbZj5q4SBj1Q-3umQD3TKGcDI9EDgBfXw7qIyI0mot8RTVdZCieLzRNE-.kv1dAQ_i54LAVgytFR4qqIegWVkeeaVi3Wd6pSmUoX8" + "ASANFK52Pv4KxcShKz8A2pxXDdQXyw6G0a613JdJQvFnQkdvf2kZTBN4hna0oUqoROla1-YgSA42TsjfC5Vd7xo7uylB8g3alTQdAKToYIYUWXJ_hXSGTLQr9nko--WQ.mZ8VcbBeC_wX2i4hIy04X1Wwrp-ySb8WDU_SOXE4hVU" + ], + "x-aad-resource-unit": [ + "1" ], "DataServiceVersion": [ "3.0;" @@ -936,10 +1077,10 @@ "ASP.NET" ], "Duration": [ - "568941" + "374609" ], "Date": [ - "Wed, 03 Jul 2019 16:24:52 GMT" + "Tue, 23 Jun 2020 08:54:54 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" @@ -951,26 +1092,26 @@ "151" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/0483643a-cb2f-462a-bc27-1a270e5bdc0a/$metadata#Edm.String\",\r\n \"value\": \"384dab06-7a70-4ecf-a04e-284602199124\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/6ad91d65-65ab-4e14-90f7-fe951035b7c9/$metadata#Edm.String\",\r\n \"value\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/0483643a-cb2f-462a-bc27-1a270e5bdc0a/servicePrincipals/384dab06-7a70-4ecf-a04e-284602199124?api-version=1.6", - "EncodedRequestUri": "LzA0ODM2NDNhLWNiMmYtNDYyYS1iYzI3LTFhMjcwZTViZGMwYS9zZXJ2aWNlUHJpbmNpcGFscy8zODRkYWIwNi03YTcwLTRlY2YtYTA0ZS0yODQ2MDIxOTkxMjQ/YXBpLXZlcnNpb249MS42", + "RequestUri": "/6ad91d65-65ab-4e14-90f7-fe951035b7c9/servicePrincipals/d8eca219-3055-4504-9a60-18c2d0b4c18c?api-version=1.6", + "EncodedRequestUri": "LzZhZDkxZDY1LTY1YWItNGUxNC05MGY3LWZlOTUxMDM1YjdjOS9zZXJ2aWNlUHJpbmNpcGFscy9kOGVjYTIxOS0zMDU1LTQ1MDQtOWE2MC0xOGMyZDBiNGMxOGM/YXBpLXZlcnNpb249MS42", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "af65d895-820a-4ec5-bffb-f4204f257337" + "ed8f73a5-a015-483e-a38b-e29ae5e976c2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.0" + "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -981,19 +1122,22 @@ "no-cache" ], "ocp-aad-diagnostics-server-name": [ - "wxTJ9LAVu6rJckmzKPdCGIT+txU9u3PTf1/IKRCG7+c=" + "+pxYfTimt0+9cgpiOAtGp0JRJz5yxX63UiVVhp43BXY=" ], "request-id": [ - "a30528dc-7190-4dc7-812e-2a56d023aba5" + "edcc7f79-70e8-4031-b537-714ea541abd5" ], "client-request-id": [ - "af65d895-820a-4ec5-bffb-f4204f257337" + "ed8f73a5-a015-483e-a38b-e29ae5e976c2" ], "x-ms-dirapi-data-contract-version": [ "1.6" ], "ocp-aad-session-key": [ - "MjQm2xnC3hNYxGGLVBVRxZMVaqknwgWObyCQyt9JFs6rKuZ3nePXJ_exse39tNDxg2_oejDVABuASD0d2LLuAHm1GFuQ13HUvtyczSJ8I3LQ-JS5xrcxGegDKqNxiwrY.q6V7tqS1G0F94m5LL62kPqsAo2svLO5Wvq8fs5ryI_w" + "o5Wv1KxHaf6ws4K2DVsaKQl-173Ucz5esIbz0sl2Wfd9vzERu3L7S3jUaKa18lfDSsZMPrdp3cYiVfjUEnwIHveoIdprpC-z6nREvYYrQLdi7lUx_oSmb60jrfrZ5p6q.mYcW30Kw4l3NXsIG4Okdsf5gY2ldl7bSmVMZe1FZU5Q" + ], + "x-aad-resource-unit": [ + "1" ], "DataServiceVersion": [ "3.0;" @@ -1011,10 +1155,10 @@ "ASP.NET" ], "Duration": [ - "668969" + "310777" ], "Date": [ - "Wed, 03 Jul 2019 16:21:43 GMT" + "Tue, 23 Jun 2020 08:53:02 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" @@ -1026,26 +1170,26 @@ "1299" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/0483643a-cb2f-462a-bc27-1a270e5bdc0a/$metadata#directoryObjects/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"384dab06-7a70-4ecf-a04e-284602199124\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.StorageSync\",\r\n \"appId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"applicationTemplateId\": null,\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.StorageSync\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"notificationEmailAddresses\": [],\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredSingleSignOnMode\": null,\r\n \"preferredTokenSigningKeyEndDateTime\": null,\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://0c38d04b-cf53-496f-aa30-9751eaf67399/redir\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"samlSingleSignOnSettings\": null,\r\n \"servicePrincipalNames\": [\r\n \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/6ad91d65-65ab-4e14-90f7-fe951035b7c9/$metadata#directoryObjects/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.StorageSync\",\r\n \"appId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"applicationTemplateId\": null,\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.StorageSync\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"notificationEmailAddresses\": [],\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredSingleSignOnMode\": null,\r\n \"preferredTokenSigningKeyEndDateTime\": null,\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://0c38d04b-cf53-496f-aa30-9751eaf67399/redir\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"samlSingleSignOnSettings\": null,\r\n \"servicePrincipalNames\": [\r\n \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/0483643a-cb2f-462a-bc27-1a270e5bdc0a/servicePrincipals/384dab06-7a70-4ecf-a04e-284602199124?api-version=1.6", - "EncodedRequestUri": "LzA0ODM2NDNhLWNiMmYtNDYyYS1iYzI3LTFhMjcwZTViZGMwYS9zZXJ2aWNlUHJpbmNpcGFscy8zODRkYWIwNi03YTcwLTRlY2YtYTA0ZS0yODQ2MDIxOTkxMjQ/YXBpLXZlcnNpb249MS42", + "RequestUri": "/6ad91d65-65ab-4e14-90f7-fe951035b7c9/servicePrincipals/d8eca219-3055-4504-9a60-18c2d0b4c18c?api-version=1.6", + "EncodedRequestUri": "LzZhZDkxZDY1LTY1YWItNGUxNC05MGY3LWZlOTUxMDM1YjdjOS9zZXJ2aWNlUHJpbmNpcGFscy9kOGVjYTIxOS0zMDU1LTQ1MDQtOWE2MC0xOGMyZDBiNGMxOGM/YXBpLXZlcnNpb249MS42", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "174584ab-d884-4edd-b32f-af1b67b8f31c" + "070abbab-600c-4ffe-828b-ce4b77fc73c6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.0" + "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1056,19 +1200,22 @@ "no-cache" ], "ocp-aad-diagnostics-server-name": [ - "EN3UzqyyMepVHkxrA0a3YivmCuo/FhGR5X1H+l7w28c=" + "agv2eMadMpLGgW+68s4JLifpIm+PlNl9e+bHuGVEJ3Q=" ], "request-id": [ - "4ae05dfc-ebb1-40d1-8543-70617215bad7" + "0d179e3e-6b19-46c1-bf4d-29acc9a4900c" ], "client-request-id": [ - "174584ab-d884-4edd-b32f-af1b67b8f31c" + "070abbab-600c-4ffe-828b-ce4b77fc73c6" ], "x-ms-dirapi-data-contract-version": [ "1.6" ], "ocp-aad-session-key": [ - "0iNRV6PAjjp9zWzteT8i-VZgEfH1xqbk55NO021Ben5evMcB8ITtr2N-TRFmSt8MMNZFAxUqOD844rIZEKpNIngaJozazyO3E_WFmOW_USiYXtu508H-05HsLEjf44fr.ZR4zD0pdd2WxpDOMNknjN2jPfSxjiPu9GGGL0OKa2EM" + "ePKd5j62w57-JdG9atpYlvOz-zGJb6OH9yMau7PpU_sZ6bOyjWqtxpCejq-OU3UR8TABpCLzxy13J4Czx-05kAQi50FcFuSK4afIAWRV-CuU3hqQkHY7fXfHHEztEwYF.RtWjxGhpbBGoGyL_50RHTuf2rETqUUxfWhzXIVAFKTc" + ], + "x-aad-resource-unit": [ + "1" ], "DataServiceVersion": [ "3.0;" @@ -1086,10 +1233,10 @@ "ASP.NET" ], "Duration": [ - "624496" + "325169" ], "Date": [ - "Wed, 03 Jul 2019 16:24:28 GMT" + "Tue, 23 Jun 2020 08:54:31 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" @@ -1101,26 +1248,26 @@ "1299" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/0483643a-cb2f-462a-bc27-1a270e5bdc0a/$metadata#directoryObjects/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"384dab06-7a70-4ecf-a04e-284602199124\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.StorageSync\",\r\n \"appId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"applicationTemplateId\": null,\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.StorageSync\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"notificationEmailAddresses\": [],\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredSingleSignOnMode\": null,\r\n \"preferredTokenSigningKeyEndDateTime\": null,\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://0c38d04b-cf53-496f-aa30-9751eaf67399/redir\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"samlSingleSignOnSettings\": null,\r\n \"servicePrincipalNames\": [\r\n \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/6ad91d65-65ab-4e14-90f7-fe951035b7c9/$metadata#directoryObjects/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.StorageSync\",\r\n \"appId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"applicationTemplateId\": null,\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.StorageSync\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"notificationEmailAddresses\": [],\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredSingleSignOnMode\": null,\r\n \"preferredTokenSigningKeyEndDateTime\": null,\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://0c38d04b-cf53-496f-aa30-9751eaf67399/redir\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"samlSingleSignOnSettings\": null,\r\n \"servicePrincipalNames\": [\r\n \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/0483643a-cb2f-462a-bc27-1a270e5bdc0a/servicePrincipals/384dab06-7a70-4ecf-a04e-284602199124?api-version=1.6", - "EncodedRequestUri": "LzA0ODM2NDNhLWNiMmYtNDYyYS1iYzI3LTFhMjcwZTViZGMwYS9zZXJ2aWNlUHJpbmNpcGFscy8zODRkYWIwNi03YTcwLTRlY2YtYTA0ZS0yODQ2MDIxOTkxMjQ/YXBpLXZlcnNpb249MS42", + "RequestUri": "/6ad91d65-65ab-4e14-90f7-fe951035b7c9/servicePrincipals/d8eca219-3055-4504-9a60-18c2d0b4c18c?api-version=1.6", + "EncodedRequestUri": "LzZhZDkxZDY1LTY1YWItNGUxNC05MGY3LWZlOTUxMDM1YjdjOS9zZXJ2aWNlUHJpbmNpcGFscy9kOGVjYTIxOS0zMDU1LTQ1MDQtOWE2MC0xOGMyZDBiNGMxOGM/YXBpLXZlcnNpb249MS42", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a659cec5-e11d-4a4e-a1e7-24789bb12205" + "3151ad0b-ad7e-4617-9380-3d451dceda94" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.0" + "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1131,19 +1278,22 @@ "no-cache" ], "ocp-aad-diagnostics-server-name": [ - "/lC86iJ3cwwJGyTWjAKYWDPkB/lyglon9hmrn0nLUXM=" + "agv2eMadMpLGgW+68s4JLifpIm+PlNl9e+bHuGVEJ3Q=" ], "request-id": [ - "6b4f605f-cb73-4105-ac57-3e6ce75f3273" + "c6f37bb3-b330-4e5c-88bc-464511d1a46c" ], "client-request-id": [ - "a659cec5-e11d-4a4e-a1e7-24789bb12205" + "3151ad0b-ad7e-4617-9380-3d451dceda94" ], "x-ms-dirapi-data-contract-version": [ "1.6" ], "ocp-aad-session-key": [ - "TozhY0WIIKUuUpRubJtKRuexXJk57C9PwVE4E1mwH-UuN3kGJOhtm4fIro2IIe-mBIjDVvMZjiinOZbaBIxVealkftNrI7-LvSht4bzwaH5WBdkd1ZQdsvHjR19XOrf8.xnnhXZyolYPRhnD2N_UkJv5JDM_dE0Bu6NIuERBUKD4" + "rEK5DotoqJR7ztbAdfeMKDBIHDzErd7OhDQ1JuRMVYPEkajiV2LITAt3_Z536qlBvToDy7ey--VyhARWcEiT5jMue4-FOdMYo7-dg426RdtbtCFQDMoywQo_DwQDe1hn.eafu7Kkr4JLveyK2qsRHBnTIs-U-vAle-XSb3MQwRzk" + ], + "x-aad-resource-unit": [ + "1" ], "DataServiceVersion": [ "3.0;" @@ -1161,10 +1311,10 @@ "ASP.NET" ], "Duration": [ - "737390" + "293471" ], "Date": [ - "Wed, 03 Jul 2019 16:24:52 GMT" + "Tue, 23 Jun 2020 08:54:54 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" @@ -1176,7 +1326,7 @@ "1299" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/0483643a-cb2f-462a-bc27-1a270e5bdc0a/$metadata#directoryObjects/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"384dab06-7a70-4ecf-a04e-284602199124\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.StorageSync\",\r\n \"appId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"applicationTemplateId\": null,\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.StorageSync\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"notificationEmailAddresses\": [],\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredSingleSignOnMode\": null,\r\n \"preferredTokenSigningKeyEndDateTime\": null,\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://0c38d04b-cf53-496f-aa30-9751eaf67399/redir\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"samlSingleSignOnSettings\": null,\r\n \"servicePrincipalNames\": [\r\n \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/6ad91d65-65ab-4e14-90f7-fe951035b7c9/$metadata#directoryObjects/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.StorageSync\",\r\n \"appId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"applicationTemplateId\": null,\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.StorageSync\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"notificationEmailAddresses\": [],\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredSingleSignOnMode\": null,\r\n \"preferredTokenSigningKeyEndDateTime\": null,\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://0c38d04b-cf53-496f-aa30-9751eaf67399/redir\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"samlSingleSignOnSettings\": null,\r\n \"servicePrincipalNames\": [\r\n \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n}", "StatusCode": 200 }, { @@ -1186,16 +1336,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b7f8c5ef-1345-4796-b073-5a760088856f" + "60e9b48f-9221-421c-8824-fd5aaf051329" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" + "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1205,11 +1355,8 @@ "Pragma": [ "no-cache" ], - "x-ms-request-charge": [ - "1" - ], "x-ms-request-id": [ - "5a643fd0-68ad-4637-9db6-f888b17404b6" + "b4de3df4-e26d-4b4a-9afe-39b1648bf0b3" ], "X-Content-Type-Options": [ "nosniff" @@ -1218,19 +1365,19 @@ "max-age=31536000; includeSubDomains" ], "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" + "x-ms-gateway-slice=Production; path=/; SameSite=None; secure; HttpOnly" ], "x-ms-ratelimit-remaining-tenant-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "2958ce2e-c842-443f-a99f-9a66b46c007d" + "d3949ac4-b971-4362-9e35-5cf4234f0e23" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162144Z:2958ce2e-c842-443f-a99f-9a66b46c007d" + "WESTUS:20200623T085302Z:d3949ac4-b971-4362-9e35-5cf4234f0e23" ], "Date": [ - "Wed, 03 Jul 2019 16:21:43 GMT" + "Tue, 23 Jun 2020 08:53:02 GMT" ], "Content-Length": [ "841" @@ -1252,16 +1399,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "20af6e1f-a1a9-4c36-ac66-5d143bb92e2f" + "1c1f46b3-61eb-402f-8f90-fe4fa4e604bd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" + "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1271,11 +1418,8 @@ "Pragma": [ "no-cache" ], - "x-ms-request-charge": [ - "1" - ], "x-ms-request-id": [ - "117615aa-bb39-46e8-872e-59f993e76ffb" + "6c697e16-dabb-4830-97b0-31fb61fe8923" ], "X-Content-Type-Options": [ "nosniff" @@ -1284,19 +1428,19 @@ "max-age=31536000; includeSubDomains" ], "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" + "x-ms-gateway-slice=Production; path=/; secure; HttpOnly; SameSite=None" ], "x-ms-ratelimit-remaining-tenant-reads": [ - "11997" + "11998" ], "x-ms-correlation-request-id": [ - "57175c47-c41d-4ed7-bea0-86742a98dd51" + "53f612b0-6850-4999-a1b2-ed87d1de5e6c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162429Z:57175c47-c41d-4ed7-bea0-86742a98dd51" + "WESTUS:20200623T085432Z:53f612b0-6850-4999-a1b2-ed87d1de5e6c" ], "Date": [ - "Wed, 03 Jul 2019 16:24:29 GMT" + "Tue, 23 Jun 2020 08:54:32 GMT" ], "Content-Length": [ "841" @@ -1318,16 +1462,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1e7beb5a-7bcf-4839-822e-42ee8dd26d07" + "da7505c5-8943-4df8-a5f1-58e3c04c6a10" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" + "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1337,11 +1481,8 @@ "Pragma": [ "no-cache" ], - "x-ms-request-charge": [ - "1" - ], "x-ms-request-id": [ - "23b95e3e-307a-423d-a66d-2bfabd16fcd2" + "a16f40e6-a340-49a1-a7b0-7be0816e54a2" ], "X-Content-Type-Options": [ "nosniff" @@ -1350,19 +1491,19 @@ "max-age=31536000; includeSubDomains" ], "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" + "x-ms-gateway-slice=Production; path=/; secure; HttpOnly; SameSite=None" ], "x-ms-ratelimit-remaining-tenant-reads": [ - "11996" + "11997" ], "x-ms-correlation-request-id": [ - "9cecb807-2638-4a23-81c1-a411cb18770c" + "9af8c3e2-601f-48b3-b1c1-a14415035084" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162452Z:9cecb807-2638-4a23-81c1-a411cb18770c" + "WESTUS:20200623T085454Z:9af8c3e2-601f-48b3-b1c1-a14415035084" ], "Date": [ - "Wed, 03 Jul 2019 16:24:52 GMT" + "Tue, 23 Jun 2020 08:54:54 GMT" ], "Content-Length": [ "841" @@ -1378,22 +1519,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps2342/providers/Microsoft.Storage///storageAccounts/saps2846/providers/Microsoft.Authorization/roleAssignments?$filter=assignedTo('384dab06-7a70-4ecf-a04e-284602199124')&api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2UvLy9zdG9yYWdlQWNjb3VudHMvc2FwczI4NDYvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cz8kZmlsdGVyPWFzc2lnbmVkVG8oJzM4NGRhYjA2LTdhNzAtNGVjZi1hMDRlLTI4NDYwMjE5OTEyNCcpJmFwaS12ZXJzaW9uPTIwMTUtMDctMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps8790/providers/Microsoft.Storage///storageAccounts/saps9966/providers/Microsoft.Authorization/roleAssignments?$filter=assignedTo('d8eca219-3055-4504-9a60-18c2d0b4c18c')&api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2UvLy9zdG9yYWdlQWNjb3VudHMvc2Fwczk5NjYvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cz8kZmlsdGVyPWFzc2lnbmVkVG8oJ2Q4ZWNhMjE5LTMwNTUtNDUwNC05YTYwLTE4YzJkMGI0YzE4YycpJmFwaS12ZXJzaW9uPTIwMTUtMDctMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "78024fa6-026e-4315-a7c5-36c8b7fe3234" + "781d771a-e9eb-49ea-9873-62d555c6ad27" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" + "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1403,11 +1544,8 @@ "Pragma": [ "no-cache" ], - "x-ms-request-charge": [ - "1" - ], "x-ms-request-id": [ - "717a33ef-bce5-4341-ad52-3dc2ad4b1721" + "171b8ace-7ad6-4981-b5ee-e8ce9c75f605" ], "X-Content-Type-Options": [ "nosniff" @@ -1416,22 +1554,22 @@ "max-age=31536000; includeSubDomains" ], "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" + "x-ms-gateway-slice=Production; path=/; secure; HttpOnly; SameSite=None" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "e893df35-9717-4ce0-9d6c-b99d50212432" + "01206a69-3a6d-4c6b-9565-90dbb0c0349d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162144Z:e893df35-9717-4ce0-9d6c-b99d50212432" + "WESTUS:20200623T085303Z:01206a69-3a6d-4c6b-9565-90dbb0c0349d" ], "Date": [ - "Wed, 03 Jul 2019 16:21:43 GMT" + "Tue, 23 Jun 2020 08:53:02 GMT" ], "Content-Length": [ - "12" + "732" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1440,26 +1578,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": []\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\",\r\n \"principalId\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\",\r\n \"scope\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b\",\r\n \"createdOn\": \"2020-05-23T18:29:54.9647107Z\",\r\n \"updatedOn\": \"2020-05-23T18:29:54.9647107Z\",\r\n \"createdBy\": \"a8656ec6-d7a4-4e38-bf78-58d74e3ed751\",\r\n \"updatedBy\": \"a8656ec6-d7a4-4e38-bf78-58d74e3ed751\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Authorization/roleAssignments/dc60f792-d409-4e1d-8fe5-192d121c26e9\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"dc60f792-d409-4e1d-8fe5-192d121c26e9\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps2342/providers/Microsoft.Storage///storageAccounts/saps2846/providers/Microsoft.Authorization/roleAssignments?$filter=assignedTo('384dab06-7a70-4ecf-a04e-284602199124')&api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2UvLy9zdG9yYWdlQWNjb3VudHMvc2FwczI4NDYvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cz8kZmlsdGVyPWFzc2lnbmVkVG8oJzM4NGRhYjA2LTdhNzAtNGVjZi1hMDRlLTI4NDYwMjE5OTEyNCcpJmFwaS12ZXJzaW9uPTIwMTUtMDctMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps8790/providers/Microsoft.Storage///storageAccounts/saps9966/providers/Microsoft.Authorization/roleAssignments?$filter=assignedTo('d8eca219-3055-4504-9a60-18c2d0b4c18c')&api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2UvLy9zdG9yYWdlQWNjb3VudHMvc2Fwczk5NjYvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cz8kZmlsdGVyPWFzc2lnbmVkVG8oJ2Q4ZWNhMjE5LTMwNTUtNDUwNC05YTYwLTE4YzJkMGI0YzE4YycpJmFwaS12ZXJzaW9uPTIwMTUtMDctMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d79415bd-6a91-45d9-bfe1-af3b70350acc" + "67d6797a-7eef-47f4-88e6-51ccc7f8c156" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" + "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1469,11 +1607,8 @@ "Pragma": [ "no-cache" ], - "x-ms-request-charge": [ - "1" - ], "x-ms-request-id": [ - "860e7a96-92b2-4e97-8335-18aa18b7061a" + "fac6712a-c3aa-40fe-a5f3-003683a01332" ], "X-Content-Type-Options": [ "nosniff" @@ -1482,22 +1617,22 @@ "max-age=31536000; includeSubDomains" ], "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" + "x-ms-gateway-slice=Production; path=/; secure; HttpOnly; SameSite=None" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11980" ], "x-ms-correlation-request-id": [ - "1f837c8f-88d4-45a9-b89a-e48aea78545f" + "f5d202b7-c3e9-4246-b676-9d698933863d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162430Z:1f837c8f-88d4-45a9-b89a-e48aea78545f" + "WESTUS:20200623T085432Z:f5d202b7-c3e9-4246-b676-9d698933863d" ], "Date": [ - "Wed, 03 Jul 2019 16:24:29 GMT" + "Tue, 23 Jun 2020 08:54:32 GMT" ], "Content-Length": [ - "882" + "732" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1506,26 +1641,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\",\r\n \"principalId\": \"384dab06-7a70-4ecf-a04e-284602199124\",\r\n \"scope\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.Storage/storageAccounts/saps2846\",\r\n \"createdOn\": \"2019-07-03T16:21:45.6484955Z\",\r\n \"updatedOn\": \"2019-07-03T16:21:45.6484955Z\",\r\n \"createdBy\": \"8d1a2f63-15c2-4fe8-a804-213ecbaf4403\",\r\n \"updatedBy\": \"8d1a2f63-15c2-4fe8-a804-213ecbaf4403\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.Storage/storageAccounts/saps2846/providers/Microsoft.Authorization/roleAssignments/b77a7a6a-3411-49f6-aca8-8b4117dcdf17\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"b77a7a6a-3411-49f6-aca8-8b4117dcdf17\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\",\r\n \"principalId\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\",\r\n \"scope\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b\",\r\n \"createdOn\": \"2020-05-23T18:29:54.9647107Z\",\r\n \"updatedOn\": \"2020-05-23T18:29:54.9647107Z\",\r\n \"createdBy\": \"a8656ec6-d7a4-4e38-bf78-58d74e3ed751\",\r\n \"updatedBy\": \"a8656ec6-d7a4-4e38-bf78-58d74e3ed751\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Authorization/roleAssignments/dc60f792-d409-4e1d-8fe5-192d121c26e9\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"dc60f792-d409-4e1d-8fe5-192d121c26e9\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps2342/providers/Microsoft.Storage///storageAccounts/saps2846/providers/Microsoft.Authorization/roleAssignments?$filter=assignedTo('384dab06-7a70-4ecf-a04e-284602199124')&api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2UvLy9zdG9yYWdlQWNjb3VudHMvc2FwczI4NDYvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cz8kZmlsdGVyPWFzc2lnbmVkVG8oJzM4NGRhYjA2LTdhNzAtNGVjZi1hMDRlLTI4NDYwMjE5OTEyNCcpJmFwaS12ZXJzaW9uPTIwMTUtMDctMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps8790/providers/Microsoft.Storage///storageAccounts/saps9966/providers/Microsoft.Authorization/roleAssignments?$filter=assignedTo('d8eca219-3055-4504-9a60-18c2d0b4c18c')&api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2UvLy9zdG9yYWdlQWNjb3VudHMvc2Fwczk5NjYvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cz8kZmlsdGVyPWFzc2lnbmVkVG8oJ2Q4ZWNhMjE5LTMwNTUtNDUwNC05YTYwLTE4YzJkMGI0YzE4YycpJmFwaS12ZXJzaW9uPTIwMTUtMDctMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75da9eca-8cd7-4bd3-a962-758966e2e8a6" + "b7aa19fd-9037-4cbd-b6af-bcb74f6c7cd1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" + "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1535,11 +1670,8 @@ "Pragma": [ "no-cache" ], - "x-ms-request-charge": [ - "1" - ], "x-ms-request-id": [ - "ec77a53f-d2cc-4a4d-9c57-4f1239568500" + "7b69522c-f368-4f6b-9e6b-c567b3b3d83c" ], "X-Content-Type-Options": [ "nosniff" @@ -1548,22 +1680,22 @@ "max-age=31536000; includeSubDomains" ], "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" + "x-ms-gateway-slice=Production; path=/; secure; HttpOnly; SameSite=None" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11975" ], "x-ms-correlation-request-id": [ - "dc712666-84ba-45b7-b5d1-e204469bbbaf" + "00c240ac-eb3f-41b1-aae3-aa6d11ce9a59" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162453Z:dc712666-84ba-45b7-b5d1-e204469bbbaf" + "WESTUS:20200623T085455Z:00c240ac-eb3f-41b1-aae3-aa6d11ce9a59" ], "Date": [ - "Wed, 03 Jul 2019 16:24:52 GMT" + "Tue, 23 Jun 2020 08:54:54 GMT" ], "Content-Length": [ - "882" + "732" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1572,32 +1704,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\",\r\n \"principalId\": \"384dab06-7a70-4ecf-a04e-284602199124\",\r\n \"scope\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.Storage/storageAccounts/saps2846\",\r\n \"createdOn\": \"2019-07-03T16:21:45.6484955Z\",\r\n \"updatedOn\": \"2019-07-03T16:21:45.6484955Z\",\r\n \"createdBy\": \"8d1a2f63-15c2-4fe8-a804-213ecbaf4403\",\r\n \"updatedBy\": \"8d1a2f63-15c2-4fe8-a804-213ecbaf4403\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.Storage/storageAccounts/saps2846/providers/Microsoft.Authorization/roleAssignments/b77a7a6a-3411-49f6-aca8-8b4117dcdf17\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"b77a7a6a-3411-49f6-aca8-8b4117dcdf17\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\",\r\n \"principalId\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\",\r\n \"scope\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b\",\r\n \"createdOn\": \"2020-05-23T18:29:54.9647107Z\",\r\n \"updatedOn\": \"2020-05-23T18:29:54.9647107Z\",\r\n \"createdBy\": \"a8656ec6-d7a4-4e38-bf78-58d74e3ed751\",\r\n \"updatedBy\": \"a8656ec6-d7a4-4e38-bf78-58d74e3ed751\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Authorization/roleAssignments/dc60f792-d409-4e1d-8fe5-192d121c26e9\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"dc60f792-d409-4e1d-8fe5-192d121c26e9\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.Storage/storageAccounts/saps2846/providers/Microsoft.Authorization/roleAssignments/b77a7a6a-3411-49f6-aca8-8b4117dcdf17?api-version=2015-07-01", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzdiOTZjYjAyLTQ2NjMtNDBmNC05YTg5LTYwM2QzODQ5ZTQ2YS9yZXNvdXJjZUdyb3Vwcy9wczIzNDIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zYXBzMjg0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dGhvcml6YXRpb24vcm9sZUFzc2lnbm1lbnRzL2I3N2E3YTZhLTM0MTEtNDlmNi1hY2E4LThiNDExN2RjZGYxNz9hcGktdmVyc2lvbj0yMDE1LTA3LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps3934/syncGroups/sgps6916/cloudEndpoints/cepps7492?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTM0L3N5bmNHcm91cHMvc2dwczY5MTYvY2xvdWRFbmRwb2ludHMvY2VwcHM3NDkyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\",\r\n \"principalId\": \"384dab06-7a70-4ecf-a04e-284602199124\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.Storage/storageAccounts/saps9966\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3e1945ef-3138-4e0f-95c8-e06321f9708b" + "3ebf0efc-4550-4d69-988c-af56efe4a31a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "254" + "298" ] }, "ResponseHeaders": { @@ -1607,11 +1739,17 @@ "Pragma": [ "no-cache" ], - "x-ms-request-charge": [ - "1" + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI4NzkyZWY4Yy1lMGEwLTQ3NWYtYWMwYy0yYmRhNDgzMzc5NjQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODE5ZWEzMTUtOTcwNS00ODZjLWJhZGQtYTFkNDk0MGQwNGQ3In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI4NzkyZWY4Yy1lMGEwLTQ3NWYtYWMwYy0yYmRhNDgzMzc5NjQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODE5ZWEzMTUtOTcwNS00ODZjLWJhZGQtYTFkNDk0MGQwNGQ3In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "01e0f76b-bd17-4156-b1d2-8aa74467fc03" + "295105e6-b3c4-4a3d-aef2-22c9f7011d20" ], "X-Content-Type-Options": [ "nosniff" @@ -1619,51 +1757,54 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "5159a555-0ee3-4f25-8d75-bc9fdbdc6407" + "36eb51bd-8786-43aa-8da7-c052fff41451" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162146Z:5159a555-0ee3-4f25-8d75-bc9fdbdc6407" + "WESTUS:20200623T085304Z:36eb51bd-8786-43aa-8da7-c052fff41451" ], "Date": [ - "Wed, 03 Jul 2019 16:21:45 GMT" - ], - "Content-Length": [ - "836" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Tue, 23 Jun 2020 08:53:03 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\",\r\n \"principalId\": \"384dab06-7a70-4ecf-a04e-284602199124\",\r\n \"scope\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.Storage/storageAccounts/saps2846\",\r\n \"createdOn\": \"2019-07-03T16:21:44.787604Z\",\r\n \"updatedOn\": \"2019-07-03T16:21:44.787604Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"8d1a2f63-15c2-4fe8-a804-213ecbaf4403\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.Storage/storageAccounts/saps2846/providers/Microsoft.Authorization/roleAssignments/b77a7a6a-3411-49f6-aca8-8b4117dcdf17\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"b77a7a6a-3411-49f6-aca8-8b4117dcdf17\"\r\n}", - "StatusCode": 201 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.StorageSync/storageSyncServices/sssps2459/syncGroups/sgps9960/cloudEndpoints/cepps3845?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3N5bmNHcm91cHMvc2dwczk5NjAvY2xvdWRFbmRwb2ludHMvY2VwcHMzODQ1P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps3934/syncGroups/sgps6916/cloudEndpoints/cepps7492?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTM0L3N5bmNHcm91cHMvc2dwczY5MTYvY2xvdWRFbmRwb2ludHMvY2VwcHM3NDkyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.Storage/storageAccounts/saps2846\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.Storage/storageAccounts/saps9966\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f85280cc-e843-43d2-8053-a1e52b89b5e5" + "5e114b0a-f182-4c53-b205-8afdbde4a646" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1680,16 +1821,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/c3fb9c74-a38a-425f-a063-130fc4b940d3/operationresults/eecef4b5-d144-489a-b0f3-88401d8dafb3?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJhMGJmNTZjNi1jZmMwLTQxMzAtYjYyOS04ZGU5YjhjNzczYTciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNWFiMTAyNTgtY2FmZi00NDMyLWIwZTktMzAwMGUzOWViMjg4In0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/c3fb9c74-a38a-425f-a063-130fc4b940d3/operations/eecef4b5-d144-489a-b0f3-88401d8dafb3?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJhMGJmNTZjNi1jZmMwLTQxMzAtYjYyOS04ZGU5YjhjNzczYTciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNWFiMTAyNTgtY2FmZi00NDMyLWIwZTktMzAwMGUzOWViMjg4In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "1049d0bd-80b5-4cce-8981-3d2150a6e562" + "8eaa110b-63cb-46a8-91aa-1144a0660ce2" ], "X-Content-Type-Options": [ "nosniff" @@ -1707,16 +1848,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1198" ], "x-ms-correlation-request-id": [ - "0c5b5bf4-8667-459a-8e87-5f411efbf92a" + "f1e3a270-2e15-44c7-bbf8-ead62e077252" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162227Z:0c5b5bf4-8667-459a-8e87-5f411efbf92a" + "WESTUS:20200623T085433Z:f1e3a270-2e15-44c7-bbf8-ead62e077252" ], "Date": [ - "Wed, 03 Jul 2019 16:22:27 GMT" + "Tue, 23 Jun 2020 08:54:33 GMT" ], "Expires": [ "-1" @@ -1729,22 +1870,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.StorageSync/storageSyncServices/sssps2459/syncGroups/sgps9960/cloudEndpoints/cepps3845?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3N5bmNHcm91cHMvc2dwczk5NjAvY2xvdWRFbmRwb2ludHMvY2VwcHMzODQ1P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps3934/syncGroups/sgps6916/cloudEndpoints/cepps7492?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTM0L3N5bmNHcm91cHMvc2dwczY5MTYvY2xvdWRFbmRwb2ludHMvY2VwcHM3NDkyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.Storage/storageAccounts/saps2846\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.Storage/storageAccounts/saps9966\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9c61c2b6-078e-49a5-9a16-94a468377dab" + "658e80e9-6c4b-462a-8c4a-39d8e1e001c7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1761,16 +1902,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/9cc074aa-c03f-4d48-9843-1acdb83099b8/operationresults/0c530de2-55d1-446d-812f-c72930c17b25?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiIyYzU0ZWE2Yy0wYWI0LTQxNzUtOWE2MS1mY2JhNWJjYTUxMzUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiM2RhZWJlZDctMjQxZS00MjM3LWI5MTEtOGQ4MTAwNjcyMDczIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/9cc074aa-c03f-4d48-9843-1acdb83099b8/operations/0c530de2-55d1-446d-812f-c72930c17b25?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiIyYzU0ZWE2Yy0wYWI0LTQxNzUtOWE2MS1mY2JhNWJjYTUxMzUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiM2RhZWJlZDctMjQxZS00MjM3LWI5MTEtOGQ4MTAwNjcyMDczIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "9dd32449-970f-4b12-bd50-0aefcc917394" + "d27f0b7f-85a3-4354-b303-5e6574b76e6c" ], "X-Content-Type-Options": [ "nosniff" @@ -1788,16 +1929,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1197" ], "x-ms-correlation-request-id": [ - "ccde185c-702a-4760-99a4-72b4f72d57d2" + "9ed2bd2c-64b1-4894-88b8-1218f75274a4" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162430Z:ccde185c-702a-4760-99a4-72b4f72d57d2" + "WESTUS:20200623T085455Z:9ed2bd2c-64b1-4894-88b8-1218f75274a4" ], "Date": [ - "Wed, 03 Jul 2019 16:24:30 GMT" + "Tue, 23 Jun 2020 08:54:55 GMT" ], "Expires": [ "-1" @@ -1810,28 +1951,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.StorageSync/storageSyncServices/sssps2459/syncGroups/sgps9960/cloudEndpoints/cepps3845?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3N5bmNHcm91cHMvc2dwczk5NjAvY2xvdWRFbmRwb2ludHMvY2VwcHMzODQ1P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.Storage/storageAccounts/saps2846\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\"\r\n }\r\n}", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI4NzkyZWY4Yy1lMGEwLTQ3NWYtYWMwYy0yYmRhNDgzMzc5NjQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODE5ZWEzMTUtOTcwNS00ODZjLWJhZGQtYTFkNDk0MGQwNGQ3In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmlZMkkxTldNM0xUSTFNR010TkROaFlTMDVNVGRtTFdNeU9EWTRNamszTXpaalpTSXNJbmR2Y210bWJHOTNTV1FpT2lJNE56a3laV1k0WXkxbE1HRXdMVFEzTldZdFlXTXdZeTB5WW1SaE5EZ3pNemM1TmpRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT0RFNVpXRXpNVFV0T1Rjd05TMDBPRFpqTFdKaFpHUXRZVEZrTkRrME1HUXdOR1EzSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "df963805-f2ce-41ab-a65d-20907e99eda4" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "298" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1841,17 +1970,8 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/904165be-d06c-43bf-8a5e-d390f79d6fc5/operationresults/92942fcf-1d39-4b9f-b28a-bf832d64efa5?api-version=2019-03-01" - ], - "Retry-After": [ - "10" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/904165be-d06c-43bf-8a5e-d390f79d6fc5/operations/92942fcf-1d39-4b9f-b28a-bf832d64efa5?api-version=2019-03-01" - ], "x-ms-request-id": [ - "0aa13278-912b-4495-bd00-3140d6a7d669" + "8f63ceab-6271-47b3-b887-cd4dbb509664" ], "X-Content-Type-Options": [ "nosniff" @@ -1868,39 +1988,42 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" ], "x-ms-correlation-request-id": [ - "8015f595-9806-4856-9840-b54ade371d38" + "0ea88879-8eb8-4538-b445-7b055f56ea9f" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162453Z:8015f595-9806-4856-9840-b54ade371d38" + "WESTUS:20200623T085314Z:0ea88879-8eb8-4538-b445-7b055f56ea9f" ], "Date": [ - "Wed, 03 Jul 2019 16:24:53 GMT" + "Tue, 23 Jun 2020 08:53:13 GMT" + ], + "Content-Length": [ + "756" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI4NzkyZWY4Yy1lMGEwLTQ3NWYtYWMwYy0yYmRhNDgzMzc5NjQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODE5ZWEzMTUtOTcwNS00ODZjLWJhZGQtYTFkNDk0MGQwNGQ3In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI4NzkyZWY4Yy1lMGEwLTQ3NWYtYWMwYy0yYmRhNDgzMzc5NjQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODE5ZWEzMTUtOTcwNS00ODZjLWJhZGQtYTFkNDk0MGQwNGQ3In0=\",\r\n \"status\": \"setFileShareMetadata\",\r\n \"startTime\": \"2020-06-23T08:53:05.1786351Z\",\r\n \"endTime\": \"2020-06-23T08:53:12.9164501Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/c3fb9c74-a38a-425f-a063-130fc4b940d3/operations/eecef4b5-d144-489a-b0f3-88401d8dafb3?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3dvcmtmbG93cy9jM2ZiOWM3NC1hMzhhLTQyNWYtYTA2My0xMzBmYzRiOTQwZDMvb3BlcmF0aW9ucy9lZWNlZjRiNS1kMTQ0LTQ4OWEtYjBmMy04ODQwMWQ4ZGFmYjM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI4NzkyZWY4Yy1lMGEwLTQ3NWYtYWMwYy0yYmRhNDgzMzc5NjQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODE5ZWEzMTUtOTcwNS00ODZjLWJhZGQtYTFkNDk0MGQwNGQ3In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmlZMkkxTldNM0xUSTFNR010TkROaFlTMDVNVGRtTFdNeU9EWTRNamszTXpaalpTSXNJbmR2Y210bWJHOTNTV1FpT2lJNE56a3laV1k0WXkxbE1HRXdMVFEzTldZdFlXTXdZeTB5WW1SaE5EZ3pNemM1TmpRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT0RFNVpXRXpNVFV0T1Rjd05TMDBPRFpqTFdKaFpHUXRZVEZrTkRrME1HUXdOR1EzSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1911,7 +2034,7 @@ "no-cache" ], "x-ms-request-id": [ - "e89b4a8c-4bb0-4446-82b6-01e83b31866b" + "fd87c9cf-7c07-41d5-afe7-536fe1e2e564" ], "X-Content-Type-Options": [ "nosniff" @@ -1929,41 +2052,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11997" ], "x-ms-correlation-request-id": [ - "80c2fc2d-c497-463b-ae3d-529164823f7b" + "0f68369c-9964-43b4-bf71-27719e8ab0d4" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162238Z:80c2fc2d-c497-463b-ae3d-529164823f7b" + "WESTUS:20200623T085324Z:0f68369c-9964-43b4-bf71-27719e8ab0d4" ], "Date": [ - "Wed, 03 Jul 2019 16:22:37 GMT" + "Tue, 23 Jun 2020 08:53:24 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflow/c3fb9c74-a38a-425f-a063-130fc4b940d3/operationresults/eecef4b5-d144-489a-b0f3-88401d8dafb3\",\r\n \"name\": \"eecef4b5-d144-489a-b0f3-88401d8dafb3\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T16:22:27.8277736Z\",\r\n \"endTime\": \"2019-07-03T16:22:34.7876098Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI4NzkyZWY4Yy1lMGEwLTQ3NWYtYWMwYy0yYmRhNDgzMzc5NjQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODE5ZWEzMTUtOTcwNS00ODZjLWJhZGQtYTFkNDk0MGQwNGQ3In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI4NzkyZWY4Yy1lMGEwLTQ3NWYtYWMwYy0yYmRhNDgzMzc5NjQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODE5ZWEzMTUtOTcwNS00ODZjLWJhZGQtYTFkNDk0MGQwNGQ3In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T08:53:05.1786351Z\",\r\n \"endTime\": \"2020-06-23T08:53:17.8396029Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.StorageSync/storageSyncServices/sssps2459/syncGroups/sgps9960/cloudEndpoints/cepps3845?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3N5bmNHcm91cHMvc2dwczk5NjAvY2xvdWRFbmRwb2ludHMvY2VwcHMzODQ1P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps3934/syncGroups/sgps6916/cloudEndpoints/cepps7492?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTM0L3N5bmNHcm91cHMvc2dwczY5MTYvY2xvdWRFbmRwb2ludHMvY2VwcHM3NDkyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1974,7 +2097,7 @@ "no-cache" ], "x-ms-request-id": [ - "43f2c0fe-174b-4abb-876a-a4304f594384" + "30c307a3-a2f5-4e0d-9bcc-5fa17aed45c9" ], "X-Content-Type-Options": [ "nosniff" @@ -1992,47 +2115,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11996" ], "x-ms-correlation-request-id": [ - "adf6fea5-aee2-473e-b1a1-e50f62dd72e2" + "822dc43b-da5e-4373-9777-31c54c250383" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162238Z:adf6fea5-aee2-473e-b1a1-e50f62dd72e2" + "WESTUS:20200623T085325Z:822dc43b-da5e-4373-9777-31c54c250383" ], "Date": [ - "Wed, 03 Jul 2019 16:22:38 GMT" + "Tue, 23 Jun 2020 08:53:24 GMT" ], "Content-Length": [ - "985" + "1027" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountKey\": null,\r\n \"storageAccount\": null,\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.Storage/storageAccounts/saps2846\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8NENENkQxMUMtRDJDMC00QkFFLTk0NzQtRDg4ODAwQ0IwNzY0fEdFTkVSSUN8NEJFM0VCODktMTA0OS00RDg5LUE0Q0ItMDc4ODZGQzRERkEy\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps2459/workflows/c3fb9c74-a38a-425f-a063-130fc4b940d3\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/syncGroups/sgps9960/cloudEndpoints/cepps3845\",\r\n \"name\": \"cepps3845\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.Storage/storageAccounts/saps9966\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8NzdEQkRFQUQtRkUyNC00QjlBLTgyNUQtNDA3NEEyMzBENTI3fEdFTkVSSUN8ODg4OTg3QUItMkM1NS00RjM0LUE4QUEtNTM1MDkzOTFGQTNF\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps3934/workflows/8792ef8c-e0a0-475f-ac0c-2bda48337964\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps3934/syncGroups/sgps6916/cloudEndpoints/cepps7492\",\r\n \"name\": \"cepps7492\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.StorageSync/storageSyncServices/sssps2459/syncGroups/sgps9960/cloudEndpoints/cepps3845?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3N5bmNHcm91cHMvc2dwczk5NjAvY2xvdWRFbmRwb2ludHMvY2VwcHMzODQ1P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps3934/syncGroups/sgps6916/cloudEndpoints/cepps7492?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTM0L3N5bmNHcm91cHMvc2dwczY5MTYvY2xvdWRFbmRwb2ludHMvY2VwcHM3NDkyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "12844938-4c14-4535-8373-1919670d461e" + "f4c7f087-7547-4401-92ff-c5f7fa1d0b1c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2043,7 +2166,7 @@ "no-cache" ], "x-ms-request-id": [ - "787230ec-5d77-453e-ad57-57fb576a9417" + "a2249184-4683-4d53-afd2-c396729b1c7e" ], "X-Content-Type-Options": [ "nosniff" @@ -2061,47 +2184,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11985" ], "x-ms-correlation-request-id": [ - "28e70649-4f63-41c8-a49a-6c2ee31502e2" + "fbdcffd5-6fc0-4914-aac6-ea99c46fbb1c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162335Z:28e70649-4f63-41c8-a49a-6c2ee31502e2" + "WESTUS:20200623T085420Z:fbdcffd5-6fc0-4914-aac6-ea99c46fbb1c" ], "Date": [ - "Wed, 03 Jul 2019 16:23:35 GMT" + "Tue, 23 Jun 2020 08:54:20 GMT" ], "Content-Length": [ - "985" + "1027" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountKey\": null,\r\n \"storageAccount\": null,\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.Storage/storageAccounts/saps2846\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8NENENkQxMUMtRDJDMC00QkFFLTk0NzQtRDg4ODAwQ0IwNzY0fEdFTkVSSUN8NEJFM0VCODktMTA0OS00RDg5LUE0Q0ItMDc4ODZGQzRERkEy\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps2459/workflows/c3fb9c74-a38a-425f-a063-130fc4b940d3\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/syncGroups/sgps9960/cloudEndpoints/cepps3845\",\r\n \"name\": \"cepps3845\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.Storage/storageAccounts/saps9966\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8NzdEQkRFQUQtRkUyNC00QjlBLTgyNUQtNDA3NEEyMzBENTI3fEdFTkVSSUN8ODg4OTg3QUItMkM1NS00RjM0LUE4QUEtNTM1MDkzOTFGQTNF\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps3934/workflows/8792ef8c-e0a0-475f-ac0c-2bda48337964\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps3934/syncGroups/sgps6916/cloudEndpoints/cepps7492\",\r\n \"name\": \"cepps7492\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.StorageSync/storageSyncServices/sssps2459/syncGroups/sgps9960/cloudEndpoints/cepps3845?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3N5bmNHcm91cHMvc2dwczk5NjAvY2xvdWRFbmRwb2ludHMvY2VwcHMzODQ1P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps3934/syncGroups/sgps6916/cloudEndpoints/cepps7492?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTM0L3N5bmNHcm91cHMvc2dwczY5MTYvY2xvdWRFbmRwb2ludHMvY2VwcHM3NDkyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "64467b65-3fb3-411b-aa3b-2e27be36668b" + "ac29defb-bd4b-4ea5-b1b0-5b5c93de203d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2112,7 +2235,7 @@ "no-cache" ], "x-ms-request-id": [ - "f67269ee-2633-48e7-a720-576bde63d9dd" + "2c488c9b-7a7d-4572-b9d6-6a7346f28821" ], "X-Content-Type-Options": [ "nosniff" @@ -2130,47 +2253,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11984" ], "x-ms-correlation-request-id": [ - "5144ee96-2fd7-4323-bed8-39711a283298" + "523c1eb7-2613-4ee2-ade1-ce739b351906" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162335Z:5144ee96-2fd7-4323-bed8-39711a283298" + "WESTUS:20200623T085420Z:523c1eb7-2613-4ee2-ade1-ce739b351906" ], "Date": [ - "Wed, 03 Jul 2019 16:23:35 GMT" + "Tue, 23 Jun 2020 08:54:20 GMT" ], "Content-Length": [ - "985" + "1027" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountKey\": null,\r\n \"storageAccount\": null,\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.Storage/storageAccounts/saps2846\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8NENENkQxMUMtRDJDMC00QkFFLTk0NzQtRDg4ODAwQ0IwNzY0fEdFTkVSSUN8NEJFM0VCODktMTA0OS00RDg5LUE0Q0ItMDc4ODZGQzRERkEy\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps2459/workflows/c3fb9c74-a38a-425f-a063-130fc4b940d3\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/syncGroups/sgps9960/cloudEndpoints/cepps3845\",\r\n \"name\": \"cepps3845\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.Storage/storageAccounts/saps9966\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8NzdEQkRFQUQtRkUyNC00QjlBLTgyNUQtNDA3NEEyMzBENTI3fEdFTkVSSUN8ODg4OTg3QUItMkM1NS00RjM0LUE4QUEtNTM1MDkzOTFGQTNF\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps3934/workflows/8792ef8c-e0a0-475f-ac0c-2bda48337964\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps3934/syncGroups/sgps6916/cloudEndpoints/cepps7492\",\r\n \"name\": \"cepps7492\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.StorageSync/storageSyncServices/sssps2459/syncGroups/sgps9960/cloudEndpoints/cepps3845?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3N5bmNHcm91cHMvc2dwczk5NjAvY2xvdWRFbmRwb2ludHMvY2VwcHMzODQ1P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps3934/syncGroups/sgps6916/cloudEndpoints/cepps7492?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTM0L3N5bmNHcm91cHMvc2dwczY5MTYvY2xvdWRFbmRwb2ludHMvY2VwcHM3NDkyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0b81948f-ed9e-4afb-b268-d3bdf3bbc022" + "287d61e0-513d-404b-b435-22cfef168241" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2181,7 +2304,7 @@ "no-cache" ], "x-ms-request-id": [ - "38313e1e-1d60-4568-bd9f-4e939e7406ec" + "e093e5b9-b774-4d01-8408-ca2e0f3483e8" ], "X-Content-Type-Options": [ "nosniff" @@ -2199,41 +2322,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11983" ], "x-ms-correlation-request-id": [ - "c1e99b82-a322-4163-9f27-8704a95e0799" + "2e45b3ca-18bc-4d74-9f72-0c451fd10004" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162335Z:c1e99b82-a322-4163-9f27-8704a95e0799" + "WESTUS:20200623T085420Z:2e45b3ca-18bc-4d74-9f72-0c451fd10004" ], "Date": [ - "Wed, 03 Jul 2019 16:23:35 GMT" + "Tue, 23 Jun 2020 08:54:20 GMT" ], "Content-Length": [ - "985" + "1027" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountKey\": null,\r\n \"storageAccount\": null,\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.Storage/storageAccounts/saps2846\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8NENENkQxMUMtRDJDMC00QkFFLTk0NzQtRDg4ODAwQ0IwNzY0fEdFTkVSSUN8NEJFM0VCODktMTA0OS00RDg5LUE0Q0ItMDc4ODZGQzRERkEy\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps2459/workflows/c3fb9c74-a38a-425f-a063-130fc4b940d3\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/syncGroups/sgps9960/cloudEndpoints/cepps3845\",\r\n \"name\": \"cepps3845\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.Storage/storageAccounts/saps9966\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8NzdEQkRFQUQtRkUyNC00QjlBLTgyNUQtNDA3NEEyMzBENTI3fEdFTkVSSUN8ODg4OTg3QUItMkM1NS00RjM0LUE4QUEtNTM1MDkzOTFGQTNF\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps3934/workflows/8792ef8c-e0a0-475f-ac0c-2bda48337964\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps3934/syncGroups/sgps6916/cloudEndpoints/cepps7492\",\r\n \"name\": \"cepps7492\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.StorageSync/storageSyncServices/sssps2459/syncGroups/sgps9960/cloudEndpoints/cepps3845?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3N5bmNHcm91cHMvc2dwczk5NjAvY2xvdWRFbmRwb2ludHMvY2VwcHMzODQ1P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps3934/syncGroups/sgps6916/cloudEndpoints/cepps7492?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTM0L3N5bmNHcm91cHMvc2dwczY5MTYvY2xvdWRFbmRwb2ludHMvY2VwcHM3NDkyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2244,7 +2367,7 @@ "no-cache" ], "x-ms-request-id": [ - "14fe68e6-1bc7-40c9-9f07-d83c9b92d707" + "a1c33c84-1673-48c3-a328-8c5f62620cd7" ], "X-Content-Type-Options": [ "nosniff" @@ -2262,41 +2385,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11978" ], "x-ms-correlation-request-id": [ - "f0dd5273-141f-4847-b1a8-2cdc0bd92f34" + "bccdd31d-a34e-4156-ace6-9af66b1946f3" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162441Z:f0dd5273-141f-4847-b1a8-2cdc0bd92f34" + "WESTUS:20200623T085443Z:bccdd31d-a34e-4156-ace6-9af66b1946f3" ], "Date": [ - "Wed, 03 Jul 2019 16:24:41 GMT" + "Tue, 23 Jun 2020 08:54:43 GMT" ], "Content-Length": [ - "985" + "1027" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountKey\": null,\r\n \"storageAccount\": null,\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.Storage/storageAccounts/saps2846\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8NENENkQxMUMtRDJDMC00QkFFLTk0NzQtRDg4ODAwQ0IwNzY0fEdFTkVSSUN8NEJFM0VCODktMTA0OS00RDg5LUE0Q0ItMDc4ODZGQzRERkEy\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps2459/workflows/9cc074aa-c03f-4d48-9843-1acdb83099b8\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/syncGroups/sgps9960/cloudEndpoints/cepps3845\",\r\n \"name\": \"cepps3845\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.Storage/storageAccounts/saps9966\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8NzdEQkRFQUQtRkUyNC00QjlBLTgyNUQtNDA3NEEyMzBENTI3fEdFTkVSSUN8ODg4OTg3QUItMkM1NS00RjM0LUE4QUEtNTM1MDkzOTFGQTNF\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps3934/workflows/a0bf56c6-cfc0-4130-b629-8de9b8c773a7\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps3934/syncGroups/sgps6916/cloudEndpoints/cepps7492\",\r\n \"name\": \"cepps7492\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.StorageSync/storageSyncServices/sssps2459/syncGroups/sgps9960/cloudEndpoints/cepps3845?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3N5bmNHcm91cHMvc2dwczk5NjAvY2xvdWRFbmRwb2ludHMvY2VwcHMzODQ1P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps3934/syncGroups/sgps6916/cloudEndpoints/cepps7492?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTM0L3N5bmNHcm91cHMvc2dwczY5MTYvY2xvdWRFbmRwb2ludHMvY2VwcHM3NDkyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2307,7 +2430,7 @@ "no-cache" ], "x-ms-request-id": [ - "95cb7235-55b3-4969-bd1c-a79329fa75e4" + "50f3ed32-b0d0-4344-8ee5-624c82a66fa9" ], "X-Content-Type-Options": [ "nosniff" @@ -2325,47 +2448,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11973" ], "x-ms-correlation-request-id": [ - "eb50562c-5ed1-4a78-abb3-f8e112b4ccc0" + "a61107f2-97fb-4b1c-b9fb-bb8607bd2b86" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162504Z:eb50562c-5ed1-4a78-abb3-f8e112b4ccc0" + "WESTUS:20200623T085505Z:a61107f2-97fb-4b1c-b9fb-bb8607bd2b86" ], "Date": [ - "Wed, 03 Jul 2019 16:25:03 GMT" + "Tue, 23 Jun 2020 08:55:05 GMT" ], "Content-Length": [ - "985" + "1027" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountKey\": null,\r\n \"storageAccount\": null,\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.Storage/storageAccounts/saps2846\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8NENENkQxMUMtRDJDMC00QkFFLTk0NzQtRDg4ODAwQ0IwNzY0fEdFTkVSSUN8NEJFM0VCODktMTA0OS00RDg5LUE0Q0ItMDc4ODZGQzRERkEy\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps2459/workflows/904165be-d06c-43bf-8a5e-d390f79d6fc5\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/syncGroups/sgps9960/cloudEndpoints/cepps3845\",\r\n \"name\": \"cepps3845\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.Storage/storageAccounts/saps9966\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8NzdEQkRFQUQtRkUyNC00QjlBLTgyNUQtNDA3NEEyMzBENTI3fEdFTkVSSUN8ODg4OTg3QUItMkM1NS00RjM0LUE4QUEtNTM1MDkzOTFGQTNF\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps3934/workflows/2c54ea6c-0ab4-4175-9a61-fcba5bca5135\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps3934/syncGroups/sgps6916/cloudEndpoints/cepps7492\",\r\n \"name\": \"cepps7492\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.StorageSync/storageSyncServices/sssps2459/syncGroups/sgps9960/cloudEndpoints/cepps3845/triggerChangeDetection?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3N5bmNHcm91cHMvc2dwczk5NjAvY2xvdWRFbmRwb2ludHMvY2VwcHMzODQ1L3RyaWdnZXJDaGFuZ2VEZXRlY3Rpb24/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps3934/syncGroups/sgps6916/cloudEndpoints/cepps7492/triggerChangeDetection?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTM0L3N5bmNHcm91cHMvc2dwczY5MTYvY2xvdWRFbmRwb2ludHMvY2VwcHM3NDkyL3RyaWdnZXJDaGFuZ2VEZXRlY3Rpb24/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "POST", "RequestBody": "{\r\n \"directoryPath\": \"\",\r\n \"changeDetectionMode\": \"Default\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "564fbf97-432e-435d-a94c-afe518910f77" + "de86e1df-20a0-4026-8831-d36142b834c4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2382,16 +2505,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/d35836a0-9443-46c1-8b22-d1d0727fc28c/operationresults/1513295c-cc57-4298-ae56-727f1e338f4b?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI0MjY3ZGM3OC00Nzk4LTQzZDYtYWVmMi1mOWQyM2E5NmY1ZGIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzYxZjQ2MTctY2M5Yi00NjRhLTk2MjgtZmU0OWQ5MzE2MzI2In0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/d35836a0-9443-46c1-8b22-d1d0727fc28c/operations/1513295c-cc57-4298-ae56-727f1e338f4b?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI0MjY3ZGM3OC00Nzk4LTQzZDYtYWVmMi1mOWQyM2E5NmY1ZGIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzYxZjQ2MTctY2M5Yi00NjRhLTk2MjgtZmU0OWQ5MzE2MzI2In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "c93ae432-9d31-4d0a-b5c9-731ae53ecffb" + "aeeecbd3-dcd8-4d4d-b883-f2563dc12c0d" ], "X-Content-Type-Options": [ "nosniff" @@ -2409,16 +2532,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "b07f7171-e4f9-4d9d-93e7-109178aeccf6" + "8a757a8f-a18c-4811-abab-ad03c6b6f60e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162239Z:b07f7171-e4f9-4d9d-93e7-109178aeccf6" + "WESTUS:20200623T085325Z:8a757a8f-a18c-4811-abab-ad03c6b6f60e" ], "Date": [ - "Wed, 03 Jul 2019 16:22:38 GMT" + "Tue, 23 Jun 2020 08:53:25 GMT" ], "Expires": [ "-1" @@ -2431,22 +2554,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.StorageSync/storageSyncServices/sssps2459/syncGroups/sgps9960/cloudEndpoints/cepps3845/triggerChangeDetection?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3N5bmNHcm91cHMvc2dwczk5NjAvY2xvdWRFbmRwb2ludHMvY2VwcHMzODQ1L3RyaWdnZXJDaGFuZ2VEZXRlY3Rpb24/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps3934/syncGroups/sgps6916/cloudEndpoints/cepps7492/triggerChangeDetection?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTM0L3N5bmNHcm91cHMvc2dwczY5MTYvY2xvdWRFbmRwb2ludHMvY2VwcHM3NDkyL3RyaWdnZXJDaGFuZ2VEZXRlY3Rpb24/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "POST", "RequestBody": "{\r\n \"directoryPath\": \"\",\r\n \"changeDetectionMode\": \"Default\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3a6c92d5-0e23-4059-95d4-a03d9f7b6254" + "84e9d846-7659-4435-ba24-0cc5e299c8c2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2463,16 +2586,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/ea54d8a5-5100-46d9-ae8c-4ed9e480108a/operationresults/5ec1b978-2321-4c62-bf16-78f937221da3?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI3YmM0MjNhYy1mNGE0LTQ1M2YtYjNjZi1hMWYyZDZmNDIyMDEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOGY5Y2UwNzgtM2U5YS00MDg1LThkY2MtODlmYzVhZGRkZGJlIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/ea54d8a5-5100-46d9-ae8c-4ed9e480108a/operations/5ec1b978-2321-4c62-bf16-78f937221da3?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI3YmM0MjNhYy1mNGE0LTQ1M2YtYjNjZi1hMWYyZDZmNDIyMDEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOGY5Y2UwNzgtM2U5YS00MDg1LThkY2MtODlmYzVhZGRkZGJlIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "7a6c10d9-24ed-47ca-ac0c-bdbf1a177ab2" + "881a492b-4ce0-4d4e-b153-9a963ece85ae" ], "X-Content-Type-Options": [ "nosniff" @@ -2490,16 +2613,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1198" ], "x-ms-correlation-request-id": [ - "f84d5ea9-20a9-4b6f-8a15-674ff8779053" + "e607fad0-8a98-467b-82e3-0f53ddab0353" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162250Z:f84d5ea9-20a9-4b6f-8a15-674ff8779053" + "WESTUS:20200623T085336Z:e607fad0-8a98-467b-82e3-0f53ddab0353" ], "Date": [ - "Wed, 03 Jul 2019 16:22:49 GMT" + "Tue, 23 Jun 2020 08:53:36 GMT" ], "Expires": [ "-1" @@ -2512,22 +2635,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.StorageSync/storageSyncServices/sssps2459/syncGroups/sgps9960/cloudEndpoints/cepps3845/triggerChangeDetection?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3N5bmNHcm91cHMvc2dwczk5NjAvY2xvdWRFbmRwb2ludHMvY2VwcHMzODQ1L3RyaWdnZXJDaGFuZ2VEZXRlY3Rpb24/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps3934/syncGroups/sgps6916/cloudEndpoints/cepps7492/triggerChangeDetection?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTM0L3N5bmNHcm91cHMvc2dwczY5MTYvY2xvdWRFbmRwb2ludHMvY2VwcHM3NDkyL3RyaWdnZXJDaGFuZ2VEZXRlY3Rpb24/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "POST", "RequestBody": "{\r\n \"directoryPath\": \"\",\r\n \"changeDetectionMode\": \"Default\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5397fa73-03c4-4af8-aa52-09716bf3884e" + "57ad89c1-86a2-40b0-8113-98de0a110d1c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2544,16 +2667,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/37808b22-2b8f-44ad-8923-b59aed9e0588/operationresults/4e0a13d0-47e4-4799-a9c5-891395659243?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJiMWFkN2MwZC1jZjRlLTQ1ZmQtYWE3Mi1lNWEzYWUwYjY5MGMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWQxYTk5ZDctMDAwOC00NzhjLWFkOGMtNjFlOWM3NWI0NWVhIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/37808b22-2b8f-44ad-8923-b59aed9e0588/operations/4e0a13d0-47e4-4799-a9c5-891395659243?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJiMWFkN2MwZC1jZjRlLTQ1ZmQtYWE3Mi1lNWEzYWUwYjY5MGMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWQxYTk5ZDctMDAwOC00NzhjLWFkOGMtNjFlOWM3NWI0NWVhIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "4cbeffbc-afd7-4d2f-a350-3251e3a697de" + "989bc598-0a13-49fe-a54a-5f1c8343dabc" ], "X-Content-Type-Options": [ "nosniff" @@ -2571,16 +2694,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1197" ], "x-ms-correlation-request-id": [ - "11c5e26c-7ef2-4e63-8eec-9e23869c4dab" + "15e37302-118d-41f5-9053-27268ffb0663" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162301Z:11c5e26c-7ef2-4e63-8eec-9e23869c4dab" + "WESTUS:20200623T085347Z:15e37302-118d-41f5-9053-27268ffb0663" ], "Date": [ - "Wed, 03 Jul 2019 16:23:01 GMT" + "Tue, 23 Jun 2020 08:53:46 GMT" ], "Expires": [ "-1" @@ -2593,22 +2716,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.StorageSync/storageSyncServices/sssps2459/syncGroups/sgps9960/cloudEndpoints/cepps3845/triggerChangeDetection?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3N5bmNHcm91cHMvc2dwczk5NjAvY2xvdWRFbmRwb2ludHMvY2VwcHMzODQ1L3RyaWdnZXJDaGFuZ2VEZXRlY3Rpb24/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps3934/syncGroups/sgps6916/cloudEndpoints/cepps7492/triggerChangeDetection?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTM0L3N5bmNHcm91cHMvc2dwczY5MTYvY2xvdWRFbmRwb2ludHMvY2VwcHM3NDkyL3RyaWdnZXJDaGFuZ2VEZXRlY3Rpb24/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "POST", "RequestBody": "{\r\n \"directoryPath\": \"\",\r\n \"changeDetectionMode\": \"Recursive\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a39892ed-e6e9-47ef-9bf5-aa6637aa6ed1" + "a54cbe9e-fb56-416c-8735-cf7ba49cc9e1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2625,16 +2748,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/b51ff565-3827-423d-8f93-d55ab210f85c/operationresults/1dbc5341-9176-418c-95f6-b091380dc697?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJhMzgyMThmYy0yMzBkLTQ0MTktYjk0Yy0wZDQzNGVjZjNjNDciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZjc1NjdlNzQtNzViMS00Zjg5LTkyZjQtNjY4M2ZlY2U3NjZjIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/b51ff565-3827-423d-8f93-d55ab210f85c/operations/1dbc5341-9176-418c-95f6-b091380dc697?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJhMzgyMThmYy0yMzBkLTQ0MTktYjk0Yy0wZDQzNGVjZjNjNDciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZjc1NjdlNzQtNzViMS00Zjg5LTkyZjQtNjY4M2ZlY2U3NjZjIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "78116007-c0c2-4692-957f-dc86360378ff" + "5a4596ae-2467-4e94-9e14-23bdb092f642" ], "X-Content-Type-Options": [ "nosniff" @@ -2652,16 +2775,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1196" ], "x-ms-correlation-request-id": [ - "b53c54ca-f4be-4c6d-9848-91a7650ad2c4" + "460f6eac-23ac-4648-ad46-a3a2aa04bd6a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162313Z:b53c54ca-f4be-4c6d-9848-91a7650ad2c4" + "WESTUS:20200623T085358Z:460f6eac-23ac-4648-ad46-a3a2aa04bd6a" ], "Date": [ - "Wed, 03 Jul 2019 16:23:12 GMT" + "Tue, 23 Jun 2020 08:53:57 GMT" ], "Expires": [ "-1" @@ -2674,22 +2797,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.StorageSync/storageSyncServices/sssps2459/syncGroups/sgps9960/cloudEndpoints/cepps3845/triggerChangeDetection?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3N5bmNHcm91cHMvc2dwczk5NjAvY2xvdWRFbmRwb2ludHMvY2VwcHMzODQ1L3RyaWdnZXJDaGFuZ2VEZXRlY3Rpb24/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps3934/syncGroups/sgps6916/cloudEndpoints/cepps7492/triggerChangeDetection?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTM0L3N5bmNHcm91cHMvc2dwczY5MTYvY2xvdWRFbmRwb2ludHMvY2VwcHM3NDkyL3RyaWdnZXJDaGFuZ2VEZXRlY3Rpb24/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "POST", "RequestBody": "{\r\n \"paths\": [\r\n \"a\",\r\n \"b\",\r\n \"c\"\r\n ]\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "fc56a558-ec86-4ffb-8f2b-ee75eb3609e5" + "9e1440e3-216a-46d3-9c2c-50fe06319a2d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2706,16 +2829,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/8b7a8776-10af-4ab2-9735-951a6d63316c/operationresults/d2edd364-c194-481b-b929-a460ccee714b?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI4OWZhNzUxNi1jNTU4LTRiMWUtOGVlYy1mZTlkZTQxYTFjZjQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZjYzYTM5NzMtMjNhZC00MGI2LWI4ZjItZjcxOWFlODEwNzdkIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/8b7a8776-10af-4ab2-9735-951a6d63316c/operations/d2edd364-c194-481b-b929-a460ccee714b?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI4OWZhNzUxNi1jNTU4LTRiMWUtOGVlYy1mZTlkZTQxYTFjZjQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZjYzYTM5NzMtMjNhZC00MGI2LWI4ZjItZjcxOWFlODEwNzdkIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "45dbe4cb-3be4-4119-959b-9d0311dca1aa" + "097aabd0-19a5-4917-85d5-2b0cf32470bf" ], "X-Content-Type-Options": [ "nosniff" @@ -2733,16 +2856,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1195" ], "x-ms-correlation-request-id": [ - "b19b42e0-621c-46c5-83fb-ccb745b0ab4c" + "a41d5af0-364a-4ce4-bd86-b8bcb8ee120f" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162324Z:b19b42e0-621c-46c5-83fb-ccb745b0ab4c" + "WESTUS:20200623T085409Z:a41d5af0-364a-4ce4-bd86-b8bcb8ee120f" ], "Date": [ - "Wed, 03 Jul 2019 16:23:23 GMT" + "Tue, 23 Jun 2020 08:54:08 GMT" ], "Expires": [ "-1" @@ -2755,16 +2878,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/d35836a0-9443-46c1-8b22-d1d0727fc28c/operations/1513295c-cc57-4298-ae56-727f1e338f4b?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3dvcmtmbG93cy9kMzU4MzZhMC05NDQzLTQ2YzEtOGIyMi1kMWQwNzI3ZmMyOGMvb3BlcmF0aW9ucy8xNTEzMjk1Yy1jYzU3LTQyOTgtYWU1Ni03MjdmMWUzMzhmNGI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI0MjY3ZGM3OC00Nzk4LTQzZDYtYWVmMi1mOWQyM2E5NmY1ZGIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzYxZjQ2MTctY2M5Yi00NjRhLTk2MjgtZmU0OWQ5MzE2MzI2In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmlZMkkxTldNM0xUSTFNR010TkROaFlTMDVNVGRtTFdNeU9EWTRNamszTXpaalpTSXNJbmR2Y210bWJHOTNTV1FpT2lJME1qWTNaR00zT0MwME56azRMVFF6WkRZdFlXVm1NaTFtT1dReU0yRTVObVkxWkdJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTnpZeFpqUTJNVGN0WTJNNVlpMDBOalJoTFRrMk1qZ3RabVUwT1dRNU16RTJNekkySW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2775,7 +2898,7 @@ "no-cache" ], "x-ms-request-id": [ - "698bc3ac-9ec2-4ee9-8b02-3ca9c2e8ce0f" + "4371819f-d732-47ea-b3fc-29cc37138a39" ], "X-Content-Type-Options": [ "nosniff" @@ -2793,41 +2916,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11995" ], "x-ms-correlation-request-id": [ - "1522e427-7955-4876-89be-6a650f359b6f" + "75ac7098-2ff9-4f03-b2f3-0b49b47220e3" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162249Z:1522e427-7955-4876-89be-6a650f359b6f" + "WESTUS:20200623T085335Z:75ac7098-2ff9-4f03-b2f3-0b49b47220e3" ], "Date": [ - "Wed, 03 Jul 2019 16:22:49 GMT" + "Tue, 23 Jun 2020 08:53:35 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflow/d35836a0-9443-46c1-8b22-d1d0727fc28c/operationresults/1513295c-cc57-4298-ae56-727f1e338f4b\",\r\n \"name\": \"1513295c-cc57-4298-ae56-727f1e338f4b\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T16:22:39.7216916Z\",\r\n \"endTime\": \"2019-07-03T16:22:44.2490763Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI0MjY3ZGM3OC00Nzk4LTQzZDYtYWVmMi1mOWQyM2E5NmY1ZGIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzYxZjQ2MTctY2M5Yi00NjRhLTk2MjgtZmU0OWQ5MzE2MzI2In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI0MjY3ZGM3OC00Nzk4LTQzZDYtYWVmMi1mOWQyM2E5NmY1ZGIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzYxZjQ2MTctY2M5Yi00NjRhLTk2MjgtZmU0OWQ5MzE2MzI2In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T08:53:25.9086949Z\",\r\n \"endTime\": \"2020-06-23T08:53:30.1708261Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/d35836a0-9443-46c1-8b22-d1d0727fc28c/operationresults/1513295c-cc57-4298-ae56-727f1e338f4b?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3dvcmtmbG93cy9kMzU4MzZhMC05NDQzLTQ2YzEtOGIyMi1kMWQwNzI3ZmMyOGMvb3BlcmF0aW9ucmVzdWx0cy8xNTEzMjk1Yy1jYzU3LTQyOTgtYWU1Ni03MjdmMWUzMzhmNGI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI0MjY3ZGM3OC00Nzk4LTQzZDYtYWVmMi1mOWQyM2E5NmY1ZGIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzYxZjQ2MTctY2M5Yi00NjRhLTk2MjgtZmU0OWQ5MzE2MzI2In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmlZMkkxTldNM0xUSTFNR010TkROaFlTMDVNVGRtTFdNeU9EWTRNamszTXpaalpTSXNJbmR2Y210bWJHOTNTV1FpT2lJME1qWTNaR00zT0MwME56azRMVFF6WkRZdFlXVm1NaTFtT1dReU0yRTVObVkxWkdJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTnpZeFpqUTJNVGN0WTJNNVlpMDBOalJoTFRrMk1qZ3RabVUwT1dRNU16RTJNekkySW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2838,7 +2961,7 @@ "no-cache" ], "x-ms-request-id": [ - "556c471c-46a6-4452-b6aa-45b2b2f8c07f" + "74832664-57ba-493c-9af0-fa08544bd9ca" ], "X-Content-Type-Options": [ "nosniff" @@ -2856,16 +2979,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11994" ], "x-ms-correlation-request-id": [ - "c4b373c3-a711-4257-a492-bcfd1fa8023b" + "47261156-c4a7-4cc7-acca-07c365441f26" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162249Z:c4b373c3-a711-4257-a492-bcfd1fa8023b" + "WESTUS:20200623T085336Z:47261156-c4a7-4cc7-acca-07c365441f26" ], "Date": [ - "Wed, 03 Jul 2019 16:22:49 GMT" + "Tue, 23 Jun 2020 08:53:35 GMT" ], "Expires": [ "-1" @@ -2878,16 +3001,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/ea54d8a5-5100-46d9-ae8c-4ed9e480108a/operations/5ec1b978-2321-4c62-bf16-78f937221da3?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3dvcmtmbG93cy9lYTU0ZDhhNS01MTAwLTQ2ZDktYWU4Yy00ZWQ5ZTQ4MDEwOGEvb3BlcmF0aW9ucy81ZWMxYjk3OC0yMzIxLTRjNjItYmYxNi03OGY5MzcyMjFkYTM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI3YmM0MjNhYy1mNGE0LTQ1M2YtYjNjZi1hMWYyZDZmNDIyMDEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOGY5Y2UwNzgtM2U5YS00MDg1LThkY2MtODlmYzVhZGRkZGJlIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmlZMkkxTldNM0xUSTFNR010TkROaFlTMDVNVGRtTFdNeU9EWTRNamszTXpaalpTSXNJbmR2Y210bWJHOTNTV1FpT2lJM1ltTTBNak5oWXkxbU5HRTBMVFExTTJZdFlqTmpaaTFoTVdZeVpEWm1OREl5TURFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT0dZNVkyVXdOemd0TTJVNVlTMDBNRGcxTFRoa1kyTXRPRGxtWXpWaFpHUmtaR0psSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2898,7 +3021,7 @@ "no-cache" ], "x-ms-request-id": [ - "0410c5f9-9811-4a64-81a7-72b8ac8f6376" + "ed1f107f-5ac7-4fc1-885b-c0f8cf48eda5" ], "X-Content-Type-Options": [ "nosniff" @@ -2916,41 +3039,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11993" ], "x-ms-correlation-request-id": [ - "c6bef6db-cc84-43b7-9c2c-51d83e30bc39" + "10d5633d-4acd-4402-a839-ddd0c65287c6" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162300Z:c6bef6db-cc84-43b7-9c2c-51d83e30bc39" + "WESTUS:20200623T085346Z:10d5633d-4acd-4402-a839-ddd0c65287c6" ], "Date": [ - "Wed, 03 Jul 2019 16:22:59 GMT" + "Tue, 23 Jun 2020 08:53:46 GMT" ], "Content-Length": [ - "447" + "743" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflow/ea54d8a5-5100-46d9-ae8c-4ed9e480108a/operationresults/5ec1b978-2321-4c62-bf16-78f937221da3\",\r\n \"name\": \"5ec1b978-2321-4c62-bf16-78f937221da3\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T16:22:50.4729833Z\",\r\n \"endTime\": \"2019-07-03T16:22:54.8013099Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI3YmM0MjNhYy1mNGE0LTQ1M2YtYjNjZi1hMWYyZDZmNDIyMDEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOGY5Y2UwNzgtM2U5YS00MDg1LThkY2MtODlmYzVhZGRkZGJlIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI3YmM0MjNhYy1mNGE0LTQ1M2YtYjNjZi1hMWYyZDZmNDIyMDEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOGY5Y2UwNzgtM2U5YS00MDg1LThkY2MtODlmYzVhZGRkZGJlIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T08:53:37.98555Z\",\r\n \"endTime\": \"2020-06-23T08:53:41.8672781Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/ea54d8a5-5100-46d9-ae8c-4ed9e480108a/operationresults/5ec1b978-2321-4c62-bf16-78f937221da3?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3dvcmtmbG93cy9lYTU0ZDhhNS01MTAwLTQ2ZDktYWU4Yy00ZWQ5ZTQ4MDEwOGEvb3BlcmF0aW9ucmVzdWx0cy81ZWMxYjk3OC0yMzIxLTRjNjItYmYxNi03OGY5MzcyMjFkYTM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI3YmM0MjNhYy1mNGE0LTQ1M2YtYjNjZi1hMWYyZDZmNDIyMDEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOGY5Y2UwNzgtM2U5YS00MDg1LThkY2MtODlmYzVhZGRkZGJlIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmlZMkkxTldNM0xUSTFNR010TkROaFlTMDVNVGRtTFdNeU9EWTRNamszTXpaalpTSXNJbmR2Y210bWJHOTNTV1FpT2lJM1ltTTBNak5oWXkxbU5HRTBMVFExTTJZdFlqTmpaaTFoTVdZeVpEWm1OREl5TURFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT0dZNVkyVXdOemd0TTJVNVlTMDBNRGcxTFRoa1kyTXRPRGxtWXpWaFpHUmtaR0psSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2961,7 +3084,7 @@ "no-cache" ], "x-ms-request-id": [ - "072dec95-d648-44ef-975f-1cba9a9e4100" + "128e8a5b-bc00-480d-812e-90e13e4551ae" ], "X-Content-Type-Options": [ "nosniff" @@ -2979,16 +3102,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11992" ], "x-ms-correlation-request-id": [ - "e38f7c03-12e6-41de-ad36-89104fd56a04" + "fc960dfe-035f-401e-b3c9-030222cdea60" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162300Z:e38f7c03-12e6-41de-ad36-89104fd56a04" + "WESTUS:20200623T085347Z:fc960dfe-035f-401e-b3c9-030222cdea60" ], "Date": [ - "Wed, 03 Jul 2019 16:23:00 GMT" + "Tue, 23 Jun 2020 08:53:46 GMT" ], "Expires": [ "-1" @@ -3001,16 +3124,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/37808b22-2b8f-44ad-8923-b59aed9e0588/operations/4e0a13d0-47e4-4799-a9c5-891395659243?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3dvcmtmbG93cy8zNzgwOGIyMi0yYjhmLTQ0YWQtODkyMy1iNTlhZWQ5ZTA1ODgvb3BlcmF0aW9ucy80ZTBhMTNkMC00N2U0LTQ3OTktYTljNS04OTEzOTU2NTkyNDM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJiMWFkN2MwZC1jZjRlLTQ1ZmQtYWE3Mi1lNWEzYWUwYjY5MGMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWQxYTk5ZDctMDAwOC00NzhjLWFkOGMtNjFlOWM3NWI0NWVhIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmlZMkkxTldNM0xUSTFNR010TkROaFlTMDVNVGRtTFdNeU9EWTRNamszTXpaalpTSXNJbmR2Y210bWJHOTNTV1FpT2lKaU1XRmtOMk13WkMxalpqUmxMVFExWm1RdFlXRTNNaTFsTldFellXVXdZalk1TUdNaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTVdReFlUazVaRGN0TURBd09DMDBOemhqTFdGa09HTXROakZsT1dNM05XSTBOV1ZoSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -3021,7 +3144,7 @@ "no-cache" ], "x-ms-request-id": [ - "553300ea-365c-4be2-b21b-14e0caec9627" + "be1ee25d-8b80-417e-9d5f-f198261ad825" ], "X-Content-Type-Options": [ "nosniff" @@ -3039,41 +3162,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11991" ], "x-ms-correlation-request-id": [ - "6357acf9-fe7d-4970-805c-99876556aaaa" + "f02f3448-bedf-4f66-ba30-337440781144" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162312Z:6357acf9-fe7d-4970-805c-99876556aaaa" + "WESTUS:20200623T085357Z:f02f3448-bedf-4f66-ba30-337440781144" ], "Date": [ - "Wed, 03 Jul 2019 16:23:11 GMT" + "Tue, 23 Jun 2020 08:53:57 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflow/37808b22-2b8f-44ad-8923-b59aed9e0588/operationresults/4e0a13d0-47e4-4799-a9c5-891395659243\",\r\n \"name\": \"4e0a13d0-47e4-4799-a9c5-891395659243\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T16:23:03.0068737Z\",\r\n \"endTime\": \"2019-07-03T16:23:08.4948339Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJiMWFkN2MwZC1jZjRlLTQ1ZmQtYWE3Mi1lNWEzYWUwYjY5MGMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWQxYTk5ZDctMDAwOC00NzhjLWFkOGMtNjFlOWM3NWI0NWVhIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJiMWFkN2MwZC1jZjRlLTQ1ZmQtYWE3Mi1lNWEzYWUwYjY5MGMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWQxYTk5ZDctMDAwOC00NzhjLWFkOGMtNjFlOWM3NWI0NWVhIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T08:53:48.0813036Z\",\r\n \"endTime\": \"2020-06-23T08:53:52.1338451Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/37808b22-2b8f-44ad-8923-b59aed9e0588/operationresults/4e0a13d0-47e4-4799-a9c5-891395659243?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3dvcmtmbG93cy8zNzgwOGIyMi0yYjhmLTQ0YWQtODkyMy1iNTlhZWQ5ZTA1ODgvb3BlcmF0aW9ucmVzdWx0cy80ZTBhMTNkMC00N2U0LTQ3OTktYTljNS04OTEzOTU2NTkyNDM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJiMWFkN2MwZC1jZjRlLTQ1ZmQtYWE3Mi1lNWEzYWUwYjY5MGMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWQxYTk5ZDctMDAwOC00NzhjLWFkOGMtNjFlOWM3NWI0NWVhIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmlZMkkxTldNM0xUSTFNR010TkROaFlTMDVNVGRtTFdNeU9EWTRNamszTXpaalpTSXNJbmR2Y210bWJHOTNTV1FpT2lKaU1XRmtOMk13WkMxalpqUmxMVFExWm1RdFlXRTNNaTFsTldFellXVXdZalk1TUdNaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTVdReFlUazVaRGN0TURBd09DMDBOemhqTFdGa09HTXROakZsT1dNM05XSTBOV1ZoSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -3084,7 +3207,7 @@ "no-cache" ], "x-ms-request-id": [ - "ae32596b-244a-4cec-a0fd-6e9d2b052f89" + "68286486-8724-4518-99ea-cbb0b633220f" ], "X-Content-Type-Options": [ "nosniff" @@ -3102,16 +3225,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11990" ], "x-ms-correlation-request-id": [ - "7ec5242c-be80-47ab-a7fc-b619950edd55" + "aa58e97e-a0a7-44f4-b076-bd41e5c4f954" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162312Z:7ec5242c-be80-47ab-a7fc-b619950edd55" + "WESTUS:20200623T085358Z:aa58e97e-a0a7-44f4-b076-bd41e5c4f954" ], "Date": [ - "Wed, 03 Jul 2019 16:23:12 GMT" + "Tue, 23 Jun 2020 08:53:57 GMT" ], "Expires": [ "-1" @@ -3124,16 +3247,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/b51ff565-3827-423d-8f93-d55ab210f85c/operations/1dbc5341-9176-418c-95f6-b091380dc697?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3dvcmtmbG93cy9iNTFmZjU2NS0zODI3LTQyM2QtOGY5My1kNTVhYjIxMGY4NWMvb3BlcmF0aW9ucy8xZGJjNTM0MS05MTc2LTQxOGMtOTVmNi1iMDkxMzgwZGM2OTc/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJhMzgyMThmYy0yMzBkLTQ0MTktYjk0Yy0wZDQzNGVjZjNjNDciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZjc1NjdlNzQtNzViMS00Zjg5LTkyZjQtNjY4M2ZlY2U3NjZjIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmlZMkkxTldNM0xUSTFNR010TkROaFlTMDVNVGRtTFdNeU9EWTRNamszTXpaalpTSXNJbmR2Y210bWJHOTNTV1FpT2lKaE16Z3lNVGhtWXkweU16QmtMVFEwTVRrdFlqazBZeTB3WkRRek5HVmpaak5qTkRjaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWmpjMU5qZGxOelF0TnpWaU1TMDBaamc1TFRreVpqUXROalk0TTJabFkyVTNOalpqSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -3144,7 +3267,7 @@ "no-cache" ], "x-ms-request-id": [ - "b24d939f-ded8-4467-966d-d89a5e334971" + "45e52674-4865-4364-8ce0-4dc5d410cd9b" ], "X-Content-Type-Options": [ "nosniff" @@ -3152,9 +3275,6 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" - ], "Server": [ "Microsoft-IIS/10.0" ], @@ -3164,39 +3284,42 @@ "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], "x-ms-correlation-request-id": [ - "ee9a5e69-2054-49aa-a6bf-4e9fe395e864" + "8df1b658-c8cb-4ce8-8d20-02c059ad1d1e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162323Z:ee9a5e69-2054-49aa-a6bf-4e9fe395e864" + "WESTUS:20200623T085408Z:8df1b658-c8cb-4ce8-8d20-02c059ad1d1e" ], "Date": [ - "Wed, 03 Jul 2019 16:23:22 GMT" + "Tue, 23 Jun 2020 08:54:07 GMT" ], "Content-Length": [ - "446" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflow/b51ff565-3827-423d-8f93-d55ab210f85c/operationresults/1dbc5341-9176-418c-95f6-b091380dc697\",\r\n \"name\": \"1dbc5341-9176-418c-95f6-b091380dc697\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T16:23:14.708863Z\",\r\n \"endTime\": \"2019-07-03T16:23:18.3058212Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJhMzgyMThmYy0yMzBkLTQ0MTktYjk0Yy0wZDQzNGVjZjNjNDciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZjc1NjdlNzQtNzViMS00Zjg5LTkyZjQtNjY4M2ZlY2U3NjZjIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJhMzgyMThmYy0yMzBkLTQ0MTktYjk0Yy0wZDQzNGVjZjNjNDciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZjc1NjdlNzQtNzViMS00Zjg5LTkyZjQtNjY4M2ZlY2U3NjZjIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T08:53:58.6541712Z\",\r\n \"endTime\": \"2020-06-23T08:54:02.679719Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/b51ff565-3827-423d-8f93-d55ab210f85c/operationresults/1dbc5341-9176-418c-95f6-b091380dc697?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3dvcmtmbG93cy9iNTFmZjU2NS0zODI3LTQyM2QtOGY5My1kNTVhYjIxMGY4NWMvb3BlcmF0aW9ucmVzdWx0cy8xZGJjNTM0MS05MTc2LTQxOGMtOTVmNi1iMDkxMzgwZGM2OTc/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJhMzgyMThmYy0yMzBkLTQ0MTktYjk0Yy0wZDQzNGVjZjNjNDciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZjc1NjdlNzQtNzViMS00Zjg5LTkyZjQtNjY4M2ZlY2U3NjZjIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmlZMkkxTldNM0xUSTFNR010TkROaFlTMDVNVGRtTFdNeU9EWTRNamszTXpaalpTSXNJbmR2Y210bWJHOTNTV1FpT2lKaE16Z3lNVGhtWXkweU16QmtMVFEwTVRrdFlqazBZeTB3WkRRek5HVmpaak5qTkRjaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWmpjMU5qZGxOelF0TnpWaU1TMDBaamc1TFRreVpqUXROalk0TTJabFkyVTNOalpqSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -3207,7 +3330,7 @@ "no-cache" ], "x-ms-request-id": [ - "c3009bf3-f077-4fa3-8c3f-82c0052605a6" + "1617d06f-762c-47a8-b5ea-84580d7a0ca0" ], "X-Content-Type-Options": [ "nosniff" @@ -3225,16 +3348,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11988" ], "x-ms-correlation-request-id": [ - "977c9536-a0d6-4997-8595-b27e04ad9fab" + "9d37591f-2025-46f5-a8ef-989f07ea5745" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162323Z:977c9536-a0d6-4997-8595-b27e04ad9fab" + "WESTUS:20200623T085409Z:9d37591f-2025-46f5-a8ef-989f07ea5745" ], "Date": [ - "Wed, 03 Jul 2019 16:23:23 GMT" + "Tue, 23 Jun 2020 08:54:08 GMT" ], "Expires": [ "-1" @@ -3247,16 +3370,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/8b7a8776-10af-4ab2-9735-951a6d63316c/operations/d2edd364-c194-481b-b929-a460ccee714b?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3dvcmtmbG93cy84YjdhODc3Ni0xMGFmLTRhYjItOTczNS05NTFhNmQ2MzMxNmMvb3BlcmF0aW9ucy9kMmVkZDM2NC1jMTk0LTQ4MWItYjkyOS1hNDYwY2NlZTcxNGI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI4OWZhNzUxNi1jNTU4LTRiMWUtOGVlYy1mZTlkZTQxYTFjZjQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZjYzYTM5NzMtMjNhZC00MGI2LWI4ZjItZjcxOWFlODEwNzdkIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmlZMkkxTldNM0xUSTFNR010TkROaFlTMDVNVGRtTFdNeU9EWTRNamszTXpaalpTSXNJbmR2Y210bWJHOTNTV1FpT2lJNE9XWmhOelV4Tmkxak5UVTRMVFJpTVdVdE9HVmxZeTFtWlRsa1pUUXhZVEZqWmpRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWmpZellUTTVOek10TWpOaFpDMDBNR0kyTFdJNFpqSXRaamN4T1dGbE9ERXdOemRrSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -3267,7 +3390,7 @@ "no-cache" ], "x-ms-request-id": [ - "4ca207f2-096d-4a53-8b51-830416a4c629" + "e019bd25-e82c-4e57-868a-1cd51e89a46c" ], "X-Content-Type-Options": [ "nosniff" @@ -3285,41 +3408,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11987" ], "x-ms-correlation-request-id": [ - "48002eba-8add-46e8-bef2-09659d7fcbdb" + "e99cb721-ba26-4cc6-9b88-a93641791078" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162334Z:48002eba-8add-46e8-bef2-09659d7fcbdb" + "WESTUS:20200623T085419Z:e99cb721-ba26-4cc6-9b88-a93641791078" ], "Date": [ - "Wed, 03 Jul 2019 16:23:34 GMT" + "Tue, 23 Jun 2020 08:54:19 GMT" ], "Content-Length": [ - "447" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflow/8b7a8776-10af-4ab2-9735-951a6d63316c/operationresults/d2edd364-c194-481b-b929-a460ccee714b\",\r\n \"name\": \"d2edd364-c194-481b-b929-a460ccee714b\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T16:23:24.5094733Z\",\r\n \"endTime\": \"2019-07-03T16:23:28.7945795Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI4OWZhNzUxNi1jNTU4LTRiMWUtOGVlYy1mZTlkZTQxYTFjZjQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZjYzYTM5NzMtMjNhZC00MGI2LWI4ZjItZjcxOWFlODEwNzdkIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI4OWZhNzUxNi1jNTU4LTRiMWUtOGVlYy1mZTlkZTQxYTFjZjQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZjYzYTM5NzMtMjNhZC00MGI2LWI4ZjItZjcxOWFlODEwNzdkIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T08:54:10.421872Z\",\r\n \"endTime\": \"2020-06-23T08:54:14.3666316Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/8b7a8776-10af-4ab2-9735-951a6d63316c/operationresults/d2edd364-c194-481b-b929-a460ccee714b?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3dvcmtmbG93cy84YjdhODc3Ni0xMGFmLTRhYjItOTczNS05NTFhNmQ2MzMxNmMvb3BlcmF0aW9ucmVzdWx0cy9kMmVkZDM2NC1jMTk0LTQ4MWItYjkyOS1hNDYwY2NlZTcxNGI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI4OWZhNzUxNi1jNTU4LTRiMWUtOGVlYy1mZTlkZTQxYTFjZjQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZjYzYTM5NzMtMjNhZC00MGI2LWI4ZjItZjcxOWFlODEwNzdkIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmlZMkkxTldNM0xUSTFNR010TkROaFlTMDVNVGRtTFdNeU9EWTRNamszTXpaalpTSXNJbmR2Y210bWJHOTNTV1FpT2lJNE9XWmhOelV4Tmkxak5UVTRMVFJpTVdVdE9HVmxZeTFtWlRsa1pUUXhZVEZqWmpRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWmpZellUTTVOek10TWpOaFpDMDBNR0kyTFdJNFpqSXRaamN4T1dGbE9ERXdOemRrSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -3330,7 +3453,7 @@ "no-cache" ], "x-ms-request-id": [ - "28b871e4-5ebd-4541-b9d2-47aaf0b0b555" + "0f35ae3c-5b78-4714-bbc7-568f9791eb95" ], "X-Content-Type-Options": [ "nosniff" @@ -3348,16 +3471,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11986" ], "x-ms-correlation-request-id": [ - "de18209a-08f3-440d-8e21-e529fc21972f" + "328b4319-4bcc-4daf-b8ec-87d1b47e1210" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162334Z:de18209a-08f3-440d-8e21-e529fc21972f" + "WESTUS:20200623T085419Z:328b4319-4bcc-4daf-b8ec-87d1b47e1210" ], "Date": [ - "Wed, 03 Jul 2019 16:23:34 GMT" + "Tue, 23 Jun 2020 08:54:19 GMT" ], "Expires": [ "-1" @@ -3370,22 +3493,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.StorageSync/storageSyncServices/sssps2459/syncGroups/sgps9960/cloudEndpoints/cepps3845?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3N5bmNHcm91cHMvc2dwczk5NjAvY2xvdWRFbmRwb2ludHMvY2VwcHMzODQ1P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps3934/syncGroups/sgps6916/cloudEndpoints/cepps7492?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTM0L3N5bmNHcm91cHMvc2dwczY5MTYvY2xvdWRFbmRwb2ludHMvY2VwcHM3NDkyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6056e396-e644-46c8-8cab-adf8676e783c" + "69b62074-b798-41ba-bb81-ea6eb743bec7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -3396,16 +3519,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/40e08d27-3520-48b5-addf-088be3f2d7e1/operationresults/e257ccf6-34a1-4416-a147-709940528cbd?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJmNmQ4MGIyNC1jMTY5LTQwNDAtOTZkMi1mNTlmYWZkNTk1NDEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDhiOWU0ZTctY2E0Ni00NTU4LWI5NDItMmRlNjExOTE3ZDY4In0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/40e08d27-3520-48b5-addf-088be3f2d7e1/operations/e257ccf6-34a1-4416-a147-709940528cbd?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJmNmQ4MGIyNC1jMTY5LTQwNDAtOTZkMi1mNTlmYWZkNTk1NDEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDhiOWU0ZTctY2E0Ni00NTU4LWI5NDItMmRlNjExOTE3ZDY4In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "14d285ae-88dd-42ad-a567-8eebd22fbb5d" + "621d0f78-ba94-4ff0-a2a7-6ae5c78ddc93" ], "X-Content-Type-Options": [ "nosniff" @@ -3426,13 +3549,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "b6370515-4529-41bc-a21f-a8e9c030700d" + "907e6039-0e21-4bb4-aad4-67d7506390fa" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162336Z:b6370515-4529-41bc-a21f-a8e9c030700d" + "WESTUS:20200623T085421Z:907e6039-0e21-4bb4-aad4-67d7506390fa" ], "Date": [ - "Wed, 03 Jul 2019 16:23:36 GMT" + "Tue, 23 Jun 2020 08:54:21 GMT" ], "Expires": [ "-1" @@ -3445,22 +3568,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.StorageSync/storageSyncServices/sssps2459/syncGroups/sgps9960/cloudEndpoints/cepps3845?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3N5bmNHcm91cHMvc2dwczk5NjAvY2xvdWRFbmRwb2ludHMvY2VwcHMzODQ1P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps3934/syncGroups/sgps6916/cloudEndpoints/cepps7492?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTM0L3N5bmNHcm91cHMvc2dwczY5MTYvY2xvdWRFbmRwb2ludHMvY2VwcHM3NDkyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5873599c-6d34-47f1-8183-88d4762956bc" + "e7ff0454-2d84-4768-900c-f5641d601f3c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -3471,16 +3594,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/5641397a-228e-46d4-8d6b-ad12dc18013e/operationresults/16bc499b-af45-4793-8bf3-db8b9e6217c1?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJiMTNkNGU0Yi1mNWNlLTQ0YmYtYmFiOC05YmE2YWRjMDMyNTkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiY2FiMmIyY2ItZDRlOC00Y2NmLWEwNjgtZWUwMGQ3MmU3MzJkIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/5641397a-228e-46d4-8d6b-ad12dc18013e/operations/16bc499b-af45-4793-8bf3-db8b9e6217c1?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJiMTNkNGU0Yi1mNWNlLTQ0YmYtYmFiOC05YmE2YWRjMDMyNTkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiY2FiMmIyY2ItZDRlOC00Y2NmLWEwNjgtZWUwMGQ3MmU3MzJkIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "255983e9-4c46-49d8-b9e6-5163dfa8828c" + "a7d8d6f4-5b95-496c-a1a6-dda7d7d83ee6" ], "X-Content-Type-Options": [ "nosniff" @@ -3498,16 +3621,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14998" ], "x-ms-correlation-request-id": [ - "ed91f9c4-9c33-4507-a61f-84811dd3689d" + "077ccfad-a5cc-4dce-a3b5-e82e54d23c79" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162441Z:ed91f9c4-9c33-4507-a61f-84811dd3689d" + "WESTUS:20200623T085444Z:077ccfad-a5cc-4dce-a3b5-e82e54d23c79" ], "Date": [ - "Wed, 03 Jul 2019 16:24:41 GMT" + "Tue, 23 Jun 2020 08:54:43 GMT" ], "Expires": [ "-1" @@ -3520,22 +3643,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.StorageSync/storageSyncServices/sssps2459/syncGroups/sgps9960/cloudEndpoints/cepps3845?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3N5bmNHcm91cHMvc2dwczk5NjAvY2xvdWRFbmRwb2ludHMvY2VwcHMzODQ1P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps3934/syncGroups/sgps6916/cloudEndpoints/cepps7492?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTM0L3N5bmNHcm91cHMvc2dwczY5MTYvY2xvdWRFbmRwb2ludHMvY2VwcHM3NDkyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6a873495-b5bf-4130-9f2a-786d0d3f8310" + "93a0346a-c947-49a7-ba29-88e1e25a0bd1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -3546,16 +3669,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/a5fa4a98-c955-4340-95cd-68c2ac47b284/operationresults/f3330d5f-58e5-4574-a3bf-8cacc529d8e2?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJjNjI1MzA5NS04YmFkLTQyNjUtYjMyOC03MzJiYjA5NWNhNjAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzRmNGFlMTAtODE1Yy00ZmNhLThjNjktMDkzMzRhM2M3YWI1In0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/a5fa4a98-c955-4340-95cd-68c2ac47b284/operations/f3330d5f-58e5-4574-a3bf-8cacc529d8e2?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJjNjI1MzA5NS04YmFkLTQyNjUtYjMyOC03MzJiYjA5NWNhNjAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzRmNGFlMTAtODE1Yy00ZmNhLThjNjktMDkzMzRhM2M3YWI1In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "4c99ec5c-87bb-4d2a-9db7-7faebc7f7e3c" + "69e29b59-8339-494b-a656-bda41afc0a57" ], "X-Content-Type-Options": [ "nosniff" @@ -3573,16 +3696,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14997" ], "x-ms-correlation-request-id": [ - "d31e7348-70ff-4424-a130-a8b62a266acd" + "c0a6ddc4-53f6-4e2f-9131-d6c9fb5d3ffd" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162504Z:d31e7348-70ff-4424-a130-a8b62a266acd" + "WESTUS:20200623T085506Z:c0a6ddc4-53f6-4e2f-9131-d6c9fb5d3ffd" ], "Date": [ - "Wed, 03 Jul 2019 16:25:03 GMT" + "Tue, 23 Jun 2020 08:55:05 GMT" ], "Expires": [ "-1" @@ -3595,16 +3718,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/40e08d27-3520-48b5-addf-088be3f2d7e1/operations/e257ccf6-34a1-4416-a147-709940528cbd?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3dvcmtmbG93cy80MGUwOGQyNy0zNTIwLTQ4YjUtYWRkZi0wODhiZTNmMmQ3ZTEvb3BlcmF0aW9ucy9lMjU3Y2NmNi0zNGExLTQ0MTYtYTE0Ny03MDk5NDA1MjhjYmQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJmNmQ4MGIyNC1jMTY5LTQwNDAtOTZkMi1mNTlmYWZkNTk1NDEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDhiOWU0ZTctY2E0Ni00NTU4LWI5NDItMmRlNjExOTE3ZDY4In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmlZMkkxTldNM0xUSTFNR010TkROaFlTMDVNVGRtTFdNeU9EWTRNamszTXpaalpTSXNJbmR2Y210bWJHOTNTV1FpT2lKbU5tUTRNR0l5TkMxak1UWTVMVFF3TkRBdE9UWmtNaTFtTlRsbVlXWmtOVGsxTkRFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTkRoaU9XVTBaVGN0WTJFME5pMDBOVFU0TFdJNU5ESXRNbVJsTmpFeE9URTNaRFk0SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -3615,7 +3738,7 @@ "no-cache" ], "x-ms-request-id": [ - "47848d02-e3cc-432c-8c27-6f04508c235d" + "05f464b5-f2d1-432d-a9ad-4dedbb65cbeb" ], "X-Content-Type-Options": [ "nosniff" @@ -3633,41 +3756,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11982" ], "x-ms-correlation-request-id": [ - "3a9c9650-2645-4c36-a52e-031856162774" + "fee3792a-51d1-479c-9e9a-f94d4854b09b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162346Z:3a9c9650-2645-4c36-a52e-031856162774" + "WESTUS:20200623T085431Z:fee3792a-51d1-479c-9e9a-f94d4854b09b" ], "Date": [ - "Wed, 03 Jul 2019 16:23:46 GMT" + "Tue, 23 Jun 2020 08:54:31 GMT" ], "Content-Length": [ - "460" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflow/40e08d27-3520-48b5-addf-088be3f2d7e1/operationresults/e257ccf6-34a1-4416-a147-709940528cbd\",\r\n \"name\": \"e257ccf6-34a1-4416-a147-709940528cbd\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:23:37.0268257Z\",\r\n \"endTime\": \"2019-07-03T16:23:40.2145078Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJmNmQ4MGIyNC1jMTY5LTQwNDAtOTZkMi1mNTlmYWZkNTk1NDEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDhiOWU0ZTctY2E0Ni00NTU4LWI5NDItMmRlNjExOTE3ZDY4In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJmNmQ4MGIyNC1jMTY5LTQwNDAtOTZkMi1mNTlmYWZkNTk1NDEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDhiOWU0ZTctY2E0Ni00NTU4LWI5NDItMmRlNjExOTE3ZDY4In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T08:54:22.5896858Z\",\r\n \"endTime\": \"2020-06-23T08:54:29.2399936Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/40e08d27-3520-48b5-addf-088be3f2d7e1/operations/e257ccf6-34a1-4416-a147-709940528cbd?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3dvcmtmbG93cy80MGUwOGQyNy0zNTIwLTQ4YjUtYWRkZi0wODhiZTNmMmQ3ZTEvb3BlcmF0aW9ucy9lMjU3Y2NmNi0zNGExLTQ0MTYtYTE0Ny03MDk5NDA1MjhjYmQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJmNmQ4MGIyNC1jMTY5LTQwNDAtOTZkMi1mNTlmYWZkNTk1NDEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDhiOWU0ZTctY2E0Ni00NTU4LWI5NDItMmRlNjExOTE3ZDY4In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmlZMkkxTldNM0xUSTFNR010TkROaFlTMDVNVGRtTFdNeU9EWTRNamszTXpaalpTSXNJbmR2Y210bWJHOTNTV1FpT2lKbU5tUTRNR0l5TkMxak1UWTVMVFF3TkRBdE9UWmtNaTFtTlRsbVlXWmtOVGsxTkRFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTkRoaU9XVTBaVGN0WTJFME5pMDBOVFU0TFdJNU5ESXRNbVJsTmpFeE9URTNaRFk0SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -3678,7 +3801,7 @@ "no-cache" ], "x-ms-request-id": [ - "9edf544d-b3fd-4a3d-8ade-6db764e27523" + "d5db5aa3-9736-43e8-bac9-ce521c5bd82b" ], "X-Content-Type-Options": [ "nosniff" @@ -3696,41 +3819,38 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11981" ], "x-ms-correlation-request-id": [ - "764fa693-e8be-4367-89bb-a5d68992d506" + "4673e48c-ed92-4ebd-b90f-d43ee1820fa0" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162357Z:764fa693-e8be-4367-89bb-a5d68992d506" + "WESTUS:20200623T085431Z:4673e48c-ed92-4ebd-b90f-d43ee1820fa0" ], "Date": [ - "Wed, 03 Jul 2019 16:23:56 GMT" - ], - "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Tue, 23 Jun 2020 08:54:31 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflow/40e08d27-3520-48b5-addf-088be3f2d7e1/operationresults/e257ccf6-34a1-4416-a147-709940528cbd\",\r\n \"name\": \"e257ccf6-34a1-4416-a147-709940528cbd\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:23:37.0268257Z\",\r\n \"endTime\": \"2019-07-03T16:23:40.2145078Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/40e08d27-3520-48b5-addf-088be3f2d7e1/operations/e257ccf6-34a1-4416-a147-709940528cbd?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3dvcmtmbG93cy80MGUwOGQyNy0zNTIwLTQ4YjUtYWRkZi0wODhiZTNmMmQ3ZTEvb3BlcmF0aW9ucy9lMjU3Y2NmNi0zNGExLTQ0MTYtYTE0Ny03MDk5NDA1MjhjYmQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJhMGJmNTZjNi1jZmMwLTQxMzAtYjYyOS04ZGU5YjhjNzczYTciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNWFiMTAyNTgtY2FmZi00NDMyLWIwZTktMzAwMGUzOWViMjg4In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmlZMkkxTldNM0xUSTFNR010TkROaFlTMDVNVGRtTFdNeU9EWTRNamszTXpaalpTSXNJbmR2Y210bWJHOTNTV1FpT2lKaE1HSm1OVFpqTmkxalptTXdMVFF4TXpBdFlqWXlPUzA0WkdVNVlqaGpOemN6WVRjaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTldGaU1UQXlOVGd0WTJGbVppMDBORE15TFdJd1pUa3RNekF3TUdVek9XVmlNamc0SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -3741,7 +3861,7 @@ "no-cache" ], "x-ms-request-id": [ - "c41313de-2718-43e4-be25-cc0af498bfa6" + "31a02305-6b60-4dae-ab52-f9046a4b2c39" ], "X-Content-Type-Options": [ "nosniff" @@ -3762,101 +3882,38 @@ "11979" ], "x-ms-correlation-request-id": [ - "7de68ae0-4afe-4b8b-8f83-8c9fbc50c24a" + "bee3ca55-0992-499d-bf88-ef3d77b59424" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162407Z:7de68ae0-4afe-4b8b-8f83-8c9fbc50c24a" + "WESTUS:20200623T085443Z:bee3ca55-0992-499d-bf88-ef3d77b59424" ], "Date": [ - "Wed, 03 Jul 2019 16:24:07 GMT" + "Tue, 23 Jun 2020 08:54:43 GMT" ], "Content-Length": [ - "460" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflow/40e08d27-3520-48b5-addf-088be3f2d7e1/operationresults/e257ccf6-34a1-4416-a147-709940528cbd\",\r\n \"name\": \"e257ccf6-34a1-4416-a147-709940528cbd\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:23:37.0268257Z\",\r\n \"endTime\": \"2019-07-03T16:23:40.2145078Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/40e08d27-3520-48b5-addf-088be3f2d7e1/operations/e257ccf6-34a1-4416-a147-709940528cbd?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3dvcmtmbG93cy80MGUwOGQyNy0zNTIwLTQ4YjUtYWRkZi0wODhiZTNmMmQ3ZTEvb3BlcmF0aW9ucy9lMjU3Y2NmNi0zNGExLTQ0MTYtYTE0Ny03MDk5NDA1MjhjYmQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "fb7e6b7f-a0f5-483c-afda-9fcf576cf9ae" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-correlation-request-id": [ - "5c233797-afea-4b31-9f4b-0673634bef91" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T162418Z:5c233797-afea-4b31-9f4b-0673634bef91" - ], - "Date": [ - "Wed, 03 Jul 2019 16:24:17 GMT" - ], - "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflow/40e08d27-3520-48b5-addf-088be3f2d7e1/operationresults/e257ccf6-34a1-4416-a147-709940528cbd\",\r\n \"name\": \"e257ccf6-34a1-4416-a147-709940528cbd\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:23:37.0268257Z\",\r\n \"endTime\": \"2019-07-03T16:23:40.2145078Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJhMGJmNTZjNi1jZmMwLTQxMzAtYjYyOS04ZGU5YjhjNzczYTciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNWFiMTAyNTgtY2FmZi00NDMyLWIwZTktMzAwMGUzOWViMjg4In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJhMGJmNTZjNi1jZmMwLTQxMzAtYjYyOS04ZGU5YjhjNzczYTciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNWFiMTAyNTgtY2FmZi00NDMyLWIwZTktMzAwMGUzOWViMjg4In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T08:54:34.7088634Z\",\r\n \"endTime\": \"2020-06-23T08:54:40.3711934Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/40e08d27-3520-48b5-addf-088be3f2d7e1/operations/e257ccf6-34a1-4416-a147-709940528cbd?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3dvcmtmbG93cy80MGUwOGQyNy0zNTIwLTQ4YjUtYWRkZi0wODhiZTNmMmQ3ZTEvb3BlcmF0aW9ucy9lMjU3Y2NmNi0zNGExLTQ0MTYtYTE0Ny03MDk5NDA1MjhjYmQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJiMTNkNGU0Yi1mNWNlLTQ0YmYtYmFiOC05YmE2YWRjMDMyNTkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiY2FiMmIyY2ItZDRlOC00Y2NmLWEwNjgtZWUwMGQ3MmU3MzJkIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmlZMkkxTldNM0xUSTFNR010TkROaFlTMDVNVGRtTFdNeU9EWTRNamszTXpaalpTSXNJbmR2Y210bWJHOTNTV1FpT2lKaU1UTmtOR1UwWWkxbU5XTmxMVFEwWW1ZdFltRmlPQzA1WW1FMllXUmpNRE15TlRraUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWTJGaU1tSXlZMkl0WkRSbE9DMDBZMk5tTFdFd05qZ3RaV1V3TUdRM01tVTNNekprSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -3867,7 +3924,7 @@ "no-cache" ], "x-ms-request-id": [ - "16a558a1-08b8-446f-b4db-1f005a3df5a9" + "e40dd13c-5da0-4626-9a13-982aa732753c" ], "X-Content-Type-Options": [ "nosniff" @@ -3888,38 +3945,38 @@ "11977" ], "x-ms-correlation-request-id": [ - "15007dca-98b5-4175-860b-491ad2db8285" + "6b136677-8735-4a89-831d-445764522378" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162429Z:15007dca-98b5-4175-860b-491ad2db8285" + "WESTUS:20200623T085454Z:6b136677-8735-4a89-831d-445764522378" ], "Date": [ - "Wed, 03 Jul 2019 16:24:28 GMT" + "Tue, 23 Jun 2020 08:54:54 GMT" ], "Content-Length": [ - "446" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflow/40e08d27-3520-48b5-addf-088be3f2d7e1/operationresults/e257ccf6-34a1-4416-a147-709940528cbd\",\r\n \"name\": \"e257ccf6-34a1-4416-a147-709940528cbd\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T16:23:37.0268257Z\",\r\n \"endTime\": \"2019-07-03T16:24:26.654529Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJiMTNkNGU0Yi1mNWNlLTQ0YmYtYmFiOC05YmE2YWRjMDMyNTkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiY2FiMmIyY2ItZDRlOC00Y2NmLWEwNjgtZWUwMGQ3MmU3MzJkIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJiMTNkNGU0Yi1mNWNlLTQ0YmYtYmFiOC05YmE2YWRjMDMyNTkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiY2FiMmIyY2ItZDRlOC00Y2NmLWEwNjgtZWUwMGQ3MmU3MzJkIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T08:54:44.571565Z\",\r\n \"endTime\": \"2020-06-23T08:54:48.4740142Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/40e08d27-3520-48b5-addf-088be3f2d7e1/operationresults/e257ccf6-34a1-4416-a147-709940528cbd?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3dvcmtmbG93cy80MGUwOGQyNy0zNTIwLTQ4YjUtYWRkZi0wODhiZTNmMmQ3ZTEvb3BlcmF0aW9ucmVzdWx0cy9lMjU3Y2NmNi0zNGExLTQ0MTYtYTE0Ny03MDk5NDA1MjhjYmQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJiMTNkNGU0Yi1mNWNlLTQ0YmYtYmFiOC05YmE2YWRjMDMyNTkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiY2FiMmIyY2ItZDRlOC00Y2NmLWEwNjgtZWUwMGQ3MmU3MzJkIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmlZMkkxTldNM0xUSTFNR010TkROaFlTMDVNVGRtTFdNeU9EWTRNamszTXpaalpTSXNJbmR2Y210bWJHOTNTV1FpT2lKaU1UTmtOR1UwWWkxbU5XTmxMVFEwWW1ZdFltRmlPQzA1WW1FMllXUmpNRE15TlRraUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWTJGaU1tSXlZMkl0WkRSbE9DMDBZMk5tTFdFd05qZ3RaV1V3TUdRM01tVTNNekprSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -3930,7 +3987,7 @@ "no-cache" ], "x-ms-request-id": [ - "9ff6ca43-ddae-4290-bfd7-f18835cbcf81" + "5a72dfb4-37d6-4dcc-bfee-375561bcb58b" ], "X-Content-Type-Options": [ "nosniff" @@ -3951,13 +4008,13 @@ "11976" ], "x-ms-correlation-request-id": [ - "110f4fc5-6b9e-443f-b607-3c2d978f8b28" + "a17f6a51-b9f2-479c-9473-21262bdc0928" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162429Z:110f4fc5-6b9e-443f-b607-3c2d978f8b28" + "WESTUS:20200623T085454Z:a17f6a51-b9f2-479c-9473-21262bdc0928" ], "Date": [ - "Wed, 03 Jul 2019 16:24:28 GMT" + "Tue, 23 Jun 2020 08:54:54 GMT" ], "Expires": [ "-1" @@ -3970,16 +4027,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/9cc074aa-c03f-4d48-9843-1acdb83099b8/operations/0c530de2-55d1-446d-812f-c72930c17b25?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3dvcmtmbG93cy85Y2MwNzRhYS1jMDNmLTRkNDgtOTg0My0xYWNkYjgzMDk5Yjgvb3BlcmF0aW9ucy8wYzUzMGRlMi01NWQxLTQ0NmQtODEyZi1jNzI5MzBjMTdiMjU/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiIyYzU0ZWE2Yy0wYWI0LTQxNzUtOWE2MS1mY2JhNWJjYTUxMzUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiM2RhZWJlZDctMjQxZS00MjM3LWI5MTEtOGQ4MTAwNjcyMDczIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmlZMkkxTldNM0xUSTFNR010TkROaFlTMDVNVGRtTFdNeU9EWTRNamszTXpaalpTSXNJbmR2Y210bWJHOTNTV1FpT2lJeVl6VTBaV0UyWXkwd1lXSTBMVFF4TnpVdE9XRTJNUzFtWTJKaE5XSmpZVFV4TXpVaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTTJSaFpXSmxaRGN0TWpReFpTMDBNak0zTFdJNU1URXRPR1E0TVRBd05qY3lNRGN6SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -3990,7 +4047,7 @@ "no-cache" ], "x-ms-request-id": [ - "2177d2eb-8d81-4107-a38f-f99b75e5ea79" + "496055ca-8aed-4c0d-8eb9-7d5680cdff4b" ], "X-Content-Type-Options": [ "nosniff" @@ -4008,41 +4065,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11974" ], "x-ms-correlation-request-id": [ - "7248ee09-9823-4def-b8ad-d455de5e66f3" + "af3d7e72-44e8-47d5-9758-82cb48c51b0e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162441Z:7248ee09-9823-4def-b8ad-d455de5e66f3" + "WESTUS:20200623T085505Z:af3d7e72-44e8-47d5-9758-82cb48c51b0e" ], "Date": [ - "Wed, 03 Jul 2019 16:24:40 GMT" + "Tue, 23 Jun 2020 08:55:05 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflow/9cc074aa-c03f-4d48-9843-1acdb83099b8/operationresults/0c530de2-55d1-446d-812f-c72930c17b25\",\r\n \"name\": \"0c530de2-55d1-446d-812f-c72930c17b25\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T16:24:30.8666836Z\",\r\n \"endTime\": \"2019-07-03T16:24:36.4182116Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiIyYzU0ZWE2Yy0wYWI0LTQxNzUtOWE2MS1mY2JhNWJjYTUxMzUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiM2RhZWJlZDctMjQxZS00MjM3LWI5MTEtOGQ4MTAwNjcyMDczIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiIyYzU0ZWE2Yy0wYWI0LTQxNzUtOWE2MS1mY2JhNWJjYTUxMzUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiM2RhZWJlZDctMjQxZS00MjM3LWI5MTEtOGQ4MTAwNjcyMDczIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T08:54:56.6818198Z\",\r\n \"endTime\": \"2020-06-23T08:55:01.2849513Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/5641397a-228e-46d4-8d6b-ad12dc18013e/operations/16bc499b-af45-4793-8bf3-db8b9e6217c1?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3dvcmtmbG93cy81NjQxMzk3YS0yMjhlLTQ2ZDQtOGQ2Yi1hZDEyZGMxODAxM2Uvb3BlcmF0aW9ucy8xNmJjNDk5Yi1hZjQ1LTQ3OTMtOGJmMy1kYjhiOWU2MjE3YzE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJjNjI1MzA5NS04YmFkLTQyNjUtYjMyOC03MzJiYjA5NWNhNjAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzRmNGFlMTAtODE1Yy00ZmNhLThjNjktMDkzMzRhM2M3YWI1In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmlZMkkxTldNM0xUSTFNR010TkROaFlTMDVNVGRtTFdNeU9EWTRNamszTXpaalpTSXNJbmR2Y210bWJHOTNTV1FpT2lKak5qSTFNekE1TlMwNFltRmtMVFF5TmpVdFlqTXlPQzAzTXpKaVlqQTVOV05oTmpBaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWXpSbU5HRmxNVEF0T0RFMVl5MDBabU5oTFRoak5qa3RNRGt6TXpSaE0yTTNZV0kxSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -4053,7 +4110,7 @@ "no-cache" ], "x-ms-request-id": [ - "a7050e76-055c-4577-a684-7aa665bbecb5" + "96d940bf-724a-4ec8-b1ee-81441c5ff937" ], "X-Content-Type-Options": [ "nosniff" @@ -4071,41 +4128,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11972" ], "x-ms-correlation-request-id": [ - "cf5ee927-8907-484e-91f9-f8a8eb939f42" + "a2ea75b1-bb57-4baa-b82b-feb08e683678" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162452Z:cf5ee927-8907-484e-91f9-f8a8eb939f42" + "WESTUS:20200623T085516Z:a2ea75b1-bb57-4baa-b82b-feb08e683678" ], "Date": [ - "Wed, 03 Jul 2019 16:24:51 GMT" + "Tue, 23 Jun 2020 08:55:15 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflow/5641397a-228e-46d4-8d6b-ad12dc18013e/operationresults/16bc499b-af45-4793-8bf3-db8b9e6217c1\",\r\n \"name\": \"16bc499b-af45-4793-8bf3-db8b9e6217c1\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T16:24:42.6352369Z\",\r\n \"endTime\": \"2019-07-03T16:24:46.4635151Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJjNjI1MzA5NS04YmFkLTQyNjUtYjMyOC03MzJiYjA5NWNhNjAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzRmNGFlMTAtODE1Yy00ZmNhLThjNjktMDkzMzRhM2M3YWI1In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJjNjI1MzA5NS04YmFkLTQyNjUtYjMyOC03MzJiYjA5NWNhNjAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzRmNGFlMTAtODE1Yy00ZmNhLThjNjktMDkzMzRhM2M3YWI1In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T08:55:06.9000255Z\",\r\n \"endTime\": \"2020-06-23T08:55:10.6793673Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/5641397a-228e-46d4-8d6b-ad12dc18013e/operationresults/16bc499b-af45-4793-8bf3-db8b9e6217c1?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3dvcmtmbG93cy81NjQxMzk3YS0yMjhlLTQ2ZDQtOGQ2Yi1hZDEyZGMxODAxM2Uvb3BlcmF0aW9ucmVzdWx0cy8xNmJjNDk5Yi1hZjQ1LTQ3OTMtOGJmMy1kYjhiOWU2MjE3YzE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiJjNjI1MzA5NS04YmFkLTQyNjUtYjMyOC03MzJiYjA5NWNhNjAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzRmNGFlMTAtODE1Yy00ZmNhLThjNjktMDkzMzRhM2M3YWI1In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmlZMkkxTldNM0xUSTFNR010TkROaFlTMDVNVGRtTFdNeU9EWTRNamszTXpaalpTSXNJbmR2Y210bWJHOTNTV1FpT2lKak5qSTFNekE1TlMwNFltRmtMVFF5TmpVdFlqTXlPQzAzTXpKaVlqQTVOV05oTmpBaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWXpSbU5HRmxNVEF0T0RFMVl5MDBabU5oTFRoak5qa3RNRGt6TXpSaE0yTTNZV0kxSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -4116,7 +4173,7 @@ "no-cache" ], "x-ms-request-id": [ - "ef38698b-2b29-4322-8ad6-0caeb670c5b5" + "18bb6641-c54e-4b5d-ab70-fd97b192f03a" ], "X-Content-Type-Options": [ "nosniff" @@ -4134,16 +4191,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11971" ], "x-ms-correlation-request-id": [ - "32c02c65-2dbc-4217-b890-131dc6d16a2d" + "1b9acecb-f6bd-4080-bda7-3713b67b7417" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162452Z:32c02c65-2dbc-4217-b890-131dc6d16a2d" + "WESTUS:20200623T085516Z:1b9acecb-f6bd-4080-bda7-3713b67b7417" ], "Date": [ - "Wed, 03 Jul 2019 16:24:52 GMT" + "Tue, 23 Jun 2020 08:55:16 GMT" ], "Expires": [ "-1" @@ -4156,16 +4213,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/904165be-d06c-43bf-8a5e-d390f79d6fc5/operations/92942fcf-1d39-4b9f-b28a-bf832d64efa5?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3dvcmtmbG93cy85MDQxNjViZS1kMDZjLTQzYmYtOGE1ZS1kMzkwZjc5ZDZmYzUvb3BlcmF0aW9ucy85Mjk0MmZjZi0xZDM5LTRiOWYtYjI4YS1iZjgzMmQ2NGVmYTU/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps3934/syncGroups/sgps6916?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTM0L3N5bmNHcm91cHMvc2dwczY5MTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "3cd98d58-6f14-4c1b-a5da-73f051659b68" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -4176,7 +4239,7 @@ "no-cache" ], "x-ms-request-id": [ - "0f91476b-bc38-43a0-81e4-07f5de9c8547" + "c453f6b9-09c3-437a-959d-e79698e6259b" ], "X-Content-Type-Options": [ "nosniff" @@ -4193,42 +4256,45 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14996" ], "x-ms-correlation-request-id": [ - "27b5b3f9-07d8-41e3-afe2-20ed03c08cd8" + "8c5d3575-f1aa-4c6f-aa9f-5016f3966dda" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162503Z:27b5b3f9-07d8-41e3-afe2-20ed03c08cd8" + "WESTUS:20200623T085517Z:8c5d3575-f1aa-4c6f-aa9f-5016f3966dda" ], "Date": [ - "Wed, 03 Jul 2019 16:25:03 GMT" - ], - "Content-Length": [ - "446" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Tue, 23 Jun 2020 08:55:16 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflow/904165be-d06c-43bf-8a5e-d390f79d6fc5/operationresults/92942fcf-1d39-4b9f-b28a-bf832d64efa5\",\r\n \"name\": \"92942fcf-1d39-4b9f-b28a-bf832d64efa5\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T16:24:53.555621Z\",\r\n \"endTime\": \"2019-07-03T16:25:00.6847356Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/a5fa4a98-c955-4340-95cd-68c2ac47b284/operations/f3330d5f-58e5-4574-a3bf-8cacc529d8e2?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3dvcmtmbG93cy9hNWZhNGE5OC1jOTU1LTQzNDAtOTVjZC02OGMyYWM0N2IyODQvb3BlcmF0aW9ucy9mMzMzMGQ1Zi01OGU1LTQ1NzQtYTNiZi04Y2FjYzUyOWQ4ZTI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps3934?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTM0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "eed38837-7dad-4169-82b0-e1fdbf78542c" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -4238,71 +4304,17 @@ "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "06dca5b4-0440-4835-af53-26dfa46a3726" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11991" - ], - "x-ms-correlation-request-id": [ - "871d5a65-3785-4cce-81a7-7d5743950706" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T162516Z:871d5a65-3785-4cce-81a7-7d5743950706" - ], - "Date": [ - "Wed, 03 Jul 2019 16:25:16 GMT" - ], - "Content-Length": [ - "447" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI3MjM2Mzg4OC1kMjk0LTQzMGUtYTJkNC0yMTU4Mzg4ZTViMjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYWE1NTI1NGItYzQzMC00MmIxLThmNjUtOThmZjE3MjdlZTc5In0=?api-version=2020-03-01" ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflow/a5fa4a98-c955-4340-95cd-68c2ac47b284/operationresults/f3330d5f-58e5-4574-a3bf-8cacc529d8e2\",\r\n \"name\": \"f3330d5f-58e5-4574-a3bf-8cacc529d8e2\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T16:25:04.8179532Z\",\r\n \"endTime\": \"2019-07-03T16:25:08.7184592Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/microsoft.storagesync/storageSyncServices/sssps2459/workflows/a5fa4a98-c955-4340-95cd-68c2ac47b284/operationresults/f3330d5f-58e5-4574-a3bf-8cacc529d8e2?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3dvcmtmbG93cy9hNWZhNGE5OC1jOTU1LTQzNDAtOTVjZC02OGMyYWM0N2IyODQvb3BlcmF0aW9ucmVzdWx0cy9mMzMzMGQ1Zi01OGU1LTQ1NzQtYTNiZi04Y2FjYzUyOWQ4ZTI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Retry-After": [ + "10" ], - "Pragma": [ - "no-cache" + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI3MjM2Mzg4OC1kMjk0LTQzMGUtYTJkNC0yMTU4Mzg4ZTViMjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYWE1NTI1NGItYzQzMC00MmIxLThmNjUtOThmZjE3MjdlZTc5In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "a3a08ecb-3105-4082-b23b-cb1966dfbe17" + "c88ee5c0-6616-45b5-b0ef-71dc1ca028cd" ], "X-Content-Type-Options": [ "nosniff" @@ -4319,17 +4331,17 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14995" ], "x-ms-correlation-request-id": [ - "e7e11aa5-f0e9-4297-a6ed-c7b02b127482" + "c5e7948b-3b45-472c-b652-6b555805e56a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162517Z:e7e11aa5-f0e9-4297-a6ed-c7b02b127482" + "WESTUS:20200623T085517Z:c5e7948b-3b45-472c-b652-6b555805e56a" ], "Date": [ - "Wed, 03 Jul 2019 16:25:16 GMT" + "Tue, 23 Jun 2020 08:55:17 GMT" ], "Expires": [ "-1" @@ -4339,25 +4351,19 @@ ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.StorageSync/storageSyncServices/sssps2459/syncGroups/sgps9960?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5L3N5bmNHcm91cHMvc2dwczk5NjA/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI3MjM2Mzg4OC1kMjk0LTQzMGUtYTJkNC0yMTU4Mzg4ZTViMjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYWE1NTI1NGItYzQzMC00MmIxLThmNjUtOThmZjE3MjdlZTc5In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmlZMkkxTldNM0xUSTFNR010TkROaFlTMDVNVGRtTFdNeU9EWTRNamszTXpaalpTSXNJbmR2Y210bWJHOTNTV1FpT2lJM01qTTJNemc0T0Mxa01qazBMVFF6TUdVdFlUSmtOQzB5TVRVNE16ZzRaVFZpTWpjaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVdFMU5USTFOR0l0WXpRek1DMDBNbUl4TFRobU5qVXRPVGhtWmpFM01qZGxaVGM1SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "458b2396-1b65-4cb8-967f-7739f34c39a1" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -4368,7 +4374,7 @@ "no-cache" ], "x-ms-request-id": [ - "931937e1-d3c7-4a21-9342-861494f09a3a" + "0347177d-cbde-41e1-a096-0ef3128558be" ], "X-Content-Type-Options": [ "nosniff" @@ -4385,45 +4391,42 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11970" ], "x-ms-correlation-request-id": [ - "25dd4b60-44b1-46a6-bee1-f155ad4e796e" + "e773b3f7-b37c-43cb-9a68-3d67704b2449" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162518Z:25dd4b60-44b1-46a6-bee1-f155ad4e796e" + "WESTUS:20200623T085527Z:e773b3f7-b37c-43cb-9a68-3d67704b2449" ], "Date": [ - "Wed, 03 Jul 2019 16:25:17 GMT" + "Tue, 23 Jun 2020 08:55:27 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI3MjM2Mzg4OC1kMjk0LTQzMGUtYTJkNC0yMTU4Mzg4ZTViMjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYWE1NTI1NGItYzQzMC00MmIxLThmNjUtOThmZjE3MjdlZTc5In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI3MjM2Mzg4OC1kMjk0LTQzMGUtYTJkNC0yMTU4Mzg4ZTViMjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYWE1NTI1NGItYzQzMC00MmIxLThmNjUtOThmZjE3MjdlZTc5In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T08:55:17.9000456Z\",\r\n \"endTime\": \"2020-06-23T08:55:23.6048291Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.StorageSync/storageSyncServices/sssps2459?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDU5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiY2I1NWM3LTI1MGMtNDNhYS05MTdmLWMyODY4Mjk3MzZjZSIsIndvcmtmbG93SWQiOiI3MjM2Mzg4OC1kMjk0LTQzMGUtYTJkNC0yMTU4Mzg4ZTViMjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYWE1NTI1NGItYzQzMC00MmIxLThmNjUtOThmZjE3MjdlZTc5In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmlZMkkxTldNM0xUSTFNR010TkROaFlTMDVNVGRtTFdNeU9EWTRNamszTXpaalpTSXNJbmR2Y210bWJHOTNTV1FpT2lJM01qTTJNemc0T0Mxa01qazBMVFF6TUdVdFlUSmtOQzB5TVRVNE16ZzRaVFZpTWpjaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVdFMU5USTFOR0l0WXpRek1DMDBNbUl4TFRobU5qVXRPVGhtWmpFM01qZGxaVGM1SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "2378dd81-3298-4019-b44f-ce86918972da" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -4434,7 +4437,7 @@ "no-cache" ], "x-ms-request-id": [ - "9869c982-f906-4390-8e49-7ab2569fd068" + "5e9d9542-515b-4096-91c2-a4f5dd68971b" ], "X-Content-Type-Options": [ "nosniff" @@ -4451,17 +4454,17 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14996" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11969" ], "x-ms-correlation-request-id": [ - "998ed1b0-a5d9-44c6-9e1e-81ef0ce87cc8" + "969ac13f-689b-47e3-b09c-b66fafa795b3" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162518Z:998ed1b0-a5d9-44c6-9e1e-81ef0ce87cc8" + "WESTUS:20200623T085528Z:969ac13f-689b-47e3-b09c-b66fafa795b3" ], "Date": [ - "Wed, 03 Jul 2019 16:25:18 GMT" + "Tue, 23 Jun 2020 08:55:27 GMT" ], "Expires": [ "-1" @@ -4474,22 +4477,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.Storage/storageAccounts/saps2846?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHMyODQ2P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.Storage/storageAccounts/saps9966?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM5OTY2P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5cc2e432-eb21-4ba1-a62f-32da09d9d9e1" + "d6c67002-6a3a-4cd9-b1cc-48b8334ee550" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -4500,7 +4503,7 @@ "no-cache" ], "x-ms-request-id": [ - "631830a5-e1d5-4a0c-ba16-b74f265dc2c2" + "3e505ab5-c846-4b36-a6db-c89b5dfee36f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4509,19 +4512,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14999" ], "x-ms-correlation-request-id": [ - "73f0b958-7a49-48ce-95b5-593b7d3ebbfd" + "915119ec-a26a-4d5e-85aa-700eba9d4e91" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162521Z:73f0b958-7a49-48ce-95b5-593b7d3ebbfd" + "WESTUS:20200623T085532Z:915119ec-a26a-4d5e-85aa-700eba9d4e91" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:25:20 GMT" + "Tue, 23 Jun 2020 08:55:32 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -4537,22 +4540,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2342/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "33b1be4b-6071-499a-8ab3-9cd18eb79fbd" + "198d3d2b-7a9d-4ce0-82f5-08e42e4d36c3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -4563,16 +4566,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11999" ], "x-ms-request-id": [ - "4bd90d3c-7e67-4a6e-a565-69060018d30d" + "5273775b-9810-4cb3-a984-d8aa3fb10a73" ], "x-ms-correlation-request-id": [ - "4bd90d3c-7e67-4a6e-a565-69060018d30d" + "5273775b-9810-4cb3-a984-d8aa3fb10a73" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162521Z:4bd90d3c-7e67-4a6e-a565-69060018d30d" + "WESTUS:20200623T085532Z:5273775b-9810-4cb3-a984-d8aa3fb10a73" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4581,7 +4584,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:25:20 GMT" + "Tue, 23 Jun 2020 08:55:32 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4597,22 +4600,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps2342?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMjM0Mj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps8790?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzODc5MD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "992bfdff-a15f-4430-b540-1eae7546a12e" + "9afafdf4-00d9-4072-a44d-f081c92cc9b6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -4623,7 +4626,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzNDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg3OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -4632,13 +4635,13 @@ "14999" ], "x-ms-request-id": [ - "4a075840-3b9c-4236-898d-baee19687128" + "ec28f0ef-3eee-4cc3-86c0-d7b668a4a3db" ], "x-ms-correlation-request-id": [ - "4a075840-3b9c-4236-898d-baee19687128" + "ec28f0ef-3eee-4cc3-86c0-d7b668a4a3db" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162522Z:4a075840-3b9c-4236-898d-baee19687128" + "WESTUS:20200623T085533Z:ec28f0ef-3eee-4cc3-86c0-d7b668a4a3db" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4647,7 +4650,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:25:21 GMT" + "Tue, 23 Jun 2020 08:55:32 GMT" ], "Expires": [ "-1" @@ -4660,16 +4663,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzNDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek5ESXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg3OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnM09UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -4680,7 +4683,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzNDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg3OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -4689,13 +4692,13 @@ "11999" ], "x-ms-request-id": [ - "43c6cf45-a70c-4e27-8752-e7ca3b3750bb" + "e81bddbe-2742-4b93-a060-42940b588466" ], "x-ms-correlation-request-id": [ - "43c6cf45-a70c-4e27-8752-e7ca3b3750bb" + "e81bddbe-2742-4b93-a060-42940b588466" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162537Z:43c6cf45-a70c-4e27-8752-e7ca3b3750bb" + "WESTUS:20200623T085548Z:e81bddbe-2742-4b93-a060-42940b588466" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4704,7 +4707,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:25:36 GMT" + "Tue, 23 Jun 2020 08:55:47 GMT" ], "Expires": [ "-1" @@ -4717,16 +4720,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzNDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek5ESXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg3OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnM09UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -4737,7 +4740,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzNDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg3OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -4746,13 +4749,13 @@ "11998" ], "x-ms-request-id": [ - "c9e032ff-7d95-420f-bfe7-d970afdd90d4" + "a246b5e3-c6fb-4349-9d29-1a08f2e14f54" ], "x-ms-correlation-request-id": [ - "c9e032ff-7d95-420f-bfe7-d970afdd90d4" + "a246b5e3-c6fb-4349-9d29-1a08f2e14f54" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162552Z:c9e032ff-7d95-420f-bfe7-d970afdd90d4" + "WESTUS:20200623T085603Z:a246b5e3-c6fb-4349-9d29-1a08f2e14f54" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4761,7 +4764,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:25:51 GMT" + "Tue, 23 Jun 2020 08:56:03 GMT" ], "Expires": [ "-1" @@ -4774,16 +4777,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzNDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek5ESXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg3OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnM09UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -4797,13 +4800,13 @@ "11997" ], "x-ms-request-id": [ - "e776dc25-13bc-45b3-9093-6d094fd66583" + "e180a949-ace2-4627-b9a7-aea13ac52541" ], "x-ms-correlation-request-id": [ - "e776dc25-13bc-45b3-9093-6d094fd66583" + "e180a949-ace2-4627-b9a7-aea13ac52541" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162607Z:e776dc25-13bc-45b3-9093-6d094fd66583" + "WESTUS:20200623T085618Z:e180a949-ace2-4627-b9a7-aea13ac52541" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4812,7 +4815,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:26:07 GMT" + "Tue, 23 Jun 2020 08:56:18 GMT" ], "Expires": [ "-1" @@ -4825,16 +4828,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzNDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek5ESXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg3OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnM09UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -4848,13 +4851,13 @@ "11996" ], "x-ms-request-id": [ - "a4e90da5-2965-4bc0-b06f-20d4ab83264b" + "47363e64-c9fa-40c3-ac60-f7e666691193" ], "x-ms-correlation-request-id": [ - "a4e90da5-2965-4bc0-b06f-20d4ab83264b" + "47363e64-c9fa-40c3-ac60-f7e666691193" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162607Z:a4e90da5-2965-4bc0-b06f-20d4ab83264b" + "WESTUS:20200623T085618Z:47363e64-c9fa-40c3-ac60-f7e666691193" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4863,7 +4866,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:26:07 GMT" + "Tue, 23 Jun 2020 08:56:18 GMT" ], "Expires": [ "-1" @@ -4878,21 +4881,21 @@ ], "Names": { "Test-CloudEndpoint": [ - "ps2342", - "ps2459", - "ps9960", - "ps3845", - "ps2846" + "ps8790", + "ps3934", + "ps6916", + "ps7492", + "ps9966" ], "TestCloudEndpoint": [ - "b77a7a6a-3411-49f6-aca8-8b4117dcdf17", - "7071656a-0b9d-4710-b608-de6a84424563", - "7072323d-1ee4-45d8-94a2-e1526d1902d9" + "5e7dc8ea-de1c-4bc0-9250-c16c1bdad42e", + "837abd93-cd99-4a8e-b7be-97d74a7511f1", + "b705dfba-5597-413b-88de-f79136b617a6" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestGetCloudEndpoint.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestGetCloudEndpoint.json index 691ba3e1e470..863ab188d38f 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestGetCloudEndpoint.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestGetCloudEndpoint.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "93f5c577-921f-4b9d-887d-66f655f7b01a" + "ef8bdb35-990d-447f-8155-95691cd025c4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "389ceca2-5156-4b60-8283-97658629f8f6" + "d40b314b-2b97-4b72-8623-1705b954d907" ], "x-ms-correlation-request-id": [ - "389ceca2-5156-4b60-8283-97658629f8f6" + "d40b314b-2b97-4b72-8623-1705b954d907" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164321Z:389ceca2-5156-4b60-8283-97658629f8f6" + "WESTUS:20200623T090028Z:d40b314b-2b97-4b72-8623-1705b954d907" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:43:20 GMT" + "Tue, 23 Jun 2020 09:00:28 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\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\": \"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\": \"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\": \"notifyResourceJobs\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\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 ]\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-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-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-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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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-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-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 },\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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b65a30b9-a08a-4195-ae03-5434a9163269" + "43b42056-28f5-4b46-9868-d71fe1a7d1b2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "be950f79-19f0-452c-a4e3-3184f0e6c74a" + "0b99e843-4842-4b6e-a7cf-c6767709a819" ], "x-ms-correlation-request-id": [ - "be950f79-19f0-452c-a4e3-3184f0e6c74a" + "0b99e843-4842-4b6e-a7cf-c6767709a819" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164321Z:be950f79-19f0-452c-a4e3-3184f0e6c74a" + "WESTUS:20200623T090029Z:0b99e843-4842-4b6e-a7cf-c6767709a819" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:43:20 GMT" + "Tue, 23 Jun 2020 09:00:28 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,10 +114,10 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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-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-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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 \"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 \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { @@ -127,16 +127,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6cd05d23-366c-438f-8d45-84fb7af0342b" + "6729535b-ac03-4016-a7d2-eed013806aea" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Internal.Subscriptions.SubscriptionClient/1.3.0" + "Microsoft.Azure.Internal.Subscriptions.SubscriptionClient/1.3.16" ] }, "ResponseHeaders": { @@ -147,16 +147,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-tenant-reads": [ - "11998" + "11999" ], "x-ms-request-id": [ - "56d46110-dd06-43bb-ad39-6b2342ee022b" + "3ae33edc-18cc-4252-b7ae-6b2a55ebd706" ], "x-ms-correlation-request-id": [ - "56d46110-dd06-43bb-ad39-6b2342ee022b" + "3ae33edc-18cc-4252-b7ae-6b2a55ebd706" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164321Z:56d46110-dd06-43bb-ad39-6b2342ee022b" + "WESTUS:20200623T090029Z:3ae33edc-18cc-4252-b7ae-6b2a55ebd706" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -165,7 +165,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:43:20 GMT" + "Tue, 23 Jun 2020 09:00:28 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -177,26 +177,26 @@ "116" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/tenants/0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"tenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/tenants/6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"tenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps8341?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzODM0MT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps4409?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNDQwOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2e9a798d-eba9-419d-b180-a259c4cdb058" + "4411f90c-b594-47c6-9f4a-a508ff7cc689" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -213,16 +213,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-request-id": [ - "e21433ba-1579-4e05-957e-d6ed15d114f2" + "43d3218e-b19b-4fcf-9243-9d49c3cabda2" ], "x-ms-correlation-request-id": [ - "e21433ba-1579-4e05-957e-d6ed15d114f2" + "43d3218e-b19b-4fcf-9243-9d49c3cabda2" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164323Z:e21433ba-1579-4e05-957e-d6ed15d114f2" + "WESTUS:20200623T090029Z:43d3218e-b19b-4fcf-9243-9d49c3cabda2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -231,7 +231,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:43:22 GMT" + "Tue, 23 Jun 2020 09:00:28 GMT" ], "Content-Length": [ "165" @@ -243,26 +243,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341\",\r\n \"name\": \"ps8341\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4409\",\r\n \"name\": \"ps4409\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps3419\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps5526\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "867787ec-0571-4c36-8138-acb473f2ca95" + "0af0f408-1624-409e-abdb-6183a2d9af66" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -279,7 +279,7 @@ "no-cache" ], "x-ms-request-id": [ - "51fac5a9-c78b-4a69-a851-e5df9e5a4015" + "b372141f-d1c5-49c7-9dca-033eb8a26ac2" ], "X-Content-Type-Options": [ "nosniff" @@ -297,53 +297,53 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-correlation-request-id": [ - "22bff0c1-ba03-49f5-8d33-d69edd628e71" + "07022751-e4a7-4a9d-8282-8089a28a855e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164324Z:22bff0c1-ba03-49f5-8d33-d69edd628e71" + "WESTUS:20200623T090030Z:07022751-e4a7-4a9d-8282-8089a28a855e" ], "Date": [ - "Wed, 03 Jul 2019 16:43:23 GMT" + "Tue, 23 Jun 2020 09:00:29 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/Microsoft.StorageSync/storageSyncServices/sssps3419?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODM0MS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzNDE5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4409/providers/Microsoft.StorageSync/storageSyncServices/sssps5526?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDQwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NTI2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "74589e4f-bf1f-4edb-bbac-19a97b10728e" + "0c05059c-d1b0-45ce-b338-6dda5ac868dc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -353,8 +353,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjMzZDI4NzhiLTZmYjQtNDllNS1iOWRkLTM4NGQ1MTI2ZDYzNSIsIndvcmtmbG93SWQiOiI0MjE1YjFkOS0xYWYyLTQ2ZDMtOGE3NS1mNjZkNTM3NmI5OGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMTNkNmUzYjItNGJlNC00OGZjLTg0YmQtNWJlMmViNDYzMDFhIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjMzZDI4NzhiLTZmYjQtNDllNS1iOWRkLTM4NGQ1MTI2ZDYzNSIsIndvcmtmbG93SWQiOiI0MjE1YjFkOS0xYWYyLTQ2ZDMtOGE3NS1mNjZkNTM3NmI5OGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMTNkNmUzYjItNGJlNC00OGZjLTg0YmQtNWJlMmViNDYzMDFhIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "0e679cce-8cf8-4943-a895-36fcf706447e" + "ac342201-2a6d-4db0-9745-f25768cb1d4d" ], "X-Content-Type-Options": [ "nosniff" @@ -372,47 +381,170 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1197" ], "x-ms-correlation-request-id": [ - "f9cc5714-0170-408d-9c8a-c30ebe42e3f6" + "e327049e-6e15-4bdd-b066-b394a8e83826" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164324Z:f9cc5714-0170-408d-9c8a-c30ebe42e3f6" + "WESTUS:20200623T090030Z:e327049e-6e15-4bdd-b066-b394a8e83826" ], "Date": [ - "Wed, 03 Jul 2019 16:43:24 GMT" + "Tue, 23 Jun 2020 09:00:30 GMT" + ], + "Expires": [ + "-1" ], "Content-Length": [ - "329" + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjMzZDI4NzhiLTZmYjQtNDllNS1iOWRkLTM4NGQ1MTI2ZDYzNSIsIndvcmtmbG93SWQiOiI0MjE1YjFkOS0xYWYyLTQ2ZDMtOGE3NS1mNjZkNTM3NmI5OGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMTNkNmUzYjItNGJlNC00OGZjLTg0YmQtNWJlMmViNDYzMDFhIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqTXpaREk0TnpoaUxUWm1ZalF0TkRsbE5TMWlPV1JrTFRNNE5HUTFNVEkyWkRZek5TSXNJbmR2Y210bWJHOTNTV1FpT2lJME1qRTFZakZrT1MweFlXWXlMVFEyWkRNdE9HRTNOUzFtTmpaa05UTTNObUk1T0dRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTVROa05tVXpZakl0TkdKbE5DMDBPR1pqTFRnMFltUXROV0psTW1WaU5EWXpNREZoSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "2d7628e6-cee1-4d89-9fc5-2483e35e56e1" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "76e293bb-de8f-4a97-a4d1-f3a75290be24" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T090040Z:76e293bb-de8f-4a97-a4d1-f3a75290be24" + ], + "Date": [ + "Tue, 23 Jun 2020 09:00:40 GMT" + ], + "Content-Length": [ + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/microsoft.storagesync/storageSyncServices/sssps3419\",\r\n \"name\": \"sssps3419\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjMzZDI4NzhiLTZmYjQtNDllNS1iOWRkLTM4NGQ1MTI2ZDYzNSIsIndvcmtmbG93SWQiOiI0MjE1YjFkOS0xYWYyLTQ2ZDMtOGE3NS1mNjZkNTM3NmI5OGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMTNkNmUzYjItNGJlNC00OGZjLTg0YmQtNWJlMmViNDYzMDFhIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjMzZDI4NzhiLTZmYjQtNDllNS1iOWRkLTM4NGQ1MTI2ZDYzNSIsIndvcmtmbG93SWQiOiI0MjE1YjFkOS0xYWYyLTQ2ZDMtOGE3NS1mNjZkNTM3NmI5OGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMTNkNmUzYjItNGJlNC00OGZjLTg0YmQtNWJlMmViNDYzMDFhIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T09:00:30.6779624Z\",\r\n \"endTime\": \"2020-06-23T09:00:36.9422017Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/Microsoft.StorageSync/storageSyncServices/sssps3419/syncGroups/sgps9759?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODM0MS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzNDE5L3N5bmNHcm91cHMvc2dwczk3NTk/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4409/providers/Microsoft.StorageSync/storageSyncServices/sssps5526?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDQwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NTI2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "e07b1046-09d4-4a96-8b25-2ca903d5aa8c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "cd6585b4-b451-4bd5-8a89-fd112276f356" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T090041Z:cd6585b4-b451-4bd5-8a89-fd112276f356" + ], + "Date": [ + "Tue, 23 Jun 2020 09:00:40 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps5526/workflows/4215b1d9-1af2-46d3-8a75-f66d5376b98d\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4409/providers/microsoft.storagesync/storageSyncServices/sssps5526\",\r\n \"name\": \"sssps5526\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4409/providers/Microsoft.StorageSync/storageSyncServices/sssps5526/syncGroups/sgps966?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDQwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NTI2L3N5bmNHcm91cHMvc2dwczk2Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {}\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d83e01fd-7e85-46a3-99c6-0f4e28d38680" + "556f4551-cbdb-416a-b585-7d4f89b82cd3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -429,7 +561,7 @@ "no-cache" ], "x-ms-request-id": [ - "fffbcf15-6f5b-4a5d-b4f9-d157c446cbd8" + "c9671258-0dbd-4a62-af8d-c439db52fa88" ], "X-Content-Type-Options": [ "nosniff" @@ -447,53 +579,53 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1196" ], "x-ms-correlation-request-id": [ - "052fd06f-f7b5-490d-929c-90ae00f5fc4c" + "942e45aa-0113-4f63-a288-e95004cc60e5" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164325Z:052fd06f-f7b5-490d-929c-90ae00f5fc4c" + "WESTUS:20200623T090041Z:942e45aa-0113-4f63-a288-e95004cc60e5" ], "Date": [ - "Wed, 03 Jul 2019 16:43:25 GMT" + "Tue, 23 Jun 2020 09:00:40 GMT" ], "Content-Length": [ - "331" + "369" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"c1b86055-2590-41cc-b44e-823a0f64f26b\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/microsoft.storagesync/storageSyncServices/sssps3419/syncGroups/sgps9759\",\r\n \"name\": \"sgps9759\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"f3cdfef5-8e93-40fe-be94-ee18da133d80\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4409/providers/microsoft.storagesync/storageSyncServices/sssps5526/syncGroups/sgps966\",\r\n \"name\": \"sgps966\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/Microsoft.Storage/storageAccounts/saps748?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODM0MS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM3NDg/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4409/providers/Microsoft.Storage/storageAccounts/saps6003?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDQwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM2MDAzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"Central US EUAP\"\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"Central US EUAP\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d258d09d-7fdc-4f16-ac0c-190e0e83291a" + "5fdcfbf4-de5f-443e-904b-89227c1ab63c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "105" + "107" ] }, "ResponseHeaders": { @@ -504,13 +636,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/c90f9ccf-d154-4f14-afc1-0e502a014b9c?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/762a3d85-bc97-4a37-b3cd-199338596726?monitor=true&api-version=2017-10-01" ], "Retry-After": [ "17" ], "x-ms-request-id": [ - "c90f9ccf-d154-4f14-afc1-0e502a014b9c" + "762a3d85-bc97-4a37-b3cd-199338596726" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -519,19 +651,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-correlation-request-id": [ - "6cd77edd-f19a-414d-835d-cb49934b81e1" + "fc3892ae-c39e-4899-a948-e81be00368a4" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164326Z:6cd77edd-f19a-414d-835d-cb49934b81e1" + "WESTUS:20200623T090042Z:fc3892ae-c39e-4899-a948-e81be00368a4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:43:26 GMT" + "Tue, 23 Jun 2020 09:00:41 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -547,16 +679,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/c90f9ccf-d154-4f14-afc1-0e502a014b9c?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9hc3luY29wZXJhdGlvbnMvYzkwZjljY2YtZDE1NC00ZjE0LWFmYzEtMGU1MDJhMDE0YjljP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/762a3d85-bc97-4a37-b3cd-199338596726?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9hc3luY29wZXJhdGlvbnMvNzYyYTNkODUtYmM5Ny00YTM3LWIzY2QtMTk5MzM4NTk2NzI2P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE3LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -567,7 +699,7 @@ "no-cache" ], "x-ms-request-id": [ - "2e4433cd-183c-46a4-a823-1fd2214a7f3b" + "6179c4f3-fb1f-4cc0-b61a-7d4a4dd57077" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -576,22 +708,22 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11950" + "11999" ], "x-ms-correlation-request-id": [ - "c7fb18dc-d99f-4e9b-ba05-a97d992e1824" + "7fc9aa86-026c-48d2-b373-f55a3391bf3a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164343Z:c7fb18dc-d99f-4e9b-ba05-a97d992e1824" + "WESTUS:20200623T090059Z:7fc9aa86-026c-48d2-b373-f55a3391bf3a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:43:43 GMT" + "Tue, 23 Jun 2020 09:00:58 GMT" ], "Content-Length": [ - "1012" + "1039" ], "Content-Type": [ "application/json" @@ -600,26 +732,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/Microsoft.Storage/storageAccounts/saps748\",\r\n \"name\": \"saps748\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T16:43:26.4470509Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T16:43:26.4470509Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-07-03T16:43:26.3845233Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps748.blob.core.windows.net/\",\r\n \"queue\": \"https://saps748.queue.core.windows.net/\",\r\n \"table\": \"https://saps748.table.core.windows.net/\",\r\n \"file\": \"https://saps748.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4409/providers/Microsoft.Storage/storageAccounts/saps6003\",\r\n \"name\": \"saps6003\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T09:00:41.9626381Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T09:00:41.9626381Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-06-23T09:00:41.9001528Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps6003.blob.core.windows.net/\",\r\n \"queue\": \"https://saps6003.queue.core.windows.net/\",\r\n \"table\": \"https://saps6003.table.core.windows.net/\",\r\n \"file\": \"https://saps6003.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/Microsoft.Storage/storageAccounts/saps748?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODM0MS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM3NDg/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4409/providers/Microsoft.Storage/storageAccounts/saps6003?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDQwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM2MDAzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0565b80b-b576-441a-baaf-3170ee2a13d2" + "4f26460e-ace5-4c19-882a-b4edbb69b060" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -630,7 +762,7 @@ "no-cache" ], "x-ms-request-id": [ - "82e919cf-58a0-45da-bd1c-7941639682fb" + "e1ea61d2-6719-4fea-a106-106886f7775e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -639,22 +771,22 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11949" + "11998" ], "x-ms-correlation-request-id": [ - "49a414e2-e82c-4262-bbdd-3412f0309838" + "801dac72-ccf4-4e61-beaf-105913db9ccb" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164344Z:49a414e2-e82c-4262-bbdd-3412f0309838" + "WESTUS:20200623T090059Z:801dac72-ccf4-4e61-beaf-105913db9ccb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:43:43 GMT" + "Tue, 23 Jun 2020 09:00:59 GMT" ], "Content-Length": [ - "1012" + "1039" ], "Content-Type": [ "application/json" @@ -663,26 +795,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/Microsoft.Storage/storageAccounts/saps748\",\r\n \"name\": \"saps748\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T16:43:26.4470509Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T16:43:26.4470509Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-07-03T16:43:26.3845233Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps748.blob.core.windows.net/\",\r\n \"queue\": \"https://saps748.queue.core.windows.net/\",\r\n \"table\": \"https://saps748.table.core.windows.net/\",\r\n \"file\": \"https://saps748.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4409/providers/Microsoft.Storage/storageAccounts/saps6003\",\r\n \"name\": \"saps6003\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T09:00:41.9626381Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T09:00:41.9626381Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-06-23T09:00:41.9001528Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps6003.blob.core.windows.net/\",\r\n \"queue\": \"https://saps6003.queue.core.windows.net/\",\r\n \"table\": \"https://saps6003.table.core.windows.net/\",\r\n \"file\": \"https://saps6003.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/Microsoft.Storage/storageAccounts/saps748/listKeys?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODM0MS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM3NDgvbGlzdEtleXM/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4409/providers/Microsoft.Storage/storageAccounts/saps6003/listKeys?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDQwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM2MDAzL2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c80e719f-d498-4c0d-8fbf-15c3d9ea6849" + "bd45ffee-6d04-4177-8bdc-8e65ba45e4f3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -693,7 +825,7 @@ "no-cache" ], "x-ms-request-id": [ - "d8560224-1b91-4812-97fd-498fcb58255e" + "6ad3c6bc-bcb3-49e4-b1fc-578313782744" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -701,20 +833,20 @@ "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "11999" ], "x-ms-correlation-request-id": [ - "a33a7028-758a-4803-a49a-baf5f00d2fb7" + "38e09c5d-36b7-4f95-ae92-d75236c0e620" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164344Z:a33a7028-758a-4803-a49a-baf5f00d2fb7" + "WESTUS:20200623T090059Z:38e09c5d-36b7-4f95-ae92-d75236c0e620" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:43:43 GMT" + "Tue, 23 Jun 2020 09:00:59 GMT" ], "Content-Length": [ "288" @@ -726,26 +858,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"value\": \"gDJrPo1nXHEOXawDYtCKW2XUBOTfcqgSS2ajG0dGzrpBs4X2FtQ5OMAK27S+PGoLIUqJuIk6IGMj4Yb38kbBRw==\",\r\n \"permissions\": \"FULL\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"value\": \"nuTn42k5iem0N/mgJktJuq2qocY8cH7bdcHKwYeKzNurMDI0idLaVhASMajfdgzL1Bzpq0w94jo7q0HEiXhouA==\",\r\n \"permissions\": \"FULL\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"value\": \"B4IfKTmZ/K21i3Fa6PpD6LSMj/5H8V9CM62bbZwkhjW/0BVy9iYxswstJH6PenvnVkdvNwPZVHAxNf5Z1t85mw==\",\r\n \"permissions\": \"FULL\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"value\": \"r+zAapxCswymz/Xc0xa7Vx0pouZ4juL1+K08G7KL/NiEetJPkpPASfYgZDS94rRpTR4JWVY2H4QVo6ZFsFbYUw==\",\r\n \"permissions\": \"FULL\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/0483643a-cb2f-462a-bc27-1a270e5bdc0a/servicePrincipalsByAppId/9469b9f5-6722-4481-a2b2-14ed560b706f/objectId?api-version=1.6", - "EncodedRequestUri": "LzA0ODM2NDNhLWNiMmYtNDYyYS1iYzI3LTFhMjcwZTViZGMwYS9zZXJ2aWNlUHJpbmNpcGFsc0J5QXBwSWQvOTQ2OWI5ZjUtNjcyMi00NDgxLWEyYjItMTRlZDU2MGI3MDZmL29iamVjdElkP2FwaS12ZXJzaW9uPTEuNg==", + "RequestUri": "/6ad91d65-65ab-4e14-90f7-fe951035b7c9/servicePrincipalsByAppId/9469b9f5-6722-4481-a2b2-14ed560b706f/objectId?api-version=1.6", + "EncodedRequestUri": "LzZhZDkxZDY1LTY1YWItNGUxNC05MGY3LWZlOTUxMDM1YjdjOS9zZXJ2aWNlUHJpbmNpcGFsc0J5QXBwSWQvOTQ2OWI5ZjUtNjcyMi00NDgxLWEyYjItMTRlZDU2MGI3MDZmL29iamVjdElkP2FwaS12ZXJzaW9uPTEuNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d0e9e594-924b-4f85-964f-efdbd5ef1ca5" + "14b35076-2d26-433f-aa5e-66586fa4d2af" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.0" + "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -756,19 +888,22 @@ "no-cache" ], "ocp-aad-diagnostics-server-name": [ - "06P6omLZNNhtkLk8HqTu9pI/L4tlbjNI68+dmcAZdUI=" + "bNVaGP+h05JCqKe0wt9EpWpYXSVsgItIirg8UBBxsfU=" ], "request-id": [ - "b823d715-f616-4fe4-9f44-cb5dc57e16a2" + "7a6c9675-2e5b-4b1b-aaa5-adc62d502624" ], "client-request-id": [ - "d0e9e594-924b-4f85-964f-efdbd5ef1ca5" + "14b35076-2d26-433f-aa5e-66586fa4d2af" ], "x-ms-dirapi-data-contract-version": [ "1.6" ], "ocp-aad-session-key": [ - "GoLDbPXouakxCswCgOvOF-fu-IgnH1Nt7Zj14t8Wg8e832g2ugfNGJTjgz2P1dIh-5s84MUJIEXpariXdvEHsv86CnKm0ob3O1k_aGb54zjwd9OrGERbrFDTt6FHBXim.jNJR4jIlGruVakPkbdKhGwogJ253VZso2qDAza1YO_0" + "DzH5YrT6HfRas7LuUyhO-qvBAKCMhuS_XsON4_i5zBzfvAbr-CQbynjV_XS8MlMrJWnrgoMLrnYmfQpMuLdhQP8i5c_xoPiP9kZxdFfEUDLQnzvVHbZYyrl4PfYkVXrd.eZe5BBxv9sRV94shxZQcP9NZiUgaA5tzvY-dRcyCUEs" + ], + "x-aad-resource-unit": [ + "1" ], "DataServiceVersion": [ "3.0;" @@ -786,10 +921,10 @@ "ASP.NET" ], "Duration": [ - "595713" + "309085" ], "Date": [ - "Wed, 03 Jul 2019 16:43:47 GMT" + "Tue, 23 Jun 2020 09:01:00 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" @@ -801,26 +936,26 @@ "151" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/0483643a-cb2f-462a-bc27-1a270e5bdc0a/$metadata#Edm.String\",\r\n \"value\": \"384dab06-7a70-4ecf-a04e-284602199124\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/6ad91d65-65ab-4e14-90f7-fe951035b7c9/$metadata#Edm.String\",\r\n \"value\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/0483643a-cb2f-462a-bc27-1a270e5bdc0a/servicePrincipals/384dab06-7a70-4ecf-a04e-284602199124?api-version=1.6", - "EncodedRequestUri": "LzA0ODM2NDNhLWNiMmYtNDYyYS1iYzI3LTFhMjcwZTViZGMwYS9zZXJ2aWNlUHJpbmNpcGFscy8zODRkYWIwNi03YTcwLTRlY2YtYTA0ZS0yODQ2MDIxOTkxMjQ/YXBpLXZlcnNpb249MS42", + "RequestUri": "/6ad91d65-65ab-4e14-90f7-fe951035b7c9/servicePrincipals/d8eca219-3055-4504-9a60-18c2d0b4c18c?api-version=1.6", + "EncodedRequestUri": "LzZhZDkxZDY1LTY1YWItNGUxNC05MGY3LWZlOTUxMDM1YjdjOS9zZXJ2aWNlUHJpbmNpcGFscy9kOGVjYTIxOS0zMDU1LTQ1MDQtOWE2MC0xOGMyZDBiNGMxOGM/YXBpLXZlcnNpb249MS42", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "171325dc-9ecb-4847-838f-aeb104ab7b1f" + "5d7ec940-b0dc-4156-9417-422d7d282eeb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.0" + "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -831,19 +966,22 @@ "no-cache" ], "ocp-aad-diagnostics-server-name": [ - "UasoFGN58uUDZzrA1RYY1/OBZjmM666H3oLwSIakuf0=" + "3zCXtmn1swhKoQrHm0puOnmVT0BlNpULTMcWZuz6e50=" ], "request-id": [ - "e022ba65-d02a-4b9f-aa37-9c841a2914be" + "74d32b49-afa1-4d65-9289-8cdfa8615642" ], "client-request-id": [ - "171325dc-9ecb-4847-838f-aeb104ab7b1f" + "5d7ec940-b0dc-4156-9417-422d7d282eeb" ], "x-ms-dirapi-data-contract-version": [ "1.6" ], "ocp-aad-session-key": [ - "GjCB7I7ZorjH7N_aE7ackK8Hl6uDtd8L1mHn6FNJREpVMBETTYvyMw_bwvSDYOOC_MWHzCaMfLKCl7gf81bpBa7k8SjfCrF7QtfusKgHwygIH1MC4r3Z6_TL9Lw0flQe.9OY6LTBmA9AQ14O8uLCiIojyvcCNFAy7CGfwVLIIFB4" + "42T09GC-_d0fNmpGYdK_bpbF928C3Af7DmCg6u4vmJF7h3ziZAaoE3FtOfz8SKCzFQoPXG7CLYTP89vrd92seP4ynw0yNLRSl2i-sVWTDQul5hcE3xQYGeVey1rJkuSh.AuIuXnq62GJQ9jlfUFPJFpke3NSAuT9An2RKnLuY33g" + ], + "x-aad-resource-unit": [ + "1" ], "DataServiceVersion": [ "3.0;" @@ -861,10 +999,10 @@ "ASP.NET" ], "Duration": [ - "589862" + "348740" ], "Date": [ - "Wed, 03 Jul 2019 16:43:47 GMT" + "Tue, 23 Jun 2020 09:01:00 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" @@ -876,7 +1014,7 @@ "1299" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/0483643a-cb2f-462a-bc27-1a270e5bdc0a/$metadata#directoryObjects/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"384dab06-7a70-4ecf-a04e-284602199124\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.StorageSync\",\r\n \"appId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"applicationTemplateId\": null,\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.StorageSync\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"notificationEmailAddresses\": [],\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredSingleSignOnMode\": null,\r\n \"preferredTokenSigningKeyEndDateTime\": null,\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://0c38d04b-cf53-496f-aa30-9751eaf67399/redir\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"samlSingleSignOnSettings\": null,\r\n \"servicePrincipalNames\": [\r\n \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/6ad91d65-65ab-4e14-90f7-fe951035b7c9/$metadata#directoryObjects/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.StorageSync\",\r\n \"appId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"applicationTemplateId\": null,\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.StorageSync\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"notificationEmailAddresses\": [],\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredSingleSignOnMode\": null,\r\n \"preferredTokenSigningKeyEndDateTime\": null,\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://0c38d04b-cf53-496f-aa30-9751eaf67399/redir\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"samlSingleSignOnSettings\": null,\r\n \"servicePrincipalNames\": [\r\n \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n}", "StatusCode": 200 }, { @@ -886,16 +1024,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9a31979b-6ece-4297-a8ea-8d4b0ffaeea6" + "3b22432c-3e86-4534-8130-6c6d2365021f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" + "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -905,11 +1043,8 @@ "Pragma": [ "no-cache" ], - "x-ms-request-charge": [ - "1" - ], "x-ms-request-id": [ - "a93f1b62-51dd-40b8-868c-f76261de8ec3" + "ea3b219c-8f1c-40ef-8a1e-f047c0fb1c19" ], "X-Content-Type-Options": [ "nosniff" @@ -918,19 +1053,19 @@ "max-age=31536000; includeSubDomains" ], "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" + "x-ms-gateway-slice=Production; path=/; SameSite=None; secure; HttpOnly" ], "x-ms-ratelimit-remaining-tenant-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "db51eef9-be8a-453a-a3b5-e2b41b87d0bb" + "c9524d59-b6a1-4e02-8bb7-66594308960a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164348Z:db51eef9-be8a-453a-a3b5-e2b41b87d0bb" + "WESTUS:20200623T090100Z:c9524d59-b6a1-4e02-8bb7-66594308960a" ], "Date": [ - "Wed, 03 Jul 2019 16:43:48 GMT" + "Tue, 23 Jun 2020 09:01:00 GMT" ], "Content-Length": [ "841" @@ -946,22 +1081,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps8341/providers/Microsoft.Storage///storageAccounts/saps748/providers/Microsoft.Authorization/roleAssignments?$filter=assignedTo('384dab06-7a70-4ecf-a04e-284602199124')&api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzODM0MS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2UvLy9zdG9yYWdlQWNjb3VudHMvc2Fwczc0OC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dGhvcml6YXRpb24vcm9sZUFzc2lnbm1lbnRzPyRmaWx0ZXI9YXNzaWduZWRUbygnMzg0ZGFiMDYtN2E3MC00ZWNmLWEwNGUtMjg0NjAyMTk5MTI0JykmYXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps4409/providers/Microsoft.Storage///storageAccounts/saps6003/providers/Microsoft.Authorization/roleAssignments?$filter=assignedTo('d8eca219-3055-4504-9a60-18c2d0b4c18c')&api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNDQwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2UvLy9zdG9yYWdlQWNjb3VudHMvc2FwczYwMDMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cz8kZmlsdGVyPWFzc2lnbmVkVG8oJ2Q4ZWNhMjE5LTMwNTUtNDUwNC05YTYwLTE4YzJkMGI0YzE4YycpJmFwaS12ZXJzaW9uPTIwMTUtMDctMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5fcdcfe8-95cb-4d45-a27f-45118f7324b2" + "600d5601-8608-4dd5-ad70-be691c65a614" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" + "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -971,11 +1106,8 @@ "Pragma": [ "no-cache" ], - "x-ms-request-charge": [ - "1" - ], "x-ms-request-id": [ - "2f526cb8-bd98-4031-9adb-c9849afab223" + "299c34d9-424a-4384-8e8b-5629d1666eeb" ], "X-Content-Type-Options": [ "nosniff" @@ -984,22 +1116,22 @@ "max-age=31536000; includeSubDomains" ], "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" + "x-ms-gateway-slice=Production; path=/; secure; HttpOnly; SameSite=None" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "be109c52-8ea3-47ae-966a-70ba400fb9fd" + "32dda4df-4c27-4ada-9ac7-e9414236a7c1" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164348Z:be109c52-8ea3-47ae-966a-70ba400fb9fd" + "WESTUS:20200623T090100Z:32dda4df-4c27-4ada-9ac7-e9414236a7c1" ], "Date": [ - "Wed, 03 Jul 2019 16:43:48 GMT" + "Tue, 23 Jun 2020 09:01:00 GMT" ], "Content-Length": [ - "12" + "732" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1008,104 +1140,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": []\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\",\r\n \"principalId\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\",\r\n \"scope\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b\",\r\n \"createdOn\": \"2020-05-23T18:29:54.9647107Z\",\r\n \"updatedOn\": \"2020-05-23T18:29:54.9647107Z\",\r\n \"createdBy\": \"a8656ec6-d7a4-4e38-bf78-58d74e3ed751\",\r\n \"updatedBy\": \"a8656ec6-d7a4-4e38-bf78-58d74e3ed751\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Authorization/roleAssignments/dc60f792-d409-4e1d-8fe5-192d121c26e9\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"dc60f792-d409-4e1d-8fe5-192d121c26e9\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/Microsoft.Storage/storageAccounts/saps748/providers/Microsoft.Authorization/roleAssignments/7dbf6f68-458b-49b6-804f-86137e203de4?api-version=2015-07-01", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzdiOTZjYjAyLTQ2NjMtNDBmNC05YTg5LTYwM2QzODQ5ZTQ2YS9yZXNvdXJjZUdyb3Vwcy9wczgzNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zYXBzNzQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0aG9yaXphdGlvbi9yb2xlQXNzaWdubWVudHMvN2RiZjZmNjgtNDU4Yi00OWI2LTgwNGYtODYxMzdlMjAzZGU0P2FwaS12ZXJzaW9uPTIwMTUtMDctMDE=", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\",\r\n \"principalId\": \"384dab06-7a70-4ecf-a04e-284602199124\"\r\n }\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "94f2c746-adc2-48be-96b7-20efba6902f3" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "254" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-charge": [ - "2" - ], - "x-ms-request-id": [ - "d635490b-5d70-403a-8c5e-41350247f665" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], - "x-ms-correlation-request-id": [ - "9191f403-4830-4a06-9d15-ca07e5c29a94" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T164350Z:9191f403-4830-4a06-9d15-ca07e5c29a94" - ], - "Date": [ - "Wed, 03 Jul 2019 16:43:50 GMT" - ], - "Content-Length": [ - "834" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\",\r\n \"principalId\": \"384dab06-7a70-4ecf-a04e-284602199124\",\r\n \"scope\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/Microsoft.Storage/storageAccounts/saps748\",\r\n \"createdOn\": \"2019-07-03T16:43:48.7016533Z\",\r\n \"updatedOn\": \"2019-07-03T16:43:48.7016533Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"8d1a2f63-15c2-4fe8-a804-213ecbaf4403\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/Microsoft.Storage/storageAccounts/saps748/providers/Microsoft.Authorization/roleAssignments/7dbf6f68-458b-49b6-804f-86137e203de4\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"7dbf6f68-458b-49b6-804f-86137e203de4\"\r\n}", - "StatusCode": 201 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/Microsoft.StorageSync/storageSyncServices/sssps3419/syncGroups/sgps9759/cloudEndpoints/cepps6232?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODM0MS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzNDE5L3N5bmNHcm91cHMvc2dwczk3NTkvY2xvdWRFbmRwb2ludHMvY2VwcHM2MjMyP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4409/providers/Microsoft.StorageSync/storageSyncServices/sssps5526/syncGroups/sgps966/cloudEndpoints/cepps5306?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDQwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NTI2L3N5bmNHcm91cHMvc2dwczk2Ni9jbG91ZEVuZHBvaW50cy9jZXBwczUzMDY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/Microsoft.Storage/storageAccounts/saps748\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4409/providers/Microsoft.Storage/storageAccounts/saps6003\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3f63a348-e931-4216-b3a0-8357889ec8e7" + "1c7e47ac-3276-43c9-a147-743af5bb3233" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "297" + "298" ] }, "ResponseHeaders": { @@ -1116,16 +1176,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/microsoft.storagesync/storageSyncServices/sssps3419/workflows/f6a352e6-573e-4b9c-99b7-70640ae9d845/operationresults/1d6a5bcf-050a-4ded-9484-c1944f4091da?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjMzZDI4NzhiLTZmYjQtNDllNS1iOWRkLTM4NGQ1MTI2ZDYzNSIsIndvcmtmbG93SWQiOiJiNWIwY2Y3ZC00NDlmLTRiYzgtYWZlNC0xZmE0MmI1Y2UzNGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNTJmMGRmNTAtMTgwYi00ZTE1LWE2MzgtMDEwZGJiMWNmZDVkIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/microsoft.storagesync/storageSyncServices/sssps3419/workflows/f6a352e6-573e-4b9c-99b7-70640ae9d845/operations/1d6a5bcf-050a-4ded-9484-c1944f4091da?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjMzZDI4NzhiLTZmYjQtNDllNS1iOWRkLTM4NGQ1MTI2ZDYzNSIsIndvcmtmbG93SWQiOiJiNWIwY2Y3ZC00NDlmLTRiYzgtYWZlNC0xZmE0MmI1Y2UzNGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNTJmMGRmNTAtMTgwYi00ZTE1LWE2MzgtMDEwZGJiMWNmZDVkIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "675cdb29-d369-4de5-b622-34b5d9fd44d6" + "49b4d3a6-b19b-4c78-9e47-9a6a01bf7b69" ], "X-Content-Type-Options": [ "nosniff" @@ -1143,16 +1203,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "35a4621e-076d-4627-aa75-79b2b71fd34b" + "8608e66b-6159-4927-ad78-34dc3a026496" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164431Z:35a4621e-076d-4627-aa75-79b2b71fd34b" + "WESTUS:20200623T090101Z:8608e66b-6159-4927-ad78-34dc3a026496" ], "Date": [ - "Wed, 03 Jul 2019 16:44:30 GMT" + "Tue, 23 Jun 2020 09:01:00 GMT" ], "Expires": [ "-1" @@ -1165,16 +1225,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/microsoft.storagesync/storageSyncServices/sssps3419/workflows/f6a352e6-573e-4b9c-99b7-70640ae9d845/operations/1d6a5bcf-050a-4ded-9484-c1944f4091da?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODM0MS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzNDE5L3dvcmtmbG93cy9mNmEzNTJlNi01NzNlLTRiOWMtOTliNy03MDY0MGFlOWQ4NDUvb3BlcmF0aW9ucy8xZDZhNWJjZi0wNTBhLTRkZWQtOTQ4NC1jMTk0NGY0MDkxZGE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjMzZDI4NzhiLTZmYjQtNDllNS1iOWRkLTM4NGQ1MTI2ZDYzNSIsIndvcmtmbG93SWQiOiJiNWIwY2Y3ZC00NDlmLTRiYzgtYWZlNC0xZmE0MmI1Y2UzNGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNTJmMGRmNTAtMTgwYi00ZTE1LWE2MzgtMDEwZGJiMWNmZDVkIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqTXpaREk0TnpoaUxUWm1ZalF0TkRsbE5TMWlPV1JrTFRNNE5HUTFNVEkyWkRZek5TSXNJbmR2Y210bWJHOTNTV1FpT2lKaU5XSXdZMlkzWkMwME5EbG1MVFJpWXpndFlXWmxOQzB4Wm1FME1tSTFZMlV6TkdRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTlRKbU1HUm1OVEF0TVRnd1lpMDBaVEUxTFdFMk16Z3RNREV3WkdKaU1XTm1aRFZrSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1185,7 +1245,7 @@ "no-cache" ], "x-ms-request-id": [ - "4047a045-228f-4374-97e3-708e6bd8f301" + "5548ecd6-1cd9-443f-86ef-d6c67f3aa58c" ], "X-Content-Type-Options": [ "nosniff" @@ -1203,41 +1263,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11998" ], "x-ms-correlation-request-id": [ - "b049d63a-a5d1-4d62-a79e-21ed46d18891" + "32464b57-d249-44ab-bc63-45946fa2f7d9" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164442Z:b049d63a-a5d1-4d62-a79e-21ed46d18891" + "WESTUS:20200623T090112Z:32464b57-d249-44ab-bc63-45946fa2f7d9" ], "Date": [ - "Wed, 03 Jul 2019 16:44:41 GMT" + "Tue, 23 Jun 2020 09:01:11 GMT" ], "Content-Length": [ - "450" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/microsoft.storagesync/storageSyncServices/sssps3419/workflow/f6a352e6-573e-4b9c-99b7-70640ae9d845/operationresults/1d6a5bcf-050a-4ded-9484-c1944f4091da\",\r\n \"name\": \"1d6a5bcf-050a-4ded-9484-c1944f4091da\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T16:44:31.909817Z\",\r\n \"endTime\": \"2019-07-03T16:44:35.0249148Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjMzZDI4NzhiLTZmYjQtNDllNS1iOWRkLTM4NGQ1MTI2ZDYzNSIsIndvcmtmbG93SWQiOiJiNWIwY2Y3ZC00NDlmLTRiYzgtYWZlNC0xZmE0MmI1Y2UzNGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNTJmMGRmNTAtMTgwYi00ZTE1LWE2MzgtMDEwZGJiMWNmZDVkIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjMzZDI4NzhiLTZmYjQtNDllNS1iOWRkLTM4NGQ1MTI2ZDYzNSIsIndvcmtmbG93SWQiOiJiNWIwY2Y3ZC00NDlmLTRiYzgtYWZlNC0xZmE0MmI1Y2UzNGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNTJmMGRmNTAtMTgwYi00ZTE1LWE2MzgtMDEwZGJiMWNmZDVkIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T09:01:02.4681011Z\",\r\n \"endTime\": \"2020-06-23T09:01:10.2181197Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/microsoft.storagesync/storageSyncServices/sssps3419/workflows/f6a352e6-573e-4b9c-99b7-70640ae9d845/operations/1d6a5bcf-050a-4ded-9484-c1944f4091da?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODM0MS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzNDE5L3dvcmtmbG93cy9mNmEzNTJlNi01NzNlLTRiOWMtOTliNy03MDY0MGFlOWQ4NDUvb3BlcmF0aW9ucy8xZDZhNWJjZi0wNTBhLTRkZWQtOTQ4NC1jMTk0NGY0MDkxZGE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4409/providers/Microsoft.StorageSync/storageSyncServices/sssps5526/syncGroups/sgps966/cloudEndpoints/cepps5306?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDQwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NTI2L3N5bmNHcm91cHMvc2dwczk2Ni9jbG91ZEVuZHBvaW50cy9jZXBwczUzMDY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1248,7 +1308,7 @@ "no-cache" ], "x-ms-request-id": [ - "2f606378-5569-40ae-ac3d-80e2a2b4f6c9" + "9256b104-de3a-406b-b89d-1fe647cf1f1f" ], "X-Content-Type-Options": [ "nosniff" @@ -1266,41 +1326,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11997" ], "x-ms-correlation-request-id": [ - "f1400336-d4c8-4b02-a4b3-281dbc302db5" + "c1595de9-f419-4b40-96fb-48bff9886ff5" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164452Z:f1400336-d4c8-4b02-a4b3-281dbc302db5" + "WESTUS:20200623T090112Z:c1595de9-f419-4b40-96fb-48bff9886ff5" ], "Date": [ - "Wed, 03 Jul 2019 16:44:51 GMT" + "Tue, 23 Jun 2020 09:01:11 GMT" ], "Content-Length": [ - "450" + "1026" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/microsoft.storagesync/storageSyncServices/sssps3419/workflow/f6a352e6-573e-4b9c-99b7-70640ae9d845/operationresults/1d6a5bcf-050a-4ded-9484-c1944f4091da\",\r\n \"name\": \"1d6a5bcf-050a-4ded-9484-c1944f4091da\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T16:44:31.909817Z\",\r\n \"endTime\": \"2019-07-03T16:44:35.0249148Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4409/providers/Microsoft.Storage/storageAccounts/saps6003\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8RjNDREZFRjUtOEU5My00MEZFLUJFOTQtRUUxOERBMTMzRDgwfEdFTkVSSUN8Q0NBOTI1QjItQzgyQi00QUFGLThDQkMtMzA5NkZCRjU2NjE3\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps5526/workflows/b5b0cf7d-449f-4bc8-afe4-1fa42b5ce34d\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4409/providers/microsoft.storagesync/storageSyncServices/sssps5526/syncGroups/sgps966/cloudEndpoints/cepps5306\",\r\n \"name\": \"cepps5306\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/microsoft.storagesync/storageSyncServices/sssps3419/workflows/f6a352e6-573e-4b9c-99b7-70640ae9d845/operations/1d6a5bcf-050a-4ded-9484-c1944f4091da?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODM0MS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzNDE5L3dvcmtmbG93cy9mNmEzNTJlNi01NzNlLTRiOWMtOTliNy03MDY0MGFlOWQ4NDUvb3BlcmF0aW9ucy8xZDZhNWJjZi0wNTBhLTRkZWQtOTQ4NC1jMTk0NGY0MDkxZGE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4409/providers/Microsoft.StorageSync/storageSyncServices/sssps5526/syncGroups/sgps966/cloudEndpoints/cepps5306?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDQwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NTI2L3N5bmNHcm91cHMvc2dwczk2Ni9jbG91ZEVuZHBvaW50cy9jZXBwczUzMDY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "95d68130-1de4-47ec-937a-1c57ff9071c2" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1311,7 +1377,7 @@ "no-cache" ], "x-ms-request-id": [ - "738c09a8-6974-4683-bdbc-2d8c98ff975c" + "75cd0b7e-89c3-4da9-a23e-1c15dbaca101" ], "X-Content-Type-Options": [ "nosniff" @@ -1329,41 +1395,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11996" ], "x-ms-correlation-request-id": [ - "e32b0193-b619-47df-adff-801e2501fe03" + "e3c1cd57-26c9-4b0d-a0d4-2ec6108974d4" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164502Z:e32b0193-b619-47df-adff-801e2501fe03" + "WESTUS:20200623T090112Z:e3c1cd57-26c9-4b0d-a0d4-2ec6108974d4" ], "Date": [ - "Wed, 03 Jul 2019 16:45:01 GMT" + "Tue, 23 Jun 2020 09:01:11 GMT" ], "Content-Length": [ - "450" + "1026" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/microsoft.storagesync/storageSyncServices/sssps3419/workflow/f6a352e6-573e-4b9c-99b7-70640ae9d845/operationresults/1d6a5bcf-050a-4ded-9484-c1944f4091da\",\r\n \"name\": \"1d6a5bcf-050a-4ded-9484-c1944f4091da\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T16:44:31.909817Z\",\r\n \"endTime\": \"2019-07-03T16:44:35.0249148Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4409/providers/Microsoft.Storage/storageAccounts/saps6003\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8RjNDREZFRjUtOEU5My00MEZFLUJFOTQtRUUxOERBMTMzRDgwfEdFTkVSSUN8Q0NBOTI1QjItQzgyQi00QUFGLThDQkMtMzA5NkZCRjU2NjE3\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps5526/workflows/b5b0cf7d-449f-4bc8-afe4-1fa42b5ce34d\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4409/providers/microsoft.storagesync/storageSyncServices/sssps5526/syncGroups/sgps966/cloudEndpoints/cepps5306\",\r\n \"name\": \"cepps5306\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/microsoft.storagesync/storageSyncServices/sssps3419/workflows/f6a352e6-573e-4b9c-99b7-70640ae9d845/operations/1d6a5bcf-050a-4ded-9484-c1944f4091da?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODM0MS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzNDE5L3dvcmtmbG93cy9mNmEzNTJlNi01NzNlLTRiOWMtOTliNy03MDY0MGFlOWQ4NDUvb3BlcmF0aW9ucy8xZDZhNWJjZi0wNTBhLTRkZWQtOTQ4NC1jMTk0NGY0MDkxZGE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4409/providers/Microsoft.StorageSync/storageSyncServices/sssps5526/syncGroups/sgps966/cloudEndpoints/cepps5306?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDQwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NTI2L3N5bmNHcm91cHMvc2dwczk2Ni9jbG91ZEVuZHBvaW50cy9jZXBwczUzMDY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "6bb15970-bf2e-4f32-ab0d-571f96c201fe" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1373,71 +1445,17 @@ "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "82c8d91d-7535-4ec0-b836-c6abe65680a7" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11993" - ], - "x-ms-correlation-request-id": [ - "f27fcae5-a80e-4c21-9fe0-208340002c38" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T164513Z:f27fcae5-a80e-4c21-9fe0-208340002c38" - ], - "Date": [ - "Wed, 03 Jul 2019 16:45:13 GMT" - ], - "Content-Length": [ - "450" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjMzZDI4NzhiLTZmYjQtNDllNS1iOWRkLTM4NGQ1MTI2ZDYzNSIsIndvcmtmbG93SWQiOiIxMjFkMTE2ZS0xNDk4LTQyNWYtODA2ZS0yOGQwM2NhYjRjNTEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzQ1OTMxZjAtN2NkOS00ZjQ5LWI2MWEtMDZjZWZlNDg1NjEzIn0=?api-version=2020-03-01" ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/microsoft.storagesync/storageSyncServices/sssps3419/workflow/f6a352e6-573e-4b9c-99b7-70640ae9d845/operationresults/1d6a5bcf-050a-4ded-9484-c1944f4091da\",\r\n \"name\": \"1d6a5bcf-050a-4ded-9484-c1944f4091da\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T16:44:31.909817Z\",\r\n \"endTime\": \"2019-07-03T16:44:35.0249148Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/microsoft.storagesync/storageSyncServices/sssps3419/workflows/f6a352e6-573e-4b9c-99b7-70640ae9d845/operations/1d6a5bcf-050a-4ded-9484-c1944f4091da?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODM0MS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzNDE5L3dvcmtmbG93cy9mNmEzNTJlNi01NzNlLTRiOWMtOTliNy03MDY0MGFlOWQ4NDUvb3BlcmF0aW9ucy8xZDZhNWJjZi0wNTBhLTRkZWQtOTQ4NC1jMTk0NGY0MDkxZGE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Retry-After": [ + "10" ], - "Pragma": [ - "no-cache" + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjMzZDI4NzhiLTZmYjQtNDllNS1iOWRkLTM4NGQ1MTI2ZDYzNSIsIndvcmtmbG93SWQiOiIxMjFkMTE2ZS0xNDk4LTQyNWYtODA2ZS0yOGQwM2NhYjRjNTEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzQ1OTMxZjAtN2NkOS00ZjQ5LWI2MWEtMDZjZWZlNDg1NjEzIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "e6c186bf-882a-4bf0-b1fa-fe6d8fe023c3" + "e8479bff-bdb8-4e7d-b6a4-46d721976393" ], "X-Content-Type-Options": [ "nosniff" @@ -1445,9 +1463,6 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" - ], "Server": [ "Microsoft-IIS/10.0" ], @@ -1457,39 +1472,39 @@ "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], "x-ms-correlation-request-id": [ - "5c90a80e-9dfc-4962-9f2f-0b5292af4522" + "fda96a4e-0eaa-4223-a467-b52fff7c5d48" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164523Z:5c90a80e-9dfc-4962-9f2f-0b5292af4522" + "WESTUS:20200623T090112Z:fda96a4e-0eaa-4223-a467-b52fff7c5d48" ], "Date": [ - "Wed, 03 Jul 2019 16:45:23 GMT" - ], - "Content-Length": [ - "457" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Tue, 23 Jun 2020 09:01:12 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/microsoft.storagesync/storageSyncServices/sssps3419/workflow/f6a352e6-573e-4b9c-99b7-70640ae9d845/operationresults/1d6a5bcf-050a-4ded-9484-c1944f4091da\",\r\n \"name\": \"1d6a5bcf-050a-4ded-9484-c1944f4091da\",\r\n \"status\": \"setFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:44:31.909817Z\",\r\n \"endTime\": \"2019-07-03T16:45:23.2286973Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/microsoft.storagesync/storageSyncServices/sssps3419/workflows/f6a352e6-573e-4b9c-99b7-70640ae9d845/operations/1d6a5bcf-050a-4ded-9484-c1944f4091da?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODM0MS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzNDE5L3dvcmtmbG93cy9mNmEzNTJlNi01NzNlLTRiOWMtOTliNy03MDY0MGFlOWQ4NDUvb3BlcmF0aW9ucy8xZDZhNWJjZi0wNTBhLTRkZWQtOTQ4NC1jMTk0NGY0MDkxZGE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjMzZDI4NzhiLTZmYjQtNDllNS1iOWRkLTM4NGQ1MTI2ZDYzNSIsIndvcmtmbG93SWQiOiIxMjFkMTE2ZS0xNDk4LTQyNWYtODA2ZS0yOGQwM2NhYjRjNTEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzQ1OTMxZjAtN2NkOS00ZjQ5LWI2MWEtMDZjZWZlNDg1NjEzIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqTXpaREk0TnpoaUxUWm1ZalF0TkRsbE5TMWlPV1JrTFRNNE5HUTFNVEkyWkRZek5TSXNJbmR2Y210bWJHOTNTV1FpT2lJeE1qRmtNVEUyWlMweE5EazRMVFF5TldZdE9EQTJaUzB5T0dRd00yTmhZalJqTlRFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTnpRMU9UTXhaakF0TjJOa09TMDBaalE1TFdJMk1XRXRNRFpqWldabE5EZzFOakV6SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1500,7 +1515,7 @@ "no-cache" ], "x-ms-request-id": [ - "a9c0e3f1-071f-4342-8155-11221199cf1b" + "086c0a79-36d3-4ecc-b1ba-0e921fb4f49a" ], "X-Content-Type-Options": [ "nosniff" @@ -1518,41 +1533,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11995" ], "x-ms-correlation-request-id": [ - "0d7cc139-6a2a-40fb-b0c6-8dc19271a3d9" + "26e392fb-9f57-4f6b-abd9-3336a3f634ce" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164534Z:0d7cc139-6a2a-40fb-b0c6-8dc19271a3d9" + "WESTUS:20200623T090123Z:26e392fb-9f57-4f6b-abd9-3336a3f634ce" ], "Date": [ - "Wed, 03 Jul 2019 16:45:33 GMT" + "Tue, 23 Jun 2020 09:01:22 GMT" ], "Content-Length": [ - "446" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/microsoft.storagesync/storageSyncServices/sssps3419/workflow/f6a352e6-573e-4b9c-99b7-70640ae9d845/operationresults/1d6a5bcf-050a-4ded-9484-c1944f4091da\",\r\n \"name\": \"1d6a5bcf-050a-4ded-9484-c1944f4091da\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T16:44:31.909817Z\",\r\n \"endTime\": \"2019-07-03T16:45:23.4162345Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjMzZDI4NzhiLTZmYjQtNDllNS1iOWRkLTM4NGQ1MTI2ZDYzNSIsIndvcmtmbG93SWQiOiIxMjFkMTE2ZS0xNDk4LTQyNWYtODA2ZS0yOGQwM2NhYjRjNTEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzQ1OTMxZjAtN2NkOS00ZjQ5LWI2MWEtMDZjZWZlNDg1NjEzIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjMzZDI4NzhiLTZmYjQtNDllNS1iOWRkLTM4NGQ1MTI2ZDYzNSIsIndvcmtmbG93SWQiOiIxMjFkMTE2ZS0xNDk4LTQyNWYtODA2ZS0yOGQwM2NhYjRjNTEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzQ1OTMxZjAtN2NkOS00ZjQ5LWI2MWEtMDZjZWZlNDg1NjEzIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T09:01:13.3464759Z\",\r\n \"endTime\": \"2020-06-23T09:01:17.6220399Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/Microsoft.StorageSync/storageSyncServices/sssps3419/syncGroups/sgps9759/cloudEndpoints/cepps6232?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODM0MS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzNDE5L3N5bmNHcm91cHMvc2dwczk3NTkvY2xvdWRFbmRwb2ludHMvY2VwcHM2MjMyP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjMzZDI4NzhiLTZmYjQtNDllNS1iOWRkLTM4NGQ1MTI2ZDYzNSIsIndvcmtmbG93SWQiOiIxMjFkMTE2ZS0xNDk4LTQyNWYtODA2ZS0yOGQwM2NhYjRjNTEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzQ1OTMxZjAtN2NkOS00ZjQ5LWI2MWEtMDZjZWZlNDg1NjEzIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqTXpaREk0TnpoaUxUWm1ZalF0TkRsbE5TMWlPV1JrTFRNNE5HUTFNVEkyWkRZek5TSXNJbmR2Y210bWJHOTNTV1FpT2lJeE1qRmtNVEUyWlMweE5EazRMVFF5TldZdE9EQTJaUzB5T0dRd00yTmhZalJqTlRFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTnpRMU9UTXhaakF0TjJOa09TMDBaalE1TFdJMk1XRXRNRFpqWldabE5EZzFOakV6SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1563,7 +1578,7 @@ "no-cache" ], "x-ms-request-id": [ - "088cecd3-665b-47c5-9659-580fb941e355" + "a64f3437-1673-4c39-8610-4ed86d92e983" ], "X-Content-Type-Options": [ "nosniff" @@ -1581,47 +1596,44 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11994" ], "x-ms-correlation-request-id": [ - "5a39735d-f7f1-4fd7-bd88-ffc54d8340aa" + "2fe3cb03-310a-406d-af75-31723ae5ab2b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164534Z:5a39735d-f7f1-4fd7-bd88-ffc54d8340aa" + "WESTUS:20200623T090123Z:2fe3cb03-310a-406d-af75-31723ae5ab2b" ], "Date": [ - "Wed, 03 Jul 2019 16:45:34 GMT" - ], - "Content-Length": [ - "984" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Tue, 23 Jun 2020 09:01:22 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountKey\": null,\r\n \"storageAccount\": null,\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/Microsoft.Storage/storageAccounts/saps748\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8QzFCODYwNTUtMjU5MC00MUNDLUI0NEUtODIzQTBGNjRGMjZCfEdFTkVSSUN8RDREMzExMTMtQzFBOC00QTcwLUI4RjktNzZGNTBCMjkxOTFC\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps3419/workflows/f6a352e6-573e-4b9c-99b7-70640ae9d845\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/microsoft.storagesync/storageSyncServices/sssps3419/syncGroups/sgps9759/cloudEndpoints/cepps6232\",\r\n \"name\": \"cepps6232\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", + "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/Microsoft.StorageSync/storageSyncServices/sssps3419/syncGroups/sgps9759/cloudEndpoints/cepps6232?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODM0MS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzNDE5L3N5bmNHcm91cHMvc2dwczk3NTkvY2xvdWRFbmRwb2ludHMvY2VwcHM2MjMyP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4409/providers/Microsoft.StorageSync/storageSyncServices/sssps5526/syncGroups/sgps966?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDQwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NTI2L3N5bmNHcm91cHMvc2dwczk2Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "99a9ae6c-c391-45f6-a97f-6dd79ab0c3bd" + "87da2ffe-13c7-42e3-9132-5c44d2633062" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1632,7 +1644,7 @@ "no-cache" ], "x-ms-request-id": [ - "1deb8636-60b8-415f-a171-cac6ef330631" + "7e650c3b-a7e6-4697-af69-541ad3a1c2bd" ], "X-Content-Type-Options": [ "nosniff" @@ -1649,48 +1661,45 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" ], "x-ms-correlation-request-id": [ - "86bae65f-33fe-42cd-a3d0-ad9f58f1dfbf" + "3d9e9970-afa9-4b34-a83c-ba1f01a942a0" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164534Z:86bae65f-33fe-42cd-a3d0-ad9f58f1dfbf" + "WESTUS:20200623T090123Z:3d9e9970-afa9-4b34-a83c-ba1f01a942a0" ], "Date": [ - "Wed, 03 Jul 2019 16:45:34 GMT" - ], - "Content-Length": [ - "984" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Tue, 23 Jun 2020 09:01:22 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountKey\": null,\r\n \"storageAccount\": null,\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/Microsoft.Storage/storageAccounts/saps748\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8QzFCODYwNTUtMjU5MC00MUNDLUI0NEUtODIzQTBGNjRGMjZCfEdFTkVSSUN8RDREMzExMTMtQzFBOC00QTcwLUI4RjktNzZGNTBCMjkxOTFC\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps3419/workflows/f6a352e6-573e-4b9c-99b7-70640ae9d845\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/microsoft.storagesync/storageSyncServices/sssps3419/syncGroups/sgps9759/cloudEndpoints/cepps6232\",\r\n \"name\": \"cepps6232\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", + "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/Microsoft.StorageSync/storageSyncServices/sssps3419/syncGroups/sgps9759/cloudEndpoints/cepps6232?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODM0MS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzNDE5L3N5bmNHcm91cHMvc2dwczk3NTkvY2xvdWRFbmRwb2ludHMvY2VwcHM2MjMyP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4409/providers/Microsoft.StorageSync/storageSyncServices/sssps5526?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDQwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NTI2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f951405e-dca3-4454-950f-a0ad9fc444ff" + "c7594db4-de7e-4d54-af6e-2e6e51defba2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1701,16 +1710,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/microsoft.storagesync/storageSyncServices/sssps3419/workflows/e8dfce9e-a4c6-4b28-b4a7-306997273362/operationresults/a5b0a5fc-c94a-4614-8fe6-9178bf9cf742?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjMzZDI4NzhiLTZmYjQtNDllNS1iOWRkLTM4NGQ1MTI2ZDYzNSIsIndvcmtmbG93SWQiOiJkYjg5ZDNiOC05MTljLTQyODctODI0Ny1hYjJmNDM4ZjU2MTAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmU5ZTA3ZTAtMmU2Ni00ZDI5LWIwMDYtZmQ0NTdlNzVhN2MyIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/microsoft.storagesync/storageSyncServices/sssps3419/workflows/e8dfce9e-a4c6-4b28-b4a7-306997273362/operations/a5b0a5fc-c94a-4614-8fe6-9178bf9cf742?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjMzZDI4NzhiLTZmYjQtNDllNS1iOWRkLTM4NGQ1MTI2ZDYzNSIsIndvcmtmbG93SWQiOiJkYjg5ZDNiOC05MTljLTQyODctODI0Ny1hYjJmNDM4ZjU2MTAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmU5ZTA3ZTAtMmU2Ni00ZDI5LWIwMDYtZmQ0NTdlNzVhN2MyIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "79a4e9e6-75db-4504-91f4-4befb7f0c2a9" + "c3a742ae-7888-4554-913a-674991f60cd7" ], "X-Content-Type-Options": [ "nosniff" @@ -1728,16 +1737,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14997" ], "x-ms-correlation-request-id": [ - "aeb36b83-3e96-4424-a5e3-483eadd61da4" + "00939e39-ec24-4c9a-87a6-de1a66849e77" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164535Z:aeb36b83-3e96-4424-a5e3-483eadd61da4" + "WESTUS:20200623T090124Z:00939e39-ec24-4c9a-87a6-de1a66849e77" ], "Date": [ - "Wed, 03 Jul 2019 16:45:35 GMT" + "Tue, 23 Jun 2020 09:01:23 GMT" ], "Expires": [ "-1" @@ -1750,16 +1759,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/microsoft.storagesync/storageSyncServices/sssps3419/workflows/e8dfce9e-a4c6-4b28-b4a7-306997273362/operations/a5b0a5fc-c94a-4614-8fe6-9178bf9cf742?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODM0MS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzNDE5L3dvcmtmbG93cy9lOGRmY2U5ZS1hNGM2LTRiMjgtYjRhNy0zMDY5OTcyNzMzNjIvb3BlcmF0aW9ucy9hNWIwYTVmYy1jOTRhLTQ2MTQtOGZlNi05MTc4YmY5Y2Y3NDI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjMzZDI4NzhiLTZmYjQtNDllNS1iOWRkLTM4NGQ1MTI2ZDYzNSIsIndvcmtmbG93SWQiOiJkYjg5ZDNiOC05MTljLTQyODctODI0Ny1hYjJmNDM4ZjU2MTAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmU5ZTA3ZTAtMmU2Ni00ZDI5LWIwMDYtZmQ0NTdlNzVhN2MyIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqTXpaREk0TnpoaUxUWm1ZalF0TkRsbE5TMWlPV1JrTFRNNE5HUTFNVEkyWkRZek5TSXNJbmR2Y210bWJHOTNTV1FpT2lKa1lqZzVaRE5pT0MwNU1UbGpMVFF5T0RjdE9ESTBOeTFoWWpKbU5ETTRaalUyTVRBaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWm1VNVpUQTNaVEF0TW1VMk5pMDBaREk1TFdJd01EWXRabVEwTlRkbE56VmhOMk15SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1770,7 +1779,7 @@ "no-cache" ], "x-ms-request-id": [ - "3a4a2b7a-ad6f-46ac-8c10-a72435f84e79" + "cb1b1dfb-7de8-4558-ae5c-ecd40e5d35d5" ], "X-Content-Type-Options": [ "nosniff" @@ -1788,41 +1797,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11993" ], "x-ms-correlation-request-id": [ - "737a6fcb-f2ea-434a-9e53-a9bc52199bdd" + "ea8087c9-4275-4fdd-ae76-b25fced7a994" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164546Z:737a6fcb-f2ea-434a-9e53-a9bc52199bdd" + "WESTUS:20200623T090134Z:ea8087c9-4275-4fdd-ae76-b25fced7a994" ], "Date": [ - "Wed, 03 Jul 2019 16:45:45 GMT" + "Tue, 23 Jun 2020 09:01:34 GMT" ], "Content-Length": [ - "447" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/microsoft.storagesync/storageSyncServices/sssps3419/workflow/e8dfce9e-a4c6-4b28-b4a7-306997273362/operationresults/a5b0a5fc-c94a-4614-8fe6-9178bf9cf742\",\r\n \"name\": \"a5b0a5fc-c94a-4614-8fe6-9178bf9cf742\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T16:45:35.6970846Z\",\r\n \"endTime\": \"2019-07-03T16:45:39.2288506Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjMzZDI4NzhiLTZmYjQtNDllNS1iOWRkLTM4NGQ1MTI2ZDYzNSIsIndvcmtmbG93SWQiOiJkYjg5ZDNiOC05MTljLTQyODctODI0Ny1hYjJmNDM4ZjU2MTAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmU5ZTA3ZTAtMmU2Ni00ZDI5LWIwMDYtZmQ0NTdlNzVhN2MyIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjMzZDI4NzhiLTZmYjQtNDllNS1iOWRkLTM4NGQ1MTI2ZDYzNSIsIndvcmtmbG93SWQiOiJkYjg5ZDNiOC05MTljLTQyODctODI0Ny1hYjJmNDM4ZjU2MTAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmU5ZTA3ZTAtMmU2Ni00ZDI5LWIwMDYtZmQ0NTdlNzVhN2MyIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T09:01:24.4926352Z\",\r\n \"endTime\": \"2020-06-23T09:01:30.640796Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/microsoft.storagesync/storageSyncServices/sssps3419/workflows/e8dfce9e-a4c6-4b28-b4a7-306997273362/operationresults/a5b0a5fc-c94a-4614-8fe6-9178bf9cf742?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODM0MS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzNDE5L3dvcmtmbG93cy9lOGRmY2U5ZS1hNGM2LTRiMjgtYjRhNy0zMDY5OTcyNzMzNjIvb3BlcmF0aW9ucmVzdWx0cy9hNWIwYTVmYy1jOTRhLTQ2MTQtOGZlNi05MTc4YmY5Y2Y3NDI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjMzZDI4NzhiLTZmYjQtNDllNS1iOWRkLTM4NGQ1MTI2ZDYzNSIsIndvcmtmbG93SWQiOiJkYjg5ZDNiOC05MTljLTQyODctODI0Ny1hYjJmNDM4ZjU2MTAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmU5ZTA3ZTAtMmU2Ni00ZDI5LWIwMDYtZmQ0NTdlNzVhN2MyIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqTXpaREk0TnpoaUxUWm1ZalF0TkRsbE5TMWlPV1JrTFRNNE5HUTFNVEkyWkRZek5TSXNJbmR2Y210bWJHOTNTV1FpT2lKa1lqZzVaRE5pT0MwNU1UbGpMVFF5T0RjdE9ESTBOeTFoWWpKbU5ETTRaalUyTVRBaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWm1VNVpUQTNaVEF0TW1VMk5pMDBaREk1TFdJd01EWXRabVEwTlRkbE56VmhOMk15SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1833,7 +1842,7 @@ "no-cache" ], "x-ms-request-id": [ - "efe95e39-8ca7-4722-971b-a5578ad4bfac" + "4b2bc7de-92ed-4f54-802c-630e5e2bb342" ], "X-Content-Type-Options": [ "nosniff" @@ -1851,16 +1860,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11992" ], "x-ms-correlation-request-id": [ - "0bc186d5-334c-414b-8c49-89ddbde7aa5f" + "67ba7fcf-7462-4407-a8e1-1321f35b838e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164546Z:0bc186d5-334c-414b-8c49-89ddbde7aa5f" + "WESTUS:20200623T090134Z:67ba7fcf-7462-4407-a8e1-1321f35b838e" ], "Date": [ - "Wed, 03 Jul 2019 16:45:46 GMT" + "Tue, 23 Jun 2020 09:01:34 GMT" ], "Expires": [ "-1" @@ -1873,22 +1882,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/Microsoft.StorageSync/storageSyncServices/sssps3419/syncGroups/sgps9759?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODM0MS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzNDE5L3N5bmNHcm91cHMvc2dwczk3NTk/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4409/providers/Microsoft.Storage/storageAccounts/saps6003?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDQwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM2MDAzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2e4cbef0-5ed2-4413-aca1-75bc5462dae3" + "50514418-c915-4688-b204-dfa363b073ce" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1899,100 +1908,31 @@ "no-cache" ], "x-ms-request-id": [ - "ebfb5887-7ed1-4cae-8b8e-10b3ae8065cd" - ], - "X-Content-Type-Options": [ - "nosniff" + "0ea5b5ef-5aac-433d-9c6c-4fca8e02d4a6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14996" ], "x-ms-correlation-request-id": [ - "f960b599-b6d7-4348-8f6a-e14be35af5f6" + "8e9e31bf-b9b0-4e27-a8a4-0c313d0a053a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164547Z:f960b599-b6d7-4348-8f6a-e14be35af5f6" - ], - "Date": [ - "Wed, 03 Jul 2019 16:45:46 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/Microsoft.StorageSync/storageSyncServices/sssps3419?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODM0MS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzNDE5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "7312e144-dd01-4989-8b7c-884f7f539895" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "eb51f9ce-f479-4876-add5-c4a9e5c4f046" + "WESTUS:20200623T090136Z:8e9e31bf-b9b0-4e27-a8a4-0c313d0a053a" ], "X-Content-Type-Options": [ "nosniff" ], - "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-deletes": [ - "14997" - ], - "x-ms-correlation-request-id": [ - "2a504449-479f-4fb4-8538-3e6fe0789428" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T164547Z:2a504449-479f-4fb4-8538-3e6fe0789428" - ], "Date": [ - "Wed, 03 Jul 2019 16:45:47 GMT" + "Tue, 23 Jun 2020 09:01:36 GMT" + ], + "Content-Type": [ + "text/plain; charset=utf-8" ], "Expires": [ "-1" @@ -2005,22 +1945,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/Microsoft.Storage/storageAccounts/saps748?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODM0MS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM3NDg/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4409/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDQwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a69530d3-d482-495a-92f9-ceca90822858" + "b6452a43-f6c1-43e8-b0ef-b34e11043382" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2030,60 +1970,57 @@ "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "6bcae645-d469-41c5-9b4c-df5c93813f81" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-request-id": [ + "d3ec1973-0032-4893-8ebc-7e398dedcc43" ], "x-ms-correlation-request-id": [ - "dedb80df-72fe-4f5a-b55d-1eba28acaf45" + "d3ec1973-0032-4893-8ebc-7e398dedcc43" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164553Z:dedb80df-72fe-4f5a-b55d-1eba28acaf45" + "WESTUS:20200623T090136Z:d3ec1973-0032-4893-8ebc-7e398dedcc43" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:45:53 GMT" + "Tue, 23 Jun 2020 09:01:36 GMT" ], "Content-Type": [ - "text/plain; charset=utf-8" + "application/json; charset=utf-8" ], "Expires": [ "-1" ], "Content-Length": [ - "0" + "12" ] }, - "ResponseBody": "", + "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8341/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODM0MS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps4409?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNDQwOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4b8ada69-dccc-478a-81b8-2810a155a5ef" + "373ceeb3-cb21-48a6-b0d9-dfc8ddc827c8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -2093,17 +2030,23 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ0MDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14995" ], "x-ms-request-id": [ - "018edcc3-bf16-405c-8efe-8716e67c1635" + "fcd62648-b553-482a-9534-f6d04a566c10" ], "x-ms-correlation-request-id": [ - "018edcc3-bf16-405c-8efe-8716e67c1635" + "fcd62648-b553-482a-9534-f6d04a566c10" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164553Z:018edcc3-bf16-405c-8efe-8716e67c1635" + "WESTUS:20200623T090136Z:fcd62648-b553-482a-9534-f6d04a566c10" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2112,38 +2055,29 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:45:53 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Tue, 23 Jun 2020 09:01:36 GMT" ], "Expires": [ "-1" ], "Content-Length": [ - "12" + "0" ] }, - "ResponseBody": "{\r\n \"value\": []\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps8341?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzODM0MT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ0MDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRME1Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "78a98c76-8d16-47c4-aa24-7f66dc23ef56" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -2154,22 +2088,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzNDEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ0MDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" ], "x-ms-request-id": [ - "b5b42e0c-95c7-4a14-a752-39686f3499d8" + "0d36b871-f1a4-46b8-9d33-88021dc1c9b2" ], "x-ms-correlation-request-id": [ - "b5b42e0c-95c7-4a14-a752-39686f3499d8" + "0d36b871-f1a4-46b8-9d33-88021dc1c9b2" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164554Z:b5b42e0c-95c7-4a14-a752-39686f3499d8" + "WESTUS:20200623T090151Z:0d36b871-f1a4-46b8-9d33-88021dc1c9b2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2178,7 +2112,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:45:54 GMT" + "Tue, 23 Jun 2020 09:01:51 GMT" ], "Expires": [ "-1" @@ -2191,16 +2125,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzNDEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnek5ERXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ0MDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRME1Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -2211,22 +2145,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzNDEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ0MDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11989" ], "x-ms-request-id": [ - "e36ce39a-aba1-46c2-a346-72665cba4da5" + "738b0a50-3f5f-4485-a93f-4ffce7050135" ], "x-ms-correlation-request-id": [ - "e36ce39a-aba1-46c2-a346-72665cba4da5" + "738b0a50-3f5f-4485-a93f-4ffce7050135" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164609Z:e36ce39a-aba1-46c2-a346-72665cba4da5" + "WESTUS:20200623T090206Z:738b0a50-3f5f-4485-a93f-4ffce7050135" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2235,7 +2169,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:46:09 GMT" + "Tue, 23 Jun 2020 09:02:06 GMT" ], "Expires": [ "-1" @@ -2248,16 +2182,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzNDEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnek5ERXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ0MDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRME1Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -2268,16 +2202,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11988" ], "x-ms-request-id": [ - "d57f2c80-c66f-4da9-96d3-cb3cb4562c67" + "facd4e9d-47c7-4f37-9c74-338ff7c74fa7" ], "x-ms-correlation-request-id": [ - "d57f2c80-c66f-4da9-96d3-cb3cb4562c67" + "facd4e9d-47c7-4f37-9c74-338ff7c74fa7" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164625Z:d57f2c80-c66f-4da9-96d3-cb3cb4562c67" + "WESTUS:20200623T090221Z:facd4e9d-47c7-4f37-9c74-338ff7c74fa7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2286,7 +2220,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:46:25 GMT" + "Tue, 23 Jun 2020 09:02:21 GMT" ], "Expires": [ "-1" @@ -2299,16 +2233,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzNDEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnek5ERXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ0MDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRME1Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -2319,16 +2253,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11987" ], "x-ms-request-id": [ - "1b67fa76-7b8b-4a82-aa55-2afa78e53ec7" + "a8bd44bf-1f1c-4cbc-9909-3b4047a37c35" ], "x-ms-correlation-request-id": [ - "1b67fa76-7b8b-4a82-aa55-2afa78e53ec7" + "a8bd44bf-1f1c-4cbc-9909-3b4047a37c35" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164625Z:1b67fa76-7b8b-4a82-aa55-2afa78e53ec7" + "WESTUS:20200623T090221Z:a8bd44bf-1f1c-4cbc-9909-3b4047a37c35" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2337,7 +2271,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:46:25 GMT" + "Tue, 23 Jun 2020 09:02:21 GMT" ], "Expires": [ "-1" @@ -2352,19 +2286,19 @@ ], "Names": { "Test-GetCloudEndpoint": [ - "ps8341", - "ps3419", - "ps9759", - "ps6232", - "ps748" + "ps4409", + "ps5526", + "ps966", + "ps5306", + "ps6003" ], "TestGetCloudEndpoint": [ - "7dbf6f68-458b-49b6-804f-86137e203de4" + "71803d9b-0655-4177-b955-ab39002760b6" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestGetCloudEndpointParentObject.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestGetCloudEndpointParentObject.json index c67bd99ccebb..4782ffbd2227 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestGetCloudEndpointParentObject.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestGetCloudEndpointParentObject.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75527a2d-84a5-408b-9bec-d067a3aa404b" + "b458a65e-8aa8-40d0-a58f-2f25001487d5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-request-id": [ - "5774dba0-17f6-4d5a-8e7e-7cab0b2365c1" + "886c9f87-8201-4d81-8549-e04ba17d43e0" ], "x-ms-correlation-request-id": [ - "5774dba0-17f6-4d5a-8e7e-7cab0b2365c1" + "886c9f87-8201-4d81-8549-e04ba17d43e0" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173527Z:5774dba0-17f6-4d5a-8e7e-7cab0b2365c1" + "WESTUS:20200623T090824Z:886c9f87-8201-4d81-8549-e04ba17d43e0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:35:27 GMT" + "Tue, 23 Jun 2020 09:08:23 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\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\": \"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\": \"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\": \"notifyResourceJobs\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\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 ]\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-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-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-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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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-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-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 },\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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7dd7a3f2-5fb7-4aba-860e-394e14e064b4" + "2dec4b46-fd63-4006-bcdc-221a6e466e3b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -87,16 +87,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11996" ], "x-ms-request-id": [ - "5987a466-18bc-4416-96ca-d83f5596dd5b" + "5faa7101-8b75-484d-98de-6a1060c0b997" ], "x-ms-correlation-request-id": [ - "5987a466-18bc-4416-96ca-d83f5596dd5b" + "5faa7101-8b75-484d-98de-6a1060c0b997" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173527Z:5987a466-18bc-4416-96ca-d83f5596dd5b" + "WESTUS:20200623T090824Z:5faa7101-8b75-484d-98de-6a1060c0b997" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:35:27 GMT" + "Tue, 23 Jun 2020 09:08:24 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,10 +114,10 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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-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-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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 \"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 \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { @@ -127,16 +127,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4b9a007f-1ee1-433b-a80a-7df7579de486" + "49c2d80c-037c-4c94-bb8e-eed75c50d031" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Internal.Subscriptions.SubscriptionClient/1.3.0" + "Microsoft.Azure.Internal.Subscriptions.SubscriptionClient/1.3.16" ] }, "ResponseHeaders": { @@ -150,13 +150,13 @@ "11998" ], "x-ms-request-id": [ - "d506f90f-5bd9-45cc-a91b-38203742f09b" + "19b56c89-d5b2-4c44-8dca-e3ad93fad760" ], "x-ms-correlation-request-id": [ - "d506f90f-5bd9-45cc-a91b-38203742f09b" + "19b56c89-d5b2-4c44-8dca-e3ad93fad760" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173528Z:d506f90f-5bd9-45cc-a91b-38203742f09b" + "WESTUS:20200623T090824Z:19b56c89-d5b2-4c44-8dca-e3ad93fad760" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -165,7 +165,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:35:27 GMT" + "Tue, 23 Jun 2020 09:08:24 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -177,26 +177,26 @@ "116" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/tenants/0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"tenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/tenants/6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"tenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps2368?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMjM2OD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps9289?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzOTI4OT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9e4b1ac1-a903-412e-8884-bd364e734639" + "dd370a1c-9f4a-4cd3-99ad-b730335bdd3d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -213,16 +213,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1195" ], "x-ms-request-id": [ - "99d02f47-cf9c-45fa-99e1-c3ef70ed770d" + "296dbc37-bc89-480a-b040-3bc630e37211" ], "x-ms-correlation-request-id": [ - "99d02f47-cf9c-45fa-99e1-c3ef70ed770d" + "296dbc37-bc89-480a-b040-3bc630e37211" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173529Z:99d02f47-cf9c-45fa-99e1-c3ef70ed770d" + "WESTUS:20200623T090825Z:296dbc37-bc89-480a-b040-3bc630e37211" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -231,7 +231,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:35:28 GMT" + "Tue, 23 Jun 2020 09:08:24 GMT" ], "Content-Length": [ "165" @@ -243,26 +243,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368\",\r\n \"name\": \"ps2368\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9289\",\r\n \"name\": \"ps9289\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps9514\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps7295\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4de4f09a-feac-4806-b2a2-746ac8f1dd4b" + "956f64e1-47b5-4ab7-8c71-52f2c3de63cf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -279,7 +279,7 @@ "no-cache" ], "x-ms-request-id": [ - "d7601fc3-417b-46e0-85d7-4d2ece47aab8" + "1e1d740c-a0c0-45cc-8dd4-ccbbff999f07" ], "X-Content-Type-Options": [ "nosniff" @@ -300,50 +300,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "e5bcc77d-982c-43a9-ac20-907fb2acacec" + "2c8b2c8c-03a6-4bb9-9bd3-b94df02f133f" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173530Z:e5bcc77d-982c-43a9-ac20-907fb2acacec" + "WESTUS:20200623T090825Z:2c8b2c8c-03a6-4bb9-9bd3-b94df02f133f" ], "Date": [ - "Wed, 03 Jul 2019 17:35:29 GMT" + "Tue, 23 Jun 2020 09:08:25 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/Microsoft.StorageSync/storageSyncServices/sssps9514?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE0P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9289/providers/Microsoft.StorageSync/storageSyncServices/sssps7295?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTI4OS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3Mjk1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "52e1c032-145a-42d8-83ba-d3da70387649" + "404d3bb7-2e51-4df5-ac4b-8002411edd20" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -353,8 +353,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjI3OTMxY2MwLTJmNWYtNDQ1OC04ZDM2LTIyZTI4Zjg4Y2NiNSIsIndvcmtmbG93SWQiOiJjMTQ5NGQ2Yy1iMDczLTQ0OTMtYjAzMy1hOTA5MTc2ZjE1M2QiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZWE0ODlkMWItZTJmZC00NjU2LWIzN2MtYzllOGFjYTNlMDlhIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjI3OTMxY2MwLTJmNWYtNDQ1OC04ZDM2LTIyZTI4Zjg4Y2NiNSIsIndvcmtmbG93SWQiOiJjMTQ5NGQ2Yy1iMDczLTQ0OTMtYjAzMy1hOTA5MTc2ZjE1M2QiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZWE0ODlkMWItZTJmZC00NjU2LWIzN2MtYzllOGFjYTNlMDlhIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "4a781288-7809-49dd-b3c8-d6b1bd18aa69" + "c0c8ea23-a383-4cc1-bbd9-9fac0ddf990b" ], "X-Content-Type-Options": [ "nosniff" @@ -375,44 +384,167 @@ "1199" ], "x-ms-correlation-request-id": [ - "41b93342-be0b-4c9d-a08d-8675fc19bf7e" + "258b438e-6b2a-48df-9e95-3921787ce1e0" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T090826Z:258b438e-6b2a-48df-9e95-3921787ce1e0" + ], + "Date": [ + "Tue, 23 Jun 2020 09:08:25 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjI3OTMxY2MwLTJmNWYtNDQ1OC04ZDM2LTIyZTI4Zjg4Y2NiNSIsIndvcmtmbG93SWQiOiJjMTQ5NGQ2Yy1iMDczLTQ0OTMtYjAzMy1hOTA5MTc2ZjE1M2QiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZWE0ODlkMWItZTJmZC00NjU2LWIzN2MtYzllOGFjYTNlMDlhIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqSTNPVE14WTJNd0xUSm1OV1l0TkRRMU9DMDRaRE0yTFRJeVpUSTRaamc0WTJOaU5TSXNJbmR2Y210bWJHOTNTV1FpT2lKak1UUTVOR1EyWXkxaU1EY3pMVFEwT1RNdFlqQXpNeTFoT1RBNU1UYzJaakUxTTJRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWldFME9EbGtNV0l0WlRKbVpDMDBOalUyTFdJek4yTXRZemxsT0dGallUTmxNRGxoSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "b4584dc6-b4ca-49b4-a2ae-cd5aa62d0c62" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "248e9d2d-3f0f-446c-9a18-c176a95a9590" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173530Z:41b93342-be0b-4c9d-a08d-8675fc19bf7e" + "WESTUS:20200623T090836Z:248e9d2d-3f0f-446c-9a18-c176a95a9590" ], "Date": [ - "Wed, 03 Jul 2019 17:35:30 GMT" + "Tue, 23 Jun 2020 09:08:35 GMT" ], "Content-Length": [ - "329" + "743" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjI3OTMxY2MwLTJmNWYtNDQ1OC04ZDM2LTIyZTI4Zjg4Y2NiNSIsIndvcmtmbG93SWQiOiJjMTQ5NGQ2Yy1iMDczLTQ0OTMtYjAzMy1hOTA5MTc2ZjE1M2QiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZWE0ODlkMWItZTJmZC00NjU2LWIzN2MtYzllOGFjYTNlMDlhIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjI3OTMxY2MwLTJmNWYtNDQ1OC04ZDM2LTIyZTI4Zjg4Y2NiNSIsIndvcmtmbG93SWQiOiJjMTQ5NGQ2Yy1iMDczLTQ0OTMtYjAzMy1hOTA5MTc2ZjE1M2QiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZWE0ODlkMWItZTJmZC00NjU2LWIzN2MtYzllOGFjYTNlMDlhIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T09:08:27.269099Z\",\r\n \"endTime\": \"2020-06-23T09:08:33.619738Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9289/providers/Microsoft.StorageSync/storageSyncServices/sssps7295?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTI4OS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3Mjk1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "25b036bc-1be2-496c-bd84-c934a9171121" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "c87f39b3-d8d8-468d-8db2-14fadf2cf255" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T090837Z:c87f39b3-d8d8-468d-8db2-14fadf2cf255" + ], + "Date": [ + "Tue, 23 Jun 2020 09:08:36 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514\",\r\n \"name\": \"sssps9514\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps7295/workflows/c1494d6c-b073-4493-b033-a909176f153d\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9289/providers/microsoft.storagesync/storageSyncServices/sssps7295\",\r\n \"name\": \"sssps7295\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/Microsoft.StorageSync/storageSyncServices/sssps9514/syncGroups/sgps3272?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE0L3N5bmNHcm91cHMvc2dwczMyNzI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9289/providers/Microsoft.StorageSync/storageSyncServices/sssps7295/syncGroups/sgps1518?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTI4OS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3Mjk1L3N5bmNHcm91cHMvc2dwczE1MTg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {}\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a124ba3b-77cc-4c9a-9831-e33ba4b8762f" + "6912a322-9b12-46b8-8700-6eef5abddffc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -429,7 +561,7 @@ "no-cache" ], "x-ms-request-id": [ - "604596aa-4125-4411-a981-ec983c6d3970" + "76fcc806-b40b-409b-82be-0e6784e3f9ba" ], "X-Content-Type-Options": [ "nosniff" @@ -450,50 +582,50 @@ "1198" ], "x-ms-correlation-request-id": [ - "91bd2d6b-1ac4-4f24-a33b-3202ed6b80d7" + "7d1a596c-dabd-4c24-ac57-9a3e9b9d154a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173531Z:91bd2d6b-1ac4-4f24-a33b-3202ed6b80d7" + "WESTUS:20200623T090837Z:7d1a596c-dabd-4c24-ac57-9a3e9b9d154a" ], "Date": [ - "Wed, 03 Jul 2019 17:35:31 GMT" + "Tue, 23 Jun 2020 09:08:36 GMT" ], "Content-Length": [ - "331" + "371" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"d3e3e472-cc32-42d7-8222-b4dcac6ba940\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/syncGroups/sgps3272\",\r\n \"name\": \"sgps3272\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"0bf75ed5-9916-4103-9cd9-09afdfcc07b5\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9289/providers/microsoft.storagesync/storageSyncServices/sssps7295/syncGroups/sgps1518\",\r\n \"name\": \"sgps1518\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/Microsoft.Storage/storageAccounts/saps3340?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHMzMzQwP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9289/providers/Microsoft.Storage/storageAccounts/saps5687?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTI4OS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM1Njg3P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"Central US EUAP\"\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"Central US EUAP\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4ecd6286-398e-4e4c-979c-1e63cf832c45" + "2f0cf5f6-6495-4be0-8bf1-d6e61bf1caaf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "105" + "107" ] }, "ResponseHeaders": { @@ -504,13 +636,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/5a10094e-eaa1-49d1-a167-9b3b57eee586?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/7ba475e3-b2ef-4cde-b407-783f53674503?monitor=true&api-version=2017-10-01" ], "Retry-After": [ "17" ], "x-ms-request-id": [ - "5a10094e-eaa1-49d1-a167-9b3b57eee586" + "7ba475e3-b2ef-4cde-b407-783f53674503" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -519,19 +651,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1197" ], "x-ms-correlation-request-id": [ - "dcd08322-8ed0-4a6d-bda2-a90b84f532f8" + "376e9f55-c459-426c-9f37-ba6a801351af" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173533Z:dcd08322-8ed0-4a6d-bda2-a90b84f532f8" + "WESTUS:20200623T090838Z:376e9f55-c459-426c-9f37-ba6a801351af" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:35:32 GMT" + "Tue, 23 Jun 2020 09:08:38 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -547,16 +679,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/5a10094e-eaa1-49d1-a167-9b3b57eee586?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9hc3luY29wZXJhdGlvbnMvNWExMDA5NGUtZWFhMS00OWQxLWExNjctOWIzYjU3ZWVlNTg2P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/7ba475e3-b2ef-4cde-b407-783f53674503?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9hc3luY29wZXJhdGlvbnMvN2JhNDc1ZTMtYjJlZi00Y2RlLWI0MDctNzgzZjUzNjc0NTAzP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE3LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -567,7 +699,7 @@ "no-cache" ], "x-ms-request-id": [ - "2224193c-35f9-431b-9e7d-57b7c23df5ac" + "8f62fd30-a4b4-4f5c-89bc-841adacbaa33" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -576,22 +708,22 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11977" ], "x-ms-correlation-request-id": [ - "96d9771f-268e-40af-a536-406a0a6a2ec1" + "3f94ccab-cb17-49a1-a0ce-05b5b13a6b83" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173550Z:96d9771f-268e-40af-a536-406a0a6a2ec1" + "WESTUS:20200623T090855Z:3f94ccab-cb17-49a1-a0ce-05b5b13a6b83" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:35:49 GMT" + "Tue, 23 Jun 2020 09:08:55 GMT" ], "Content-Length": [ - "1018" + "1039" ], "Content-Type": [ "application/json" @@ -600,26 +732,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/Microsoft.Storage/storageAccounts/saps3340\",\r\n \"name\": \"saps3340\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T17:35:32.4228396Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T17:35:32.4228396Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-07-03T17:35:32.3759903Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps3340.blob.core.windows.net/\",\r\n \"queue\": \"https://saps3340.queue.core.windows.net/\",\r\n \"table\": \"https://saps3340.table.core.windows.net/\",\r\n \"file\": \"https://saps3340.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9289/providers/Microsoft.Storage/storageAccounts/saps5687\",\r\n \"name\": \"saps5687\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T09:08:37.9887126Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T09:08:37.9887126Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-06-23T09:08:37.9261838Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps5687.blob.core.windows.net/\",\r\n \"queue\": \"https://saps5687.queue.core.windows.net/\",\r\n \"table\": \"https://saps5687.table.core.windows.net/\",\r\n \"file\": \"https://saps5687.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/Microsoft.Storage/storageAccounts/saps3340?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHMzMzQwP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9289/providers/Microsoft.Storage/storageAccounts/saps5687?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTI4OS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM1Njg3P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fbd22bd0-10f1-4f87-9403-3e166e4050f5" + "f38a31d6-462d-42e2-b7e6-9e01d9e634b7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -630,7 +762,7 @@ "no-cache" ], "x-ms-request-id": [ - "62ae115c-e0e7-43c6-aff9-d11f4e079c8f" + "455be117-7391-4565-8a95-4bc9ffef360c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -639,22 +771,22 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11976" ], "x-ms-correlation-request-id": [ - "419c7811-8d76-4262-a73c-299af1c70280" + "e398461b-b139-43cd-b6ca-cac27ea599ae" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173550Z:419c7811-8d76-4262-a73c-299af1c70280" + "WESTUS:20200623T090855Z:e398461b-b139-43cd-b6ca-cac27ea599ae" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:35:50 GMT" + "Tue, 23 Jun 2020 09:08:55 GMT" ], "Content-Length": [ - "1018" + "1039" ], "Content-Type": [ "application/json" @@ -663,26 +795,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/Microsoft.Storage/storageAccounts/saps3340\",\r\n \"name\": \"saps3340\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T17:35:32.4228396Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T17:35:32.4228396Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-07-03T17:35:32.3759903Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps3340.blob.core.windows.net/\",\r\n \"queue\": \"https://saps3340.queue.core.windows.net/\",\r\n \"table\": \"https://saps3340.table.core.windows.net/\",\r\n \"file\": \"https://saps3340.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9289/providers/Microsoft.Storage/storageAccounts/saps5687\",\r\n \"name\": \"saps5687\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T09:08:37.9887126Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T09:08:37.9887126Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-06-23T09:08:37.9261838Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps5687.blob.core.windows.net/\",\r\n \"queue\": \"https://saps5687.queue.core.windows.net/\",\r\n \"table\": \"https://saps5687.table.core.windows.net/\",\r\n \"file\": \"https://saps5687.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/Microsoft.Storage/storageAccounts/saps3340/listKeys?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHMzMzQwL2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9289/providers/Microsoft.Storage/storageAccounts/saps5687/listKeys?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTI4OS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM1Njg3L2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eec42ef4-e8d1-40f1-b02c-daa523c9200f" + "ac767fe8-6cc2-4be8-a91b-b60731ac1fc6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -693,7 +825,7 @@ "no-cache" ], "x-ms-request-id": [ - "7800ec7b-9694-4686-ad3d-fad6b143dd22" + "f70889b5-b900-4ada-a8c4-6539325b7d5e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -701,20 +833,20 @@ "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "11997" ], "x-ms-correlation-request-id": [ - "830504f8-dd45-47ce-ae3a-a8ec7ec29335" + "4db8d0d9-900a-4f14-8c17-8eb4db667afb" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173550Z:830504f8-dd45-47ce-ae3a-a8ec7ec29335" + "WESTUS:20200623T090855Z:4db8d0d9-900a-4f14-8c17-8eb4db667afb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:35:50 GMT" + "Tue, 23 Jun 2020 09:08:55 GMT" ], "Content-Length": [ "288" @@ -726,26 +858,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"value\": \"SwUlw/uYveBd0O85bgpMjd2iBwwcU9k9g8a067yvUIZeuSVQgR96GdQaqVC+HUCUbHeDwHLOnFk/3QieAt55IA==\",\r\n \"permissions\": \"FULL\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"value\": \"6rTqSYjADVZiWKLaCY25MfdRbcDAal/1s0H4C+x/5BYcFFsWWxvXuc76ynZD2vAPoQ1IzgHl5uExdYKRQY2GCA==\",\r\n \"permissions\": \"FULL\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"value\": \"07pHPNT7Ub+DTHPdb57Z9ys4JyBklRU+e5whQ8fxiL9pIiAlZ6Tn7iceJpehYLGuVxpJ8sUwwABTHA5zizZT8w==\",\r\n \"permissions\": \"FULL\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"value\": \"0nKXmNp+KxJ4p8L0+wdey6kaAdHCHMSReS9pBo7x3EftSvr8KO8DWF6Ed23gOp78n/5xvcEpgURqK0hhVPnZVQ==\",\r\n \"permissions\": \"FULL\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/0483643a-cb2f-462a-bc27-1a270e5bdc0a/servicePrincipalsByAppId/9469b9f5-6722-4481-a2b2-14ed560b706f/objectId?api-version=1.6", - "EncodedRequestUri": "LzA0ODM2NDNhLWNiMmYtNDYyYS1iYzI3LTFhMjcwZTViZGMwYS9zZXJ2aWNlUHJpbmNpcGFsc0J5QXBwSWQvOTQ2OWI5ZjUtNjcyMi00NDgxLWEyYjItMTRlZDU2MGI3MDZmL29iamVjdElkP2FwaS12ZXJzaW9uPTEuNg==", + "RequestUri": "/6ad91d65-65ab-4e14-90f7-fe951035b7c9/servicePrincipalsByAppId/9469b9f5-6722-4481-a2b2-14ed560b706f/objectId?api-version=1.6", + "EncodedRequestUri": "LzZhZDkxZDY1LTY1YWItNGUxNC05MGY3LWZlOTUxMDM1YjdjOS9zZXJ2aWNlUHJpbmNpcGFsc0J5QXBwSWQvOTQ2OWI5ZjUtNjcyMi00NDgxLWEyYjItMTRlZDU2MGI3MDZmL29iamVjdElkP2FwaS12ZXJzaW9uPTEuNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "06297d86-5b7d-496d-bcef-3489e59f2833" + "d9bcd061-2607-4998-a4e8-25278e4f4b1b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.0" + "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -756,19 +888,22 @@ "no-cache" ], "ocp-aad-diagnostics-server-name": [ - "XC37a6rlJsCeGLMfJenTNZI4+ije7D/luiwxI9jCogI=" + "qS43F4iLBOJT6RGkkYs1XEqkZVQTuWFJkKZZm/yzJso=" ], "request-id": [ - "ad5a1c6a-4151-4b7f-b98a-cd2880da916a" + "e00251bd-b6aa-4c90-af67-e71f0e054d89" ], "client-request-id": [ - "06297d86-5b7d-496d-bcef-3489e59f2833" + "d9bcd061-2607-4998-a4e8-25278e4f4b1b" ], "x-ms-dirapi-data-contract-version": [ "1.6" ], "ocp-aad-session-key": [ - "x4hG6IRfsSg_02Rz4oAo1A6L_8Dlxa1gfPCp3BdOEOrMQfYqafngWyW_SdA6GXgkVwd28_G0ZoO4C_gAxGAm0hroBJ_gLqU3gB-osbhTlqozDbvAitDRNCW-MNX6PTGN.YlHCdAcId7U9prNEmeH7eUPOgL5rz0QIyWc3efDhtH8" + "KjLWwLsTonD86vFC8ro5Qc_-n19xACxZN-yXnx_26PzUjpwXCdeYTZ4epgxqBgj4fwE79p8Y8NUNLUZTAblYsCKTuGsy9Fcped0u-PH9HDX4R7J0qpbUVXGayY_iDu0L.CdgVLyyx9fIGyzFiKGp6tgL7HisKRmybaBZSH7yTLZA" + ], + "x-aad-resource-unit": [ + "1" ], "DataServiceVersion": [ "3.0;" @@ -786,10 +921,10 @@ "ASP.NET" ], "Duration": [ - "706724" + "531308" ], "Date": [ - "Wed, 03 Jul 2019 17:35:50 GMT" + "Tue, 23 Jun 2020 09:08:55 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" @@ -801,26 +936,26 @@ "151" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/0483643a-cb2f-462a-bc27-1a270e5bdc0a/$metadata#Edm.String\",\r\n \"value\": \"384dab06-7a70-4ecf-a04e-284602199124\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/6ad91d65-65ab-4e14-90f7-fe951035b7c9/$metadata#Edm.String\",\r\n \"value\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/0483643a-cb2f-462a-bc27-1a270e5bdc0a/servicePrincipals/384dab06-7a70-4ecf-a04e-284602199124?api-version=1.6", - "EncodedRequestUri": "LzA0ODM2NDNhLWNiMmYtNDYyYS1iYzI3LTFhMjcwZTViZGMwYS9zZXJ2aWNlUHJpbmNpcGFscy8zODRkYWIwNi03YTcwLTRlY2YtYTA0ZS0yODQ2MDIxOTkxMjQ/YXBpLXZlcnNpb249MS42", + "RequestUri": "/6ad91d65-65ab-4e14-90f7-fe951035b7c9/servicePrincipals/d8eca219-3055-4504-9a60-18c2d0b4c18c?api-version=1.6", + "EncodedRequestUri": "LzZhZDkxZDY1LTY1YWItNGUxNC05MGY3LWZlOTUxMDM1YjdjOS9zZXJ2aWNlUHJpbmNpcGFscy9kOGVjYTIxOS0zMDU1LTQ1MDQtOWE2MC0xOGMyZDBiNGMxOGM/YXBpLXZlcnNpb249MS42", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c88ae95c-06a8-4fec-ba8b-a9a6fc366902" + "c50736c2-d5c4-486a-b277-3347938d4c5b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.0" + "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -831,19 +966,22 @@ "no-cache" ], "ocp-aad-diagnostics-server-name": [ - "9RY9kHjIF0sEXCnKZC1J9QU6hhbta/WWZ84XWn9UNrA=" + "ELSFvR45OJc17Ux8fxvEYEt7oeQqKBuXlRZeZ80EmzQ=" ], "request-id": [ - "d9d1be1d-054d-4868-bc53-658e037ce7c0" + "f5c002ff-2db3-4625-9a51-0762de5939e0" ], "client-request-id": [ - "c88ae95c-06a8-4fec-ba8b-a9a6fc366902" + "c50736c2-d5c4-486a-b277-3347938d4c5b" ], "x-ms-dirapi-data-contract-version": [ "1.6" ], "ocp-aad-session-key": [ - "fB8s4NNvpW2ZqNiAmwL0ctKyEqhG1jil66A-7ML8HUj6asjvdtS_dUM9pEA9Ypz6bG7PVLz--MSZ-z_oQYHuoEc4Rp-W33kt1CbB-R-4O8Cx-DUniGxPATT_kWZStdI9.UkAU1AXkLBDWx_njUm17SICwBM4c1FbMUA1d6gY3_oc" + "YNs6FREQafqIIYT__Q_VuK6Y_SpixxelE6fKSoEYabIOwSLWCA4g4as5E0bpGhvyKTd8RVglY6bRXXMN6myBLrDDaJHmDByx39pGcwXerTXqXj7s4yGu2UA0xjOJ-JaR.oqazo2daWLpt5s-OoZ2dMZxXeP9X72wwrQvmE_ffxR4" + ], + "x-aad-resource-unit": [ + "1" ], "DataServiceVersion": [ "3.0;" @@ -861,10 +999,10 @@ "ASP.NET" ], "Duration": [ - "643307" + "532196" ], "Date": [ - "Wed, 03 Jul 2019 17:35:50 GMT" + "Tue, 23 Jun 2020 09:08:55 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" @@ -876,7 +1014,7 @@ "1299" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/0483643a-cb2f-462a-bc27-1a270e5bdc0a/$metadata#directoryObjects/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"384dab06-7a70-4ecf-a04e-284602199124\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.StorageSync\",\r\n \"appId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"applicationTemplateId\": null,\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.StorageSync\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"notificationEmailAddresses\": [],\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredSingleSignOnMode\": null,\r\n \"preferredTokenSigningKeyEndDateTime\": null,\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://0c38d04b-cf53-496f-aa30-9751eaf67399/redir\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"samlSingleSignOnSettings\": null,\r\n \"servicePrincipalNames\": [\r\n \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/6ad91d65-65ab-4e14-90f7-fe951035b7c9/$metadata#directoryObjects/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.StorageSync\",\r\n \"appId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"applicationTemplateId\": null,\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.StorageSync\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"notificationEmailAddresses\": [],\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredSingleSignOnMode\": null,\r\n \"preferredTokenSigningKeyEndDateTime\": null,\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://0c38d04b-cf53-496f-aa30-9751eaf67399/redir\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"samlSingleSignOnSettings\": null,\r\n \"servicePrincipalNames\": [\r\n \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n}", "StatusCode": 200 }, { @@ -886,16 +1024,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8160c985-9050-46a6-a1a5-6924aacd3ffd" + "21cffd9d-fe70-4d79-a0e8-d54b5e7e8220" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" + "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -905,11 +1043,8 @@ "Pragma": [ "no-cache" ], - "x-ms-request-charge": [ - "1" - ], "x-ms-request-id": [ - "debbb9fa-f447-4910-a12e-00716a99aaee" + "484910e9-dcd0-4bb3-ad25-3d39f64c88ae" ], "X-Content-Type-Options": [ "nosniff" @@ -918,19 +1053,19 @@ "max-age=31536000; includeSubDomains" ], "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" + "x-ms-gateway-slice=Production; path=/; SameSite=None; secure; HttpOnly" ], "x-ms-ratelimit-remaining-tenant-reads": [ - "11999" + "11998" ], "x-ms-correlation-request-id": [ - "9fae8d45-41f6-4cc1-941d-5edf229a958f" + "c6b28f6e-6537-429a-b0db-8de0b36b9818" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173551Z:9fae8d45-41f6-4cc1-941d-5edf229a958f" + "WESTUS:20200623T090856Z:c6b28f6e-6537-429a-b0db-8de0b36b9818" ], "Date": [ - "Wed, 03 Jul 2019 17:35:51 GMT" + "Tue, 23 Jun 2020 09:08:55 GMT" ], "Content-Length": [ "841" @@ -946,22 +1081,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps2368/providers/Microsoft.Storage///storageAccounts/saps3340/providers/Microsoft.Authorization/roleAssignments?$filter=assignedTo('384dab06-7a70-4ecf-a04e-284602199124')&api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2UvLy9zdG9yYWdlQWNjb3VudHMvc2FwczMzNDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cz8kZmlsdGVyPWFzc2lnbmVkVG8oJzM4NGRhYjA2LTdhNzAtNGVjZi1hMDRlLTI4NDYwMjE5OTEyNCcpJmFwaS12ZXJzaW9uPTIwMTUtMDctMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps9289/providers/Microsoft.Storage///storageAccounts/saps5687/providers/Microsoft.Authorization/roleAssignments?$filter=assignedTo('d8eca219-3055-4504-9a60-18c2d0b4c18c')&api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzOTI4OS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2UvLy9zdG9yYWdlQWNjb3VudHMvc2FwczU2ODcvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cz8kZmlsdGVyPWFzc2lnbmVkVG8oJ2Q4ZWNhMjE5LTMwNTUtNDUwNC05YTYwLTE4YzJkMGI0YzE4YycpJmFwaS12ZXJzaW9uPTIwMTUtMDctMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8aeb1d05-10f4-4ad7-a1b8-f24a2c47cdc0" + "b85238c8-5be1-41c0-8c6a-3aea2b2c4c50" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" + "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -971,11 +1106,8 @@ "Pragma": [ "no-cache" ], - "x-ms-request-charge": [ - "1" - ], "x-ms-request-id": [ - "a63c8e49-f121-4c93-8283-90b56bc00fb9" + "d8b9228e-dde7-48d2-8e2a-bc4e5f1a854a" ], "X-Content-Type-Options": [ "nosniff" @@ -984,22 +1116,22 @@ "max-age=31536000; includeSubDomains" ], "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" + "x-ms-gateway-slice=Production; path=/; secure; HttpOnly; SameSite=None" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11983" ], "x-ms-correlation-request-id": [ - "3cb65422-5ddf-4ee6-ae3c-eab9416aba54" + "dc3af0f2-501a-40e4-84a4-64993f4fc842" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173552Z:3cb65422-5ddf-4ee6-ae3c-eab9416aba54" + "WESTUS:20200623T090857Z:dc3af0f2-501a-40e4-84a4-64993f4fc842" ], "Date": [ - "Wed, 03 Jul 2019 17:35:51 GMT" + "Tue, 23 Jun 2020 09:08:56 GMT" ], "Content-Length": [ - "12" + "732" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1008,98 +1140,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": []\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\",\r\n \"principalId\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\",\r\n \"scope\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b\",\r\n \"createdOn\": \"2020-05-23T18:29:54.9647107Z\",\r\n \"updatedOn\": \"2020-05-23T18:29:54.9647107Z\",\r\n \"createdBy\": \"a8656ec6-d7a4-4e38-bf78-58d74e3ed751\",\r\n \"updatedBy\": \"a8656ec6-d7a4-4e38-bf78-58d74e3ed751\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Authorization/roleAssignments/dc60f792-d409-4e1d-8fe5-192d121c26e9\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"dc60f792-d409-4e1d-8fe5-192d121c26e9\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/Microsoft.Storage/storageAccounts/saps3340/providers/Microsoft.Authorization/roleAssignments/e05968d1-00a0-47bb-aabb-e34681f475d1?api-version=2015-07-01", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzdiOTZjYjAyLTQ2NjMtNDBmNC05YTg5LTYwM2QzODQ5ZTQ2YS9yZXNvdXJjZUdyb3Vwcy9wczIzNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zYXBzMzM0MC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dGhvcml6YXRpb24vcm9sZUFzc2lnbm1lbnRzL2UwNTk2OGQxLTAwYTAtNDdiYi1hYWJiLWUzNDY4MWY0NzVkMT9hcGktdmVyc2lvbj0yMDE1LTA3LTAx", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\",\r\n \"principalId\": \"384dab06-7a70-4ecf-a04e-284602199124\"\r\n }\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "aa414c6c-52f6-48b0-bdc3-f25208c512b8" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "254" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-charge": [ - "2" - ], - "x-ms-request-id": [ - "b0bcb016-a7db-4e79-ab1b-ed02f5314cfc" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], - "x-ms-correlation-request-id": [ - "b8111b61-8624-427a-8c14-c8c0738a64aa" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T173554Z:b8111b61-8624-427a-8c14-c8c0738a64aa" - ], - "Date": [ - "Wed, 03 Jul 2019 17:35:54 GMT" - ], - "Content-Length": [ - "836" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\",\r\n \"principalId\": \"384dab06-7a70-4ecf-a04e-284602199124\",\r\n \"scope\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/Microsoft.Storage/storageAccounts/saps3340\",\r\n \"createdOn\": \"2019-07-03T17:35:52.2246044Z\",\r\n \"updatedOn\": \"2019-07-03T17:35:52.2246044Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"8d1a2f63-15c2-4fe8-a804-213ecbaf4403\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/Microsoft.Storage/storageAccounts/saps3340/providers/Microsoft.Authorization/roleAssignments/e05968d1-00a0-47bb-aabb-e34681f475d1\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"e05968d1-00a0-47bb-aabb-e34681f475d1\"\r\n}", - "StatusCode": 201 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/Microsoft.StorageSync/storageSyncServices/sssps9514/syncGroups/sgps3272/cloudEndpoints/cepps3074?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE0L3N5bmNHcm91cHMvc2dwczMyNzIvY2xvdWRFbmRwb2ludHMvY2VwcHMzMDc0P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9289/providers/Microsoft.StorageSync/storageSyncServices/sssps7295/syncGroups/sgps1518/cloudEndpoints/cepps7027?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTI4OS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3Mjk1L3N5bmNHcm91cHMvc2dwczE1MTgvY2xvdWRFbmRwb2ludHMvY2VwcHM3MDI3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/Microsoft.Storage/storageAccounts/saps3340\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9289/providers/Microsoft.Storage/storageAccounts/saps5687\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "57046056-fe73-495a-8683-8023942b4b26" + "9dae6957-4f96-4f2c-97a1-4522daaf6cdf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1116,16 +1176,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflows/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operationresults/029c6d9d-2788-425a-ab3e-03376f73c5ff?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjI3OTMxY2MwLTJmNWYtNDQ1OC04ZDM2LTIyZTI4Zjg4Y2NiNSIsIndvcmtmbG93SWQiOiI2YTgwZTQ1ZC05MjJlLTQyZjYtOTZhNi05NGFiYTJlNGMyZDUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTk2ODYwYmMtNTZiYi00NzU3LWE0ZGYtYjNhYmU1ODJjMjVjIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflows/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operations/029c6d9d-2788-425a-ab3e-03376f73c5ff?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjI3OTMxY2MwLTJmNWYtNDQ1OC04ZDM2LTIyZTI4Zjg4Y2NiNSIsIndvcmtmbG93SWQiOiI2YTgwZTQ1ZC05MjJlLTQyZjYtOTZhNi05NGFiYTJlNGMyZDUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTk2ODYwYmMtNTZiYi00NzU3LWE0ZGYtYjNhYmU1ODJjMjVjIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "ec6d3bbe-8cad-468e-833e-e64c78ca4b0a" + "c4990046-efae-43fc-8100-6f6a5f38e959" ], "X-Content-Type-Options": [ "nosniff" @@ -1146,13 +1206,13 @@ "1198" ], "x-ms-correlation-request-id": [ - "899ccb12-32c3-4165-90e1-8e942ec5ea6f" + "280ff5d0-0200-4cf1-8dcc-fa576dbe9b8c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173635Z:899ccb12-32c3-4165-90e1-8e942ec5ea6f" + "WESTUS:20200623T090857Z:280ff5d0-0200-4cf1-8dcc-fa576dbe9b8c" ], "Date": [ - "Wed, 03 Jul 2019 17:36:34 GMT" + "Tue, 23 Jun 2020 09:08:57 GMT" ], "Expires": [ "-1" @@ -1165,16 +1225,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflows/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operations/029c6d9d-2788-425a-ab3e-03376f73c5ff?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE0L3dvcmtmbG93cy9jNzQyMTc5NS02ZWYxLTRmMTgtOWZiMi1jNmQ2ZTU2YzM4M2Evb3BlcmF0aW9ucy8wMjljNmQ5ZC0yNzg4LTQyNWEtYWIzZS0wMzM3NmY3M2M1ZmY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjI3OTMxY2MwLTJmNWYtNDQ1OC04ZDM2LTIyZTI4Zjg4Y2NiNSIsIndvcmtmbG93SWQiOiI2YTgwZTQ1ZC05MjJlLTQyZjYtOTZhNi05NGFiYTJlNGMyZDUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTk2ODYwYmMtNTZiYi00NzU3LWE0ZGYtYjNhYmU1ODJjMjVjIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqSTNPVE14WTJNd0xUSm1OV1l0TkRRMU9DMDRaRE0yTFRJeVpUSTRaamc0WTJOaU5TSXNJbmR2Y210bWJHOTNTV1FpT2lJMllUZ3daVFExWkMwNU1qSmxMVFF5WmpZdE9UWmhOaTA1TkdGaVlUSmxOR015WkRVaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT1RrMk9EWXdZbU10TlRaaVlpMDBOelUzTFdFMFpHWXRZak5oWW1VMU9ESmpNalZqSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1185,7 +1245,7 @@ "no-cache" ], "x-ms-request-id": [ - "d6cecd81-9339-42de-aca4-5d33775b512a" + "82a51473-446b-487f-8b1c-7e54f55d2820" ], "X-Content-Type-Options": [ "nosniff" @@ -1203,41 +1263,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11982" ], "x-ms-correlation-request-id": [ - "1970ad43-a926-4c00-967d-9eac0829c169" + "122977fd-f9ab-40ad-8062-d97012b803af" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173645Z:1970ad43-a926-4c00-967d-9eac0829c169" + "WESTUS:20200623T090908Z:122977fd-f9ab-40ad-8062-d97012b803af" ], "Date": [ - "Wed, 03 Jul 2019 17:36:45 GMT" + "Tue, 23 Jun 2020 09:09:07 GMT" ], "Content-Length": [ - "451" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflow/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operationresults/029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"name\": \"029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T17:36:35.2657316Z\",\r\n \"endTime\": \"2019-07-03T17:36:38.3822154Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjI3OTMxY2MwLTJmNWYtNDQ1OC04ZDM2LTIyZTI4Zjg4Y2NiNSIsIndvcmtmbG93SWQiOiI2YTgwZTQ1ZC05MjJlLTQyZjYtOTZhNi05NGFiYTJlNGMyZDUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTk2ODYwYmMtNTZiYi00NzU3LWE0ZGYtYjNhYmU1ODJjMjVjIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjI3OTMxY2MwLTJmNWYtNDQ1OC04ZDM2LTIyZTI4Zjg4Y2NiNSIsIndvcmtmbG93SWQiOiI2YTgwZTQ1ZC05MjJlLTQyZjYtOTZhNi05NGFiYTJlNGMyZDUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTk2ODYwYmMtNTZiYi00NzU3LWE0ZGYtYjNhYmU1ODJjMjVjIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T09:08:57.9326279Z\",\r\n \"endTime\": \"2020-06-23T09:09:03.9136599Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflows/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operations/029c6d9d-2788-425a-ab3e-03376f73c5ff?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE0L3dvcmtmbG93cy9jNzQyMTc5NS02ZWYxLTRmMTgtOWZiMi1jNmQ2ZTU2YzM4M2Evb3BlcmF0aW9ucy8wMjljNmQ5ZC0yNzg4LTQyNWEtYWIzZS0wMzM3NmY3M2M1ZmY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9289/providers/Microsoft.StorageSync/storageSyncServices/sssps7295/syncGroups/sgps1518/cloudEndpoints/cepps7027?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTI4OS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3Mjk1L3N5bmNHcm91cHMvc2dwczE1MTgvY2xvdWRFbmRwb2ludHMvY2VwcHM3MDI3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1248,7 +1308,7 @@ "no-cache" ], "x-ms-request-id": [ - "a1987f26-41ce-4fba-9df1-99e116d52822" + "abc5d4db-0c29-4725-aa71-90ae731843d9" ], "X-Content-Type-Options": [ "nosniff" @@ -1266,41 +1326,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11981" ], "x-ms-correlation-request-id": [ - "688c32e5-1345-4c56-a8a7-f837c73d7a61" + "98ac2c5b-268d-4872-bf36-a20b848c76fc" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173656Z:688c32e5-1345-4c56-a8a7-f837c73d7a61" + "WESTUS:20200623T090908Z:98ac2c5b-268d-4872-bf36-a20b848c76fc" ], "Date": [ - "Wed, 03 Jul 2019 17:36:56 GMT" + "Tue, 23 Jun 2020 09:09:07 GMT" ], "Content-Length": [ - "451" + "1027" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflow/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operationresults/029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"name\": \"029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T17:36:35.2657316Z\",\r\n \"endTime\": \"2019-07-03T17:36:38.3822154Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9289/providers/Microsoft.Storage/storageAccounts/saps5687\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8MEJGNzVFRDUtOTkxNi00MTAzLTlDRDktMDlBRkRGQ0MwN0I1fEdFTkVSSUN8RjdFREQ1MEUtNEU4NS00MUM3LUFENEYtQzA0RTdEOUVBNUFF\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps7295/workflows/6a80e45d-922e-42f6-96a6-94aba2e4c2d5\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9289/providers/microsoft.storagesync/storageSyncServices/sssps7295/syncGroups/sgps1518/cloudEndpoints/cepps7027\",\r\n \"name\": \"cepps7027\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflows/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operations/029c6d9d-2788-425a-ab3e-03376f73c5ff?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE0L3dvcmtmbG93cy9jNzQyMTc5NS02ZWYxLTRmMTgtOWZiMi1jNmQ2ZTU2YzM4M2Evb3BlcmF0aW9ucy8wMjljNmQ5ZC0yNzg4LTQyNWEtYWIzZS0wMzM3NmY3M2M1ZmY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9289/providers/Microsoft.StorageSync/storageSyncServices/sssps7295/syncGroups/sgps1518/cloudEndpoints/cepps7027?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTI4OS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3Mjk1L3N5bmNHcm91cHMvc2dwczE1MTgvY2xvdWRFbmRwb2ludHMvY2VwcHM3MDI3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "b0fdd193-9491-4332-8032-a65316e2ee2d" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1311,7 +1377,7 @@ "no-cache" ], "x-ms-request-id": [ - "5f135ccd-89b2-4611-8cea-0e28b9783256" + "9464e1db-2b47-41b1-bb76-b8988bf70aca" ], "X-Content-Type-Options": [ "nosniff" @@ -1329,41 +1395,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11980" ], "x-ms-correlation-request-id": [ - "9c9e44ab-0133-4ad0-8e59-736b78b9d51e" + "68ab510d-1c1c-4302-a3a5-3d78b3c19e48" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173706Z:9c9e44ab-0133-4ad0-8e59-736b78b9d51e" + "WESTUS:20200623T090908Z:68ab510d-1c1c-4302-a3a5-3d78b3c19e48" ], "Date": [ - "Wed, 03 Jul 2019 17:37:06 GMT" + "Tue, 23 Jun 2020 09:09:08 GMT" ], "Content-Length": [ - "451" + "1027" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflow/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operationresults/029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"name\": \"029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T17:36:35.2657316Z\",\r\n \"endTime\": \"2019-07-03T17:36:38.3822154Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9289/providers/Microsoft.Storage/storageAccounts/saps5687\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8MEJGNzVFRDUtOTkxNi00MTAzLTlDRDktMDlBRkRGQ0MwN0I1fEdFTkVSSUN8RjdFREQ1MEUtNEU4NS00MUM3LUFENEYtQzA0RTdEOUVBNUFF\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps7295/workflows/6a80e45d-922e-42f6-96a6-94aba2e4c2d5\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9289/providers/microsoft.storagesync/storageSyncServices/sssps7295/syncGroups/sgps1518/cloudEndpoints/cepps7027\",\r\n \"name\": \"cepps7027\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflows/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operations/029c6d9d-2788-425a-ab3e-03376f73c5ff?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE0L3dvcmtmbG93cy9jNzQyMTc5NS02ZWYxLTRmMTgtOWZiMi1jNmQ2ZTU2YzM4M2Evb3BlcmF0aW9ucy8wMjljNmQ5ZC0yNzg4LTQyNWEtYWIzZS0wMzM3NmY3M2M1ZmY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9289/providers/Microsoft.StorageSync/storageSyncServices/sssps7295/syncGroups/sgps1518/cloudEndpoints/cepps7027?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTI4OS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3Mjk1L3N5bmNHcm91cHMvc2dwczE1MTgvY2xvdWRFbmRwb2ludHMvY2VwcHM3MDI3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "9a83145e-0afe-48a5-98ad-2cac9a7fc42a" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1373,8 +1445,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjI3OTMxY2MwLTJmNWYtNDQ1OC04ZDM2LTIyZTI4Zjg4Y2NiNSIsIndvcmtmbG93SWQiOiJhZWY1YTE5ZS04OTg3LTQ2NGUtYjc4ZS04NmZiOTM2NGY1ZDgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWE2Mjc4ZTktNjNlNy00YmZkLWJiMWQtZGIzMzQwYjRiYzI4In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjI3OTMxY2MwLTJmNWYtNDQ1OC04ZDM2LTIyZTI4Zjg4Y2NiNSIsIndvcmtmbG93SWQiOiJhZWY1YTE5ZS04OTg3LTQ2NGUtYjc4ZS04NmZiOTM2NGY1ZDgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWE2Mjc4ZTktNjNlNy00YmZkLWJiMWQtZGIzMzQwYjRiYzI4In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "15050724-3ce4-4f98-964e-12e11596bf57" + "2690868b-a2c8-4ce4-a899-170e448e46e6" ], "X-Content-Type-Options": [ "nosniff" @@ -1391,42 +1472,39 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14996" ], "x-ms-correlation-request-id": [ - "5fac988e-d39d-4b36-8223-b52890de119a" + "6b459185-b702-4742-996c-6ce1f3730d4e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173717Z:5fac988e-d39d-4b36-8223-b52890de119a" + "WESTUS:20200623T090909Z:6b459185-b702-4742-996c-6ce1f3730d4e" ], "Date": [ - "Wed, 03 Jul 2019 17:37:16 GMT" - ], - "Content-Length": [ - "451" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Tue, 23 Jun 2020 09:09:08 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflow/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operationresults/029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"name\": \"029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T17:36:35.2657316Z\",\r\n \"endTime\": \"2019-07-03T17:36:38.3822154Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflows/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operations/029c6d9d-2788-425a-ab3e-03376f73c5ff?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE0L3dvcmtmbG93cy9jNzQyMTc5NS02ZWYxLTRmMTgtOWZiMi1jNmQ2ZTU2YzM4M2Evb3BlcmF0aW9ucy8wMjljNmQ5ZC0yNzg4LTQyNWEtYWIzZS0wMzM3NmY3M2M1ZmY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjI3OTMxY2MwLTJmNWYtNDQ1OC04ZDM2LTIyZTI4Zjg4Y2NiNSIsIndvcmtmbG93SWQiOiJhZWY1YTE5ZS04OTg3LTQ2NGUtYjc4ZS04NmZiOTM2NGY1ZDgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWE2Mjc4ZTktNjNlNy00YmZkLWJiMWQtZGIzMzQwYjRiYzI4In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqSTNPVE14WTJNd0xUSm1OV1l0TkRRMU9DMDRaRE0yTFRJeVpUSTRaamc0WTJOaU5TSXNJbmR2Y210bWJHOTNTV1FpT2lKaFpXWTFZVEU1WlMwNE9UZzNMVFEyTkdVdFlqYzRaUzA0Tm1aaU9UTTJOR1kxWkRnaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTVdFMk1qYzRaVGt0TmpObE55MDBZbVprTFdKaU1XUXRaR0l6TXpRd1lqUmlZekk0SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1437,7 +1515,7 @@ "no-cache" ], "x-ms-request-id": [ - "892a0b5f-3b10-4739-b0f1-1a0c4024bd92" + "ce47ea55-9735-4b96-9459-cab08955f74c" ], "X-Content-Type-Options": [ "nosniff" @@ -1455,41 +1533,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11979" ], "x-ms-correlation-request-id": [ - "39449adb-56e7-448f-b490-b9b82adab51b" + "25a05381-2021-400d-b60f-bd71919d548a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173727Z:39449adb-56e7-448f-b490-b9b82adab51b" + "WESTUS:20200623T090919Z:25a05381-2021-400d-b60f-bd71919d548a" ], "Date": [ - "Wed, 03 Jul 2019 17:37:26 GMT" + "Tue, 23 Jun 2020 09:09:18 GMT" ], "Content-Length": [ - "451" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflow/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operationresults/029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"name\": \"029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T17:36:35.2657316Z\",\r\n \"endTime\": \"2019-07-03T17:36:38.3822154Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjI3OTMxY2MwLTJmNWYtNDQ1OC04ZDM2LTIyZTI4Zjg4Y2NiNSIsIndvcmtmbG93SWQiOiJhZWY1YTE5ZS04OTg3LTQ2NGUtYjc4ZS04NmZiOTM2NGY1ZDgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWE2Mjc4ZTktNjNlNy00YmZkLWJiMWQtZGIzMzQwYjRiYzI4In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjI3OTMxY2MwLTJmNWYtNDQ1OC04ZDM2LTIyZTI4Zjg4Y2NiNSIsIndvcmtmbG93SWQiOiJhZWY1YTE5ZS04OTg3LTQ2NGUtYjc4ZS04NmZiOTM2NGY1ZDgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWE2Mjc4ZTktNjNlNy00YmZkLWJiMWQtZGIzMzQwYjRiYzI4In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T09:09:09.7265804Z\",\r\n \"endTime\": \"2020-06-23T09:09:13.6937486Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflows/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operations/029c6d9d-2788-425a-ab3e-03376f73c5ff?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE0L3dvcmtmbG93cy9jNzQyMTc5NS02ZWYxLTRmMTgtOWZiMi1jNmQ2ZTU2YzM4M2Evb3BlcmF0aW9ucy8wMjljNmQ5ZC0yNzg4LTQyNWEtYWIzZS0wMzM3NmY3M2M1ZmY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjI3OTMxY2MwLTJmNWYtNDQ1OC04ZDM2LTIyZTI4Zjg4Y2NiNSIsIndvcmtmbG93SWQiOiJhZWY1YTE5ZS04OTg3LTQ2NGUtYjc4ZS04NmZiOTM2NGY1ZDgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWE2Mjc4ZTktNjNlNy00YmZkLWJiMWQtZGIzMzQwYjRiYzI4In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqSTNPVE14WTJNd0xUSm1OV1l0TkRRMU9DMDRaRE0yTFRJeVpUSTRaamc0WTJOaU5TSXNJbmR2Y210bWJHOTNTV1FpT2lKaFpXWTFZVEU1WlMwNE9UZzNMVFEyTkdVdFlqYzRaUzA0Tm1aaU9UTTJOR1kxWkRnaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTVdFMk1qYzRaVGt0TmpObE55MDBZbVprTFdKaU1XUXRaR0l6TXpRd1lqUmlZekk0SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1500,7 +1578,7 @@ "no-cache" ], "x-ms-request-id": [ - "c49eee1e-8f18-41d9-b812-d118996fea7e" + "03dec1e6-9098-4465-8cd0-d272e29f9618" ], "X-Content-Type-Options": [ "nosniff" @@ -1518,614 +1596,44 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11978" ], "x-ms-correlation-request-id": [ - "4f9c7280-d96d-41c6-9102-9c4615bec2e8" + "270074dd-5a4a-4fb2-97a8-7e02c65f4f41" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173738Z:4f9c7280-d96d-41c6-9102-9c4615bec2e8" + "WESTUS:20200623T090919Z:270074dd-5a4a-4fb2-97a8-7e02c65f4f41" ], "Date": [ - "Wed, 03 Jul 2019 17:37:37 GMT" - ], - "Content-Length": [ - "451" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Tue, 23 Jun 2020 09:09:18 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflow/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operationresults/029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"name\": \"029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T17:36:35.2657316Z\",\r\n \"endTime\": \"2019-07-03T17:36:38.3822154Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflows/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operations/029c6d9d-2788-425a-ab3e-03376f73c5ff?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE0L3dvcmtmbG93cy9jNzQyMTc5NS02ZWYxLTRmMTgtOWZiMi1jNmQ2ZTU2YzM4M2Evb3BlcmF0aW9ucy8wMjljNmQ5ZC0yNzg4LTQyNWEtYWIzZS0wMzM3NmY3M2M1ZmY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "454de300-7b4f-4e19-8472-201677d5adb4" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11992" - ], - "x-ms-correlation-request-id": [ - "25ce5b3f-2b86-4c8a-ae8f-ecf55ab29b49" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T173748Z:25ce5b3f-2b86-4c8a-ae8f-ecf55ab29b49" - ], - "Date": [ - "Wed, 03 Jul 2019 17:37:48 GMT" - ], - "Content-Length": [ - "451" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflow/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operationresults/029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"name\": \"029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T17:36:35.2657316Z\",\r\n \"endTime\": \"2019-07-03T17:36:38.3822154Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflows/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operations/029c6d9d-2788-425a-ab3e-03376f73c5ff?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE0L3dvcmtmbG93cy9jNzQyMTc5NS02ZWYxLTRmMTgtOWZiMi1jNmQ2ZTU2YzM4M2Evb3BlcmF0aW9ucy8wMjljNmQ5ZC0yNzg4LTQyNWEtYWIzZS0wMzM3NmY3M2M1ZmY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "66ab76c0-0919-4d0a-a885-60fb02bdf234" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-correlation-request-id": [ - "43ec2657-d671-4f6b-8466-d12a30ca1e8c" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T173758Z:43ec2657-d671-4f6b-8466-d12a30ca1e8c" - ], - "Date": [ - "Wed, 03 Jul 2019 17:37:58 GMT" - ], - "Content-Length": [ - "451" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflow/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operationresults/029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"name\": \"029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T17:36:35.2657316Z\",\r\n \"endTime\": \"2019-07-03T17:36:38.3822154Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflows/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operations/029c6d9d-2788-425a-ab3e-03376f73c5ff?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE0L3dvcmtmbG93cy9jNzQyMTc5NS02ZWYxLTRmMTgtOWZiMi1jNmQ2ZTU2YzM4M2Evb3BlcmF0aW9ucy8wMjljNmQ5ZC0yNzg4LTQyNWEtYWIzZS0wMzM3NmY3M2M1ZmY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "a13d25ee-7796-42d0-8192-930ba1a35ab6" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11990" - ], - "x-ms-correlation-request-id": [ - "6727af21-4617-41b9-a27d-351a828b1e78" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T173809Z:6727af21-4617-41b9-a27d-351a828b1e78" - ], - "Date": [ - "Wed, 03 Jul 2019 17:38:09 GMT" - ], - "Content-Length": [ - "451" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflow/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operationresults/029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"name\": \"029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T17:36:35.2657316Z\",\r\n \"endTime\": \"2019-07-03T17:36:38.3822154Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflows/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operations/029c6d9d-2788-425a-ab3e-03376f73c5ff?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE0L3dvcmtmbG93cy9jNzQyMTc5NS02ZWYxLTRmMTgtOWZiMi1jNmQ2ZTU2YzM4M2Evb3BlcmF0aW9ucy8wMjljNmQ5ZC0yNzg4LTQyNWEtYWIzZS0wMzM3NmY3M2M1ZmY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "0fd3e07c-30a6-46d2-92d4-82086b7cae33" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11989" - ], - "x-ms-correlation-request-id": [ - "97149fed-3589-43aa-beaa-940070d53824" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T173820Z:97149fed-3589-43aa-beaa-940070d53824" - ], - "Date": [ - "Wed, 03 Jul 2019 17:38:19 GMT" - ], - "Content-Length": [ - "451" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflow/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operationresults/029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"name\": \"029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T17:36:35.2657316Z\",\r\n \"endTime\": \"2019-07-03T17:36:38.3822154Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflows/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operations/029c6d9d-2788-425a-ab3e-03376f73c5ff?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE0L3dvcmtmbG93cy9jNzQyMTc5NS02ZWYxLTRmMTgtOWZiMi1jNmQ2ZTU2YzM4M2Evb3BlcmF0aW9ucy8wMjljNmQ5ZC0yNzg4LTQyNWEtYWIzZS0wMzM3NmY3M2M1ZmY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "1f07fff4-ff7f-48ed-9b61-cc8c209c1d16" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11988" - ], - "x-ms-correlation-request-id": [ - "e1cb0679-72f1-4a3f-a9f5-fc850434dc4f" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T173830Z:e1cb0679-72f1-4a3f-a9f5-fc850434dc4f" - ], - "Date": [ - "Wed, 03 Jul 2019 17:38:29 GMT" - ], - "Content-Length": [ - "451" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflow/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operationresults/029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"name\": \"029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T17:36:35.2657316Z\",\r\n \"endTime\": \"2019-07-03T17:36:38.3822154Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflows/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operations/029c6d9d-2788-425a-ab3e-03376f73c5ff?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE0L3dvcmtmbG93cy9jNzQyMTc5NS02ZWYxLTRmMTgtOWZiMi1jNmQ2ZTU2YzM4M2Evb3BlcmF0aW9ucy8wMjljNmQ5ZC0yNzg4LTQyNWEtYWIzZS0wMzM3NmY3M2M1ZmY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "4bcec6e3-3596-44f8-92de-9aef776ae32c" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11987" - ], - "x-ms-correlation-request-id": [ - "122c3c32-4042-4358-8232-357d9d13774a" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T173840Z:122c3c32-4042-4358-8232-357d9d13774a" - ], - "Date": [ - "Wed, 03 Jul 2019 17:38:39 GMT" - ], - "Content-Length": [ - "451" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflow/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operationresults/029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"name\": \"029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T17:36:35.2657316Z\",\r\n \"endTime\": \"2019-07-03T17:36:38.3822154Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflows/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operations/029c6d9d-2788-425a-ab3e-03376f73c5ff?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE0L3dvcmtmbG93cy9jNzQyMTc5NS02ZWYxLTRmMTgtOWZiMi1jNmQ2ZTU2YzM4M2Evb3BlcmF0aW9ucy8wMjljNmQ5ZC0yNzg4LTQyNWEtYWIzZS0wMzM3NmY3M2M1ZmY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "6b8dcdc3-ac34-40f3-8780-35dd373f5295" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11986" - ], - "x-ms-correlation-request-id": [ - "ebcc4c0a-f734-4e77-8435-194fadca66be" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T173851Z:ebcc4c0a-f734-4e77-8435-194fadca66be" - ], - "Date": [ - "Wed, 03 Jul 2019 17:38:51 GMT" - ], - "Content-Length": [ - "451" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflow/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operationresults/029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"name\": \"029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T17:36:35.2657316Z\",\r\n \"endTime\": \"2019-07-03T17:36:38.3822154Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflows/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operations/029c6d9d-2788-425a-ab3e-03376f73c5ff?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE0L3dvcmtmbG93cy9jNzQyMTc5NS02ZWYxLTRmMTgtOWZiMi1jNmQ2ZTU2YzM4M2Evb3BlcmF0aW9ucy8wMjljNmQ5ZC0yNzg4LTQyNWEtYWIzZS0wMzM3NmY3M2M1ZmY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "7c059298-e7bb-4929-a9fe-8cfe87c51587" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11985" - ], - "x-ms-correlation-request-id": [ - "fcf37fc1-fa46-478b-a491-ed7154b1f79d" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T173901Z:fcf37fc1-fa46-478b-a491-ed7154b1f79d" - ], - "Date": [ - "Wed, 03 Jul 2019 17:39:01 GMT" - ], - "Content-Length": [ - "447" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflow/c7421795-6ef1-4f18-9fb2-c6d6e56c383a/operationresults/029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"name\": \"029c6d9d-2788-425a-ab3e-03376f73c5ff\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T17:36:35.2657316Z\",\r\n \"endTime\": \"2019-07-03T17:38:56.8104229Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/Microsoft.StorageSync/storageSyncServices/sssps9514/syncGroups/sgps3272/cloudEndpoints/cepps3074?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE0L3N5bmNHcm91cHMvc2dwczMyNzIvY2xvdWRFbmRwb2ludHMvY2VwcHMzMDc0P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "ded34ecf-41a9-4468-a112-f9aea0e27611" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11984" - ], - "x-ms-correlation-request-id": [ - "7235e50e-14db-431e-ab2f-64047d9c6148" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T173901Z:7235e50e-14db-431e-ab2f-64047d9c6148" - ], - "Date": [ - "Wed, 03 Jul 2019 17:39:01 GMT" - ], - "Content-Length": [ - "985" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountKey\": null,\r\n \"storageAccount\": null,\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/Microsoft.Storage/storageAccounts/saps3340\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8RDNFM0U0NzItQ0MzMi00MkQ3LTgyMjItQjREQ0FDNkJBOTQwfEdFTkVSSUN8ODYxQzE2MTQtNzY2Mi00ODlDLUE0MTMtNTJGNkQ3N0JCMDIy\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps9514/workflows/c7421795-6ef1-4f18-9fb2-c6d6e56c383a\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/syncGroups/sgps3272/cloudEndpoints/cepps3074\",\r\n \"name\": \"cepps3074\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/Microsoft.StorageSync/storageSyncServices/sssps9514/syncGroups/sgps3272/cloudEndpoints/cepps3074?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE0L3N5bmNHcm91cHMvc2dwczMyNzIvY2xvdWRFbmRwb2ludHMvY2VwcHMzMDc0P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9289/providers/Microsoft.StorageSync/storageSyncServices/sssps7295/syncGroups/sgps1518?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTI4OS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3Mjk1L3N5bmNHcm91cHMvc2dwczE1MTg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "083f9f65-9d99-42ce-8e20-61238d5a0bec" + "5b6dbe5a-169c-4c19-bacb-1a37270108c5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2136,7 +1644,7 @@ "no-cache" ], "x-ms-request-id": [ - "7e4ef548-9417-4ec3-bbbe-99bec08afd32" + "e84911e4-9828-4964-9f65-73a8f6dd64ed" ], "X-Content-Type-Options": [ "nosniff" @@ -2153,48 +1661,45 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14995" ], "x-ms-correlation-request-id": [ - "a72518ed-8f00-4b54-8ccd-241a7205baa7" + "88dacfef-f7a3-446c-a433-cfede16d4b81" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173902Z:a72518ed-8f00-4b54-8ccd-241a7205baa7" + "WESTUS:20200623T090920Z:88dacfef-f7a3-446c-a433-cfede16d4b81" ], "Date": [ - "Wed, 03 Jul 2019 17:39:01 GMT" - ], - "Content-Length": [ - "985" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Tue, 23 Jun 2020 09:09:19 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountKey\": null,\r\n \"storageAccount\": null,\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/Microsoft.Storage/storageAccounts/saps3340\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8RDNFM0U0NzItQ0MzMi00MkQ3LTgyMjItQjREQ0FDNkJBOTQwfEdFTkVSSUN8ODYxQzE2MTQtNzY2Mi00ODlDLUE0MTMtNTJGNkQ3N0JCMDIy\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps9514/workflows/c7421795-6ef1-4f18-9fb2-c6d6e56c383a\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/syncGroups/sgps3272/cloudEndpoints/cepps3074\",\r\n \"name\": \"cepps3074\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", + "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/Microsoft.StorageSync/storageSyncServices/sssps9514/syncGroups/sgps3272/cloudEndpoints/cepps3074?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE0L3N5bmNHcm91cHMvc2dwczMyNzIvY2xvdWRFbmRwb2ludHMvY2VwcHMzMDc0P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9289/providers/Microsoft.StorageSync/storageSyncServices/sssps7295?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTI4OS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3Mjk1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c943b35c-4498-49be-ad81-30fa83ac73d0" + "4de5935f-3f9e-4093-b52c-0335d9a757ab" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2205,16 +1710,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflows/15c9a9f1-32d0-4c17-890d-b34c9a74a6ae/operationresults/2d07da4d-3251-4225-a685-ebbb6c9897f5?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjI3OTMxY2MwLTJmNWYtNDQ1OC04ZDM2LTIyZTI4Zjg4Y2NiNSIsIndvcmtmbG93SWQiOiJiZDc2NzZlYS01Y2FmLTQ4M2ItODkyNi05Y2VhYmE1MjkwOTEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYWRlYWQ0YzctYmQyYS00NWI0LWE0M2QtNmZiYzQ0YjhmODIyIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflows/15c9a9f1-32d0-4c17-890d-b34c9a74a6ae/operations/2d07da4d-3251-4225-a685-ebbb6c9897f5?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjI3OTMxY2MwLTJmNWYtNDQ1OC04ZDM2LTIyZTI4Zjg4Y2NiNSIsIndvcmtmbG93SWQiOiJiZDc2NzZlYS01Y2FmLTQ4M2ItODkyNi05Y2VhYmE1MjkwOTEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYWRlYWQ0YzctYmQyYS00NWI0LWE0M2QtNmZiYzQ0YjhmODIyIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "6ea93f41-2a0c-4ea6-930d-01c332ee5a25" + "d7c7c808-5af8-4379-a700-72e0315bb7e0" ], "X-Content-Type-Options": [ "nosniff" @@ -2232,16 +1737,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14994" ], "x-ms-correlation-request-id": [ - "cd3a9c2f-87d5-4f99-a0f4-ef12ac6c6a9b" + "9b80f24d-ac98-4de4-8ee6-c6326c9a3b20" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173902Z:cd3a9c2f-87d5-4f99-a0f4-ef12ac6c6a9b" + "WESTUS:20200623T090920Z:9b80f24d-ac98-4de4-8ee6-c6326c9a3b20" ], "Date": [ - "Wed, 03 Jul 2019 17:39:02 GMT" + "Tue, 23 Jun 2020 09:09:19 GMT" ], "Expires": [ "-1" @@ -2254,16 +1759,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflows/15c9a9f1-32d0-4c17-890d-b34c9a74a6ae/operations/2d07da4d-3251-4225-a685-ebbb6c9897f5?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE0L3dvcmtmbG93cy8xNWM5YTlmMS0zMmQwLTRjMTctODkwZC1iMzRjOWE3NGE2YWUvb3BlcmF0aW9ucy8yZDA3ZGE0ZC0zMjUxLTQyMjUtYTY4NS1lYmJiNmM5ODk3ZjU/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjI3OTMxY2MwLTJmNWYtNDQ1OC04ZDM2LTIyZTI4Zjg4Y2NiNSIsIndvcmtmbG93SWQiOiJiZDc2NzZlYS01Y2FmLTQ4M2ItODkyNi05Y2VhYmE1MjkwOTEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYWRlYWQ0YzctYmQyYS00NWI0LWE0M2QtNmZiYzQ0YjhmODIyIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqSTNPVE14WTJNd0xUSm1OV1l0TkRRMU9DMDRaRE0yTFRJeVpUSTRaamc0WTJOaU5TSXNJbmR2Y210bWJHOTNTV1FpT2lKaVpEYzJOelpsWVMwMVkyRm1MVFE0TTJJdE9Ea3lOaTA1WTJWaFltRTFNamt3T1RFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVdSbFlXUTBZemN0WW1ReVlTMDBOV0kwTFdFME0yUXRObVppWXpRMFlqaG1PREl5SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2274,7 +1779,7 @@ "no-cache" ], "x-ms-request-id": [ - "f6dd9a1d-c4e9-4e3c-b58e-099b306c27d7" + "7f06ea25-da48-45e2-8e17-7af3c5cc9c47" ], "X-Content-Type-Options": [ "nosniff" @@ -2292,41 +1797,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11977" ], "x-ms-correlation-request-id": [ - "8548e07d-0b26-44cb-9144-c3a131396d62" + "ef153fb0-71fe-4b1b-904c-50abfdc2850a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173913Z:8548e07d-0b26-44cb-9144-c3a131396d62" + "WESTUS:20200623T090930Z:ef153fb0-71fe-4b1b-904c-50abfdc2850a" ], "Date": [ - "Wed, 03 Jul 2019 17:39:12 GMT" + "Tue, 23 Jun 2020 09:09:29 GMT" ], "Content-Length": [ - "446" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflow/15c9a9f1-32d0-4c17-890d-b34c9a74a6ae/operationresults/2d07da4d-3251-4225-a685-ebbb6c9897f5\",\r\n \"name\": \"2d07da4d-3251-4225-a685-ebbb6c9897f5\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T17:39:03.0333616Z\",\r\n \"endTime\": \"2019-07-03T17:39:06.949203Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjI3OTMxY2MwLTJmNWYtNDQ1OC04ZDM2LTIyZTI4Zjg4Y2NiNSIsIndvcmtmbG93SWQiOiJiZDc2NzZlYS01Y2FmLTQ4M2ItODkyNi05Y2VhYmE1MjkwOTEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYWRlYWQ0YzctYmQyYS00NWI0LWE0M2QtNmZiYzQ0YjhmODIyIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjI3OTMxY2MwLTJmNWYtNDQ1OC04ZDM2LTIyZTI4Zjg4Y2NiNSIsIndvcmtmbG93SWQiOiJiZDc2NzZlYS01Y2FmLTQ4M2ItODkyNi05Y2VhYmE1MjkwOTEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYWRlYWQ0YzctYmQyYS00NWI0LWE0M2QtNmZiYzQ0YjhmODIyIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T09:09:20.6284279Z\",\r\n \"endTime\": \"2020-06-23T09:09:26.2211173Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/microsoft.storagesync/storageSyncServices/sssps9514/workflows/15c9a9f1-32d0-4c17-890d-b34c9a74a6ae/operationresults/2d07da4d-3251-4225-a685-ebbb6c9897f5?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE0L3dvcmtmbG93cy8xNWM5YTlmMS0zMmQwLTRjMTctODkwZC1iMzRjOWE3NGE2YWUvb3BlcmF0aW9ucmVzdWx0cy8yZDA3ZGE0ZC0zMjUxLTQyMjUtYTY4NS1lYmJiNmM5ODk3ZjU/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjI3OTMxY2MwLTJmNWYtNDQ1OC04ZDM2LTIyZTI4Zjg4Y2NiNSIsIndvcmtmbG93SWQiOiJiZDc2NzZlYS01Y2FmLTQ4M2ItODkyNi05Y2VhYmE1MjkwOTEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYWRlYWQ0YzctYmQyYS00NWI0LWE0M2QtNmZiYzQ0YjhmODIyIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqSTNPVE14WTJNd0xUSm1OV1l0TkRRMU9DMDRaRE0yTFRJeVpUSTRaamc0WTJOaU5TSXNJbmR2Y210bWJHOTNTV1FpT2lKaVpEYzJOelpsWVMwMVkyRm1MVFE0TTJJdE9Ea3lOaTA1WTJWaFltRTFNamt3T1RFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVdSbFlXUTBZemN0WW1ReVlTMDBOV0kwTFdFME0yUXRObVppWXpRMFlqaG1PREl5SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2337,7 +1842,7 @@ "no-cache" ], "x-ms-request-id": [ - "d818726b-bea4-4688-ba15-25e0fa68611b" + "21fd117e-7da9-477f-b705-950134f30eb8" ], "X-Content-Type-Options": [ "nosniff" @@ -2355,148 +1860,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" - ], - "x-ms-correlation-request-id": [ - "faab1c89-475e-48cb-8323-c9511f2ae2ce" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T173913Z:faab1c89-475e-48cb-8323-c9511f2ae2ce" - ], - "Date": [ - "Wed, 03 Jul 2019 17:39:12 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/Microsoft.StorageSync/storageSyncServices/sssps9514/syncGroups/sgps3272?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE0L3N5bmNHcm91cHMvc2dwczMyNzI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "143857a6-6f85-4a25-aaf7-66769ec2897e" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "577312ff-f32a-457c-9925-fe56ae9d1e8b" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-deletes": [ - "14998" - ], - "x-ms-correlation-request-id": [ - "19eb3f5c-d84a-4dce-9789-1e651e292170" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T173914Z:19eb3f5c-d84a-4dce-9789-1e651e292170" - ], - "Date": [ - "Wed, 03 Jul 2019 17:39:13 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/Microsoft.StorageSync/storageSyncServices/sssps9514?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE0P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "cfd7a991-c29f-4bb1-8aac-2f7667993a98" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "d631a989-e838-4e9f-a72e-409855c67271" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-deletes": [ - "14997" + "11976" ], "x-ms-correlation-request-id": [ - "afba9aec-29eb-44bb-bb43-68af007e7c19" + "bd040c35-bb93-488e-a6d2-b5d99ba13d33" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173914Z:afba9aec-29eb-44bb-bb43-68af007e7c19" + "WESTUS:20200623T090930Z:bd040c35-bb93-488e-a6d2-b5d99ba13d33" ], "Date": [ - "Wed, 03 Jul 2019 17:39:14 GMT" + "Tue, 23 Jun 2020 09:09:30 GMT" ], "Expires": [ "-1" @@ -2509,22 +1882,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/Microsoft.Storage/storageAccounts/saps3340?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHMzMzQwP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9289/providers/Microsoft.Storage/storageAccounts/saps5687?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTI4OS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM1Njg3P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f8d955c2-3b55-4317-ac9d-7e002c9bfe55" + "24d16ac1-977f-4fd5-9973-5afe8cc44bc4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -2535,7 +1908,7 @@ "no-cache" ], "x-ms-request-id": [ - "60c7c0ba-7e0d-4036-99c5-c26aef41fd79" + "23c04621-03eb-4b35-a367-2cd563563ac1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2544,19 +1917,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14993" ], "x-ms-correlation-request-id": [ - "d617451f-3d2b-48aa-92e5-b2e830197d7a" + "d4198c4c-fc10-40ae-8aa0-b2d71ad923c0" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173919Z:d617451f-3d2b-48aa-92e5-b2e830197d7a" + "WESTUS:20200623T090932Z:d4198c4c-fc10-40ae-8aa0-b2d71ad923c0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:39:19 GMT" + "Tue, 23 Jun 2020 09:09:31 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -2572,22 +1945,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2368/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjM2OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9289/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTI4OS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b59feabe-9852-4ff7-8ab1-36ce29cfe88b" + "6b4c3e6e-264c-4014-a652-03d91cafd0b3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2598,16 +1971,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11975" ], "x-ms-request-id": [ - "f776617e-f5eb-4b66-a05c-b1e06f95eacf" + "59c571f9-9f12-4f48-bf3a-b54754a58a1e" ], "x-ms-correlation-request-id": [ - "f776617e-f5eb-4b66-a05c-b1e06f95eacf" + "59c571f9-9f12-4f48-bf3a-b54754a58a1e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173919Z:f776617e-f5eb-4b66-a05c-b1e06f95eacf" + "WESTUS:20200623T090932Z:59c571f9-9f12-4f48-bf3a-b54754a58a1e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2616,7 +1989,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:39:19 GMT" + "Tue, 23 Jun 2020 09:09:31 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2632,22 +2005,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps2368?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMjM2OD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps9289?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzOTI4OT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "abc0e454-45c9-49d4-9347-995b1f666b9e" + "08236001-8189-4c9e-85c4-b432a7f20213" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -2658,22 +2031,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzNjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkyODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14992" ], "x-ms-request-id": [ - "02e33ae9-f116-44b2-8fbd-610e6693a7f2" + "e1993c4b-2bdc-4877-b905-6404b10ec76d" ], "x-ms-correlation-request-id": [ - "02e33ae9-f116-44b2-8fbd-610e6693a7f2" + "e1993c4b-2bdc-4877-b905-6404b10ec76d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173921Z:02e33ae9-f116-44b2-8fbd-610e6693a7f2" + "WESTUS:20200623T090932Z:e1993c4b-2bdc-4877-b905-6404b10ec76d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2682,7 +2055,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:39:20 GMT" + "Tue, 23 Jun 2020 09:09:31 GMT" ], "Expires": [ "-1" @@ -2695,16 +2068,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzNjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek5qZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkyODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpreU9Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -2715,22 +2088,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzNjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkyODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11974" ], "x-ms-request-id": [ - "86913106-1630-4c09-ac7c-cf1a1b1a56e8" + "d180ebc3-6ea6-4f4a-80b0-8824bc44fdb4" ], "x-ms-correlation-request-id": [ - "86913106-1630-4c09-ac7c-cf1a1b1a56e8" + "d180ebc3-6ea6-4f4a-80b0-8824bc44fdb4" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173936Z:86913106-1630-4c09-ac7c-cf1a1b1a56e8" + "WESTUS:20200623T090947Z:d180ebc3-6ea6-4f4a-80b0-8824bc44fdb4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2739,7 +2112,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:39:36 GMT" + "Tue, 23 Jun 2020 09:09:47 GMT" ], "Expires": [ "-1" @@ -2752,16 +2125,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzNjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek5qZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkyODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpreU9Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -2772,22 +2145,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzNjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkyODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11973" ], "x-ms-request-id": [ - "bc84b1bc-ed4d-4694-8426-c5ad33e5ee9e" + "06c56e0a-a30e-4b07-a03e-7395b5ee6670" ], "x-ms-correlation-request-id": [ - "bc84b1bc-ed4d-4694-8426-c5ad33e5ee9e" + "06c56e0a-a30e-4b07-a03e-7395b5ee6670" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T173951Z:bc84b1bc-ed4d-4694-8426-c5ad33e5ee9e" + "WESTUS:20200623T091002Z:06c56e0a-a30e-4b07-a03e-7395b5ee6670" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2796,7 +2169,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:39:51 GMT" + "Tue, 23 Jun 2020 09:10:02 GMT" ], "Expires": [ "-1" @@ -2809,16 +2182,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzNjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek5qZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkyODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpreU9Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -2829,16 +2202,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11972" ], "x-ms-request-id": [ - "b6ab3748-aede-4e38-b24c-13f082f75fde" + "4214c88c-0061-4c57-a111-3ae6e1652578" ], "x-ms-correlation-request-id": [ - "b6ab3748-aede-4e38-b24c-13f082f75fde" + "4214c88c-0061-4c57-a111-3ae6e1652578" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T174006Z:b6ab3748-aede-4e38-b24c-13f082f75fde" + "WESTUS:20200623T091017Z:4214c88c-0061-4c57-a111-3ae6e1652578" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2847,7 +2220,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:40:05 GMT" + "Tue, 23 Jun 2020 09:10:17 GMT" ], "Expires": [ "-1" @@ -2860,16 +2233,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzNjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek5qZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkyODktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpreU9Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -2880,16 +2253,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11971" ], "x-ms-request-id": [ - "69d9da11-69f6-47d6-bde2-c08f7160270d" + "bc84c2bb-4e10-42de-94cf-d75567c7320a" ], "x-ms-correlation-request-id": [ - "69d9da11-69f6-47d6-bde2-c08f7160270d" + "bc84c2bb-4e10-42de-94cf-d75567c7320a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T174006Z:69d9da11-69f6-47d6-bde2-c08f7160270d" + "WESTUS:20200623T091017Z:bc84c2bb-4e10-42de-94cf-d75567c7320a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2898,7 +2271,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:40:05 GMT" + "Tue, 23 Jun 2020 09:10:17 GMT" ], "Expires": [ "-1" @@ -2913,19 +2286,19 @@ ], "Names": { "Test-GetCloudEndpointParentObject": [ - "ps2368", - "ps9514", - "ps3272", - "ps3074", - "ps3340" + "ps9289", + "ps7295", + "ps1518", + "ps7027", + "ps5687" ], "TestGetCloudEndpointParentObject": [ - "e05968d1-00a0-47bb-aabb-e34681f475d1" + "c4958b96-6c46-4726-afaa-ad494657292a" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestGetCloudEndpointParentResourceId.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestGetCloudEndpointParentResourceId.json index dc9cc82d7121..6685ecf13de4 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestGetCloudEndpointParentResourceId.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestGetCloudEndpointParentResourceId.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8f8feba9-d365-4168-a168-86af7471e84e" + "1ec711e2-e6e5-4ff8-85f1-38cb5eb67703" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "d242e665-a233-4374-95ad-49e7f2385aa0" + "2f2fd1b3-090e-4eec-b5a0-6ffd4f799ef9" ], "x-ms-correlation-request-id": [ - "d242e665-a233-4374-95ad-49e7f2385aa0" + "2f2fd1b3-090e-4eec-b5a0-6ffd4f799ef9" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165752Z:d242e665-a233-4374-95ad-49e7f2385aa0" + "WESTUS:20200623T090425Z:2f2fd1b3-090e-4eec-b5a0-6ffd4f799ef9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:57:51 GMT" + "Tue, 23 Jun 2020 09:04:24 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\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\": \"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\": \"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\": \"notifyResourceJobs\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\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 ]\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-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-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-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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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-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-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 },\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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7f23075d-3299-41ec-8a3f-36b0012b6858" + "cae2abff-8952-4671-991c-2ea7e2036557" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "57d28b1f-4320-4603-8957-c0662edcf5e8" + "df57e081-0f0a-4500-bf6d-a311545e6f76" ], "x-ms-correlation-request-id": [ - "57d28b1f-4320-4603-8957-c0662edcf5e8" + "df57e081-0f0a-4500-bf6d-a311545e6f76" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165752Z:57d28b1f-4320-4603-8957-c0662edcf5e8" + "WESTUS:20200623T090425Z:df57e081-0f0a-4500-bf6d-a311545e6f76" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:57:51 GMT" + "Tue, 23 Jun 2020 09:04:24 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,10 +114,10 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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-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-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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 \"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 \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { @@ -127,16 +127,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e3ad70fa-f78e-4a66-a4b0-e54f2b85b4d1" + "af37e5af-8d47-4bb3-9d54-cf2673b847d6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Internal.Subscriptions.SubscriptionClient/1.3.0" + "Microsoft.Azure.Internal.Subscriptions.SubscriptionClient/1.3.16" ] }, "ResponseHeaders": { @@ -147,16 +147,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-tenant-reads": [ - "11998" + "11997" ], "x-ms-request-id": [ - "98abe3bf-7674-43c9-833f-83052da0f2d3" + "aec8f288-bb4c-4d6f-9572-d04d7fd01bda" ], "x-ms-correlation-request-id": [ - "98abe3bf-7674-43c9-833f-83052da0f2d3" + "aec8f288-bb4c-4d6f-9572-d04d7fd01bda" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165752Z:98abe3bf-7674-43c9-833f-83052da0f2d3" + "WESTUS:20200623T090425Z:aec8f288-bb4c-4d6f-9572-d04d7fd01bda" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -165,7 +165,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:57:51 GMT" + "Tue, 23 Jun 2020 09:04:25 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -177,26 +177,26 @@ "116" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/tenants/0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"tenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/tenants/6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"tenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps6807?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNjgwNz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps7578?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNzU3OD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "526bdea8-4e9e-473f-9477-bd562647f927" + "5da56726-682d-42fb-a6ed-5bbe1e1058b1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -213,16 +213,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1197" ], "x-ms-request-id": [ - "7925fe04-df53-4200-9e5d-a26280d50f0e" + "2f9591af-cb6c-4305-9d7e-39bbe9e365ec" ], "x-ms-correlation-request-id": [ - "7925fe04-df53-4200-9e5d-a26280d50f0e" + "2f9591af-cb6c-4305-9d7e-39bbe9e365ec" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165754Z:7925fe04-df53-4200-9e5d-a26280d50f0e" + "WESTUS:20200623T090425Z:2f9591af-cb6c-4305-9d7e-39bbe9e365ec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -231,7 +231,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:57:53 GMT" + "Tue, 23 Jun 2020 09:04:25 GMT" ], "Content-Length": [ "165" @@ -243,26 +243,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807\",\r\n \"name\": \"ps6807\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7578\",\r\n \"name\": \"ps7578\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps5809\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps4426\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ab05caa9-1381-4dc5-bb2d-770c18a9ff97" + "b9e73928-9e81-4562-9277-624a49446a48" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -279,7 +279,7 @@ "no-cache" ], "x-ms-request-id": [ - "63610433-0845-4dbd-bca6-b07638e79c95" + "ed5c7499-d247-4d0d-ab68-aa8ee50285b0" ], "X-Content-Type-Options": [ "nosniff" @@ -300,50 +300,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "b7b17328-d720-41b2-b925-9dd740c7bb5c" + "dd630fa9-76c0-42d2-811a-078c75c246c6" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165755Z:b7b17328-d720-41b2-b925-9dd740c7bb5c" + "WESTUS:20200623T090426Z:dd630fa9-76c0-42d2-811a-078c75c246c6" ], "Date": [ - "Wed, 03 Jul 2019 16:57:54 GMT" + "Tue, 23 Jun 2020 09:04:26 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/Microsoft.StorageSync/storageSyncServices/sssps5809?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODA5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7578/providers/Microsoft.StorageSync/storageSyncServices/sssps4426?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzU3OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NDI2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "35720a8e-9fba-4bd5-8e23-2cb82ad5ad6e" + "f5b98c25-f8ea-4117-8d2d-688eacb89d35" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -353,8 +353,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjFmYTNhNjBjLTA2MTktNGQ4My1iNWIyLTg0MzIwNWMwNDUxOCIsIndvcmtmbG93SWQiOiIzMDBmYzY3Yi1jMWNhLTQ4YjktYmYxMy0zM2FiOWE0MWU3ZGEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzJkNGY0NTAtOTNmYS00ZmRiLWFlMmMtNjI2YjQ3MTc3NGQyIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjFmYTNhNjBjLTA2MTktNGQ4My1iNWIyLTg0MzIwNWMwNDUxOCIsIndvcmtmbG93SWQiOiIzMDBmYzY3Yi1jMWNhLTQ4YjktYmYxMy0zM2FiOWE0MWU3ZGEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzJkNGY0NTAtOTNmYS00ZmRiLWFlMmMtNjI2YjQ3MTc3NGQyIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "733e6d18-2333-49ab-9fcb-68261b923933" + "2ef22074-aea6-4d46-9770-b60133cd9767" ], "X-Content-Type-Options": [ "nosniff" @@ -375,44 +384,167 @@ "1199" ], "x-ms-correlation-request-id": [ - "4bf8873b-a87d-4684-9986-3b5fd6bfce7f" + "f398d870-27aa-4b79-a799-df4dad38041d" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T090427Z:f398d870-27aa-4b79-a799-df4dad38041d" + ], + "Date": [ + "Tue, 23 Jun 2020 09:04:27 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjFmYTNhNjBjLTA2MTktNGQ4My1iNWIyLTg0MzIwNWMwNDUxOCIsIndvcmtmbG93SWQiOiIzMDBmYzY3Yi1jMWNhLTQ4YjktYmYxMy0zM2FiOWE0MWU3ZGEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzJkNGY0NTAtOTNmYS00ZmRiLWFlMmMtNjI2YjQ3MTc3NGQyIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRm1ZVE5oTmpCakxUQTJNVGt0TkdRNE15MWlOV0l5TFRnME16SXdOV013TkRVeE9DSXNJbmR2Y210bWJHOTNTV1FpT2lJek1EQm1ZelkzWWkxak1XTmhMVFE0WWprdFltWXhNeTB6TTJGaU9XRTBNV1UzWkdFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTXpKa05HWTBOVEF0T1RObVlTMDBabVJpTFdGbE1tTXROakkyWWpRM01UYzNOR1F5SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "ebb754c3-ccdd-4f11-88fe-b8f51cd742af" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "ce276345-e1d0-435f-97ed-e360674e0340" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165755Z:4bf8873b-a87d-4684-9986-3b5fd6bfce7f" + "WESTUS:20200623T090437Z:ce276345-e1d0-435f-97ed-e360674e0340" ], "Date": [ - "Wed, 03 Jul 2019 16:57:54 GMT" + "Tue, 23 Jun 2020 09:04:37 GMT" ], "Content-Length": [ - "329" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjFmYTNhNjBjLTA2MTktNGQ4My1iNWIyLTg0MzIwNWMwNDUxOCIsIndvcmtmbG93SWQiOiIzMDBmYzY3Yi1jMWNhLTQ4YjktYmYxMy0zM2FiOWE0MWU3ZGEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzJkNGY0NTAtOTNmYS00ZmRiLWFlMmMtNjI2YjQ3MTc3NGQyIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjFmYTNhNjBjLTA2MTktNGQ4My1iNWIyLTg0MzIwNWMwNDUxOCIsIndvcmtmbG93SWQiOiIzMDBmYzY3Yi1jMWNhLTQ4YjktYmYxMy0zM2FiOWE0MWU3ZGEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzJkNGY0NTAtOTNmYS00ZmRiLWFlMmMtNjI2YjQ3MTc3NGQyIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T09:04:28.9400793Z\",\r\n \"endTime\": \"2020-06-23T09:04:35.4148488Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7578/providers/Microsoft.StorageSync/storageSyncServices/sssps4426?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzU3OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NDI2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "88a464cd-b730-4bd0-b2ff-c18e13035c54" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "7385b952-92b6-47a2-ae2a-4f52e24f96a5" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T090437Z:7385b952-92b6-47a2-ae2a-4f52e24f96a5" + ], + "Date": [ + "Tue, 23 Jun 2020 09:04:37 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809\",\r\n \"name\": \"sssps5809\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps4426/workflows/300fc67b-c1ca-48b9-bf13-33ab9a41e7da\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7578/providers/microsoft.storagesync/storageSyncServices/sssps4426\",\r\n \"name\": \"sssps4426\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/Microsoft.StorageSync/storageSyncServices/sssps5809/syncGroups/sgps9686?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODA5L3N5bmNHcm91cHMvc2dwczk2ODY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7578/providers/Microsoft.StorageSync/storageSyncServices/sssps4426/syncGroups/sgps1889?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzU3OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NDI2L3N5bmNHcm91cHMvc2dwczE4ODk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {}\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a3e4885b-3841-4e64-b479-82f8ff37cc8f" + "6a61ef62-03fc-42dc-b2e4-b4c8192d2692" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -429,7 +561,7 @@ "no-cache" ], "x-ms-request-id": [ - "b789f79f-aa21-4292-a55b-6fab7d74a225" + "38bc7649-0cc7-4525-b534-3688784a5ac2" ], "X-Content-Type-Options": [ "nosniff" @@ -450,50 +582,50 @@ "1198" ], "x-ms-correlation-request-id": [ - "867865de-1070-410c-9b0e-2fe0a0ca244b" + "bf8337cf-0f7d-4705-93f3-e2da697fc210" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165757Z:867865de-1070-410c-9b0e-2fe0a0ca244b" + "WESTUS:20200623T090438Z:bf8337cf-0f7d-4705-93f3-e2da697fc210" ], "Date": [ - "Wed, 03 Jul 2019 16:57:57 GMT" + "Tue, 23 Jun 2020 09:04:37 GMT" ], "Content-Length": [ - "331" + "371" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"3da9bdf5-1fda-4505-ad18-07ae69915549\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/syncGroups/sgps9686\",\r\n \"name\": \"sgps9686\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"cc173ade-82e0-43a7-9256-c36086df0183\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7578/providers/microsoft.storagesync/storageSyncServices/sssps4426/syncGroups/sgps1889\",\r\n \"name\": \"sgps1889\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/Microsoft.Storage/storageAccounts/saps4343?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM0MzQzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7578/providers/Microsoft.Storage/storageAccounts/saps7985?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzU3OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM3OTg1P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"Central US EUAP\"\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"Central US EUAP\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f2f2d0fc-1e49-419d-93b8-435ac0941e05" + "9c55b974-37de-4337-92e2-456b513445d0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "105" + "107" ] }, "ResponseHeaders": { @@ -504,13 +636,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/c206c232-0964-47d9-9f55-50f6521e506f?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/d04c3886-2301-42d3-b63c-b312b2bec8eb?monitor=true&api-version=2017-10-01" ], "Retry-After": [ "17" ], "x-ms-request-id": [ - "c206c232-0964-47d9-9f55-50f6521e506f" + "d04c3886-2301-42d3-b63c-b312b2bec8eb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -522,16 +654,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "ced924ec-6cc8-428e-91ef-fdf6c4f3f24c" + "4725e1be-35d3-4166-9483-5978f2f70af8" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165757Z:ced924ec-6cc8-428e-91ef-fdf6c4f3f24c" + "WESTUS:20200623T090439Z:4725e1be-35d3-4166-9483-5978f2f70af8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:57:57 GMT" + "Tue, 23 Jun 2020 09:04:38 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -547,16 +679,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/c206c232-0964-47d9-9f55-50f6521e506f?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9hc3luY29wZXJhdGlvbnMvYzIwNmMyMzItMDk2NC00N2Q5LTlmNTUtNTBmNjUyMWU1MDZmP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/d04c3886-2301-42d3-b63c-b312b2bec8eb?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9hc3luY29wZXJhdGlvbnMvZDA0YzM4ODYtMjMwMS00MmQzLWI2M2MtYjMxMmIyYmVjOGViP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE3LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -567,7 +699,7 @@ "no-cache" ], "x-ms-request-id": [ - "3dca7f3a-986f-412f-a3e4-92307779e126" + "d823195c-aaa6-4427-a9ac-33c7b998fe93" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -576,22 +708,22 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "2311b3dd-7452-46af-a90c-a6c0c05b98f1" + "fc4ebb0e-cfab-4db2-9e27-882735ab0136" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165815Z:2311b3dd-7452-46af-a90c-a6c0c05b98f1" + "WESTUS:20200623T090456Z:fc4ebb0e-cfab-4db2-9e27-882735ab0136" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:58:14 GMT" + "Tue, 23 Jun 2020 09:04:55 GMT" ], "Content-Length": [ - "1018" + "1039" ], "Content-Type": [ "application/json" @@ -600,26 +732,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/Microsoft.Storage/storageAccounts/saps4343\",\r\n \"name\": \"saps4343\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T16:57:57.5155817Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T16:57:57.5155817Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-07-03T16:57:57.4530833Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps4343.blob.core.windows.net/\",\r\n \"queue\": \"https://saps4343.queue.core.windows.net/\",\r\n \"table\": \"https://saps4343.table.core.windows.net/\",\r\n \"file\": \"https://saps4343.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7578/providers/Microsoft.Storage/storageAccounts/saps7985\",\r\n \"name\": \"saps7985\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T09:04:38.7403144Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T09:04:38.7403144Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-06-23T09:04:38.677818Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps7985.blob.core.windows.net/\",\r\n \"queue\": \"https://saps7985.queue.core.windows.net/\",\r\n \"table\": \"https://saps7985.table.core.windows.net/\",\r\n \"file\": \"https://saps7985.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/Microsoft.Storage/storageAccounts/saps4343?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM0MzQzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7578/providers/Microsoft.Storage/storageAccounts/saps7985?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzU3OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM3OTg1P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7d0cee97-38ff-41ed-82d6-7bfaf01da201" + "263c51ee-0da2-4e08-a8d8-904de3463576" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -630,7 +762,7 @@ "no-cache" ], "x-ms-request-id": [ - "0a8e9e54-5b24-4d34-a053-37e0ffbc2981" + "47b5e499-7e1e-4709-b890-22203ab01dbb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -639,22 +771,22 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11998" ], "x-ms-correlation-request-id": [ - "89f41287-37c0-44b6-a6f1-1bed58aba5d1" + "e9f2ed9a-98a1-445f-b172-a8b2e8ef19a1" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165815Z:89f41287-37c0-44b6-a6f1-1bed58aba5d1" + "WESTUS:20200623T090456Z:e9f2ed9a-98a1-445f-b172-a8b2e8ef19a1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:58:14 GMT" + "Tue, 23 Jun 2020 09:04:55 GMT" ], "Content-Length": [ - "1018" + "1039" ], "Content-Type": [ "application/json" @@ -663,26 +795,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/Microsoft.Storage/storageAccounts/saps4343\",\r\n \"name\": \"saps4343\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T16:57:57.5155817Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T16:57:57.5155817Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-07-03T16:57:57.4530833Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps4343.blob.core.windows.net/\",\r\n \"queue\": \"https://saps4343.queue.core.windows.net/\",\r\n \"table\": \"https://saps4343.table.core.windows.net/\",\r\n \"file\": \"https://saps4343.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7578/providers/Microsoft.Storage/storageAccounts/saps7985\",\r\n \"name\": \"saps7985\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T09:04:38.7403144Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T09:04:38.7403144Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-06-23T09:04:38.677818Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps7985.blob.core.windows.net/\",\r\n \"queue\": \"https://saps7985.queue.core.windows.net/\",\r\n \"table\": \"https://saps7985.table.core.windows.net/\",\r\n \"file\": \"https://saps7985.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/Microsoft.Storage/storageAccounts/saps4343/listKeys?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM0MzQzL2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7578/providers/Microsoft.Storage/storageAccounts/saps7985/listKeys?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzU3OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM3OTg1L2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cd387dfb-63a5-4725-adb9-cce72c89d0ca" + "66042305-95ec-48a3-930b-fa7566dc58ee" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -693,7 +825,7 @@ "no-cache" ], "x-ms-request-id": [ - "11316a59-ef1d-45b5-af8a-751ce743ce30" + "8ceac3f9-6d83-49ac-ae53-9f92233b1e61" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -701,20 +833,20 @@ "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "11999" ], "x-ms-correlation-request-id": [ - "95000095-82cf-45ec-8ae4-fa1d037cfcd9" + "597cf6a4-b582-4d1c-a154-7213fdbd8355" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165815Z:95000095-82cf-45ec-8ae4-fa1d037cfcd9" + "WESTUS:20200623T090456Z:597cf6a4-b582-4d1c-a154-7213fdbd8355" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:58:15 GMT" + "Tue, 23 Jun 2020 09:04:55 GMT" ], "Content-Length": [ "288" @@ -726,26 +858,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"value\": \"mBPKp+HQdgOgOeT3Me35qzeGBZdbc+hVjEjojCMKCNExa0ktRfecmVF/g50AbrJ88R+YfBUdiJlKlSBkoEGAHA==\",\r\n \"permissions\": \"FULL\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"value\": \"jpH7hU9BC5nG7gwHDSWL4/eHXqpkwaAnEE3zfheQAQ2oP2HqMxKNqtzdJYCJVY/5PQt/cLnaiLJqr0Fsn6FFIg==\",\r\n \"permissions\": \"FULL\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"value\": \"oYkdxPcJbPZuIY5SWpj78e78dgykrwZoP0citJvXapXk8H35RfJzDzCibh3byBPjshQVUKmXb2vj8PU2RSgMrA==\",\r\n \"permissions\": \"FULL\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"value\": \"pjMcCx+vfTBqFZzugWsL4RFeUDp7btPejXfIImHChsdfi+cbPgd1CyS474sfCUENs4ybJaTMnmToC8ktwKD9BA==\",\r\n \"permissions\": \"FULL\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/0483643a-cb2f-462a-bc27-1a270e5bdc0a/servicePrincipalsByAppId/9469b9f5-6722-4481-a2b2-14ed560b706f/objectId?api-version=1.6", - "EncodedRequestUri": "LzA0ODM2NDNhLWNiMmYtNDYyYS1iYzI3LTFhMjcwZTViZGMwYS9zZXJ2aWNlUHJpbmNpcGFsc0J5QXBwSWQvOTQ2OWI5ZjUtNjcyMi00NDgxLWEyYjItMTRlZDU2MGI3MDZmL29iamVjdElkP2FwaS12ZXJzaW9uPTEuNg==", + "RequestUri": "/6ad91d65-65ab-4e14-90f7-fe951035b7c9/servicePrincipalsByAppId/9469b9f5-6722-4481-a2b2-14ed560b706f/objectId?api-version=1.6", + "EncodedRequestUri": "LzZhZDkxZDY1LTY1YWItNGUxNC05MGY3LWZlOTUxMDM1YjdjOS9zZXJ2aWNlUHJpbmNpcGFsc0J5QXBwSWQvOTQ2OWI5ZjUtNjcyMi00NDgxLWEyYjItMTRlZDU2MGI3MDZmL29iamVjdElkP2FwaS12ZXJzaW9uPTEuNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b684a12b-1f27-4b3a-a552-aa72edff9d47" + "bd26a540-9603-40d8-be9f-a10e2cbb1c5f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.0" + "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -756,19 +888,22 @@ "no-cache" ], "ocp-aad-diagnostics-server-name": [ - "zZhyt14zl0OhjZk/+0wTMqtIww9oR8AMqmXQ2MnPyJw=" + "DTdwRMFVNShjahglQMzrAUHW/vd0GpQOhcwKscEBICE=" ], "request-id": [ - "c9b78af1-abe6-45bb-8fd0-4e05a54a0a76" + "4ad5d861-faed-48ef-82e9-f196dabe609b" ], "client-request-id": [ - "b684a12b-1f27-4b3a-a552-aa72edff9d47" + "bd26a540-9603-40d8-be9f-a10e2cbb1c5f" ], "x-ms-dirapi-data-contract-version": [ "1.6" ], "ocp-aad-session-key": [ - "uFPUftSKXf8e1Pg7S9olCt9v4bTfzFzzqelEy7W6bE0qvty8vLtktUk4wx8lxSQul5Sg9jBPRgiBetMrGexlJ4nq2swTttPvtx5SMTR-W5zXdl7DIuuEkT-OApfGxX-I.B-3LZw4SQtlTV1vCGhZi6enFghOxj8920rTR95aT0Rg" + "ocALJfpJjcoa1NNAka3JdxvlagB2_EL2Qz3LYcKpFIQXLixzwmQn3_P7b0ijUQRuooad5yyd5Gx_gL4jFRhvV1EtGdbzZiwrngUTDv22wsb886MPH1uj5Mo9z4D7k6l3.NhrBSlFUvBwSuFS2gFmmXMSAQiWnQsSNyy34XTtUokg" + ], + "x-aad-resource-unit": [ + "1" ], "DataServiceVersion": [ "3.0;" @@ -786,10 +921,10 @@ "ASP.NET" ], "Duration": [ - "646609" + "340993" ], "Date": [ - "Wed, 03 Jul 2019 16:58:15 GMT" + "Tue, 23 Jun 2020 09:04:56 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" @@ -801,26 +936,26 @@ "151" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/0483643a-cb2f-462a-bc27-1a270e5bdc0a/$metadata#Edm.String\",\r\n \"value\": \"384dab06-7a70-4ecf-a04e-284602199124\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/6ad91d65-65ab-4e14-90f7-fe951035b7c9/$metadata#Edm.String\",\r\n \"value\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/0483643a-cb2f-462a-bc27-1a270e5bdc0a/servicePrincipals/384dab06-7a70-4ecf-a04e-284602199124?api-version=1.6", - "EncodedRequestUri": "LzA0ODM2NDNhLWNiMmYtNDYyYS1iYzI3LTFhMjcwZTViZGMwYS9zZXJ2aWNlUHJpbmNpcGFscy8zODRkYWIwNi03YTcwLTRlY2YtYTA0ZS0yODQ2MDIxOTkxMjQ/YXBpLXZlcnNpb249MS42", + "RequestUri": "/6ad91d65-65ab-4e14-90f7-fe951035b7c9/servicePrincipals/d8eca219-3055-4504-9a60-18c2d0b4c18c?api-version=1.6", + "EncodedRequestUri": "LzZhZDkxZDY1LTY1YWItNGUxNC05MGY3LWZlOTUxMDM1YjdjOS9zZXJ2aWNlUHJpbmNpcGFscy9kOGVjYTIxOS0zMDU1LTQ1MDQtOWE2MC0xOGMyZDBiNGMxOGM/YXBpLXZlcnNpb249MS42", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dec172f5-5fab-4a01-85af-5c354a73268a" + "a8255451-120c-4393-9523-1d21eb96d660" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.0" + "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -831,19 +966,22 @@ "no-cache" ], "ocp-aad-diagnostics-server-name": [ - "UOr32UtAMU+Eq0/F3AdEK7cYLW38EohupmMJWMjvI+Q=" + "DTdwRMFVNShjahglQMzrAUHW/vd0GpQOhcwKscEBICE=" ], "request-id": [ - "f961eb1f-9bcb-4f1a-8daf-41468ce63f48" + "bcf7e218-e9cf-4439-8b89-bc59668bea7c" ], "client-request-id": [ - "dec172f5-5fab-4a01-85af-5c354a73268a" + "a8255451-120c-4393-9523-1d21eb96d660" ], "x-ms-dirapi-data-contract-version": [ "1.6" ], "ocp-aad-session-key": [ - "SMcAcBLkniOEFr8zDsFavbT1dprFh47RkCZDecRU6TGOtg-eXGb4wALtXwZNO4V5LXQH-8fnd7HLT69syhuUG-BHRmUh3k7QpbO45RnjxOqgLJp5gEFhknlp1sPdDZnn.WZCflxlrLE8ZXjVSf4ZhTvdu6zpNOWW9twpc65w2e7U" + "-nLGFM4rvMmnlydvpCw2eoW24MZiPRoWtutfM0x3X5XsdMvQHyr-hUSzfJtayMeyDyDyGfEXQ1lQHhDoT-Mh5M0bti3HFVKhH6Bq6KGqbFzj-iR_7p-hx1ka7Hvnpq_5.koHdj2l0OM50G9iCw1frmjBvKsTJjIrwViZ5GUi3jE4" + ], + "x-aad-resource-unit": [ + "1" ], "DataServiceVersion": [ "3.0;" @@ -861,10 +999,10 @@ "ASP.NET" ], "Duration": [ - "608914" + "321013" ], "Date": [ - "Wed, 03 Jul 2019 16:58:15 GMT" + "Tue, 23 Jun 2020 09:04:56 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" @@ -876,7 +1014,7 @@ "1299" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/0483643a-cb2f-462a-bc27-1a270e5bdc0a/$metadata#directoryObjects/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"384dab06-7a70-4ecf-a04e-284602199124\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.StorageSync\",\r\n \"appId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"applicationTemplateId\": null,\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.StorageSync\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"notificationEmailAddresses\": [],\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredSingleSignOnMode\": null,\r\n \"preferredTokenSigningKeyEndDateTime\": null,\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://0c38d04b-cf53-496f-aa30-9751eaf67399/redir\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"samlSingleSignOnSettings\": null,\r\n \"servicePrincipalNames\": [\r\n \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/6ad91d65-65ab-4e14-90f7-fe951035b7c9/$metadata#directoryObjects/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.StorageSync\",\r\n \"appId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"applicationTemplateId\": null,\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.StorageSync\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"notificationEmailAddresses\": [],\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredSingleSignOnMode\": null,\r\n \"preferredTokenSigningKeyEndDateTime\": null,\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://0c38d04b-cf53-496f-aa30-9751eaf67399/redir\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"samlSingleSignOnSettings\": null,\r\n \"servicePrincipalNames\": [\r\n \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n}", "StatusCode": 200 }, { @@ -886,16 +1024,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a16c8658-e0f1-4e3f-9f65-b7d581dfb22f" + "9a27ef92-3160-4b05-b062-fd3b5a357252" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" + "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -905,11 +1043,8 @@ "Pragma": [ "no-cache" ], - "x-ms-request-charge": [ - "1" - ], "x-ms-request-id": [ - "8a9b7b83-0c5a-4395-9518-3c49c95349cd" + "34866e91-89f7-4a3a-854d-dd74517dee9e" ], "X-Content-Type-Options": [ "nosniff" @@ -918,19 +1053,19 @@ "max-age=31536000; includeSubDomains" ], "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" + "x-ms-gateway-slice=Production; path=/; SameSite=None; secure; HttpOnly" ], "x-ms-ratelimit-remaining-tenant-reads": [ - "11997" + "11998" ], "x-ms-correlation-request-id": [ - "3768e7e2-4f83-4b55-8461-3ae0abfc8ae7" + "c505c569-59b4-4ff5-9e35-c24502d826bc" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165816Z:3768e7e2-4f83-4b55-8461-3ae0abfc8ae7" + "WESTUS:20200623T090457Z:c505c569-59b4-4ff5-9e35-c24502d826bc" ], "Date": [ - "Wed, 03 Jul 2019 16:58:16 GMT" + "Tue, 23 Jun 2020 09:04:56 GMT" ], "Content-Length": [ "841" @@ -946,22 +1081,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps6807/providers/Microsoft.Storage///storageAccounts/saps4343/providers/Microsoft.Authorization/roleAssignments?$filter=assignedTo('384dab06-7a70-4ecf-a04e-284602199124')&api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2UvLy9zdG9yYWdlQWNjb3VudHMvc2FwczQzNDMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cz8kZmlsdGVyPWFzc2lnbmVkVG8oJzM4NGRhYjA2LTdhNzAtNGVjZi1hMDRlLTI4NDYwMjE5OTEyNCcpJmFwaS12ZXJzaW9uPTIwMTUtMDctMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps7578/providers/Microsoft.Storage///storageAccounts/saps7985/providers/Microsoft.Authorization/roleAssignments?$filter=assignedTo('d8eca219-3055-4504-9a60-18c2d0b4c18c')&api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNzU3OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2UvLy9zdG9yYWdlQWNjb3VudHMvc2Fwczc5ODUvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cz8kZmlsdGVyPWFzc2lnbmVkVG8oJ2Q4ZWNhMjE5LTMwNTUtNDUwNC05YTYwLTE4YzJkMGI0YzE4YycpJmFwaS12ZXJzaW9uPTIwMTUtMDctMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8d316b18-06b9-4e34-ab36-e8db13a294c1" + "8e799516-fea2-4794-910b-afa478b99ef0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" + "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -971,11 +1106,8 @@ "Pragma": [ "no-cache" ], - "x-ms-request-charge": [ - "1" - ], "x-ms-request-id": [ - "5403c4dc-17eb-4279-b0e7-f20941cf9a96" + "ada62b24-90a6-4241-93d2-45170ddfdc4c" ], "X-Content-Type-Options": [ "nosniff" @@ -984,22 +1116,22 @@ "max-age=31536000; includeSubDomains" ], "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" + "x-ms-gateway-slice=Production; path=/; secure; HttpOnly; SameSite=None" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "0c93a6f2-791e-455e-94ed-ab97fb276f94" + "6081f011-4a06-4887-82ff-e372aac0470f" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165817Z:0c93a6f2-791e-455e-94ed-ab97fb276f94" + "WESTUS:20200623T090458Z:6081f011-4a06-4887-82ff-e372aac0470f" ], "Date": [ - "Wed, 03 Jul 2019 16:58:16 GMT" + "Tue, 23 Jun 2020 09:04:57 GMT" ], "Content-Length": [ - "12" + "732" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1008,98 +1140,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": []\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\",\r\n \"principalId\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\",\r\n \"scope\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b\",\r\n \"createdOn\": \"2020-05-23T18:29:54.9647107Z\",\r\n \"updatedOn\": \"2020-05-23T18:29:54.9647107Z\",\r\n \"createdBy\": \"a8656ec6-d7a4-4e38-bf78-58d74e3ed751\",\r\n \"updatedBy\": \"a8656ec6-d7a4-4e38-bf78-58d74e3ed751\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Authorization/roleAssignments/dc60f792-d409-4e1d-8fe5-192d121c26e9\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"dc60f792-d409-4e1d-8fe5-192d121c26e9\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/Microsoft.Storage/storageAccounts/saps4343/providers/Microsoft.Authorization/roleAssignments/db549d25-f1e4-4ac1-928c-062a1d84927a?api-version=2015-07-01", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzdiOTZjYjAyLTQ2NjMtNDBmNC05YTg5LTYwM2QzODQ5ZTQ2YS9yZXNvdXJjZUdyb3Vwcy9wczY4MDcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zYXBzNDM0My9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dGhvcml6YXRpb24vcm9sZUFzc2lnbm1lbnRzL2RiNTQ5ZDI1LWYxZTQtNGFjMS05MjhjLTA2MmExZDg0OTI3YT9hcGktdmVyc2lvbj0yMDE1LTA3LTAx", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\",\r\n \"principalId\": \"384dab06-7a70-4ecf-a04e-284602199124\"\r\n }\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "fd0a0714-9747-459a-ac85-c579d0274f85" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "254" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-charge": [ - "2" - ], - "x-ms-request-id": [ - "0f718e04-6395-40da-940d-335f4330a286" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" - ], - "x-ms-correlation-request-id": [ - "3c09665d-3aab-460a-bb0a-895e0d685051" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165819Z:3c09665d-3aab-460a-bb0a-895e0d685051" - ], - "Date": [ - "Wed, 03 Jul 2019 16:58:18 GMT" - ], - "Content-Length": [ - "836" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\",\r\n \"principalId\": \"384dab06-7a70-4ecf-a04e-284602199124\",\r\n \"scope\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/Microsoft.Storage/storageAccounts/saps4343\",\r\n \"createdOn\": \"2019-07-03T16:58:17.2755805Z\",\r\n \"updatedOn\": \"2019-07-03T16:58:17.2755805Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"8d1a2f63-15c2-4fe8-a804-213ecbaf4403\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/Microsoft.Storage/storageAccounts/saps4343/providers/Microsoft.Authorization/roleAssignments/db549d25-f1e4-4ac1-928c-062a1d84927a\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"db549d25-f1e4-4ac1-928c-062a1d84927a\"\r\n}", - "StatusCode": 201 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/Microsoft.StorageSync/storageSyncServices/sssps5809/syncGroups/sgps9686/cloudEndpoints/cepps535?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODA5L3N5bmNHcm91cHMvc2dwczk2ODYvY2xvdWRFbmRwb2ludHMvY2VwcHM1MzU/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7578/providers/Microsoft.StorageSync/storageSyncServices/sssps4426/syncGroups/sgps1889/cloudEndpoints/cepps2659?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzU3OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NDI2L3N5bmNHcm91cHMvc2dwczE4ODkvY2xvdWRFbmRwb2ludHMvY2VwcHMyNjU5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/Microsoft.Storage/storageAccounts/saps4343\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7578/providers/Microsoft.Storage/storageAccounts/saps7985\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "047d369b-7ae2-4d89-88a1-50b75b0c8e9a" + "0b72021e-222d-476c-9d01-e64433fe8251" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1116,16 +1176,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflows/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operationresults/64180f2f-9719-4891-bcbb-95080f63a38c?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjFmYTNhNjBjLTA2MTktNGQ4My1iNWIyLTg0MzIwNWMwNDUxOCIsIndvcmtmbG93SWQiOiI1ZDU5ODhmMC1kMjU3LTQ0ZjMtODY4OC0wZTRiNTI4ZjliMjYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNWMwY2Q1ZWEtZDVkOC00YjJlLTlkYzMtZGNhZmMxNzMyYmY0In0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflows/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operations/64180f2f-9719-4891-bcbb-95080f63a38c?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjFmYTNhNjBjLTA2MTktNGQ4My1iNWIyLTg0MzIwNWMwNDUxOCIsIndvcmtmbG93SWQiOiI1ZDU5ODhmMC1kMjU3LTQ0ZjMtODY4OC0wZTRiNTI4ZjliMjYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNWMwY2Q1ZWEtZDVkOC00YjJlLTlkYzMtZGNhZmMxNzMyYmY0In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "3847781b-1334-40b6-aaa2-b58d1e5fada0" + "5f994a5b-2db8-4ecf-a38a-53bbce2e25d2" ], "X-Content-Type-Options": [ "nosniff" @@ -1143,16 +1203,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-correlation-request-id": [ - "e6332c31-154a-4bef-8ea9-54e43fdab3cf" + "eb53f2e9-c8a2-4025-aed6-f08b2d561e3f" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165900Z:e6332c31-154a-4bef-8ea9-54e43fdab3cf" + "WESTUS:20200623T090459Z:eb53f2e9-c8a2-4025-aed6-f08b2d561e3f" ], "Date": [ - "Wed, 03 Jul 2019 16:58:59 GMT" + "Tue, 23 Jun 2020 09:04:58 GMT" ], "Expires": [ "-1" @@ -1165,16 +1225,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflows/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operations/64180f2f-9719-4891-bcbb-95080f63a38c?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODA5L3dvcmtmbG93cy84M2U5NmUwMS00OWZlLTRjMGMtODZjOS05ZjViMzZhMWU1NTcvb3BlcmF0aW9ucy82NDE4MGYyZi05NzE5LTQ4OTEtYmNiYi05NTA4MGY2M2EzOGM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjFmYTNhNjBjLTA2MTktNGQ4My1iNWIyLTg0MzIwNWMwNDUxOCIsIndvcmtmbG93SWQiOiI1ZDU5ODhmMC1kMjU3LTQ0ZjMtODY4OC0wZTRiNTI4ZjliMjYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNWMwY2Q1ZWEtZDVkOC00YjJlLTlkYzMtZGNhZmMxNzMyYmY0In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRm1ZVE5oTmpCakxUQTJNVGt0TkdRNE15MWlOV0l5TFRnME16SXdOV013TkRVeE9DSXNJbmR2Y210bWJHOTNTV1FpT2lJMVpEVTVPRGhtTUMxa01qVTNMVFEwWmpNdE9EWTRPQzB3WlRSaU5USTRaamxpTWpZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTldNd1kyUTFaV0V0WkRWa09DMDBZakpsTFRsa1l6TXRaR05oWm1NeE56TXlZbVkwSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1185,7 +1245,7 @@ "no-cache" ], "x-ms-request-id": [ - "2a1fdf74-9d0b-4686-b9e9-84d325e4b731" + "c53af8fe-a850-4aa3-ae51-accc45a374fb" ], "X-Content-Type-Options": [ "nosniff" @@ -1206,38 +1266,38 @@ "11998" ], "x-ms-correlation-request-id": [ - "8d49470a-8809-4782-b065-267fd639e0e5" + "4ef3eb92-c891-4d73-8fd5-cbfa5c6762b2" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165911Z:8d49470a-8809-4782-b065-267fd639e0e5" + "WESTUS:20200623T090510Z:4ef3eb92-c891-4d73-8fd5-cbfa5c6762b2" ], "Date": [ - "Wed, 03 Jul 2019 16:59:10 GMT" + "Tue, 23 Jun 2020 09:05:10 GMT" ], "Content-Length": [ - "450" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflow/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operationresults/64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"name\": \"64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T16:59:01.0373503Z\",\r\n \"endTime\": \"2019-07-03T16:59:04.146974Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjFmYTNhNjBjLTA2MTktNGQ4My1iNWIyLTg0MzIwNWMwNDUxOCIsIndvcmtmbG93SWQiOiI1ZDU5ODhmMC1kMjU3LTQ0ZjMtODY4OC0wZTRiNTI4ZjliMjYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNWMwY2Q1ZWEtZDVkOC00YjJlLTlkYzMtZGNhZmMxNzMyYmY0In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjFmYTNhNjBjLTA2MTktNGQ4My1iNWIyLTg0MzIwNWMwNDUxOCIsIndvcmtmbG93SWQiOiI1ZDU5ODhmMC1kMjU3LTQ0ZjMtODY4OC0wZTRiNTI4ZjliMjYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNWMwY2Q1ZWEtZDVkOC00YjJlLTlkYzMtZGNhZmMxNzMyYmY0In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T09:04:59.8292487Z\",\r\n \"endTime\": \"2020-06-23T09:05:05.7082322Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflows/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operations/64180f2f-9719-4891-bcbb-95080f63a38c?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODA5L3dvcmtmbG93cy84M2U5NmUwMS00OWZlLTRjMGMtODZjOS05ZjViMzZhMWU1NTcvb3BlcmF0aW9ucy82NDE4MGYyZi05NzE5LTQ4OTEtYmNiYi05NTA4MGY2M2EzOGM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7578/providers/Microsoft.StorageSync/storageSyncServices/sssps4426/syncGroups/sgps1889/cloudEndpoints/cepps2659?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzU3OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NDI2L3N5bmNHcm91cHMvc2dwczE4ODkvY2xvdWRFbmRwb2ludHMvY2VwcHMyNjU5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1248,7 +1308,7 @@ "no-cache" ], "x-ms-request-id": [ - "d611f24f-002e-4d5a-89e0-a1fd2c0f6c58" + "8155e605-7dc2-4299-acfc-40eee1a774d6" ], "X-Content-Type-Options": [ "nosniff" @@ -1269,38 +1329,44 @@ "11997" ], "x-ms-correlation-request-id": [ - "c0653264-52de-4e3f-9a4c-8cf3146cd43f" + "91c86213-1fd1-4d85-9f0e-959d8ed60a88" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165921Z:c0653264-52de-4e3f-9a4c-8cf3146cd43f" + "WESTUS:20200623T090510Z:91c86213-1fd1-4d85-9f0e-959d8ed60a88" ], "Date": [ - "Wed, 03 Jul 2019 16:59:21 GMT" + "Tue, 23 Jun 2020 09:05:10 GMT" ], "Content-Length": [ - "450" + "1027" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflow/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operationresults/64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"name\": \"64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T16:59:01.0373503Z\",\r\n \"endTime\": \"2019-07-03T16:59:04.146974Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7578/providers/Microsoft.Storage/storageAccounts/saps7985\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8Q0MxNzNBREUtODJFMC00M0E3LTkyNTYtQzM2MDg2REYwMTgzfEdFTkVSSUN8RDhGNjAyQ0QtOENCNi00OTNGLTgxNzAtRkI4RUZFODU0OUFD\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps4426/workflows/5d5988f0-d257-44f3-8688-0e4b528f9b26\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7578/providers/microsoft.storagesync/storageSyncServices/sssps4426/syncGroups/sgps1889/cloudEndpoints/cepps2659\",\r\n \"name\": \"cepps2659\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflows/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operations/64180f2f-9719-4891-bcbb-95080f63a38c?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODA5L3dvcmtmbG93cy84M2U5NmUwMS00OWZlLTRjMGMtODZjOS05ZjViMzZhMWU1NTcvb3BlcmF0aW9ucy82NDE4MGYyZi05NzE5LTQ4OTEtYmNiYi05NTA4MGY2M2EzOGM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7578/providers/Microsoft.StorageSync/storageSyncServices/sssps4426/syncGroups/sgps1889/cloudEndpoints/cepps2659?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzU3OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NDI2L3N5bmNHcm91cHMvc2dwczE4ODkvY2xvdWRFbmRwb2ludHMvY2VwcHMyNjU5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "03fec3e1-2be1-4ff2-b226-b5dde3d905ca" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1311,7 +1377,7 @@ "no-cache" ], "x-ms-request-id": [ - "687e817c-939f-4daa-a32a-ae3822ebea96" + "ebd4e735-2d51-441a-8a71-2a0b48f385ee" ], "X-Content-Type-Options": [ "nosniff" @@ -1332,38 +1398,44 @@ "11996" ], "x-ms-correlation-request-id": [ - "bcb67c29-b11f-4767-bab0-4032c1f06b11" + "606f45dc-ae94-4976-8514-32ec14a1a529" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165932Z:bcb67c29-b11f-4767-bab0-4032c1f06b11" + "WESTUS:20200623T090511Z:606f45dc-ae94-4976-8514-32ec14a1a529" ], "Date": [ - "Wed, 03 Jul 2019 16:59:31 GMT" + "Tue, 23 Jun 2020 09:05:11 GMT" ], "Content-Length": [ - "450" + "1027" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflow/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operationresults/64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"name\": \"64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T16:59:01.0373503Z\",\r\n \"endTime\": \"2019-07-03T16:59:04.146974Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7578/providers/Microsoft.Storage/storageAccounts/saps7985\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8Q0MxNzNBREUtODJFMC00M0E3LTkyNTYtQzM2MDg2REYwMTgzfEdFTkVSSUN8RDhGNjAyQ0QtOENCNi00OTNGLTgxNzAtRkI4RUZFODU0OUFD\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps4426/workflows/5d5988f0-d257-44f3-8688-0e4b528f9b26\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7578/providers/microsoft.storagesync/storageSyncServices/sssps4426/syncGroups/sgps1889/cloudEndpoints/cepps2659\",\r\n \"name\": \"cepps2659\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflows/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operations/64180f2f-9719-4891-bcbb-95080f63a38c?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODA5L3dvcmtmbG93cy84M2U5NmUwMS00OWZlLTRjMGMtODZjOS05ZjViMzZhMWU1NTcvb3BlcmF0aW9ucy82NDE4MGYyZi05NzE5LTQ4OTEtYmNiYi05NTA4MGY2M2EzOGM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7578/providers/Microsoft.StorageSync/storageSyncServices/sssps4426/syncGroups/sgps1889/cloudEndpoints/cepps2659?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzU3OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NDI2L3N5bmNHcm91cHMvc2dwczE4ODkvY2xvdWRFbmRwb2ludHMvY2VwcHMyNjU5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "895d8ede-6d4b-4fbf-9037-493caef2bafa" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1373,8 +1445,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjFmYTNhNjBjLTA2MTktNGQ4My1iNWIyLTg0MzIwNWMwNDUxOCIsIndvcmtmbG93SWQiOiI5Njc0MGY4My04NDlhLTRkNWEtYjI4MC1lYWFmMzIwMWM1YjQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzQ2NmVmNDAtZjEwOC00YmI4LTk1ZDQtMTIwNTM1OWY1NWQ3In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjFmYTNhNjBjLTA2MTktNGQ4My1iNWIyLTg0MzIwNWMwNDUxOCIsIndvcmtmbG93SWQiOiI5Njc0MGY4My04NDlhLTRkNWEtYjI4MC1lYWFmMzIwMWM1YjQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzQ2NmVmNDAtZjEwOC00YmI4LTk1ZDQtMTIwNTM1OWY1NWQ3In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "eb2f38e6-14b8-40f3-b5b9-34ccbb473a8d" + "05e1a175-51de-4704-9bd6-36ba2c215d07" ], "X-Content-Type-Options": [ "nosniff" @@ -1391,42 +1472,39 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], "x-ms-correlation-request-id": [ - "5ad255fe-8f3a-4c9c-ba51-d58f127a0d61" + "dec7bd55-a687-43be-ab74-c4cde80fab82" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165942Z:5ad255fe-8f3a-4c9c-ba51-d58f127a0d61" + "WESTUS:20200623T090511Z:dec7bd55-a687-43be-ab74-c4cde80fab82" ], "Date": [ - "Wed, 03 Jul 2019 16:59:42 GMT" - ], - "Content-Length": [ - "450" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Tue, 23 Jun 2020 09:05:11 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflow/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operationresults/64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"name\": \"64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T16:59:01.0373503Z\",\r\n \"endTime\": \"2019-07-03T16:59:04.146974Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflows/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operations/64180f2f-9719-4891-bcbb-95080f63a38c?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODA5L3dvcmtmbG93cy84M2U5NmUwMS00OWZlLTRjMGMtODZjOS05ZjViMzZhMWU1NTcvb3BlcmF0aW9ucy82NDE4MGYyZi05NzE5LTQ4OTEtYmNiYi05NTA4MGY2M2EzOGM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjFmYTNhNjBjLTA2MTktNGQ4My1iNWIyLTg0MzIwNWMwNDUxOCIsIndvcmtmbG93SWQiOiI5Njc0MGY4My04NDlhLTRkNWEtYjI4MC1lYWFmMzIwMWM1YjQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzQ2NmVmNDAtZjEwOC00YmI4LTk1ZDQtMTIwNTM1OWY1NWQ3In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRm1ZVE5oTmpCakxUQTJNVGt0TkdRNE15MWlOV0l5TFRnME16SXdOV013TkRVeE9DSXNJbmR2Y210bWJHOTNTV1FpT2lJNU5qYzBNR1k0TXkwNE5EbGhMVFJrTldFdFlqSTRNQzFsWVdGbU16SXdNV00xWWpRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTnpRMk5tVm1OREF0WmpFd09DMDBZbUk0TFRrMVpEUXRNVEl3TlRNMU9XWTFOV1EzSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1437,7 +1515,7 @@ "no-cache" ], "x-ms-request-id": [ - "a661ef6f-c098-40cb-b365-e486812bc46b" + "4bfeb90c-c780-436b-b46a-3b0e73b11103" ], "X-Content-Type-Options": [ "nosniff" @@ -1455,41 +1533,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11995" ], "x-ms-correlation-request-id": [ - "e7ed28ae-4afd-423d-af17-1949dd3a8bd7" + "02bf38ef-9fe9-435b-be01-650e2ed2ceb9" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165953Z:e7ed28ae-4afd-423d-af17-1949dd3a8bd7" + "WESTUS:20200623T090522Z:02bf38ef-9fe9-435b-be01-650e2ed2ceb9" ], "Date": [ - "Wed, 03 Jul 2019 16:59:52 GMT" + "Tue, 23 Jun 2020 09:05:22 GMT" ], "Content-Length": [ - "450" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflow/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operationresults/64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"name\": \"64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T16:59:01.0373503Z\",\r\n \"endTime\": \"2019-07-03T16:59:04.146974Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjFmYTNhNjBjLTA2MTktNGQ4My1iNWIyLTg0MzIwNWMwNDUxOCIsIndvcmtmbG93SWQiOiI5Njc0MGY4My04NDlhLTRkNWEtYjI4MC1lYWFmMzIwMWM1YjQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzQ2NmVmNDAtZjEwOC00YmI4LTk1ZDQtMTIwNTM1OWY1NWQ3In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjFmYTNhNjBjLTA2MTktNGQ4My1iNWIyLTg0MzIwNWMwNDUxOCIsIndvcmtmbG93SWQiOiI5Njc0MGY4My04NDlhLTRkNWEtYjI4MC1lYWFmMzIwMWM1YjQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzQ2NmVmNDAtZjEwOC00YmI4LTk1ZDQtMTIwNTM1OWY1NWQ3In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T09:05:12.3211298Z\",\r\n \"endTime\": \"2020-06-23T09:05:17.0737926Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflows/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operations/64180f2f-9719-4891-bcbb-95080f63a38c?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODA5L3dvcmtmbG93cy84M2U5NmUwMS00OWZlLTRjMGMtODZjOS05ZjViMzZhMWU1NTcvb3BlcmF0aW9ucy82NDE4MGYyZi05NzE5LTQ4OTEtYmNiYi05NTA4MGY2M2EzOGM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjFmYTNhNjBjLTA2MTktNGQ4My1iNWIyLTg0MzIwNWMwNDUxOCIsIndvcmtmbG93SWQiOiI5Njc0MGY4My04NDlhLTRkNWEtYjI4MC1lYWFmMzIwMWM1YjQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzQ2NmVmNDAtZjEwOC00YmI4LTk1ZDQtMTIwNTM1OWY1NWQ3In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRm1ZVE5oTmpCakxUQTJNVGt0TkdRNE15MWlOV0l5TFRnME16SXdOV013TkRVeE9DSXNJbmR2Y210bWJHOTNTV1FpT2lJNU5qYzBNR1k0TXkwNE5EbGhMVFJrTldFdFlqSTRNQzFsWVdGbU16SXdNV00xWWpRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTnpRMk5tVm1OREF0WmpFd09DMDBZbUk0TFRrMVpEUXRNVEl3TlRNMU9XWTFOV1EzSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1500,7 +1578,7 @@ "no-cache" ], "x-ms-request-id": [ - "f6b58d8d-b9a4-48e9-8323-146fe9db1d39" + "11d2ea7d-2428-41ca-91af-41f8777ee16f" ], "X-Content-Type-Options": [ "nosniff" @@ -1508,9 +1586,6 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], "Server": [ "Microsoft-IIS/10.0" ], @@ -1520,675 +1595,45 @@ "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], "x-ms-correlation-request-id": [ - "5ee0f995-9eb9-4d66-b430-3527fa5a1109" + "11baa899-0623-437d-b606-18515755cbed" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170003Z:5ee0f995-9eb9-4d66-b430-3527fa5a1109" + "WESTUS:20200623T090522Z:11baa899-0623-437d-b606-18515755cbed" ], "Date": [ - "Wed, 03 Jul 2019 17:00:03 GMT" - ], - "Content-Length": [ - "450" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Tue, 23 Jun 2020 09:05:22 GMT" ], "Expires": [ "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflow/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operationresults/64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"name\": \"64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T16:59:01.0373503Z\",\r\n \"endTime\": \"2019-07-03T16:59:04.146974Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflows/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operations/64180f2f-9719-4891-bcbb-95080f63a38c?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODA5L3dvcmtmbG93cy84M2U5NmUwMS00OWZlLTRjMGMtODZjOS05ZjViMzZhMWU1NTcvb3BlcmF0aW9ucy82NDE4MGYyZi05NzE5LTQ4OTEtYmNiYi05NTA4MGY2M2EzOGM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "92c5388c-b582-491c-ba49-1dd1f8b58ed9" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11992" - ], - "x-ms-correlation-request-id": [ - "cbe467d2-e1d2-4c4c-b809-766135fcd21c" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170014Z:cbe467d2-e1d2-4c4c-b809-766135fcd21c" - ], - "Date": [ - "Wed, 03 Jul 2019 17:00:13 GMT" - ], - "Content-Length": [ - "450" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflow/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operationresults/64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"name\": \"64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T16:59:01.0373503Z\",\r\n \"endTime\": \"2019-07-03T16:59:04.146974Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflows/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operations/64180f2f-9719-4891-bcbb-95080f63a38c?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODA5L3dvcmtmbG93cy84M2U5NmUwMS00OWZlLTRjMGMtODZjOS05ZjViMzZhMWU1NTcvb3BlcmF0aW9ucy82NDE4MGYyZi05NzE5LTQ4OTEtYmNiYi05NTA4MGY2M2EzOGM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "620f2e19-1211-4fc4-bcbb-e32494c40ea3" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11991" - ], - "x-ms-correlation-request-id": [ - "a51b3570-e37e-43eb-9992-b9f78da4e353" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170024Z:a51b3570-e37e-43eb-9992-b9f78da4e353" - ], - "Date": [ - "Wed, 03 Jul 2019 17:00:23 GMT" - ], - "Content-Length": [ - "450" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflow/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operationresults/64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"name\": \"64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T16:59:01.0373503Z\",\r\n \"endTime\": \"2019-07-03T16:59:04.146974Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflows/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operations/64180f2f-9719-4891-bcbb-95080f63a38c?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODA5L3dvcmtmbG93cy84M2U5NmUwMS00OWZlLTRjMGMtODZjOS05ZjViMzZhMWU1NTcvb3BlcmF0aW9ucy82NDE4MGYyZi05NzE5LTQ4OTEtYmNiYi05NTA4MGY2M2EzOGM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "1fb762fd-74c9-4add-970b-76d6a80a7f9a" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11990" - ], - "x-ms-correlation-request-id": [ - "3173283c-bc58-4b96-af2e-95900ebb8a84" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170035Z:3173283c-bc58-4b96-af2e-95900ebb8a84" - ], - "Date": [ - "Wed, 03 Jul 2019 17:00:34 GMT" - ], - "Content-Length": [ - "450" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflow/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operationresults/64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"name\": \"64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T16:59:01.0373503Z\",\r\n \"endTime\": \"2019-07-03T16:59:04.146974Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflows/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operations/64180f2f-9719-4891-bcbb-95080f63a38c?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODA5L3dvcmtmbG93cy84M2U5NmUwMS00OWZlLTRjMGMtODZjOS05ZjViMzZhMWU1NTcvb3BlcmF0aW9ucy82NDE4MGYyZi05NzE5LTQ4OTEtYmNiYi05NTA4MGY2M2EzOGM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "f4e30bdd-1b1f-4e4c-9181-f7c0acc87c05" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11989" - ], - "x-ms-correlation-request-id": [ - "06e64d49-8bc4-4c9e-b01b-9c35cf04ef18" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170045Z:06e64d49-8bc4-4c9e-b01b-9c35cf04ef18" - ], - "Date": [ - "Wed, 03 Jul 2019 17:00:44 GMT" - ], - "Content-Length": [ - "450" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflow/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operationresults/64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"name\": \"64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T16:59:01.0373503Z\",\r\n \"endTime\": \"2019-07-03T16:59:04.146974Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflows/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operations/64180f2f-9719-4891-bcbb-95080f63a38c?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODA5L3dvcmtmbG93cy84M2U5NmUwMS00OWZlLTRjMGMtODZjOS05ZjViMzZhMWU1NTcvb3BlcmF0aW9ucy82NDE4MGYyZi05NzE5LTQ4OTEtYmNiYi05NTA4MGY2M2EzOGM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "d88cf04c-d378-4f32-a302-7f523110d4f2" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11988" - ], - "x-ms-correlation-request-id": [ - "388b3051-88e5-4074-bfa4-900c646e9c7f" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170055Z:388b3051-88e5-4074-bfa4-900c646e9c7f" - ], - "Date": [ - "Wed, 03 Jul 2019 17:00:54 GMT" - ], - "Content-Length": [ - "450" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflow/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operationresults/64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"name\": \"64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T16:59:01.0373503Z\",\r\n \"endTime\": \"2019-07-03T16:59:04.146974Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflows/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operations/64180f2f-9719-4891-bcbb-95080f63a38c?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODA5L3dvcmtmbG93cy84M2U5NmUwMS00OWZlLTRjMGMtODZjOS05ZjViMzZhMWU1NTcvb3BlcmF0aW9ucy82NDE4MGYyZi05NzE5LTQ4OTEtYmNiYi05NTA4MGY2M2EzOGM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "7e7d8513-8bc2-4969-af1b-5a69c205081b" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11987" - ], - "x-ms-correlation-request-id": [ - "e2dd52d1-caf2-43ee-9b14-c0205e551ca4" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170106Z:e2dd52d1-caf2-43ee-9b14-c0205e551ca4" - ], - "Date": [ - "Wed, 03 Jul 2019 17:01:06 GMT" - ], - "Content-Length": [ - "450" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflow/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operationresults/64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"name\": \"64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T16:59:01.0373503Z\",\r\n \"endTime\": \"2019-07-03T16:59:04.146974Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflows/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operations/64180f2f-9719-4891-bcbb-95080f63a38c?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODA5L3dvcmtmbG93cy84M2U5NmUwMS00OWZlLTRjMGMtODZjOS05ZjViMzZhMWU1NTcvb3BlcmF0aW9ucy82NDE4MGYyZi05NzE5LTQ4OTEtYmNiYi05NTA4MGY2M2EzOGM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "8a2b717e-f596-40f1-a0a0-7d876a66a68b" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-correlation-request-id": [ - "5612853d-7d80-45c4-b738-f440d44a276f" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170116Z:5612853d-7d80-45c4-b738-f440d44a276f" - ], - "Date": [ - "Wed, 03 Jul 2019 17:01:16 GMT" - ], - "Content-Length": [ - "450" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflow/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operationresults/64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"name\": \"64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T16:59:01.0373503Z\",\r\n \"endTime\": \"2019-07-03T16:59:04.146974Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflows/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operations/64180f2f-9719-4891-bcbb-95080f63a38c?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODA5L3dvcmtmbG93cy84M2U5NmUwMS00OWZlLTRjMGMtODZjOS05ZjViMzZhMWU1NTcvb3BlcmF0aW9ucy82NDE4MGYyZi05NzE5LTQ4OTEtYmNiYi05NTA4MGY2M2EzOGM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "0f7d6736-9278-4f17-9572-45328b81c4fe" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11985" - ], - "x-ms-correlation-request-id": [ - "4fefe45c-4e2b-4e50-95bb-397a45d3a52f" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170128Z:4fefe45c-4e2b-4e50-95bb-397a45d3a52f" - ], - "Date": [ - "Wed, 03 Jul 2019 17:01:27 GMT" - ], - "Content-Length": [ - "453" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflow/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operationresults/64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"name\": \"64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"status\": \"newReplicaGroup\",\r\n \"startTime\": \"2019-07-03T16:59:01.0373503Z\",\r\n \"endTime\": \"2019-07-03T17:01:21.3417875Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflows/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operations/64180f2f-9719-4891-bcbb-95080f63a38c?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODA5L3dvcmtmbG93cy84M2U5NmUwMS00OWZlLTRjMGMtODZjOS05ZjViMzZhMWU1NTcvb3BlcmF0aW9ucy82NDE4MGYyZi05NzE5LTQ4OTEtYmNiYi05NTA4MGY2M2EzOGM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "5674d402-9d79-44dc-b5ba-76f072d8edef" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11984" - ], - "x-ms-correlation-request-id": [ - "156b40c9-e127-4152-a737-524236ef44ee" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170138Z:156b40c9-e127-4152-a737-524236ef44ee" - ], - "Date": [ - "Wed, 03 Jul 2019 17:01:38 GMT" - ], - "Content-Length": [ - "447" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflow/83e96e01-49fe-4c0c-86c9-9f5b36a1e557/operationresults/64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"name\": \"64180f2f-9719-4891-bcbb-95080f63a38c\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T16:59:01.0373503Z\",\r\n \"endTime\": \"2019-07-03T17:01:38.6844983Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/Microsoft.StorageSync/storageSyncServices/sssps5809/syncGroups/sgps9686/cloudEndpoints/cepps535?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODA5L3N5bmNHcm91cHMvc2dwczk2ODYvY2xvdWRFbmRwb2ludHMvY2VwcHM1MzU/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "35d8f8f5-257d-4bde-8a48-3b6d1a531b74" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11983" - ], - "x-ms-correlation-request-id": [ - "a875d260-4ce8-4ce4-b537-8afd008929b5" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170139Z:a875d260-4ce8-4ce4-b537-8afd008929b5" - ], - "Date": [ - "Wed, 03 Jul 2019 17:01:38 GMT" ], "Content-Length": [ - "983" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" + "0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountKey\": null,\r\n \"storageAccount\": null,\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/Microsoft.Storage/storageAccounts/saps4343\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8M0RBOUJERjUtMUZEQS00NTA1LUFEMTgtMDdBRTY5OTE1NTQ5fEdFTkVSSUN8RTUyODY5ODMtMDA1QS00NjQ5LThFRDgtQjg1QkI2QjgzOUFD\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps5809/workflows/83e96e01-49fe-4c0c-86c9-9f5b36a1e557\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/syncGroups/sgps9686/cloudEndpoints/cepps535\",\r\n \"name\": \"cepps535\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", + "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/Microsoft.StorageSync/storageSyncServices/sssps5809/syncGroups/sgps9686/cloudEndpoints/cepps535?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODA5L3N5bmNHcm91cHMvc2dwczk2ODYvY2xvdWRFbmRwb2ludHMvY2VwcHM1MzU/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7578/providers/Microsoft.StorageSync/storageSyncServices/sssps4426/syncGroups/sgps1889?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzU3OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NDI2L3N5bmNHcm91cHMvc2dwczE4ODk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cef41ecc-9632-496a-97ef-cfdf0008b624" + "c9678188-dfc3-4b6c-af66-412fc736ceef" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2199,7 +1644,7 @@ "no-cache" ], "x-ms-request-id": [ - "9bc618ea-2a32-4629-9e99-0efe06f80731" + "912b5a23-096e-4cef-9be9-324714d1198d" ], "X-Content-Type-Options": [ "nosniff" @@ -2216,48 +1661,45 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" ], "x-ms-correlation-request-id": [ - "f14c67af-d140-4ae8-a2f7-736660b1f9c4" + "2f9540e0-8d59-4e91-99a8-fb3a1665f4b5" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170139Z:f14c67af-d140-4ae8-a2f7-736660b1f9c4" + "WESTUS:20200623T090522Z:2f9540e0-8d59-4e91-99a8-fb3a1665f4b5" ], "Date": [ - "Wed, 03 Jul 2019 17:01:39 GMT" - ], - "Content-Length": [ - "983" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Tue, 23 Jun 2020 09:05:22 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountKey\": null,\r\n \"storageAccount\": null,\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/Microsoft.Storage/storageAccounts/saps4343\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8M0RBOUJERjUtMUZEQS00NTA1LUFEMTgtMDdBRTY5OTE1NTQ5fEdFTkVSSUN8RTUyODY5ODMtMDA1QS00NjQ5LThFRDgtQjg1QkI2QjgzOUFD\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps5809/workflows/83e96e01-49fe-4c0c-86c9-9f5b36a1e557\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/syncGroups/sgps9686/cloudEndpoints/cepps535\",\r\n \"name\": \"cepps535\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", + "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/Microsoft.StorageSync/storageSyncServices/sssps5809/syncGroups/sgps9686/cloudEndpoints/cepps535?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODA5L3N5bmNHcm91cHMvc2dwczk2ODYvY2xvdWRFbmRwb2ludHMvY2VwcHM1MzU/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7578/providers/Microsoft.StorageSync/storageSyncServices/sssps4426?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzU3OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NDI2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3d9baf7b-839b-4e27-a997-3b87a9f86c59" + "da2d0384-af2a-436f-bfa4-3f4dda26a9e4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2268,16 +1710,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflows/5903f510-0c45-4d9a-ba30-4c747d09128a/operationresults/13741f84-bfbd-42e1-bc26-dace8487f869?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjFmYTNhNjBjLTA2MTktNGQ4My1iNWIyLTg0MzIwNWMwNDUxOCIsIndvcmtmbG93SWQiOiIwMjlkNTgwZS00ZjRmLTQ3N2ItOTM1OS1jNGVlMjMwOWFhODQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNGEwNmU4ZGEtZWQ5ZC00OGNkLTg2YWYtODYxMGM4NjViZTRiIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflows/5903f510-0c45-4d9a-ba30-4c747d09128a/operations/13741f84-bfbd-42e1-bc26-dace8487f869?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjFmYTNhNjBjLTA2MTktNGQ4My1iNWIyLTg0MzIwNWMwNDUxOCIsIndvcmtmbG93SWQiOiIwMjlkNTgwZS00ZjRmLTQ3N2ItOTM1OS1jNGVlMjMwOWFhODQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNGEwNmU4ZGEtZWQ5ZC00OGNkLTg2YWYtODYxMGM4NjViZTRiIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "c0438186-a979-48ea-ac73-7be9f91f871a" + "975c22b4-f371-4fc2-adf1-a69e90805d17" ], "X-Content-Type-Options": [ "nosniff" @@ -2295,16 +1737,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14997" ], "x-ms-correlation-request-id": [ - "d914b179-76ea-4942-bec7-759bb8f2cd35" + "d9fece2e-7412-44ac-bf48-bd6106762757" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170140Z:d914b179-76ea-4942-bec7-759bb8f2cd35" + "WESTUS:20200623T090523Z:d9fece2e-7412-44ac-bf48-bd6106762757" ], "Date": [ - "Wed, 03 Jul 2019 17:01:39 GMT" + "Tue, 23 Jun 2020 09:05:23 GMT" ], "Expires": [ "-1" @@ -2317,16 +1759,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflows/5903f510-0c45-4d9a-ba30-4c747d09128a/operations/13741f84-bfbd-42e1-bc26-dace8487f869?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODA5L3dvcmtmbG93cy81OTAzZjUxMC0wYzQ1LTRkOWEtYmEzMC00Yzc0N2QwOTEyOGEvb3BlcmF0aW9ucy8xMzc0MWY4NC1iZmJkLTQyZTEtYmMyNi1kYWNlODQ4N2Y4Njk/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjFmYTNhNjBjLTA2MTktNGQ4My1iNWIyLTg0MzIwNWMwNDUxOCIsIndvcmtmbG93SWQiOiIwMjlkNTgwZS00ZjRmLTQ3N2ItOTM1OS1jNGVlMjMwOWFhODQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNGEwNmU4ZGEtZWQ5ZC00OGNkLTg2YWYtODYxMGM4NjViZTRiIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRm1ZVE5oTmpCakxUQTJNVGt0TkdRNE15MWlOV0l5TFRnME16SXdOV013TkRVeE9DSXNJbmR2Y210bWJHOTNTV1FpT2lJd01qbGtOVGd3WlMwMFpqUm1MVFEzTjJJdE9UTTFPUzFqTkdWbE1qTXdPV0ZoT0RRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTkdFd05tVTRaR0V0WldRNVpDMDBPR05rTFRnMllXWXRPRFl4TUdNNE5qVmlaVFJpSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2337,7 +1779,7 @@ "no-cache" ], "x-ms-request-id": [ - "de9e1560-fd80-4242-8987-6f3be40c5242" + "1f98a351-8f32-495e-867d-6bd4b9d9730d" ], "X-Content-Type-Options": [ "nosniff" @@ -2355,41 +1797,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11993" ], "x-ms-correlation-request-id": [ - "e4c3a6b5-6af0-4022-9181-3a3b66b1c273" + "828b3d51-a04e-4f4d-bf46-c6e958d607d2" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170151Z:e4c3a6b5-6af0-4022-9181-3a3b66b1c273" + "WESTUS:20200623T090533Z:828b3d51-a04e-4f4d-bf46-c6e958d607d2" ], "Date": [ - "Wed, 03 Jul 2019 17:01:50 GMT" + "Tue, 23 Jun 2020 09:05:33 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflow/5903f510-0c45-4d9a-ba30-4c747d09128a/operationresults/13741f84-bfbd-42e1-bc26-dace8487f869\",\r\n \"name\": \"13741f84-bfbd-42e1-bc26-dace8487f869\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T17:01:40.8876932Z\",\r\n \"endTime\": \"2019-07-03T17:01:44.8566866Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjFmYTNhNjBjLTA2MTktNGQ4My1iNWIyLTg0MzIwNWMwNDUxOCIsIndvcmtmbG93SWQiOiIwMjlkNTgwZS00ZjRmLTQ3N2ItOTM1OS1jNGVlMjMwOWFhODQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNGEwNmU4ZGEtZWQ5ZC00OGNkLTg2YWYtODYxMGM4NjViZTRiIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjFmYTNhNjBjLTA2MTktNGQ4My1iNWIyLTg0MzIwNWMwNDUxOCIsIndvcmtmbG93SWQiOiIwMjlkNTgwZS00ZjRmLTQ3N2ItOTM1OS1jNGVlMjMwOWFhODQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNGEwNmU4ZGEtZWQ5ZC00OGNkLTg2YWYtODYxMGM4NjViZTRiIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T09:05:23.9846395Z\",\r\n \"endTime\": \"2020-06-23T09:05:29.7399189Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/microsoft.storagesync/storageSyncServices/sssps5809/workflows/5903f510-0c45-4d9a-ba30-4c747d09128a/operationresults/13741f84-bfbd-42e1-bc26-dace8487f869?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODA5L3dvcmtmbG93cy81OTAzZjUxMC0wYzQ1LTRkOWEtYmEzMC00Yzc0N2QwOTEyOGEvb3BlcmF0aW9ucmVzdWx0cy8xMzc0MWY4NC1iZmJkLTQyZTEtYmMyNi1kYWNlODQ4N2Y4Njk/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjFmYTNhNjBjLTA2MTktNGQ4My1iNWIyLTg0MzIwNWMwNDUxOCIsIndvcmtmbG93SWQiOiIwMjlkNTgwZS00ZjRmLTQ3N2ItOTM1OS1jNGVlMjMwOWFhODQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNGEwNmU4ZGEtZWQ5ZC00OGNkLTg2YWYtODYxMGM4NjViZTRiIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRm1ZVE5oTmpCakxUQTJNVGt0TkdRNE15MWlOV0l5TFRnME16SXdOV013TkRVeE9DSXNJbmR2Y210bWJHOTNTV1FpT2lJd01qbGtOVGd3WlMwMFpqUm1MVFEzTjJJdE9UTTFPUzFqTkdWbE1qTXdPV0ZoT0RRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTkdFd05tVTRaR0V0WldRNVpDMDBPR05rTFRnMllXWXRPRFl4TUdNNE5qVmlaVFJpSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2400,7 +1842,7 @@ "no-cache" ], "x-ms-request-id": [ - "2bd8f042-d055-4d85-9bc2-738df8954bbe" + "1e407c7f-eb96-4ec8-aa89-2d2e83a7e82b" ], "X-Content-Type-Options": [ "nosniff" @@ -2418,148 +1860,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" - ], - "x-ms-correlation-request-id": [ - "2ff67f09-2141-41a0-85ae-9cf302a1285c" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170151Z:2ff67f09-2141-41a0-85ae-9cf302a1285c" - ], - "Date": [ - "Wed, 03 Jul 2019 17:01:50 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/Microsoft.StorageSync/storageSyncServices/sssps5809/syncGroups/sgps9686?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODA5L3N5bmNHcm91cHMvc2dwczk2ODY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "2bd91053-929b-4aa6-ab98-9955032650af" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "858a37f8-11cd-4f53-bc33-c12d3ac18072" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-deletes": [ - "14998" - ], - "x-ms-correlation-request-id": [ - "751e412a-e8fa-4250-a6ea-2abd7b8ae4de" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170151Z:751e412a-e8fa-4250-a6ea-2abd7b8ae4de" - ], - "Date": [ - "Wed, 03 Jul 2019 17:01:51 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/Microsoft.StorageSync/storageSyncServices/sssps5809?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODA5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "a6ba946b-a297-457e-b3db-cf11c1ef0265" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "6d9f8640-b7f8-471a-ac8c-2db75cc23ad0" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-deletes": [ - "14997" + "11992" ], "x-ms-correlation-request-id": [ - "8df550e6-1b4f-44ac-bc29-7e6f3ee5a29c" + "0c36250f-1ec9-4f8a-ae9c-9e6dcde6fadb" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170152Z:8df550e6-1b4f-44ac-bc29-7e6f3ee5a29c" + "WESTUS:20200623T090533Z:0c36250f-1ec9-4f8a-ae9c-9e6dcde6fadb" ], "Date": [ - "Wed, 03 Jul 2019 17:01:51 GMT" + "Tue, 23 Jun 2020 09:05:33 GMT" ], "Expires": [ "-1" @@ -2572,22 +1882,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/Microsoft.Storage/storageAccounts/saps4343?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM0MzQzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7578/providers/Microsoft.Storage/storageAccounts/saps7985?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzU3OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM3OTg1P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "12c838e3-dfbf-4758-9695-949e24a20360" + "5b44cb61-e03f-4e49-8680-2ebcb03e114b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -2598,7 +1908,7 @@ "no-cache" ], "x-ms-request-id": [ - "62faf674-8e6c-44fe-a690-4e7a4bd72f41" + "67e551bc-dd9c-4a54-b8c8-82c24799b2e5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2607,19 +1917,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14996" ], "x-ms-correlation-request-id": [ - "7f0d6ae3-bfcd-4720-bf3d-ac5e52d0b944" + "3f385ae0-5fdf-40e9-9c87-dc2167125b96" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170154Z:7f0d6ae3-bfcd-4720-bf3d-ac5e52d0b944" + "WESTUS:20200623T090534Z:3f385ae0-5fdf-40e9-9c87-dc2167125b96" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:01:54 GMT" + "Tue, 23 Jun 2020 09:05:34 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -2635,22 +1945,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps6807/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjgwNy9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7578/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzU3OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "58fd3add-96e9-4ad8-989b-a98d4da2a021" + "a641d982-e047-4bb5-9d69-fe108401fcf2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2661,16 +1971,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11991" ], "x-ms-request-id": [ - "c2e829d7-a0a5-4955-990f-88506f962012" + "89f645f0-3696-44fe-a649-2d2295a8ef85" ], "x-ms-correlation-request-id": [ - "c2e829d7-a0a5-4955-990f-88506f962012" + "89f645f0-3696-44fe-a649-2d2295a8ef85" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170155Z:c2e829d7-a0a5-4955-990f-88506f962012" + "WESTUS:20200623T090535Z:89f645f0-3696-44fe-a649-2d2295a8ef85" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2679,7 +1989,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:01:54 GMT" + "Tue, 23 Jun 2020 09:05:34 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2695,22 +2005,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps6807?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNjgwNz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps7578?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNzU3OD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "39115541-35cd-4429-be4a-0aeb94c70d03" + "4d4264c8-1707-4b60-875b-6fe58fb632d8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -2721,22 +2031,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY4MDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1NzgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14995" ], "x-ms-request-id": [ - "a549497f-9754-4b90-98e9-c6018d228ef2" + "90833c9d-9d5e-4d36-a0c6-f61ce9fa91dd" ], "x-ms-correlation-request-id": [ - "a549497f-9754-4b90-98e9-c6018d228ef2" + "90833c9d-9d5e-4d36-a0c6-f61ce9fa91dd" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170155Z:a549497f-9754-4b90-98e9-c6018d228ef2" + "WESTUS:20200623T090535Z:90833c9d-9d5e-4d36-a0c6-f61ce9fa91dd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2745,7 +2055,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:01:55 GMT" + "Tue, 23 Jun 2020 09:05:34 GMT" ], "Expires": [ "-1" @@ -2758,16 +2068,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY4MDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNE1EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1NzgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU56Z3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -2778,22 +2088,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY4MDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1NzgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11990" ], "x-ms-request-id": [ - "21aac006-7514-43d1-ad67-3572ce8feb0e" + "db2b9cac-2590-4d1a-bbe2-888acde7a03e" ], "x-ms-correlation-request-id": [ - "21aac006-7514-43d1-ad67-3572ce8feb0e" + "db2b9cac-2590-4d1a-bbe2-888acde7a03e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170210Z:21aac006-7514-43d1-ad67-3572ce8feb0e" + "WESTUS:20200623T090550Z:db2b9cac-2590-4d1a-bbe2-888acde7a03e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2802,7 +2112,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:02:10 GMT" + "Tue, 23 Jun 2020 09:05:49 GMT" ], "Expires": [ "-1" @@ -2815,16 +2125,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY4MDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNE1EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1NzgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU56Z3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -2835,22 +2145,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY4MDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1NzgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11989" ], "x-ms-request-id": [ - "ac371e2a-63dc-491b-a0c0-a12953067c05" + "9663bd9f-ac6e-45d2-aa71-0e0d6f06babf" ], "x-ms-correlation-request-id": [ - "ac371e2a-63dc-491b-a0c0-a12953067c05" + "9663bd9f-ac6e-45d2-aa71-0e0d6f06babf" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170226Z:ac371e2a-63dc-491b-a0c0-a12953067c05" + "WESTUS:20200623T090605Z:9663bd9f-ac6e-45d2-aa71-0e0d6f06babf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2859,7 +2169,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:02:25 GMT" + "Tue, 23 Jun 2020 09:06:04 GMT" ], "Expires": [ "-1" @@ -2872,16 +2182,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY4MDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNE1EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1NzgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU56Z3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -2892,16 +2202,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11988" ], "x-ms-request-id": [ - "437df262-c535-4d8b-b968-40c785df2edb" + "37834554-e440-4e8b-8832-5964eab4436f" ], "x-ms-correlation-request-id": [ - "437df262-c535-4d8b-b968-40c785df2edb" + "37834554-e440-4e8b-8832-5964eab4436f" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170241Z:437df262-c535-4d8b-b968-40c785df2edb" + "WESTUS:20200623T090620Z:37834554-e440-4e8b-8832-5964eab4436f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2910,7 +2220,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:02:41 GMT" + "Tue, 23 Jun 2020 09:06:19 GMT" ], "Expires": [ "-1" @@ -2923,16 +2233,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY4MDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNE1EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1NzgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU56Z3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -2943,16 +2253,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11987" ], "x-ms-request-id": [ - "b7047e15-baa5-46ab-932d-a6cea2d22dc3" + "3a65cce9-4941-4563-bdc4-87c87fd06b67" ], "x-ms-correlation-request-id": [ - "b7047e15-baa5-46ab-932d-a6cea2d22dc3" + "3a65cce9-4941-4563-bdc4-87c87fd06b67" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170241Z:b7047e15-baa5-46ab-932d-a6cea2d22dc3" + "WESTUS:20200623T090620Z:3a65cce9-4941-4563-bdc4-87c87fd06b67" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2961,7 +2271,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:02:41 GMT" + "Tue, 23 Jun 2020 09:06:19 GMT" ], "Expires": [ "-1" @@ -2976,19 +2286,19 @@ ], "Names": { "Test-GetCloudEndpointParentResourceId": [ - "ps6807", - "ps5809", - "ps9686", - "ps535", - "ps4343" + "ps7578", + "ps4426", + "ps1889", + "ps2659", + "ps7985" ], "TestGetCloudEndpointParentResourceId": [ - "db549d25-f1e4-4ac1-928c-062a1d84927a" + "6f7ca657-39db-4992-bf58-1e4c0a7ae320" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestGetCloudEndpoints.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestGetCloudEndpoints.json index eda1154f6f4b..2315d3252afc 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestGetCloudEndpoints.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestGetCloudEndpoints.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "92f70845-0094-4c21-859a-1f8300deada8" + "77684030-3143-45e1-ac36-09612f3301c9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-request-id": [ - "c8d49a78-7912-48e1-aa39-db016d423c85" + "0d147aa2-7e36-43ef-adcb-3aeed61cea42" ], "x-ms-correlation-request-id": [ - "c8d49a78-7912-48e1-aa39-db016d423c85" + "0d147aa2-7e36-43ef-adcb-3aeed61cea42" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172138Z:c8d49a78-7912-48e1-aa39-db016d423c85" + "WESTUS:20200623T085832Z:0d147aa2-7e36-43ef-adcb-3aeed61cea42" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:21:38 GMT" + "Tue, 23 Jun 2020 08:58:31 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\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\": \"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\": \"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\": \"notifyResourceJobs\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\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 ]\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-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-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-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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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-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-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 },\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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9a86f516-b4ed-45a6-9ddc-aecb87afcac3" + "c8cc3e32-ee02-4e2f-b713-13202dced47f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -87,16 +87,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11998" ], "x-ms-request-id": [ - "2bff9ced-bfe5-4836-92e1-ca5b30579395" + "324a46b1-d4ab-486f-9515-2dfea998da80" ], "x-ms-correlation-request-id": [ - "2bff9ced-bfe5-4836-92e1-ca5b30579395" + "324a46b1-d4ab-486f-9515-2dfea998da80" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172139Z:2bff9ced-bfe5-4836-92e1-ca5b30579395" + "WESTUS:20200623T085832Z:324a46b1-d4ab-486f-9515-2dfea998da80" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:21:39 GMT" + "Tue, 23 Jun 2020 08:58:32 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,10 +114,10 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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-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-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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 \"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 \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { @@ -127,16 +127,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a84e86be-902f-4600-8ff5-cc5be07fdb77" + "76bf025e-fcb3-4a5b-8318-8365b08a059e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Internal.Subscriptions.SubscriptionClient/1.3.0" + "Microsoft.Azure.Internal.Subscriptions.SubscriptionClient/1.3.16" ] }, "ResponseHeaders": { @@ -150,13 +150,13 @@ "11999" ], "x-ms-request-id": [ - "6022719d-9ce6-4974-b79e-6d8cf8bf967d" + "b4c13b52-32ce-4b0b-a70a-6525cf7b1b68" ], "x-ms-correlation-request-id": [ - "6022719d-9ce6-4974-b79e-6d8cf8bf967d" + "b4c13b52-32ce-4b0b-a70a-6525cf7b1b68" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172139Z:6022719d-9ce6-4974-b79e-6d8cf8bf967d" + "WESTUS:20200623T085832Z:b4c13b52-32ce-4b0b-a70a-6525cf7b1b68" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -165,7 +165,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:21:39 GMT" + "Tue, 23 Jun 2020 08:58:32 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -177,26 +177,26 @@ "116" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/tenants/0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"tenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/tenants/6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"tenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps4331?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNDMzMT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps1498?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzMTQ5OD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2373c3f2-0c59-4a09-a6fe-3a8e53e6cef9" + "85d323cc-3683-44b9-b489-97cc19d842a7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -216,13 +216,13 @@ "1199" ], "x-ms-request-id": [ - "e394cada-54db-4c65-8369-e54e50c77bfa" + "c84693d3-6168-4d09-8a7a-d7782dd02be4" ], "x-ms-correlation-request-id": [ - "e394cada-54db-4c65-8369-e54e50c77bfa" + "c84693d3-6168-4d09-8a7a-d7782dd02be4" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172140Z:e394cada-54db-4c65-8369-e54e50c77bfa" + "WESTUS:20200623T085832Z:c84693d3-6168-4d09-8a7a-d7782dd02be4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -231,7 +231,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:21:40 GMT" + "Tue, 23 Jun 2020 08:58:32 GMT" ], "Content-Length": [ "165" @@ -243,26 +243,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331\",\r\n \"name\": \"ps4331\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1498\",\r\n \"name\": \"ps1498\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps8467\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps5814\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "95ed69fa-9424-4eb0-8305-7935e0e53e89" + "60d5df08-f3db-4310-8f9d-1d3c9e6dbf82" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -279,7 +279,7 @@ "no-cache" ], "x-ms-request-id": [ - "4d7262c0-f1c0-4a40-940d-2fe1a90983ef" + "a7d53965-8a7c-497c-9b50-8bacbfd3a2fb" ], "X-Content-Type-Options": [ "nosniff" @@ -300,50 +300,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "6ed2814e-48f9-41e4-89d6-ce2858b6cdd3" + "515079d1-55fe-40cd-8b82-92590c567e86" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172142Z:6ed2814e-48f9-41e4-89d6-ce2858b6cdd3" + "WESTUS:20200623T085833Z:515079d1-55fe-40cd-8b82-92590c567e86" ], "Date": [ - "Wed, 03 Jul 2019 17:21:41 GMT" + "Tue, 23 Jun 2020 08:58:33 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/Microsoft.StorageSync/storageSyncServices/sssps8467?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDY3P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1498/providers/Microsoft.StorageSync/storageSyncServices/sssps5814?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMTQ5OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODE0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "71e8e983-50f3-4635-abe8-52c3a76fd6d8" + "315c5b66-bb64-4170-b22d-e63f296a83ac" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -353,8 +353,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjRiNjRjOGJmLWEwZWMtNDZjNS1hYWYwLTAyMDQzNzA2YjM0MCIsIndvcmtmbG93SWQiOiJmMWE4YjU5My01ZDc2LTRlNmMtODZiNi05OWQyMTQxZDJmOTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmNmM2UwNDUtMjViMy00YWI3LTk0ODktNjk2MjFiZjVjMzZiIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjRiNjRjOGJmLWEwZWMtNDZjNS1hYWYwLTAyMDQzNzA2YjM0MCIsIndvcmtmbG93SWQiOiJmMWE4YjU5My01ZDc2LTRlNmMtODZiNi05OWQyMTQxZDJmOTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmNmM2UwNDUtMjViMy00YWI3LTk0ODktNjk2MjFiZjVjMzZiIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "d047f249-b345-4045-820e-22605337daef" + "8379dfcb-6410-4c28-af02-0cb7fb4659c5" ], "X-Content-Type-Options": [ "nosniff" @@ -375,44 +384,167 @@ "1199" ], "x-ms-correlation-request-id": [ - "24a96a23-c1b2-4fad-85a8-bcc20a2e7497" + "3dea337e-7bea-41f8-be6f-b9786d55b56d" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T085834Z:3dea337e-7bea-41f8-be6f-b9786d55b56d" + ], + "Date": [ + "Tue, 23 Jun 2020 08:58:33 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjRiNjRjOGJmLWEwZWMtNDZjNS1hYWYwLTAyMDQzNzA2YjM0MCIsIndvcmtmbG93SWQiOiJmMWE4YjU5My01ZDc2LTRlNmMtODZiNi05OWQyMTQxZDJmOTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmNmM2UwNDUtMjViMy00YWI3LTk0ODktNjk2MjFiZjVjMzZiIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqUmlOalJqT0dKbUxXRXdaV010TkRaak5TMWhZV1l3TFRBeU1EUXpOekEyWWpNME1DSXNJbmR2Y210bWJHOTNTV1FpT2lKbU1XRTRZalU1TXkwMVpEYzJMVFJsTm1NdE9EWmlOaTA1T1dReU1UUXhaREptT1RNaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTW1ObU0yVXdORFV0TWpWaU15MDBZV0kzTFRrME9Ea3ROamsyTWpGaVpqVmpNelppSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "2cb4d80e-fcb4-4b3e-9721-d162ebb0a785" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "9d9d31f0-9f1d-4982-adcd-f688f4106583" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172142Z:24a96a23-c1b2-4fad-85a8-bcc20a2e7497" + "WESTUS:20200623T085844Z:9d9d31f0-9f1d-4982-adcd-f688f4106583" ], "Date": [ - "Wed, 03 Jul 2019 17:21:41 GMT" + "Tue, 23 Jun 2020 08:58:43 GMT" ], "Content-Length": [ - "329" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/microsoft.storagesync/storageSyncServices/sssps8467\",\r\n \"name\": \"sssps8467\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjRiNjRjOGJmLWEwZWMtNDZjNS1hYWYwLTAyMDQzNzA2YjM0MCIsIndvcmtmbG93SWQiOiJmMWE4YjU5My01ZDc2LTRlNmMtODZiNi05OWQyMTQxZDJmOTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmNmM2UwNDUtMjViMy00YWI3LTk0ODktNjk2MjFiZjVjMzZiIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjRiNjRjOGJmLWEwZWMtNDZjNS1hYWYwLTAyMDQzNzA2YjM0MCIsIndvcmtmbG93SWQiOiJmMWE4YjU5My01ZDc2LTRlNmMtODZiNi05OWQyMTQxZDJmOTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmNmM2UwNDUtMjViMy00YWI3LTk0ODktNjk2MjFiZjVjMzZiIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T08:58:34.779155Z\",\r\n \"endTime\": \"2020-06-23T08:58:41.5293301Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/Microsoft.StorageSync/storageSyncServices/sssps8467/syncGroups/sgps6538?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDY3L3N5bmNHcm91cHMvc2dwczY1Mzg/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1498/providers/Microsoft.StorageSync/storageSyncServices/sssps5814?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMTQ5OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODE0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "eb1a3931-a0eb-43fa-a0fc-c08c45b9dfce" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "ba0e3799-396e-4978-9b9a-58e19e483544" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T085845Z:ba0e3799-396e-4978-9b9a-58e19e483544" + ], + "Date": [ + "Tue, 23 Jun 2020 08:58:44 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps5814/workflows/f1a8b593-5d76-4e6c-86b6-99d2141d2f93\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1498/providers/microsoft.storagesync/storageSyncServices/sssps5814\",\r\n \"name\": \"sssps5814\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1498/providers/Microsoft.StorageSync/storageSyncServices/sssps5814/syncGroups/sgps4938?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMTQ5OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODE0L3N5bmNHcm91cHMvc2dwczQ5Mzg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {}\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e8e7da79-8187-447a-9888-ec581226383a" + "036955b6-e9f1-425d-8086-59072b45d56b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -429,7 +561,7 @@ "no-cache" ], "x-ms-request-id": [ - "de3ca446-51d9-4c94-9305-ba8a06abf8b0" + "e92b729e-6ea6-412f-864d-b85490df4afe" ], "X-Content-Type-Options": [ "nosniff" @@ -450,50 +582,50 @@ "1198" ], "x-ms-correlation-request-id": [ - "2a5408b7-eb83-489c-a361-9e930c088e06" + "41b80ac7-422b-419a-8cea-5588177f3021" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172143Z:2a5408b7-eb83-489c-a361-9e930c088e06" + "WESTUS:20200623T085845Z:41b80ac7-422b-419a-8cea-5588177f3021" ], "Date": [ - "Wed, 03 Jul 2019 17:21:42 GMT" + "Tue, 23 Jun 2020 08:58:44 GMT" ], "Content-Length": [ - "331" + "371" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"00ed2284-511d-42db-bf01-bb24cf0ab088\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/microsoft.storagesync/storageSyncServices/sssps8467/syncGroups/sgps6538\",\r\n \"name\": \"sgps6538\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"ca5c866d-f242-41e4-a77a-78798e79b122\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1498/providers/microsoft.storagesync/storageSyncServices/sssps5814/syncGroups/sgps4938\",\r\n \"name\": \"sgps4938\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/Microsoft.Storage/storageAccounts/saps943?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM5NDM/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1498/providers/Microsoft.Storage/storageAccounts/saps8837?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMTQ5OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM4ODM3P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"Central US EUAP\"\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"Central US EUAP\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "809548c0-c17b-4733-bf74-7cbbd81dd3c2" + "eba57aa0-76dc-4540-9d34-4c46533bbccb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "105" + "107" ] }, "ResponseHeaders": { @@ -504,13 +636,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/1befad17-6a50-487a-b669-4f2acbfd65d3?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/85852571-7b5b-49bb-a7ff-bdd9805f7cfb?monitor=true&api-version=2017-10-01" ], "Retry-After": [ "17" ], "x-ms-request-id": [ - "1befad17-6a50-487a-b669-4f2acbfd65d3" + "85852571-7b5b-49bb-a7ff-bdd9805f7cfb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -522,16 +654,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "60c01fed-83b9-4326-b377-1e4fa30053eb" + "cd7c0ccf-e15f-43dc-95ff-c7b8250e3c3e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172144Z:60c01fed-83b9-4326-b377-1e4fa30053eb" + "WESTUS:20200623T085846Z:cd7c0ccf-e15f-43dc-95ff-c7b8250e3c3e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:21:44 GMT" + "Tue, 23 Jun 2020 08:58:46 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -547,16 +679,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/1befad17-6a50-487a-b669-4f2acbfd65d3?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9hc3luY29wZXJhdGlvbnMvMWJlZmFkMTctNmE1MC00ODdhLWI2NjktNGYyYWNiZmQ2NWQzP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/85852571-7b5b-49bb-a7ff-bdd9805f7cfb?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9hc3luY29wZXJhdGlvbnMvODU4NTI1NzEtN2I1Yi00OWJiLWE3ZmYtYmRkOTgwNWY3Y2ZiP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE3LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -567,7 +699,7 @@ "no-cache" ], "x-ms-request-id": [ - "a5ae626d-112a-4318-a866-b4b66330d002" + "83582335-b149-49fb-803d-4b5bf940bd28" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -576,22 +708,22 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-correlation-request-id": [ - "dd09f3d0-69e0-409f-b2f8-b06aa17a9e2b" + "8de68fec-1577-4b2c-90ba-bc01d44fa68e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172201Z:dd09f3d0-69e0-409f-b2f8-b06aa17a9e2b" + "WESTUS:20200623T085903Z:8de68fec-1577-4b2c-90ba-bc01d44fa68e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:22:01 GMT" + "Tue, 23 Jun 2020 08:59:03 GMT" ], "Content-Length": [ - "1012" + "1039" ], "Content-Type": [ "application/json" @@ -600,26 +732,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/Microsoft.Storage/storageAccounts/saps943\",\r\n \"name\": \"saps943\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T17:21:44.3286025Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T17:21:44.3286025Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-07-03T17:21:44.266133Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps943.blob.core.windows.net/\",\r\n \"queue\": \"https://saps943.queue.core.windows.net/\",\r\n \"table\": \"https://saps943.table.core.windows.net/\",\r\n \"file\": \"https://saps943.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1498/providers/Microsoft.Storage/storageAccounts/saps8837\",\r\n \"name\": \"saps8837\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T08:58:45.9647655Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T08:58:45.9647655Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-06-23T08:58:45.9022779Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps8837.blob.core.windows.net/\",\r\n \"queue\": \"https://saps8837.queue.core.windows.net/\",\r\n \"table\": \"https://saps8837.table.core.windows.net/\",\r\n \"file\": \"https://saps8837.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/Microsoft.Storage/storageAccounts/saps943?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM5NDM/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1498/providers/Microsoft.Storage/storageAccounts/saps8837?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMTQ5OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM4ODM3P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1fb6fc20-d06d-4d34-8712-a8be014d1609" + "26c9c3bb-5969-48bb-ba42-0cbc6b7024b8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -630,7 +762,7 @@ "no-cache" ], "x-ms-request-id": [ - "44527ee9-a157-4598-a388-b5f63e057a48" + "a77ac51c-d3a3-41af-90c2-29006b7c453b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -639,22 +771,22 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-correlation-request-id": [ - "9aa5127d-23a7-408d-b97b-fa6f1e2e1651" + "e176cb58-478f-4623-b3f3-b90f5910095e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172202Z:9aa5127d-23a7-408d-b97b-fa6f1e2e1651" + "WESTUS:20200623T085903Z:e176cb58-478f-4623-b3f3-b90f5910095e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:22:01 GMT" + "Tue, 23 Jun 2020 08:59:03 GMT" ], "Content-Length": [ - "1012" + "1039" ], "Content-Type": [ "application/json" @@ -663,26 +795,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/Microsoft.Storage/storageAccounts/saps943\",\r\n \"name\": \"saps943\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T17:21:44.3286025Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T17:21:44.3286025Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-07-03T17:21:44.266133Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps943.blob.core.windows.net/\",\r\n \"queue\": \"https://saps943.queue.core.windows.net/\",\r\n \"table\": \"https://saps943.table.core.windows.net/\",\r\n \"file\": \"https://saps943.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1498/providers/Microsoft.Storage/storageAccounts/saps8837\",\r\n \"name\": \"saps8837\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T08:58:45.9647655Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T08:58:45.9647655Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-06-23T08:58:45.9022779Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps8837.blob.core.windows.net/\",\r\n \"queue\": \"https://saps8837.queue.core.windows.net/\",\r\n \"table\": \"https://saps8837.table.core.windows.net/\",\r\n \"file\": \"https://saps8837.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/Microsoft.Storage/storageAccounts/saps943/listKeys?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM5NDMvbGlzdEtleXM/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1498/providers/Microsoft.Storage/storageAccounts/saps8837/listKeys?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMTQ5OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM4ODM3L2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "24aeb738-d67a-4b4e-ad9e-a12a7265a0dd" + "be7a09b8-1c12-4215-8382-5023bb2587e1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -693,7 +825,7 @@ "no-cache" ], "x-ms-request-id": [ - "ff159566-f403-43af-bc89-5e81c0c40694" + "7af8c480-1a7d-4a0d-89ea-1393fe094572" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -701,20 +833,20 @@ "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "11999" ], "x-ms-correlation-request-id": [ - "ac7be1a0-e1d6-4153-a8e2-be23336c2e4b" + "7b5c99ab-d3b5-4708-8d93-3e924adaeba3" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172202Z:ac7be1a0-e1d6-4153-a8e2-be23336c2e4b" + "WESTUS:20200623T085903Z:7b5c99ab-d3b5-4708-8d93-3e924adaeba3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:22:01 GMT" + "Tue, 23 Jun 2020 08:59:03 GMT" ], "Content-Length": [ "288" @@ -726,26 +858,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"value\": \"isRZp7PmZkVM53nEv1/XIQ4zbEm/PsCtF9D9TQHkP6debrFko2vN92eqqkonfSU2p4YEZXVoz+X88se86IxloQ==\",\r\n \"permissions\": \"FULL\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"value\": \"gJlpBqb50TNk0RNYbZvEB8wYdXvRgSJmbgTaW+krM8EJsaPCQP4UeDLbgNtj/AP0L6ujqJ6ARxGTVopmG+ZtMg==\",\r\n \"permissions\": \"FULL\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"value\": \"Vf8mQl5V90xxYTwUcynas+OlgMNGWuhz9ohs1L9KWomlmEgeWgx0t8kjgVpgO4mZhg3XR7jCRlAR2BA077pmug==\",\r\n \"permissions\": \"FULL\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"value\": \"OlARrJiUaIYOwhKkTiJ9T2btpzpTN5A1CdkXtFcTv+wjVUXPqBfQvn8dVzHvRoGte+0LjE8rwVRbN8BEJIJIKA==\",\r\n \"permissions\": \"FULL\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/0483643a-cb2f-462a-bc27-1a270e5bdc0a/servicePrincipalsByAppId/9469b9f5-6722-4481-a2b2-14ed560b706f/objectId?api-version=1.6", - "EncodedRequestUri": "LzA0ODM2NDNhLWNiMmYtNDYyYS1iYzI3LTFhMjcwZTViZGMwYS9zZXJ2aWNlUHJpbmNpcGFsc0J5QXBwSWQvOTQ2OWI5ZjUtNjcyMi00NDgxLWEyYjItMTRlZDU2MGI3MDZmL29iamVjdElkP2FwaS12ZXJzaW9uPTEuNg==", + "RequestUri": "/6ad91d65-65ab-4e14-90f7-fe951035b7c9/servicePrincipalsByAppId/9469b9f5-6722-4481-a2b2-14ed560b706f/objectId?api-version=1.6", + "EncodedRequestUri": "LzZhZDkxZDY1LTY1YWItNGUxNC05MGY3LWZlOTUxMDM1YjdjOS9zZXJ2aWNlUHJpbmNpcGFsc0J5QXBwSWQvOTQ2OWI5ZjUtNjcyMi00NDgxLWEyYjItMTRlZDU2MGI3MDZmL29iamVjdElkP2FwaS12ZXJzaW9uPTEuNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bb46bcb5-9d6f-4a9b-a46c-d3d88168e4b9" + "3640958d-da1f-446c-8615-669236735e56" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.0" + "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -756,19 +888,22 @@ "no-cache" ], "ocp-aad-diagnostics-server-name": [ - "Fo1QicrIhHj2KR1ZzWvNa2KLRHgOjpt7/hmcNDActAs=" + "gVYeWZfSX9mkzriipUjAD9i6IZAJ5eI2PiGNN2hB0oU=" ], "request-id": [ - "cdf037dd-a839-44f5-9eb9-0792014368bb" + "0c925c88-6378-42be-9c78-bb06e41c662b" ], "client-request-id": [ - "bb46bcb5-9d6f-4a9b-a46c-d3d88168e4b9" + "3640958d-da1f-446c-8615-669236735e56" ], "x-ms-dirapi-data-contract-version": [ "1.6" ], "ocp-aad-session-key": [ - "Yvm7B4vFb_hHVjexkNHmiqeNl8S5npSJmgi07xuFnKBro3Ig5OkmzzCkORIqfPwl-C99jtj3RDYI2Ef2HmEKoE7TZtoweoJfrHKyieMAGzkQ3ZxmMT3Ne4kxgt_Pw8Ii.938p7ifHze6amyFwwWgJRVbmJHaoliGO2uPQJQFou-Y" + "hpO_lXqBtMelv60VtRlUNatY0T0T-vQiy17xTTlY6B83jXYHM3p6uviSb03YIj_8iEMPaS1SysvlHPYz7FEw-K604latTup2KNaM7X_K2EDDxct6IsSE3tjlGkNdhBsV.gW8w4bK5P3AYgfld-reOEa9Cve2-zsK22ng7nwCvDww" + ], + "x-aad-resource-unit": [ + "1" ], "DataServiceVersion": [ "3.0;" @@ -786,10 +921,10 @@ "ASP.NET" ], "Duration": [ - "622784" + "332273" ], "Date": [ - "Wed, 03 Jul 2019 17:22:12 GMT" + "Tue, 23 Jun 2020 08:59:03 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" @@ -801,26 +936,26 @@ "151" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/0483643a-cb2f-462a-bc27-1a270e5bdc0a/$metadata#Edm.String\",\r\n \"value\": \"384dab06-7a70-4ecf-a04e-284602199124\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/6ad91d65-65ab-4e14-90f7-fe951035b7c9/$metadata#Edm.String\",\r\n \"value\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/0483643a-cb2f-462a-bc27-1a270e5bdc0a/servicePrincipals/384dab06-7a70-4ecf-a04e-284602199124?api-version=1.6", - "EncodedRequestUri": "LzA0ODM2NDNhLWNiMmYtNDYyYS1iYzI3LTFhMjcwZTViZGMwYS9zZXJ2aWNlUHJpbmNpcGFscy8zODRkYWIwNi03YTcwLTRlY2YtYTA0ZS0yODQ2MDIxOTkxMjQ/YXBpLXZlcnNpb249MS42", + "RequestUri": "/6ad91d65-65ab-4e14-90f7-fe951035b7c9/servicePrincipals/d8eca219-3055-4504-9a60-18c2d0b4c18c?api-version=1.6", + "EncodedRequestUri": "LzZhZDkxZDY1LTY1YWItNGUxNC05MGY3LWZlOTUxMDM1YjdjOS9zZXJ2aWNlUHJpbmNpcGFscy9kOGVjYTIxOS0zMDU1LTQ1MDQtOWE2MC0xOGMyZDBiNGMxOGM/YXBpLXZlcnNpb249MS42", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ac520b5d-431a-414d-a1e9-c4fa5f722cd9" + "3d77f4d1-c8c4-4009-a222-9fb23e7b35b5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.0" + "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -831,19 +966,22 @@ "no-cache" ], "ocp-aad-diagnostics-server-name": [ - "XIO7CE0QfI29gkv/rclFvwZFGDvkYaGDXU34KDUMF3Q=" + "gVYeWZfSX9mkzriipUjAD9i6IZAJ5eI2PiGNN2hB0oU=" ], "request-id": [ - "21064e29-1c6f-408c-8644-c426f259edc9" + "fcdbf052-d8fa-4f19-b5d7-70076a0c62bd" ], "client-request-id": [ - "ac520b5d-431a-414d-a1e9-c4fa5f722cd9" + "3d77f4d1-c8c4-4009-a222-9fb23e7b35b5" ], "x-ms-dirapi-data-contract-version": [ "1.6" ], "ocp-aad-session-key": [ - "2sNXJ-EBdLN-Hf4wqEj2YFBuwmOdOZdRCgak4rwd_9XhO6kVQgbxGLyYtlTNvEYORyjYlULJSmfutpZzscUGT1Tti1fpgJ4VLMGvTjPUA_vewpiL2Ojy1s_qZOJ2sjbM.TIxXN2IZ985EUDtDVKn7fY-D8WdPuvnKsgqyqNcKfqM" + "pQtMSsxVhz-tqzFK5mY2XJfq5k2XXs4BdeQvcF96gYKa80eBLDCUYiH_4G43GI_RJMbLyrAOYunsI6X7d8fyLDmh0WZ4T3pprk1FQINmQq4KorNE9R05tCZpE_Z_brur.S8kPw5wLJGiylT0u98lk7_uuKtBSkhfJVadRf-RiOkk" + ], + "x-aad-resource-unit": [ + "1" ], "DataServiceVersion": [ "3.0;" @@ -861,10 +999,10 @@ "ASP.NET" ], "Duration": [ - "629994" + "303025" ], "Date": [ - "Wed, 03 Jul 2019 17:22:12 GMT" + "Tue, 23 Jun 2020 08:59:03 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" @@ -876,7 +1014,7 @@ "1299" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/0483643a-cb2f-462a-bc27-1a270e5bdc0a/$metadata#directoryObjects/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"384dab06-7a70-4ecf-a04e-284602199124\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.StorageSync\",\r\n \"appId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"applicationTemplateId\": null,\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.StorageSync\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"notificationEmailAddresses\": [],\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredSingleSignOnMode\": null,\r\n \"preferredTokenSigningKeyEndDateTime\": null,\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://0c38d04b-cf53-496f-aa30-9751eaf67399/redir\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"samlSingleSignOnSettings\": null,\r\n \"servicePrincipalNames\": [\r\n \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/6ad91d65-65ab-4e14-90f7-fe951035b7c9/$metadata#directoryObjects/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.StorageSync\",\r\n \"appId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"applicationTemplateId\": null,\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.StorageSync\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"notificationEmailAddresses\": [],\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredSingleSignOnMode\": null,\r\n \"preferredTokenSigningKeyEndDateTime\": null,\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://0c38d04b-cf53-496f-aa30-9751eaf67399/redir\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"samlSingleSignOnSettings\": null,\r\n \"servicePrincipalNames\": [\r\n \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n}", "StatusCode": 200 }, { @@ -886,16 +1024,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "433067ae-cb7b-476c-a065-9ca334bb9ea8" + "91542ee8-3c90-4fbe-ac87-9f808a7cc7f5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" + "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -905,11 +1043,8 @@ "Pragma": [ "no-cache" ], - "x-ms-request-charge": [ - "1" - ], "x-ms-request-id": [ - "520a47d0-c78b-4c4b-b753-0030c471fe91" + "a7bab4ce-cb0a-4ee6-971f-f93d8f2ad147" ], "X-Content-Type-Options": [ "nosniff" @@ -918,19 +1053,19 @@ "max-age=31536000; includeSubDomains" ], "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" + "x-ms-gateway-slice=Production; path=/; SameSite=None; secure; HttpOnly" ], "x-ms-ratelimit-remaining-tenant-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "b2c14229-1062-47b5-a659-048f6635b085" + "662170c0-209d-4ad1-9ff3-056050d17078" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172214Z:b2c14229-1062-47b5-a659-048f6635b085" + "WESTUS:20200623T085904Z:662170c0-209d-4ad1-9ff3-056050d17078" ], "Date": [ - "Wed, 03 Jul 2019 17:22:13 GMT" + "Tue, 23 Jun 2020 08:59:04 GMT" ], "Content-Length": [ "841" @@ -946,22 +1081,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps4331/providers/Microsoft.Storage///storageAccounts/saps943/providers/Microsoft.Authorization/roleAssignments?$filter=assignedTo('384dab06-7a70-4ecf-a04e-284602199124')&api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNDMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2UvLy9zdG9yYWdlQWNjb3VudHMvc2Fwczk0My9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dGhvcml6YXRpb24vcm9sZUFzc2lnbm1lbnRzPyRmaWx0ZXI9YXNzaWduZWRUbygnMzg0ZGFiMDYtN2E3MC00ZWNmLWEwNGUtMjg0NjAyMTk5MTI0JykmYXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps1498/providers/Microsoft.Storage///storageAccounts/saps8837/providers/Microsoft.Authorization/roleAssignments?$filter=assignedTo('d8eca219-3055-4504-9a60-18c2d0b4c18c')&api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzMTQ5OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2UvLy9zdG9yYWdlQWNjb3VudHMvc2Fwczg4MzcvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cz8kZmlsdGVyPWFzc2lnbmVkVG8oJ2Q4ZWNhMjE5LTMwNTUtNDUwNC05YTYwLTE4YzJkMGI0YzE4YycpJmFwaS12ZXJzaW9uPTIwMTUtMDctMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bf718af8-b16e-405b-a2a3-60ab0d0bce96" + "0bfcf42d-e48c-4bfc-b008-e76991b25c5f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" + "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -971,11 +1106,8 @@ "Pragma": [ "no-cache" ], - "x-ms-request-charge": [ - "1" - ], "x-ms-request-id": [ - "4d66a406-e2e8-470e-a747-3670c1a7a11b" + "24400f4f-7be4-4298-b830-9687163ac432" ], "X-Content-Type-Options": [ "nosniff" @@ -984,22 +1116,22 @@ "max-age=31536000; includeSubDomains" ], "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" + "x-ms-gateway-slice=Production; path=/; secure; HttpOnly; SameSite=None" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11996" ], "x-ms-correlation-request-id": [ - "4b3235e4-b108-4d64-8381-9f015d820189" + "810c0311-c91e-4240-8026-60347cae0ebd" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172214Z:4b3235e4-b108-4d64-8381-9f015d820189" + "WESTUS:20200623T085904Z:810c0311-c91e-4240-8026-60347cae0ebd" ], "Date": [ - "Wed, 03 Jul 2019 17:22:13 GMT" + "Tue, 23 Jun 2020 08:59:04 GMT" ], "Content-Length": [ - "12" + "732" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1008,104 +1140,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": []\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\",\r\n \"principalId\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\",\r\n \"scope\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b\",\r\n \"createdOn\": \"2020-05-23T18:29:54.9647107Z\",\r\n \"updatedOn\": \"2020-05-23T18:29:54.9647107Z\",\r\n \"createdBy\": \"a8656ec6-d7a4-4e38-bf78-58d74e3ed751\",\r\n \"updatedBy\": \"a8656ec6-d7a4-4e38-bf78-58d74e3ed751\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Authorization/roleAssignments/dc60f792-d409-4e1d-8fe5-192d121c26e9\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"dc60f792-d409-4e1d-8fe5-192d121c26e9\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/Microsoft.Storage/storageAccounts/saps943/providers/Microsoft.Authorization/roleAssignments/ca86efe8-0b2d-4ee3-8497-c3954c76f3df?api-version=2015-07-01", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzdiOTZjYjAyLTQ2NjMtNDBmNC05YTg5LTYwM2QzODQ5ZTQ2YS9yZXNvdXJjZUdyb3Vwcy9wczQzMzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zYXBzOTQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0aG9yaXphdGlvbi9yb2xlQXNzaWdubWVudHMvY2E4NmVmZTgtMGIyZC00ZWUzLTg0OTctYzM5NTRjNzZmM2RmP2FwaS12ZXJzaW9uPTIwMTUtMDctMDE=", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\",\r\n \"principalId\": \"384dab06-7a70-4ecf-a04e-284602199124\"\r\n }\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "0ffd6ff0-e9a6-4f21-a620-2a9f57399373" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "254" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-charge": [ - "2" - ], - "x-ms-request-id": [ - "049a998a-76de-47ea-a709-8fccad1733e6" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" - ], - "x-ms-correlation-request-id": [ - "3bf02882-f119-4a77-8b6c-52cb63d526cb" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T172217Z:3bf02882-f119-4a77-8b6c-52cb63d526cb" - ], - "Date": [ - "Wed, 03 Jul 2019 17:22:16 GMT" - ], - "Content-Length": [ - "834" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\",\r\n \"principalId\": \"384dab06-7a70-4ecf-a04e-284602199124\",\r\n \"scope\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/Microsoft.Storage/storageAccounts/saps943\",\r\n \"createdOn\": \"2019-07-03T17:22:14.8680036Z\",\r\n \"updatedOn\": \"2019-07-03T17:22:14.8680036Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"8d1a2f63-15c2-4fe8-a804-213ecbaf4403\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/Microsoft.Storage/storageAccounts/saps943/providers/Microsoft.Authorization/roleAssignments/ca86efe8-0b2d-4ee3-8497-c3954c76f3df\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"ca86efe8-0b2d-4ee3-8497-c3954c76f3df\"\r\n}", - "StatusCode": 201 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/Microsoft.StorageSync/storageSyncServices/sssps8467/syncGroups/sgps6538/cloudEndpoints/cepps9851?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDY3L3N5bmNHcm91cHMvc2dwczY1MzgvY2xvdWRFbmRwb2ludHMvY2VwcHM5ODUxP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1498/providers/Microsoft.StorageSync/storageSyncServices/sssps5814/syncGroups/sgps4938/cloudEndpoints/cepps1263?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMTQ5OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODE0L3N5bmNHcm91cHMvc2dwczQ5MzgvY2xvdWRFbmRwb2ludHMvY2VwcHMxMjYzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/Microsoft.Storage/storageAccounts/saps943\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1498/providers/Microsoft.Storage/storageAccounts/saps8837\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e7c991a9-bc3d-4c90-9001-ed3a7c889b2f" + "7531bfd2-504a-4d12-9def-335c7d3920cc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "297" + "298" ] }, "ResponseHeaders": { @@ -1116,16 +1176,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/microsoft.storagesync/storageSyncServices/sssps8467/workflows/dc94480b-92ee-4968-8857-e663bb6ef7d1/operationresults/e625e735-1fea-4da6-927f-bc55dd94ccbd?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjRiNjRjOGJmLWEwZWMtNDZjNS1hYWYwLTAyMDQzNzA2YjM0MCIsIndvcmtmbG93SWQiOiJjMzVmOTI4MS1lOWE1LTQ0MWItODE5Yi1iMjQzNDc5ZGVmNjUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmQzZTExMjItZDY0Yi00Y2E3LTk4OTctMzM4N2ExMDhiYWU1In0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/microsoft.storagesync/storageSyncServices/sssps8467/workflows/dc94480b-92ee-4968-8857-e663bb6ef7d1/operations/e625e735-1fea-4da6-927f-bc55dd94ccbd?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjRiNjRjOGJmLWEwZWMtNDZjNS1hYWYwLTAyMDQzNzA2YjM0MCIsIndvcmtmbG93SWQiOiJjMzVmOTI4MS1lOWE1LTQ0MWItODE5Yi1iMjQzNDc5ZGVmNjUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmQzZTExMjItZDY0Yi00Y2E3LTk4OTctMzM4N2ExMDhiYWU1In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "7e740c8a-f239-451e-83a4-cfe0cc9d8ecc" + "118b87a3-d4c2-4c5f-b671-222f7883eee4" ], "X-Content-Type-Options": [ "nosniff" @@ -1143,16 +1203,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-correlation-request-id": [ - "abb14f3b-a9d1-42f0-be3c-52aa4b21887d" + "da34b93a-e8ec-422b-9d42-e6a314d6329d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172258Z:abb14f3b-a9d1-42f0-be3c-52aa4b21887d" + "WESTUS:20200623T085905Z:da34b93a-e8ec-422b-9d42-e6a314d6329d" ], "Date": [ - "Wed, 03 Jul 2019 17:22:58 GMT" + "Tue, 23 Jun 2020 08:59:05 GMT" ], "Expires": [ "-1" @@ -1165,16 +1225,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/microsoft.storagesync/storageSyncServices/sssps8467/workflows/dc94480b-92ee-4968-8857-e663bb6ef7d1/operations/e625e735-1fea-4da6-927f-bc55dd94ccbd?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDMzMS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDY3L3dvcmtmbG93cy9kYzk0NDgwYi05MmVlLTQ5NjgtODg1Ny1lNjYzYmI2ZWY3ZDEvb3BlcmF0aW9ucy9lNjI1ZTczNS0xZmVhLTRkYTYtOTI3Zi1iYzU1ZGQ5NGNjYmQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjRiNjRjOGJmLWEwZWMtNDZjNS1hYWYwLTAyMDQzNzA2YjM0MCIsIndvcmtmbG93SWQiOiJjMzVmOTI4MS1lOWE1LTQ0MWItODE5Yi1iMjQzNDc5ZGVmNjUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmQzZTExMjItZDY0Yi00Y2E3LTk4OTctMzM4N2ExMDhiYWU1In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqUmlOalJqT0dKbUxXRXdaV010TkRaak5TMWhZV1l3TFRBeU1EUXpOekEyWWpNME1DSXNJbmR2Y210bWJHOTNTV1FpT2lKak16Vm1PVEk0TVMxbE9XRTFMVFEwTVdJdE9ERTVZaTFpTWpRek5EYzVaR1ZtTmpVaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWm1RelpURXhNakl0WkRZMFlpMDBZMkUzTFRrNE9UY3RNek00TjJFeE1EaGlZV1UxSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1185,7 +1245,7 @@ "no-cache" ], "x-ms-request-id": [ - "ef445bb1-2076-47be-aa62-613131327c98" + "aeb0cf73-dd0f-4823-baf8-0de1a8215b1d" ], "X-Content-Type-Options": [ "nosniff" @@ -1203,41 +1263,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11995" ], "x-ms-correlation-request-id": [ - "43f22b7e-ae73-4c22-9238-4e8cdde09434" + "9c95fa7b-64b8-4e19-9f0c-2b51deadc64c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172308Z:43f22b7e-ae73-4c22-9238-4e8cdde09434" + "WESTUS:20200623T085916Z:9c95fa7b-64b8-4e19-9f0c-2b51deadc64c" ], "Date": [ - "Wed, 03 Jul 2019 17:23:08 GMT" + "Tue, 23 Jun 2020 08:59:15 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/microsoft.storagesync/storageSyncServices/sssps8467/workflow/dc94480b-92ee-4968-8857-e663bb6ef7d1/operationresults/e625e735-1fea-4da6-927f-bc55dd94ccbd\",\r\n \"name\": \"e625e735-1fea-4da6-927f-bc55dd94ccbd\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T17:22:59.6356331Z\",\r\n \"endTime\": \"2019-07-03T17:23:06.0704886Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjRiNjRjOGJmLWEwZWMtNDZjNS1hYWYwLTAyMDQzNzA2YjM0MCIsIndvcmtmbG93SWQiOiJjMzVmOTI4MS1lOWE1LTQ0MWItODE5Yi1iMjQzNDc5ZGVmNjUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmQzZTExMjItZDY0Yi00Y2E3LTk4OTctMzM4N2ExMDhiYWU1In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjRiNjRjOGJmLWEwZWMtNDZjNS1hYWYwLTAyMDQzNzA2YjM0MCIsIndvcmtmbG93SWQiOiJjMzVmOTI4MS1lOWE1LTQ0MWItODE5Yi1iMjQzNDc5ZGVmNjUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmQzZTExMjItZDY0Yi00Y2E3LTk4OTctMzM4N2ExMDhiYWU1In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T08:59:06.3185687Z\",\r\n \"endTime\": \"2020-06-23T08:59:13.8943978Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/Microsoft.StorageSync/storageSyncServices/sssps8467/syncGroups/sgps6538/cloudEndpoints/cepps9851?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDY3L3N5bmNHcm91cHMvc2dwczY1MzgvY2xvdWRFbmRwb2ludHMvY2VwcHM5ODUxP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1498/providers/Microsoft.StorageSync/storageSyncServices/sssps5814/syncGroups/sgps4938/cloudEndpoints/cepps1263?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMTQ5OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODE0L3N5bmNHcm91cHMvc2dwczQ5MzgvY2xvdWRFbmRwb2ludHMvY2VwcHMxMjYzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1248,7 +1308,7 @@ "no-cache" ], "x-ms-request-id": [ - "d2a96075-e3e5-4aa6-acce-ca8642c5f95c" + "dd80aab3-8a18-48c0-9d20-cb8d46babad8" ], "X-Content-Type-Options": [ "nosniff" @@ -1266,47 +1326,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11994" ], "x-ms-correlation-request-id": [ - "82d17c37-4a84-43fa-8378-0e87d61c408f" + "ec1043ec-c3ad-4a8d-8bd9-9b7ce5c5b89d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172309Z:82d17c37-4a84-43fa-8378-0e87d61c408f" + "WESTUS:20200623T085916Z:ec1043ec-c3ad-4a8d-8bd9-9b7ce5c5b89d" ], "Date": [ - "Wed, 03 Jul 2019 17:23:08 GMT" + "Tue, 23 Jun 2020 08:59:16 GMT" ], "Content-Length": [ - "984" + "1027" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountKey\": null,\r\n \"storageAccount\": null,\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/Microsoft.Storage/storageAccounts/saps943\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8MDBFRDIyODQtNTExRC00MkRCLUJGMDEtQkIyNENGMEFCMDg4fEdFTkVSSUN8ODYxNDM3OUQtQzhENi00RkFELUE3MjktN0QwMjIxMzk4MDQ1\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps8467/workflows/dc94480b-92ee-4968-8857-e663bb6ef7d1\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/microsoft.storagesync/storageSyncServices/sssps8467/syncGroups/sgps6538/cloudEndpoints/cepps9851\",\r\n \"name\": \"cepps9851\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1498/providers/Microsoft.Storage/storageAccounts/saps8837\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8Q0E1Qzg2NkQtRjI0Mi00MUU0LUE3N0EtNzg3OThFNzlCMTIyfEdFTkVSSUN8MzgxRTkxNUMtMDJENi00NkMxLUJBNDktRUQ3QTI2QTg1NTE2\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps5814/workflows/c35f9281-e9a5-441b-819b-b243479def65\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1498/providers/microsoft.storagesync/storageSyncServices/sssps5814/syncGroups/sgps4938/cloudEndpoints/cepps1263\",\r\n \"name\": \"cepps1263\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/Microsoft.StorageSync/storageSyncServices/sssps8467/syncGroups/sgps6538/cloudEndpoints?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDY3L3N5bmNHcm91cHMvc2dwczY1MzgvY2xvdWRFbmRwb2ludHM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1498/providers/Microsoft.StorageSync/storageSyncServices/sssps5814/syncGroups/sgps4938/cloudEndpoints?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMTQ5OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODE0L3N5bmNHcm91cHMvc2dwczQ5MzgvY2xvdWRFbmRwb2ludHM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "82b80bb4-f6f9-4159-a315-d00ef3777414" + "f90716a4-c83e-4eeb-a08a-bb067f91b6cf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1317,7 +1377,7 @@ "no-cache" ], "x-ms-request-id": [ - "3b82c6f8-58ce-471d-b4b1-5af519642758" + "bd3626f2-afde-48d4-93d8-0057364e6ada" ], "X-Content-Type-Options": [ "nosniff" @@ -1335,47 +1395,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11993" ], "x-ms-correlation-request-id": [ - "7cd0c20c-d7ae-4e50-b291-a53b5ee7bfe7" + "42a200c5-012a-4c49-b2b8-4bda0e332716" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172309Z:7cd0c20c-d7ae-4e50-b291-a53b5ee7bfe7" + "WESTUS:20200623T085916Z:42a200c5-012a-4c49-b2b8-4bda0e332716" ], "Date": [ - "Wed, 03 Jul 2019 17:23:08 GMT" + "Tue, 23 Jun 2020 08:59:16 GMT" ], "Content-Length": [ - "996" + "1116" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"storageAccountKey\": null,\r\n \"storageAccount\": null,\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/Microsoft.Storage/storageAccounts/saps943\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8MDBFRDIyODQtNTExRC00MkRCLUJGMDEtQkIyNENGMEFCMDg4fEdFTkVSSUN8ODYxNDM3OUQtQzhENi00RkFELUE3MjktN0QwMjIxMzk4MDQ1\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps8467/workflows/dc94480b-92ee-4968-8857-e663bb6ef7d1\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/microsoft.storagesync/storageSyncServices/sssps8467/syncGroups/sgps6538/cloudEndpoints/cepps9851\",\r\n \"name\": \"cepps9851\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1498/providers/Microsoft.Storage/storageAccounts/saps8837\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8Q0E1Qzg2NkQtRjI0Mi00MUU0LUE3N0EtNzg3OThFNzlCMTIyfEdFTkVSSUN8MzgxRTkxNUMtMDJENi00NkMxLUJBNDktRUQ3QTI2QTg1NTE2\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps5814/workflows/c35f9281-e9a5-441b-819b-b243479def65\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1498/providers/microsoft.storagesync/storageSyncServices/sssps5814/syncGroups/sgps4938/cloudEndpoints/cepps1263\",\r\n \"name\": \"cepps1263\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/Microsoft.StorageSync/storageSyncServices/sssps8467/syncGroups/sgps6538/cloudEndpoints/cepps9851?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDY3L3N5bmNHcm91cHMvc2dwczY1MzgvY2xvdWRFbmRwb2ludHMvY2VwcHM5ODUxP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1498/providers/Microsoft.StorageSync/storageSyncServices/sssps5814/syncGroups/sgps4938/cloudEndpoints/cepps1263?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMTQ5OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODE0L3N5bmNHcm91cHMvc2dwczQ5MzgvY2xvdWRFbmRwb2ludHMvY2VwcHMxMjYzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3f618529-613b-4ae9-9c5b-87768f12b08a" + "7902eac7-4d2c-4b10-8774-7df4384f893d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1386,16 +1446,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/microsoft.storagesync/storageSyncServices/sssps8467/workflows/b29afc71-e57f-44d9-803a-42355c913ee2/operationresults/aa5fc2bb-4a7e-42f8-95d9-2711792bb995?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjRiNjRjOGJmLWEwZWMtNDZjNS1hYWYwLTAyMDQzNzA2YjM0MCIsIndvcmtmbG93SWQiOiJlZTVjODI3YS0yNzVkLTRhNjQtOTkyMC0xZTY0ZDJlNmQyYTkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTk3MDdkYWMtOWJmNy00NzdkLWE0ZjMtMzNjMTdjZTYyZDRkIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/microsoft.storagesync/storageSyncServices/sssps8467/workflows/b29afc71-e57f-44d9-803a-42355c913ee2/operations/aa5fc2bb-4a7e-42f8-95d9-2711792bb995?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjRiNjRjOGJmLWEwZWMtNDZjNS1hYWYwLTAyMDQzNzA2YjM0MCIsIndvcmtmbG93SWQiOiJlZTVjODI3YS0yNzVkLTRhNjQtOTkyMC0xZTY0ZDJlNmQyYTkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTk3MDdkYWMtOWJmNy00NzdkLWE0ZjMtMzNjMTdjZTYyZDRkIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "8360d56b-17bd-4182-b22f-0e6eb63f5138" + "950cfab3-bf0c-400f-b029-7a10246f6c86" ], "X-Content-Type-Options": [ "nosniff" @@ -1413,16 +1473,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14999" ], "x-ms-correlation-request-id": [ - "c8fe98b1-b4e8-4cb6-945f-caf81e13c352" + "faef87b6-000f-4f1c-b4f0-6805444109b3" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172309Z:c8fe98b1-b4e8-4cb6-945f-caf81e13c352" + "WESTUS:20200623T085917Z:faef87b6-000f-4f1c-b4f0-6805444109b3" ], "Date": [ - "Wed, 03 Jul 2019 17:23:09 GMT" + "Tue, 23 Jun 2020 08:59:16 GMT" ], "Expires": [ "-1" @@ -1435,16 +1495,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/microsoft.storagesync/storageSyncServices/sssps8467/workflows/b29afc71-e57f-44d9-803a-42355c913ee2/operations/aa5fc2bb-4a7e-42f8-95d9-2711792bb995?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDMzMS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDY3L3dvcmtmbG93cy9iMjlhZmM3MS1lNTdmLTQ0ZDktODAzYS00MjM1NWM5MTNlZTIvb3BlcmF0aW9ucy9hYTVmYzJiYi00YTdlLTQyZjgtOTVkOS0yNzExNzkyYmI5OTU/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjRiNjRjOGJmLWEwZWMtNDZjNS1hYWYwLTAyMDQzNzA2YjM0MCIsIndvcmtmbG93SWQiOiJlZTVjODI3YS0yNzVkLTRhNjQtOTkyMC0xZTY0ZDJlNmQyYTkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTk3MDdkYWMtOWJmNy00NzdkLWE0ZjMtMzNjMTdjZTYyZDRkIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqUmlOalJqT0dKbUxXRXdaV010TkRaak5TMWhZV1l3TFRBeU1EUXpOekEyWWpNME1DSXNJbmR2Y210bWJHOTNTV1FpT2lKbFpUVmpPREkzWVMweU56VmtMVFJoTmpRdE9Ua3lNQzB4WlRZMFpESmxObVF5WVRraUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWlRrM01EZGtZV010T1dKbU55MDBOemRrTFdFMFpqTXRNek5qTVRkalpUWXlaRFJrSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1455,7 +1515,7 @@ "no-cache" ], "x-ms-request-id": [ - "89cf6fed-649c-4404-ba7c-efc871bc29a3" + "79632060-9936-4793-bb93-8f81da650cbe" ], "X-Content-Type-Options": [ "nosniff" @@ -1473,41 +1533,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11992" ], "x-ms-correlation-request-id": [ - "96c86dde-9f85-4b4b-9af0-e0140b700263" + "fa787530-6383-4534-acc2-3444df183097" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172320Z:96c86dde-9f85-4b4b-9af0-e0140b700263" + "WESTUS:20200623T085927Z:fa787530-6383-4534-acc2-3444df183097" ], "Date": [ - "Wed, 03 Jul 2019 17:23:19 GMT" + "Tue, 23 Jun 2020 08:59:26 GMT" ], "Content-Length": [ - "447" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/microsoft.storagesync/storageSyncServices/sssps8467/workflow/b29afc71-e57f-44d9-803a-42355c913ee2/operationresults/aa5fc2bb-4a7e-42f8-95d9-2711792bb995\",\r\n \"name\": \"aa5fc2bb-4a7e-42f8-95d9-2711792bb995\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T17:23:10.2810283Z\",\r\n \"endTime\": \"2019-07-03T17:23:14.7536547Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjRiNjRjOGJmLWEwZWMtNDZjNS1hYWYwLTAyMDQzNzA2YjM0MCIsIndvcmtmbG93SWQiOiJlZTVjODI3YS0yNzVkLTRhNjQtOTkyMC0xZTY0ZDJlNmQyYTkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTk3MDdkYWMtOWJmNy00NzdkLWE0ZjMtMzNjMTdjZTYyZDRkIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjRiNjRjOGJmLWEwZWMtNDZjNS1hYWYwLTAyMDQzNzA2YjM0MCIsIndvcmtmbG93SWQiOiJlZTVjODI3YS0yNzVkLTRhNjQtOTkyMC0xZTY0ZDJlNmQyYTkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTk3MDdkYWMtOWJmNy00NzdkLWE0ZjMtMzNjMTdjZTYyZDRkIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T08:59:17.9005813Z\",\r\n \"endTime\": \"2020-06-23T08:59:23.184814Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/microsoft.storagesync/storageSyncServices/sssps8467/workflows/b29afc71-e57f-44d9-803a-42355c913ee2/operationresults/aa5fc2bb-4a7e-42f8-95d9-2711792bb995?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDMzMS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDY3L3dvcmtmbG93cy9iMjlhZmM3MS1lNTdmLTQ0ZDktODAzYS00MjM1NWM5MTNlZTIvb3BlcmF0aW9ucmVzdWx0cy9hYTVmYzJiYi00YTdlLTQyZjgtOTVkOS0yNzExNzkyYmI5OTU/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjRiNjRjOGJmLWEwZWMtNDZjNS1hYWYwLTAyMDQzNzA2YjM0MCIsIndvcmtmbG93SWQiOiJlZTVjODI3YS0yNzVkLTRhNjQtOTkyMC0xZTY0ZDJlNmQyYTkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTk3MDdkYWMtOWJmNy00NzdkLWE0ZjMtMzNjMTdjZTYyZDRkIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqUmlOalJqT0dKbUxXRXdaV010TkRaak5TMWhZV1l3TFRBeU1EUXpOekEyWWpNME1DSXNJbmR2Y210bWJHOTNTV1FpT2lKbFpUVmpPREkzWVMweU56VmtMVFJoTmpRdE9Ua3lNQzB4WlRZMFpESmxObVF5WVRraUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWlRrM01EZGtZV010T1dKbU55MDBOemRrTFdFMFpqTXRNek5qTVRkalpUWXlaRFJrSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1518,7 +1578,7 @@ "no-cache" ], "x-ms-request-id": [ - "70f9a530-82cf-427a-8f7c-edb502d1cec4" + "8eac2042-170b-4f8d-a661-084d358c500e" ], "X-Content-Type-Options": [ "nosniff" @@ -1536,16 +1596,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11991" ], "x-ms-correlation-request-id": [ - "829be3a9-4980-456d-915d-2721652d817b" + "7ce90187-85d7-4888-a31c-f41158cb1a6f" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172320Z:829be3a9-4980-456d-915d-2721652d817b" + "WESTUS:20200623T085927Z:7ce90187-85d7-4888-a31c-f41158cb1a6f" ], "Date": [ - "Wed, 03 Jul 2019 17:23:20 GMT" + "Tue, 23 Jun 2020 08:59:27 GMT" ], "Expires": [ "-1" @@ -1558,22 +1618,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/Microsoft.StorageSync/storageSyncServices/sssps8467/syncGroups/sgps6538?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDY3L3N5bmNHcm91cHMvc2dwczY1Mzg/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1498/providers/Microsoft.StorageSync/storageSyncServices/sssps5814/syncGroups/sgps4938?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMTQ5OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODE0L3N5bmNHcm91cHMvc2dwczQ5Mzg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "abb1ee89-81d3-4cd3-a459-2e0dbb523bac" + "2811f3e4-7fb8-46be-b74e-94ef9151f204" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1584,7 +1644,7 @@ "no-cache" ], "x-ms-request-id": [ - "9ab483ce-2e18-4d33-b52a-b59d51fe56bc" + "5755244e-a832-472b-af69-a94c1e36b164" ], "X-Content-Type-Options": [ "nosniff" @@ -1602,16 +1662,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "14998" ], "x-ms-correlation-request-id": [ - "bfb79100-8eda-490c-a089-c8b426fd2508" + "b761203a-f5f3-401d-935f-0acaaa604a42" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172321Z:bfb79100-8eda-490c-a089-c8b426fd2508" + "WESTUS:20200623T085927Z:b761203a-f5f3-401d-935f-0acaaa604a42" ], "Date": [ - "Wed, 03 Jul 2019 17:23:21 GMT" + "Tue, 23 Jun 2020 08:59:27 GMT" ], "Expires": [ "-1" @@ -1624,22 +1684,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/Microsoft.StorageSync/storageSyncServices/sssps8467?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDY3P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1498/providers/Microsoft.StorageSync/storageSyncServices/sssps5814?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMTQ5OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1ODE0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7f193e87-584d-4873-b4bb-d9a287f8e236" + "225535b4-d0a1-43c4-8d28-66bb469fdb9b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1649,8 +1709,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjRiNjRjOGJmLWEwZWMtNDZjNS1hYWYwLTAyMDQzNzA2YjM0MCIsIndvcmtmbG93SWQiOiI5OTI0ZjIyOC1kOWU0LTQzNTYtYjY4MC00NWNkN2ZhMzgwMTUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOGM4MzIzMmEtMzM1Ni00MDE0LTkyOWMtNDVkZTBhODVlMzk0In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjRiNjRjOGJmLWEwZWMtNDZjNS1hYWYwLTAyMDQzNzA2YjM0MCIsIndvcmtmbG93SWQiOiI5OTI0ZjIyOC1kOWU0LTQzNTYtYjY4MC00NWNkN2ZhMzgwMTUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOGM4MzIzMmEtMzM1Ni00MDE0LTkyOWMtNDVkZTBhODVlMzk0In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "8a234260-e100-4a9e-9c05-cf06cc5815df" + "a591531a-17d9-4e9e-8ccc-83edb48fc6d4" ], "X-Content-Type-Options": [ "nosniff" @@ -1668,16 +1737,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14996" + "14997" ], "x-ms-correlation-request-id": [ - "1e7dbe22-a0e5-4c66-9166-eecac673a194" + "cd46b7bb-66fd-4a59-bae7-0fdc744f735d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172322Z:1e7dbe22-a0e5-4c66-9166-eecac673a194" + "WESTUS:20200623T085928Z:cd46b7bb-66fd-4a59-bae7-0fdc744f735d" ], "Date": [ - "Wed, 03 Jul 2019 17:23:21 GMT" + "Tue, 23 Jun 2020 08:59:27 GMT" ], "Expires": [ "-1" @@ -1687,25 +1756,148 @@ ] }, "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjRiNjRjOGJmLWEwZWMtNDZjNS1hYWYwLTAyMDQzNzA2YjM0MCIsIndvcmtmbG93SWQiOiI5OTI0ZjIyOC1kOWU0LTQzNTYtYjY4MC00NWNkN2ZhMzgwMTUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOGM4MzIzMmEtMzM1Ni00MDE0LTkyOWMtNDVkZTBhODVlMzk0In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqUmlOalJqT0dKbUxXRXdaV010TkRaak5TMWhZV1l3TFRBeU1EUXpOekEyWWpNME1DSXNJbmR2Y210bWJHOTNTV1FpT2lJNU9USTBaakl5T0Mxa09XVTBMVFF6TlRZdFlqWTRNQzAwTldOa04yWmhNemd3TVRVaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT0dNNE16SXpNbUV0TXpNMU5pMDBNREUwTFRreU9XTXRORFZrWlRCaE9EVmxNemswSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "92ff1cd3-f511-4017-8199-5b06b1f4d358" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11990" + ], + "x-ms-correlation-request-id": [ + "630b4e40-0b71-4f00-8af3-accc6d5ee632" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T085938Z:630b4e40-0b71-4f00-8af3-accc6d5ee632" + ], + "Date": [ + "Tue, 23 Jun 2020 08:59:38 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjRiNjRjOGJmLWEwZWMtNDZjNS1hYWYwLTAyMDQzNzA2YjM0MCIsIndvcmtmbG93SWQiOiI5OTI0ZjIyOC1kOWU0LTQzNTYtYjY4MC00NWNkN2ZhMzgwMTUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOGM4MzIzMmEtMzM1Ni00MDE0LTkyOWMtNDVkZTBhODVlMzk0In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjRiNjRjOGJmLWEwZWMtNDZjNS1hYWYwLTAyMDQzNzA2YjM0MCIsIndvcmtmbG93SWQiOiI5OTI0ZjIyOC1kOWU0LTQzNTYtYjY4MC00NWNkN2ZhMzgwMTUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOGM4MzIzMmEtMzM1Ni00MDE0LTkyOWMtNDVkZTBhODVlMzk0In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T08:59:29.1825076Z\",\r\n \"endTime\": \"2020-06-23T08:59:34.6297509Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/Microsoft.Storage/storageAccounts/saps943?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM5NDM/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjRiNjRjOGJmLWEwZWMtNDZjNS1hYWYwLTAyMDQzNzA2YjM0MCIsIndvcmtmbG93SWQiOiI5OTI0ZjIyOC1kOWU0LTQzNTYtYjY4MC00NWNkN2ZhMzgwMTUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOGM4MzIzMmEtMzM1Ni00MDE0LTkyOWMtNDVkZTBhODVlMzk0In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqUmlOalJqT0dKbUxXRXdaV010TkRaak5TMWhZV1l3TFRBeU1EUXpOekEyWWpNME1DSXNJbmR2Y210bWJHOTNTV1FpT2lJNU9USTBaakl5T0Mxa09XVTBMVFF6TlRZdFlqWTRNQzAwTldOa04yWmhNemd3TVRVaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT0dNNE16SXpNbUV0TXpNMU5pMDBNREUwTFRreU9XTXRORFZrWlRCaE9EVmxNemswSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "ab1414ae-25d3-45c6-8f77-75869d26d65d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11989" + ], + "x-ms-correlation-request-id": [ + "3789a923-2ed9-4243-8647-e74f91cd03a0" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T085938Z:3789a923-2ed9-4243-8647-e74f91cd03a0" + ], + "Date": [ + "Tue, 23 Jun 2020 08:59:38 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1498/providers/Microsoft.Storage/storageAccounts/saps8837?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMTQ5OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM4ODM3P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b92ec3b3-7e9d-459f-b630-9954eb8a7064" + "98e4e683-edca-4d0c-9129-47f8a5df0ab9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1716,7 +1908,7 @@ "no-cache" ], "x-ms-request-id": [ - "b1f4b2e5-a72e-4e47-9897-b9274049058a" + "72c53607-c1fb-4904-b697-e85d73fc73e0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1725,19 +1917,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14995" + "14996" ], "x-ms-correlation-request-id": [ - "be81a435-8820-4f46-bfea-75a03fef05f3" + "92e67fed-311e-4a0d-812c-6995a7bc0dba" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172324Z:be81a435-8820-4f46-bfea-75a03fef05f3" + "WESTUS:20200623T085939Z:92e67fed-311e-4a0d-812c-6995a7bc0dba" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:23:23 GMT" + "Tue, 23 Jun 2020 08:59:39 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -1753,22 +1945,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4331/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1498/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMTQ5OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "29930469-0b62-4214-ad45-598dcc80fea4" + "1fa2a1cc-096e-4806-b687-1936513c9779" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1779,16 +1971,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11988" ], "x-ms-request-id": [ - "852453ce-389e-4afc-b57f-75f4971563f3" + "7d95ac32-1372-436b-b728-590b007af2a7" ], "x-ms-correlation-request-id": [ - "852453ce-389e-4afc-b57f-75f4971563f3" + "7d95ac32-1372-436b-b728-590b007af2a7" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172324Z:852453ce-389e-4afc-b57f-75f4971563f3" + "WESTUS:20200623T085939Z:7d95ac32-1372-436b-b728-590b007af2a7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1797,7 +1989,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:23:23 GMT" + "Tue, 23 Jun 2020 08:59:39 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1813,22 +2005,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps4331?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNDMzMT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps1498?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzMTQ5OD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dddc557d-6780-49b4-b3ec-c1bab252e20f" + "a7907d08-2368-485b-a029-2b3a03c20e72" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1839,22 +2031,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQzMzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0OTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14994" + "14995" ], "x-ms-request-id": [ - "cacecef0-0ecc-41a0-96d7-b7627d75d714" + "c8274107-fa12-4b79-b74a-94788ac4cefe" ], "x-ms-correlation-request-id": [ - "cacecef0-0ecc-41a0-96d7-b7627d75d714" + "c8274107-fa12-4b79-b74a-94788ac4cefe" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172325Z:cacecef0-0ecc-41a0-96d7-b7627d75d714" + "WESTUS:20200623T085940Z:c8274107-fa12-4b79-b74a-94788ac4cefe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1863,7 +2055,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:23:25 GMT" + "Tue, 23 Jun 2020 08:59:39 GMT" ], "Expires": [ "-1" @@ -1876,16 +2068,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQzMzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRek16RXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0OTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFME9UZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1896,22 +2088,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQzMzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0OTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11987" ], "x-ms-request-id": [ - "8b67449a-e935-4d0b-b656-27a56bacc858" + "e9cfd27a-d86b-4fce-a5a8-ee57e0617b2e" ], "x-ms-correlation-request-id": [ - "8b67449a-e935-4d0b-b656-27a56bacc858" + "e9cfd27a-d86b-4fce-a5a8-ee57e0617b2e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172340Z:8b67449a-e935-4d0b-b656-27a56bacc858" + "WESTUS:20200623T085955Z:e9cfd27a-d86b-4fce-a5a8-ee57e0617b2e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1920,7 +2112,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:23:40 GMT" + "Tue, 23 Jun 2020 08:59:54 GMT" ], "Expires": [ "-1" @@ -1933,16 +2125,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQzMzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRek16RXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0OTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFME9UZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1953,22 +2145,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQzMzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0OTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11986" ], "x-ms-request-id": [ - "84c1dd39-e9c8-42e3-80a2-8f3225c2113d" + "a9e0d3af-2ad5-47d7-802f-fd5d04d777d6" ], "x-ms-correlation-request-id": [ - "84c1dd39-e9c8-42e3-80a2-8f3225c2113d" + "a9e0d3af-2ad5-47d7-802f-fd5d04d777d6" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172355Z:84c1dd39-e9c8-42e3-80a2-8f3225c2113d" + "WESTUS:20200623T090010Z:a9e0d3af-2ad5-47d7-802f-fd5d04d777d6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1977,7 +2169,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:23:55 GMT" + "Tue, 23 Jun 2020 09:00:09 GMT" ], "Expires": [ "-1" @@ -1990,16 +2182,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQzMzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRek16RXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0OTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFME9UZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -2010,16 +2202,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11984" ], "x-ms-request-id": [ - "083d10e6-241b-4bcf-b74c-5b615cb3648a" + "5ac24679-4fb3-43ae-9e0d-f6581667f11c" ], "x-ms-correlation-request-id": [ - "083d10e6-241b-4bcf-b74c-5b615cb3648a" + "5ac24679-4fb3-43ae-9e0d-f6581667f11c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172411Z:083d10e6-241b-4bcf-b74c-5b615cb3648a" + "WESTUS:20200623T090025Z:5ac24679-4fb3-43ae-9e0d-f6581667f11c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2028,7 +2220,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:24:10 GMT" + "Tue, 23 Jun 2020 09:00:24 GMT" ], "Expires": [ "-1" @@ -2041,16 +2233,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQzMzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRek16RXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0OTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFME9UZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -2061,16 +2253,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11983" ], "x-ms-request-id": [ - "603de608-1713-4e0b-8c90-70310f73625c" + "09cebcfb-1add-4a0e-91f4-6b83b60f7ae2" ], "x-ms-correlation-request-id": [ - "603de608-1713-4e0b-8c90-70310f73625c" + "09cebcfb-1add-4a0e-91f4-6b83b60f7ae2" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T172411Z:603de608-1713-4e0b-8c90-70310f73625c" + "WESTUS:20200623T090025Z:09cebcfb-1add-4a0e-91f4-6b83b60f7ae2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2079,7 +2271,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:24:10 GMT" + "Tue, 23 Jun 2020 09:00:24 GMT" ], "Expires": [ "-1" @@ -2094,19 +2286,19 @@ ], "Names": { "Test-GetCloudEndpoints": [ - "ps4331", - "ps8467", - "ps6538", - "ps9851", - "ps943" + "ps1498", + "ps5814", + "ps4938", + "ps1263", + "ps8837" ], "TestGetCloudEndpoints": [ - "ca86efe8-0b2d-4ee3-8497-c3954c76f3df" + "e3d3b3c2-e2e9-4ab3-b207-6c85c26eff67" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestNewCloudEndpoint.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestNewCloudEndpoint.json index f5954789b67f..97687a71bcb1 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestNewCloudEndpoint.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestNewCloudEndpoint.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "76e28016-3224-4161-b2a0-4c1509661f64" + "041a05c4-34d6-44a6-9eca-d6b29b0bf86a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "5283ff61-1b5a-4375-bb63-676824b50ac3" + "461dafd4-3710-4775-99f2-e966736aaa29" ], "x-ms-correlation-request-id": [ - "5283ff61-1b5a-4375-bb63-676824b50ac3" + "461dafd4-3710-4775-99f2-e966736aaa29" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T155814Z:5283ff61-1b5a-4375-bb63-676824b50ac3" + "WESTUS:20200623T084954Z:461dafd4-3710-4775-99f2-e966736aaa29" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 15:58:13 GMT" + "Tue, 23 Jun 2020 08:49:54 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\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\": \"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\": \"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\": \"notifyResourceJobs\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\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 ]\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-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-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-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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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-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-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 },\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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "355742f8-7ab2-4f45-9a87-abe7035655f6" + "7930c9c9-9c79-4cb9-b555-d4c00c70b1f4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "09ffcd74-0e1e-421d-9b70-0195df18ca2b" + "f21c2d00-80c5-4e0d-8912-37519b99a67e" ], "x-ms-correlation-request-id": [ - "09ffcd74-0e1e-421d-9b70-0195df18ca2b" + "f21c2d00-80c5-4e0d-8912-37519b99a67e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T155814Z:09ffcd74-0e1e-421d-9b70-0195df18ca2b" + "WESTUS:20200623T084954Z:f21c2d00-80c5-4e0d-8912-37519b99a67e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 15:58:13 GMT" + "Tue, 23 Jun 2020 08:49:54 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,10 +114,10 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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-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-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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 \"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 \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { @@ -127,16 +127,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f2b142a3-14fb-4fa5-8c6a-5d078e893112" + "ed80d0c7-47b0-4e5a-a8f1-7618a3d6f5f9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Internal.Subscriptions.SubscriptionClient/1.3.0" + "Microsoft.Azure.Internal.Subscriptions.SubscriptionClient/1.3.16" ] }, "ResponseHeaders": { @@ -150,13 +150,13 @@ "11998" ], "x-ms-request-id": [ - "79644004-c85b-4474-a0d3-12c297a21917" + "67c0c729-e0c2-4b41-b44a-79f63fdb22fb" ], "x-ms-correlation-request-id": [ - "79644004-c85b-4474-a0d3-12c297a21917" + "67c0c729-e0c2-4b41-b44a-79f63fdb22fb" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T155814Z:79644004-c85b-4474-a0d3-12c297a21917" + "WESTUS:20200623T084955Z:67c0c729-e0c2-4b41-b44a-79f63fdb22fb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -165,7 +165,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 15:58:14 GMT" + "Tue, 23 Jun 2020 08:49:54 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -177,26 +177,26 @@ "116" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/tenants/0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"tenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/tenants/6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"tenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps9331?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzOTMzMT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps3577?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzMzU3Nz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "990cdf9a-4b1b-4f05-967d-852787503b62" + "b6e2616b-166e-4f35-bd14-f34429bc41b2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -216,13 +216,13 @@ "1199" ], "x-ms-request-id": [ - "1e0806eb-0324-4939-8093-660b2fd3dad0" + "5879ace7-452b-4da1-beb2-163200fd6dba" ], "x-ms-correlation-request-id": [ - "1e0806eb-0324-4939-8093-660b2fd3dad0" + "5879ace7-452b-4da1-beb2-163200fd6dba" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T155816Z:1e0806eb-0324-4939-8093-660b2fd3dad0" + "WESTUS:20200623T084955Z:5879ace7-452b-4da1-beb2-163200fd6dba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -231,7 +231,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 15:58:16 GMT" + "Tue, 23 Jun 2020 08:49:55 GMT" ], "Content-Length": [ "165" @@ -243,26 +243,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331\",\r\n \"name\": \"ps9331\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3577\",\r\n \"name\": \"ps3577\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps4912\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps7698\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0cba6aac-ad9c-442b-9b8b-62d43ae74604" + "fc7b156e-ff2f-4aa3-8816-9c64a7759175" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -279,7 +279,7 @@ "no-cache" ], "x-ms-request-id": [ - "15cadd1f-677a-4e0b-9213-42e9bb720998" + "642101f5-9053-4a76-951e-f1c368a2024f" ], "X-Content-Type-Options": [ "nosniff" @@ -300,50 +300,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "3902994f-43c3-4561-b2ef-17f0e4979d2b" + "6b677cad-0329-44a7-9ff4-13fa4b2e20cd" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T155817Z:3902994f-43c3-4561-b2ef-17f0e4979d2b" + "WESTUS:20200623T084957Z:6b677cad-0329-44a7-9ff4-13fa4b2e20cd" ], "Date": [ - "Wed, 03 Jul 2019 15:58:17 GMT" + "Tue, 23 Jun 2020 08:49:57 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/Microsoft.StorageSync/storageSyncServices/sssps4912?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzOTMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0OTEyP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3577/providers/Microsoft.StorageSync/storageSyncServices/sssps7698?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzU3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3Njk4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b5a0b238-8166-423b-b328-9c3b4a5c600f" + "4f088eec-3476-48a1-8d49-339e636dfd5e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -353,8 +353,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZlYzg1YTZjLTVhNTgtNDgyMS1hNzlhLTgwZDNmYTQ0MmU2NyIsIndvcmtmbG93SWQiOiJkOWQ2NWQ0NS0yNjZmLTQ2ZWMtOTUxNi1hYzAzM2MzMGQ0OGMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmIwZWI3M2MtNzUxZC00NjU0LTgzYmYtMDdkZDQ5MzA3NGNlIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZlYzg1YTZjLTVhNTgtNDgyMS1hNzlhLTgwZDNmYTQ0MmU2NyIsIndvcmtmbG93SWQiOiJkOWQ2NWQ0NS0yNjZmLTQ2ZWMtOTUxNi1hYzAzM2MzMGQ0OGMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmIwZWI3M2MtNzUxZC00NjU0LTgzYmYtMDdkZDQ5MzA3NGNlIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "c33bda65-95b8-401c-aa8d-911e47f36b78" + "6fcee344-5446-4cbd-bd54-0492f88d7071" ], "X-Content-Type-Options": [ "nosniff" @@ -375,44 +384,167 @@ "1199" ], "x-ms-correlation-request-id": [ - "48c0c065-93f4-431e-9a0d-6fd444cab857" + "6d8d6d9e-697d-4602-b493-aa38ea6d0e37" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T084958Z:6d8d6d9e-697d-4602-b493-aa38ea6d0e37" + ], + "Date": [ + "Tue, 23 Jun 2020 08:49:58 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZlYzg1YTZjLTVhNTgtNDgyMS1hNzlhLTgwZDNmYTQ0MmU2NyIsIndvcmtmbG93SWQiOiJkOWQ2NWQ0NS0yNjZmLTQ2ZWMtOTUxNi1hYzAzM2MzMGQ0OGMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmIwZWI3M2MtNzUxZC00NjU0LTgzYmYtMDdkZDQ5MzA3NGNlIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmxZemcxWVRaakxUVmhOVGd0TkRneU1TMWhOemxoTFRnd1pETm1ZVFEwTW1VMk55SXNJbmR2Y210bWJHOTNTV1FpT2lKa09XUTJOV1EwTlMweU5qWm1MVFEyWldNdE9UVXhOaTFoWXpBek0yTXpNR1EwT0dNaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTW1Jd1pXSTNNMk10TnpVeFpDMDBOalUwTFRnelltWXRNRGRrWkRRNU16QTNOR05sSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "0d251c7e-7508-4702-b5d8-d2fb670d0db8" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "798b8c0d-a95a-474c-8869-c3c4cd0e730d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T155817Z:48c0c065-93f4-431e-9a0d-6fd444cab857" + "WESTUS:20200623T085008Z:798b8c0d-a95a-474c-8869-c3c4cd0e730d" ], "Date": [ - "Wed, 03 Jul 2019 15:58:17 GMT" + "Tue, 23 Jun 2020 08:50:08 GMT" ], "Content-Length": [ - "329" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZlYzg1YTZjLTVhNTgtNDgyMS1hNzlhLTgwZDNmYTQ0MmU2NyIsIndvcmtmbG93SWQiOiJkOWQ2NWQ0NS0yNjZmLTQ2ZWMtOTUxNi1hYzAzM2MzMGQ0OGMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmIwZWI3M2MtNzUxZC00NjU0LTgzYmYtMDdkZDQ5MzA3NGNlIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImZlYzg1YTZjLTVhNTgtNDgyMS1hNzlhLTgwZDNmYTQ0MmU2NyIsIndvcmtmbG93SWQiOiJkOWQ2NWQ0NS0yNjZmLTQ2ZWMtOTUxNi1hYzAzM2MzMGQ0OGMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmIwZWI3M2MtNzUxZC00NjU0LTgzYmYtMDdkZDQ5MzA3NGNlIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T08:49:58.4561804Z\",\r\n \"endTime\": \"2020-06-23T08:50:04.7016052Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3577/providers/Microsoft.StorageSync/storageSyncServices/sssps7698?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzU3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3Njk4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "08e9882a-7c52-4373-becb-5cc532d26f59" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "ad714407-80c8-4a9d-9dfb-141506ce60dc" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T085008Z:ad714407-80c8-4a9d-9dfb-141506ce60dc" + ], + "Date": [ + "Tue, 23 Jun 2020 08:50:08 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/microsoft.storagesync/storageSyncServices/sssps4912\",\r\n \"name\": \"sssps4912\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps7698/workflows/d9d65d45-266f-46ec-9516-ac033c30d48c\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3577/providers/microsoft.storagesync/storageSyncServices/sssps7698\",\r\n \"name\": \"sssps7698\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/Microsoft.StorageSync/storageSyncServices/sssps4912/syncGroups/sgps7789?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzOTMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0OTEyL3N5bmNHcm91cHMvc2dwczc3ODk/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3577/providers/Microsoft.StorageSync/storageSyncServices/sssps7698/syncGroups/sgps4474?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzU3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3Njk4L3N5bmNHcm91cHMvc2dwczQ0NzQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {}\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f2af7748-7602-4c77-aa09-18c16a19b2c1" + "12e9dc2c-7803-4f34-a0e3-8a5ab27b39bb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -429,7 +561,7 @@ "no-cache" ], "x-ms-request-id": [ - "12ca2e74-4971-4eb8-b0ae-57de632a598b" + "9b7a5dac-9b7c-4f09-b949-17207797bcb2" ], "X-Content-Type-Options": [ "nosniff" @@ -450,50 +582,50 @@ "1198" ], "x-ms-correlation-request-id": [ - "f6d42d87-8d64-42c9-a706-01474b5dfbf0" + "5b37c275-03db-44b1-8a9c-93ced4889c0b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T155819Z:f6d42d87-8d64-42c9-a706-01474b5dfbf0" + "WESTUS:20200623T085009Z:5b37c275-03db-44b1-8a9c-93ced4889c0b" ], "Date": [ - "Wed, 03 Jul 2019 15:58:18 GMT" + "Tue, 23 Jun 2020 08:50:09 GMT" ], "Content-Length": [ - "331" + "371" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"885751c3-bfa6-4fdd-8ff6-99c3bb746f2c\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/microsoft.storagesync/storageSyncServices/sssps4912/syncGroups/sgps7789\",\r\n \"name\": \"sgps7789\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"3f3da444-83c4-458f-808e-aff2db56fd24\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3577/providers/microsoft.storagesync/storageSyncServices/sssps7698/syncGroups/sgps4474\",\r\n \"name\": \"sgps4474\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/Microsoft.Storage/storageAccounts/saps1057?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzOTMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHMxMDU3P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3577/providers/Microsoft.Storage/storageAccounts/saps7395?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzU3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM3Mzk1P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"Central US EUAP\"\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"Central US EUAP\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4d7127c6-3c43-41c7-8fa0-f90ad71cdb6f" + "0ca723a5-370e-46df-8b7d-16602c3a3626" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "105" + "107" ] }, "ResponseHeaders": { @@ -504,13 +636,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/0268a051-776a-446d-a06a-e66daf776713?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/4d976c5f-fa55-4c61-a76f-9b1a8072604d?monitor=true&api-version=2017-10-01" ], "Retry-After": [ "17" ], "x-ms-request-id": [ - "0268a051-776a-446d-a06a-e66daf776713" + "4d976c5f-fa55-4c61-a76f-9b1a8072604d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -519,19 +651,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-correlation-request-id": [ - "743e39ea-217e-4826-9a72-1e74a3023923" + "e0a4534d-f4f8-4198-aed4-a8af38e3e74c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T155820Z:743e39ea-217e-4826-9a72-1e74a3023923" + "WESTUS:20200623T085010Z:e0a4534d-f4f8-4198-aed4-a8af38e3e74c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 15:58:20 GMT" + "Tue, 23 Jun 2020 08:50:10 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -547,16 +679,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/0268a051-776a-446d-a06a-e66daf776713?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9hc3luY29wZXJhdGlvbnMvMDI2OGEwNTEtNzc2YS00NDZkLWEwNmEtZTY2ZGFmNzc2NzEzP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/4d976c5f-fa55-4c61-a76f-9b1a8072604d?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9hc3luY29wZXJhdGlvbnMvNGQ5NzZjNWYtZmE1NS00YzYxLWE3NmYtOWIxYTgwNzI2MDRkP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE3LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -567,7 +699,7 @@ "no-cache" ], "x-ms-request-id": [ - "1552546d-e35f-49aa-b5e3-b1ad32427e1e" + "3763165c-085c-4c9c-a7ef-25b570cd403b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -579,19 +711,19 @@ "11999" ], "x-ms-correlation-request-id": [ - "9f845e50-7101-49db-9253-c85fd07e07db" + "09e26e34-801a-4627-b528-340b0ef66d50" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T155837Z:9f845e50-7101-49db-9253-c85fd07e07db" + "WESTUS:20200623T085028Z:09e26e34-801a-4627-b528-340b0ef66d50" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 15:58:36 GMT" + "Tue, 23 Jun 2020 08:50:27 GMT" ], "Content-Length": [ - "1018" + "1039" ], "Content-Type": [ "application/json" @@ -600,26 +732,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/Microsoft.Storage/storageAccounts/saps1057\",\r\n \"name\": \"saps1057\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T15:58:19.6148908Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T15:58:19.6148908Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-07-03T15:58:19.5680179Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps1057.blob.core.windows.net/\",\r\n \"queue\": \"https://saps1057.queue.core.windows.net/\",\r\n \"table\": \"https://saps1057.table.core.windows.net/\",\r\n \"file\": \"https://saps1057.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3577/providers/Microsoft.Storage/storageAccounts/saps7395\",\r\n \"name\": \"saps7395\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T08:50:10.3614446Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T08:50:10.3614446Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-06-23T08:50:10.3145694Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps7395.blob.core.windows.net/\",\r\n \"queue\": \"https://saps7395.queue.core.windows.net/\",\r\n \"table\": \"https://saps7395.table.core.windows.net/\",\r\n \"file\": \"https://saps7395.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/Microsoft.Storage/storageAccounts/saps1057?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzOTMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHMxMDU3P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3577/providers/Microsoft.Storage/storageAccounts/saps7395?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzU3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM3Mzk1P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1c22ec54-4531-4ef8-b16a-c85384b2e052" + "ab75e5e8-858d-4e05-b91f-2d1f4cc7fa50" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -630,7 +762,7 @@ "no-cache" ], "x-ms-request-id": [ - "d5c549ae-d404-43e0-a1ca-b3ff3ebec498" + "4b4e2c91-2fdf-411b-9571-e62bdd023987" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -642,19 +774,19 @@ "11998" ], "x-ms-correlation-request-id": [ - "754d5177-ae6b-469d-8c04-72fa747244f8" + "f4041424-ff87-465e-bb8f-8ae5f14e4f96" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T155837Z:754d5177-ae6b-469d-8c04-72fa747244f8" + "WESTUS:20200623T085028Z:f4041424-ff87-465e-bb8f-8ae5f14e4f96" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 15:58:37 GMT" + "Tue, 23 Jun 2020 08:50:27 GMT" ], "Content-Length": [ - "1018" + "1039" ], "Content-Type": [ "application/json" @@ -663,26 +795,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/Microsoft.Storage/storageAccounts/saps1057\",\r\n \"name\": \"saps1057\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T15:58:19.6148908Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T15:58:19.6148908Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-07-03T15:58:19.5680179Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps1057.blob.core.windows.net/\",\r\n \"queue\": \"https://saps1057.queue.core.windows.net/\",\r\n \"table\": \"https://saps1057.table.core.windows.net/\",\r\n \"file\": \"https://saps1057.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3577/providers/Microsoft.Storage/storageAccounts/saps7395\",\r\n \"name\": \"saps7395\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T08:50:10.3614446Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T08:50:10.3614446Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-06-23T08:50:10.3145694Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps7395.blob.core.windows.net/\",\r\n \"queue\": \"https://saps7395.queue.core.windows.net/\",\r\n \"table\": \"https://saps7395.table.core.windows.net/\",\r\n \"file\": \"https://saps7395.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/Microsoft.Storage/storageAccounts/saps1057/listKeys?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzOTMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHMxMDU3L2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3577/providers/Microsoft.Storage/storageAccounts/saps7395/listKeys?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzU3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM3Mzk1L2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ba2dd889-8702-4bbc-a980-2cb58ddc5e5f" + "cafa1aa7-9ec9-457b-9c9a-f9e39baa9f00" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -693,7 +825,7 @@ "no-cache" ], "x-ms-request-id": [ - "49bcc8fa-8102-4feb-a331-4b63963d2321" + "8d06d395-7d07-4951-bfa1-ea90cc8e009e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -701,20 +833,20 @@ "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "11999" ], "x-ms-correlation-request-id": [ - "6bf1620e-0f18-46db-bfbb-5ec1a570c82a" + "2c9add09-82e6-48ce-8950-1bfa70923764" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T155838Z:6bf1620e-0f18-46db-bfbb-5ec1a570c82a" + "WESTUS:20200623T085028Z:2c9add09-82e6-48ce-8950-1bfa70923764" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 15:58:37 GMT" + "Tue, 23 Jun 2020 08:50:27 GMT" ], "Content-Length": [ "288" @@ -726,26 +858,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"value\": \"mjCDKYXybsEJeUmzScgzKqBNXIvyT4Mstluw0nSxEvPT6tdAh7Y1yfTRzXJ7PVEnHM44IJS3ulzP91owPnJk3g==\",\r\n \"permissions\": \"FULL\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"value\": \"hhxYtC2R0PuUoTjRZwIM6qq0sWC+/xgboH/nYo7bunPXVT9f0rFXnDX4n+1Wo4tWNweVKKYjSp8TgFKZ6uca5A==\",\r\n \"permissions\": \"FULL\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"value\": \"IkTqSUjmsNy2GSmX9j6XGFnoFeJy6bsf2+/MgmscASOxs/Sv7R8eLlGHcxjFp3GUeMXjGwNNHrPACVdzsI6cnA==\",\r\n \"permissions\": \"FULL\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"value\": \"Md1nO9WPIQF/DInZrDNVRyubWoT4lhHeTHbciKfpI2vuKCY1qtCIYP3wpw6vKIY1+un3EGU+Z0XOUfdYojNN+w==\",\r\n \"permissions\": \"FULL\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/0483643a-cb2f-462a-bc27-1a270e5bdc0a/servicePrincipalsByAppId/9469b9f5-6722-4481-a2b2-14ed560b706f/objectId?api-version=1.6", - "EncodedRequestUri": "LzA0ODM2NDNhLWNiMmYtNDYyYS1iYzI3LTFhMjcwZTViZGMwYS9zZXJ2aWNlUHJpbmNpcGFsc0J5QXBwSWQvOTQ2OWI5ZjUtNjcyMi00NDgxLWEyYjItMTRlZDU2MGI3MDZmL29iamVjdElkP2FwaS12ZXJzaW9uPTEuNg==", + "RequestUri": "/6ad91d65-65ab-4e14-90f7-fe951035b7c9/servicePrincipalsByAppId/9469b9f5-6722-4481-a2b2-14ed560b706f/objectId?api-version=1.6", + "EncodedRequestUri": "LzZhZDkxZDY1LTY1YWItNGUxNC05MGY3LWZlOTUxMDM1YjdjOS9zZXJ2aWNlUHJpbmNpcGFsc0J5QXBwSWQvOTQ2OWI5ZjUtNjcyMi00NDgxLWEyYjItMTRlZDU2MGI3MDZmL29iamVjdElkP2FwaS12ZXJzaW9uPTEuNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0c49e22a-7fbd-4024-a85a-db41669a77db" + "bf03b570-17e4-41b1-8831-8801d49150fd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.0" + "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -756,19 +888,22 @@ "no-cache" ], "ocp-aad-diagnostics-server-name": [ - "NorBiSXbBacugIOc9PINP1SvB49TAti3iq1gEzH+f90=" + "nCPedxZrWpkfFXa8YjMlGp+hxZG0CKs1KLjt7iMyV9k=" ], "request-id": [ - "fa7e20a5-9b22-4ff7-80fb-e87b80becd5c" + "42edc586-8050-4ffa-a83f-aec6db967e16" ], "client-request-id": [ - "0c49e22a-7fbd-4024-a85a-db41669a77db" + "bf03b570-17e4-41b1-8831-8801d49150fd" ], "x-ms-dirapi-data-contract-version": [ "1.6" ], "ocp-aad-session-key": [ - "qKjWZNXykrqGBqsCQ4Flv7EEswkbf2kpDZrMntdN6QHUKfs6_XvqMU8Q_636j5QSVcIwWUC4p4WXqaUVXVWiEFIyY3MU9njfJTy13BF5pSOK1XwT5H0IuKgA9arrhVNF.X4k9WJUoHJ3pL7jx9q0lrQ7ed-CErC9mZ3U3kieYw98" + "PSxQEn8AFcmxQVxSYQPEFgE4DSHAkBnt1WPdFLKGR2n3KR7iVXCk2eaV2jQkpEHd7RND3OtRK_2RZ_zLNvHa0B_-qBBkcTGlOQinpcGdfWQFH6Bh5gvP2vc_9qY-CycF.a4lqzbs-eErsk_HJqDG8HCQkZuM4G4ZYprg6uIKP__w" + ], + "x-aad-resource-unit": [ + "1" ], "DataServiceVersion": [ "3.0;" @@ -786,10 +921,10 @@ "ASP.NET" ], "Duration": [ - "572130" + "437770" ], "Date": [ - "Wed, 03 Jul 2019 15:58:41 GMT" + "Tue, 23 Jun 2020 08:50:36 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" @@ -801,26 +936,26 @@ "151" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/0483643a-cb2f-462a-bc27-1a270e5bdc0a/$metadata#Edm.String\",\r\n \"value\": \"384dab06-7a70-4ecf-a04e-284602199124\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/6ad91d65-65ab-4e14-90f7-fe951035b7c9/$metadata#Edm.String\",\r\n \"value\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/0483643a-cb2f-462a-bc27-1a270e5bdc0a/servicePrincipals/384dab06-7a70-4ecf-a04e-284602199124?api-version=1.6", - "EncodedRequestUri": "LzA0ODM2NDNhLWNiMmYtNDYyYS1iYzI3LTFhMjcwZTViZGMwYS9zZXJ2aWNlUHJpbmNpcGFscy8zODRkYWIwNi03YTcwLTRlY2YtYTA0ZS0yODQ2MDIxOTkxMjQ/YXBpLXZlcnNpb249MS42", + "RequestUri": "/6ad91d65-65ab-4e14-90f7-fe951035b7c9/servicePrincipals/d8eca219-3055-4504-9a60-18c2d0b4c18c?api-version=1.6", + "EncodedRequestUri": "LzZhZDkxZDY1LTY1YWItNGUxNC05MGY3LWZlOTUxMDM1YjdjOS9zZXJ2aWNlUHJpbmNpcGFscy9kOGVjYTIxOS0zMDU1LTQ1MDQtOWE2MC0xOGMyZDBiNGMxOGM/YXBpLXZlcnNpb249MS42", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a12bfcdf-6fea-4f7f-9b82-51a2bffae0e2" + "34e7003b-85eb-4463-80cf-a44173da4451" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.0" + "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -831,19 +966,22 @@ "no-cache" ], "ocp-aad-diagnostics-server-name": [ - "qZIv9ellq3w2fi4Frv5Uk50GFg2QtOwXyXvP/LyXimo=" + "hxFS3mPQuqL9Fq6FfFnuWq8two3NNR1jc3tU7NWYMmo=" ], "request-id": [ - "237418d5-4993-43a9-941d-0bdba7f53b02" + "b52063fd-4362-48c9-a354-a14214a88cea" ], "client-request-id": [ - "a12bfcdf-6fea-4f7f-9b82-51a2bffae0e2" + "34e7003b-85eb-4463-80cf-a44173da4451" ], "x-ms-dirapi-data-contract-version": [ "1.6" ], "ocp-aad-session-key": [ - "_PpxNBHio9cjA_NYO7L7-chnM7BYVpr0rgoyx3odKSG_4fFomT4gcy7BfAlEzjWgaQBKgcbYV8Ftk_-gEYjFDWNYweCiPzCYL4axM0TjB30nd6CaHym9h05oongo5WTK.apI0Fs32ivR192xGAqdhW2udZ2tuT6MKuJoFyy2Qw38" + "o78ZnQzHDtupmESq0_iFxCB-N4ai0Vz8eLfNVJUar8BbsSU7gEbfQ84mS66LXlRNyp0YS0ZJIQB8oJhrcWC1ZFYU74E3o1OezYJzaPd1eyyWfJSXFeqvCLziw2ogTj4Q.ITFUXJ0CWThg2Ezbit3z5pXz1w9HlRUGv3Fkymi8AQQ" + ], + "x-aad-resource-unit": [ + "1" ], "DataServiceVersion": [ "3.0;" @@ -861,10 +999,10 @@ "ASP.NET" ], "Duration": [ - "759811" + "2118664" ], "Date": [ - "Wed, 03 Jul 2019 15:58:41 GMT" + "Tue, 23 Jun 2020 08:50:39 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" @@ -876,7 +1014,7 @@ "1299" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/0483643a-cb2f-462a-bc27-1a270e5bdc0a/$metadata#directoryObjects/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"384dab06-7a70-4ecf-a04e-284602199124\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.StorageSync\",\r\n \"appId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"applicationTemplateId\": null,\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.StorageSync\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"notificationEmailAddresses\": [],\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredSingleSignOnMode\": null,\r\n \"preferredTokenSigningKeyEndDateTime\": null,\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://0c38d04b-cf53-496f-aa30-9751eaf67399/redir\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"samlSingleSignOnSettings\": null,\r\n \"servicePrincipalNames\": [\r\n \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/6ad91d65-65ab-4e14-90f7-fe951035b7c9/$metadata#directoryObjects/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.StorageSync\",\r\n \"appId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"applicationTemplateId\": null,\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.StorageSync\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"notificationEmailAddresses\": [],\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredSingleSignOnMode\": null,\r\n \"preferredTokenSigningKeyEndDateTime\": null,\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://0c38d04b-cf53-496f-aa30-9751eaf67399/redir\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"samlSingleSignOnSettings\": null,\r\n \"servicePrincipalNames\": [\r\n \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n}", "StatusCode": 200 }, { @@ -886,16 +1024,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "14698a36-c163-4669-a0a2-267652c42197" + "4b841e66-ded3-4e3c-a082-eb4a595f6124" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" + "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -905,11 +1043,8 @@ "Pragma": [ "no-cache" ], - "x-ms-request-charge": [ - "1" - ], "x-ms-request-id": [ - "65b2eef5-d452-4987-9027-d1e8716292b7" + "26546c9c-c560-46ab-9f0b-51058edf0984" ], "X-Content-Type-Options": [ "nosniff" @@ -918,19 +1053,19 @@ "max-age=31536000; includeSubDomains" ], "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" + "x-ms-gateway-slice=Production; path=/; SameSite=None; secure; HttpOnly" ], "x-ms-ratelimit-remaining-tenant-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "d8f2b49a-822f-40a7-b736-f0424341d32d" + "50221a8a-2d9a-4212-9c23-43e99129f760" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T155842Z:d8f2b49a-822f-40a7-b736-f0424341d32d" + "WESTUS:20200623T085040Z:50221a8a-2d9a-4212-9c23-43e99129f760" ], "Date": [ - "Wed, 03 Jul 2019 15:58:42 GMT" + "Tue, 23 Jun 2020 08:50:39 GMT" ], "Content-Length": [ "841" @@ -946,22 +1081,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps9331/providers/Microsoft.Storage///storageAccounts/saps1057/providers/Microsoft.Authorization/roleAssignments?$filter=assignedTo('384dab06-7a70-4ecf-a04e-284602199124')&api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzOTMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2UvLy9zdG9yYWdlQWNjb3VudHMvc2FwczEwNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cz8kZmlsdGVyPWFzc2lnbmVkVG8oJzM4NGRhYjA2LTdhNzAtNGVjZi1hMDRlLTI4NDYwMjE5OTEyNCcpJmFwaS12ZXJzaW9uPTIwMTUtMDctMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps3577/providers/Microsoft.Storage///storageAccounts/saps7395/providers/Microsoft.Authorization/roleAssignments?$filter=assignedTo('d8eca219-3055-4504-9a60-18c2d0b4c18c')&api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzMzU3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2UvLy9zdG9yYWdlQWNjb3VudHMvc2FwczczOTUvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cz8kZmlsdGVyPWFzc2lnbmVkVG8oJ2Q4ZWNhMjE5LTMwNTUtNDUwNC05YTYwLTE4YzJkMGI0YzE4YycpJmFwaS12ZXJzaW9uPTIwMTUtMDctMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d516793e-e721-45ac-be4a-bb6ce44083ff" + "56c139ab-6c73-4b17-96c2-17c11da90d7b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" + "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -971,11 +1106,8 @@ "Pragma": [ "no-cache" ], - "x-ms-request-charge": [ - "1" - ], "x-ms-request-id": [ - "d3fd4ba2-38f7-4c58-9ac3-47be99778ab9" + "d3c12e9c-6411-4d85-b4a9-682749586083" ], "X-Content-Type-Options": [ "nosniff" @@ -984,22 +1116,22 @@ "max-age=31536000; includeSubDomains" ], "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" + "x-ms-gateway-slice=Production; path=/; secure; HttpOnly; SameSite=None" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "fd19b969-e98b-4a68-a755-70698241784e" + "18ce8fea-c594-410b-bda9-88ec718439e2" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T155842Z:fd19b969-e98b-4a68-a755-70698241784e" + "WESTUS:20200623T085041Z:18ce8fea-c594-410b-bda9-88ec718439e2" ], "Date": [ - "Wed, 03 Jul 2019 15:58:42 GMT" + "Tue, 23 Jun 2020 08:50:40 GMT" ], "Content-Length": [ - "12" + "732" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1008,98 +1140,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": []\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\",\r\n \"principalId\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\",\r\n \"scope\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b\",\r\n \"createdOn\": \"2020-05-23T18:29:54.9647107Z\",\r\n \"updatedOn\": \"2020-05-23T18:29:54.9647107Z\",\r\n \"createdBy\": \"a8656ec6-d7a4-4e38-bf78-58d74e3ed751\",\r\n \"updatedBy\": \"a8656ec6-d7a4-4e38-bf78-58d74e3ed751\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Authorization/roleAssignments/dc60f792-d409-4e1d-8fe5-192d121c26e9\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"dc60f792-d409-4e1d-8fe5-192d121c26e9\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/Microsoft.Storage/storageAccounts/saps1057/providers/Microsoft.Authorization/roleAssignments/45234253-56ed-4243-b8ed-bd92b2fbe5ce?api-version=2015-07-01", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzdiOTZjYjAyLTQ2NjMtNDBmNC05YTg5LTYwM2QzODQ5ZTQ2YS9yZXNvdXJjZUdyb3Vwcy9wczkzMzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zYXBzMTA1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dGhvcml6YXRpb24vcm9sZUFzc2lnbm1lbnRzLzQ1MjM0MjUzLTU2ZWQtNDI0My1iOGVkLWJkOTJiMmZiZTVjZT9hcGktdmVyc2lvbj0yMDE1LTA3LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3577/providers/Microsoft.StorageSync/storageSyncServices/sssps7698/syncGroups/sgps4474/cloudEndpoints/cepps2531?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzU3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3Njk4L3N5bmNHcm91cHMvc2dwczQ0NzQvY2xvdWRFbmRwb2ludHMvY2VwcHMyNTMxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\",\r\n \"principalId\": \"384dab06-7a70-4ecf-a04e-284602199124\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3577/providers/Microsoft.Storage/storageAccounts/saps7395\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f22af8a1-2641-4a19-b92c-edc3ed1e241d" + "8d8bfe2b-23ec-4301-a21a-4f559f9c3b0c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "254" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-charge": [ - "1" - ], - "x-ms-request-id": [ - "ce016449-5b54-4310-83c2-70673e893b36" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], - "x-ms-correlation-request-id": [ - "318fee5c-5038-488b-adca-31da7a61c930" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T155844Z:318fee5c-5038-488b-adca-31da7a61c930" - ], - "Date": [ - "Wed, 03 Jul 2019 15:58:44 GMT" - ], - "Content-Length": [ - "836" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\",\r\n \"principalId\": \"384dab06-7a70-4ecf-a04e-284602199124\",\r\n \"scope\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/Microsoft.Storage/storageAccounts/saps1057\",\r\n \"createdOn\": \"2019-07-03T15:58:43.114303Z\",\r\n \"updatedOn\": \"2019-07-03T15:58:43.114303Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"8d1a2f63-15c2-4fe8-a804-213ecbaf4403\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/Microsoft.Storage/storageAccounts/saps1057/providers/Microsoft.Authorization/roleAssignments/45234253-56ed-4243-b8ed-bd92b2fbe5ce\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"45234253-56ed-4243-b8ed-bd92b2fbe5ce\"\r\n}", - "StatusCode": 201 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/Microsoft.StorageSync/storageSyncServices/sssps4912/syncGroups/sgps7789/cloudEndpoints/cepps9012?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzOTMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0OTEyL3N5bmNHcm91cHMvc2dwczc3ODkvY2xvdWRFbmRwb2ludHMvY2VwcHM5MDEyP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/Microsoft.Storage/storageAccounts/saps1057\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\"\r\n }\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "4d5a464b-b09e-429e-98e3-9e1cf1b2ca62" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1116,16 +1176,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/microsoft.storagesync/storageSyncServices/sssps4912/workflows/6bc8d267-5997-4698-bff4-5037281e6231/operationresults/781b5395-ba07-441a-960f-1dbb0dbb8eae?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZlYzg1YTZjLTVhNTgtNDgyMS1hNzlhLTgwZDNmYTQ0MmU2NyIsIndvcmtmbG93SWQiOiI2MjEzMmVkNi00NGFlLTQ3NWYtYTQyMS1hMTczNjE0ZGY0MWUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNTI3YzY5YWQtYzI1Zi00MGM0LWEyYTQtMmFkM2NlZjVjZDk3In0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/microsoft.storagesync/storageSyncServices/sssps4912/workflows/6bc8d267-5997-4698-bff4-5037281e6231/operations/781b5395-ba07-441a-960f-1dbb0dbb8eae?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZlYzg1YTZjLTVhNTgtNDgyMS1hNzlhLTgwZDNmYTQ0MmU2NyIsIndvcmtmbG93SWQiOiI2MjEzMmVkNi00NGFlLTQ3NWYtYTQyMS1hMTczNjE0ZGY0MWUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNTI3YzY5YWQtYzI1Zi00MGM0LWEyYTQtMmFkM2NlZjVjZDk3In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "6b123425-eca2-4e2e-8175-241c2d0d57c3" + "31a3bfa6-f939-48af-a5f8-c4aebd2f72c7" ], "X-Content-Type-Options": [ "nosniff" @@ -1143,16 +1203,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "882e5955-029e-4333-8d16-576250b124a4" + "8400c1ae-2b61-41b8-93b1-45e4b6177c76" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T155925Z:882e5955-029e-4333-8d16-576250b124a4" + "WESTUS:20200623T085042Z:8400c1ae-2b61-41b8-93b1-45e4b6177c76" ], "Date": [ - "Wed, 03 Jul 2019 15:59:25 GMT" + "Tue, 23 Jun 2020 08:50:41 GMT" ], "Expires": [ "-1" @@ -1165,16 +1225,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/microsoft.storagesync/storageSyncServices/sssps4912/workflows/6bc8d267-5997-4698-bff4-5037281e6231/operations/781b5395-ba07-441a-960f-1dbb0dbb8eae?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzOTMzMS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0OTEyL3dvcmtmbG93cy82YmM4ZDI2Ny01OTk3LTQ2OTgtYmZmNC01MDM3MjgxZTYyMzEvb3BlcmF0aW9ucy83ODFiNTM5NS1iYTA3LTQ0MWEtOTYwZi0xZGJiMGRiYjhlYWU/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZlYzg1YTZjLTVhNTgtNDgyMS1hNzlhLTgwZDNmYTQ0MmU2NyIsIndvcmtmbG93SWQiOiI2MjEzMmVkNi00NGFlLTQ3NWYtYTQyMS1hMTczNjE0ZGY0MWUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNTI3YzY5YWQtYzI1Zi00MGM0LWEyYTQtMmFkM2NlZjVjZDk3In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmxZemcxWVRaakxUVmhOVGd0TkRneU1TMWhOemxoTFRnd1pETm1ZVFEwTW1VMk55SXNJbmR2Y210bWJHOTNTV1FpT2lJMk1qRXpNbVZrTmkwME5HRmxMVFEzTldZdFlUUXlNUzFoTVRjek5qRTBaR1kwTVdVaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTlRJM1l6WTVZV1F0WXpJMVppMDBNR00wTFdFeVlUUXRNbUZrTTJObFpqVmpaRGszSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1185,7 +1245,7 @@ "no-cache" ], "x-ms-request-id": [ - "c61f4fc7-e74f-4149-b9c7-15a8a306ed06" + "c9a2cbe9-a50e-420d-903e-eac563da3a21" ], "X-Content-Type-Options": [ "nosniff" @@ -1206,38 +1266,38 @@ "11998" ], "x-ms-correlation-request-id": [ - "d48a0ca4-273b-41c0-94e0-fb8add77d6c8" + "3c3128b4-003e-4fbf-a752-04d57df8c51e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T155936Z:d48a0ca4-273b-41c0-94e0-fb8add77d6c8" + "WESTUS:20200623T085052Z:3c3128b4-003e-4fbf-a752-04d57df8c51e" ], "Date": [ - "Wed, 03 Jul 2019 15:59:35 GMT" + "Tue, 23 Jun 2020 08:50:51 GMT" ], "Content-Length": [ - "444" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/microsoft.storagesync/storageSyncServices/sssps4912/workflow/6bc8d267-5997-4698-bff4-5037281e6231/operationresults/781b5395-ba07-441a-960f-1dbb0dbb8eae\",\r\n \"name\": \"781b5395-ba07-441a-960f-1dbb0dbb8eae\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T15:59:25.77809Z\",\r\n \"endTime\": \"2019-07-03T15:59:33.407907Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZlYzg1YTZjLTVhNTgtNDgyMS1hNzlhLTgwZDNmYTQ0MmU2NyIsIndvcmtmbG93SWQiOiI2MjEzMmVkNi00NGFlLTQ3NWYtYTQyMS1hMTczNjE0ZGY0MWUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNTI3YzY5YWQtYzI1Zi00MGM0LWEyYTQtMmFkM2NlZjVjZDk3In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImZlYzg1YTZjLTVhNTgtNDgyMS1hNzlhLTgwZDNmYTQ0MmU2NyIsIndvcmtmbG93SWQiOiI2MjEzMmVkNi00NGFlLTQ3NWYtYTQyMS1hMTczNjE0ZGY0MWUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNTI3YzY5YWQtYzI1Zi00MGM0LWEyYTQtMmFkM2NlZjVjZDk3In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T08:50:42.4258568Z\",\r\n \"endTime\": \"2020-06-23T08:50:51.7858625Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/Microsoft.StorageSync/storageSyncServices/sssps4912/syncGroups/sgps7789/cloudEndpoints/cepps9012?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzOTMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0OTEyL3N5bmNHcm91cHMvc2dwczc3ODkvY2xvdWRFbmRwb2ludHMvY2VwcHM5MDEyP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3577/providers/Microsoft.StorageSync/storageSyncServices/sssps7698/syncGroups/sgps4474/cloudEndpoints/cepps2531?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzU3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3Njk4L3N5bmNHcm91cHMvc2dwczQ0NzQvY2xvdWRFbmRwb2ludHMvY2VwcHMyNTMxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1248,7 +1308,7 @@ "no-cache" ], "x-ms-request-id": [ - "15eb0b6c-7add-4e2c-a0f0-9a9ca79ccdc5" + "e28ea3d8-8f1b-490c-9e24-6f3200ce4db2" ], "X-Content-Type-Options": [ "nosniff" @@ -1269,44 +1329,44 @@ "11997" ], "x-ms-correlation-request-id": [ - "ba99d717-063e-4506-9818-91fb16672cab" + "8aa75185-7946-4d61-b1e5-1ed30248c997" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T155936Z:ba99d717-063e-4506-9818-91fb16672cab" + "WESTUS:20200623T085052Z:8aa75185-7946-4d61-b1e5-1ed30248c997" ], "Date": [ - "Wed, 03 Jul 2019 15:59:35 GMT" + "Tue, 23 Jun 2020 08:50:52 GMT" ], "Content-Length": [ - "985" + "1027" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountKey\": null,\r\n \"storageAccount\": null,\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/Microsoft.Storage/storageAccounts/saps1057\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8ODg1NzUxQzMtQkZBNi00RkRELThGRjYtOTlDM0JCNzQ2RjJDfEdFTkVSSUN8MkIyRUFENzYtMTVEQi00QjhBLUJFQjItMzQwRTRBMDk1NTZF\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps4912/workflows/6bc8d267-5997-4698-bff4-5037281e6231\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/microsoft.storagesync/storageSyncServices/sssps4912/syncGroups/sgps7789/cloudEndpoints/cepps9012\",\r\n \"name\": \"cepps9012\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3577/providers/Microsoft.Storage/storageAccounts/saps7395\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8M0YzREE0NDQtODNDNC00NThGLTgwOEUtQUZGMkRCNTZGRDI0fEdFTkVSSUN8MzQ2ODVDNjYtMjI5OS00N0EwLUEzRTAtODlDMzBGRUE0NzU5\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps7698/workflows/62132ed6-44ae-475f-a421-a173614df41e\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3577/providers/microsoft.storagesync/storageSyncServices/sssps7698/syncGroups/sgps4474/cloudEndpoints/cepps2531\",\r\n \"name\": \"cepps2531\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/Microsoft.StorageSync/storageSyncServices/sssps4912/syncGroups/sgps7789/cloudEndpoints/cepps9012?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzOTMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0OTEyL3N5bmNHcm91cHMvc2dwczc3ODkvY2xvdWRFbmRwb2ludHMvY2VwcHM5MDEyP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3577/providers/Microsoft.StorageSync/storageSyncServices/sssps7698/syncGroups/sgps4474/cloudEndpoints/cepps2531?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzU3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3Njk4L3N5bmNHcm91cHMvc2dwczQ0NzQvY2xvdWRFbmRwb2ludHMvY2VwcHMyNTMxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "01354e16-070c-4693-aa11-798ec41a940f" + "1c8f4a10-57ca-494c-ac8b-2e8651529aa7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1317,16 +1377,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/microsoft.storagesync/storageSyncServices/sssps4912/workflows/5ea4c00e-fe23-4418-90b7-e936ed5167cf/operationresults/3ae2c6bb-66bc-48bc-8848-7b968e14e6df?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZlYzg1YTZjLTVhNTgtNDgyMS1hNzlhLTgwZDNmYTQ0MmU2NyIsIndvcmtmbG93SWQiOiI2NDdmYzA5OS03ZDNhLTQ0MzMtYjkyOC1hNjdmNjk4MWE3MjMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZGEzZjhlNDAtMzIzZS00YmU5LWIzOTQtYmY5MmNhOGU0NjljIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/microsoft.storagesync/storageSyncServices/sssps4912/workflows/5ea4c00e-fe23-4418-90b7-e936ed5167cf/operations/3ae2c6bb-66bc-48bc-8848-7b968e14e6df?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZlYzg1YTZjLTVhNTgtNDgyMS1hNzlhLTgwZDNmYTQ0MmU2NyIsIndvcmtmbG93SWQiOiI2NDdmYzA5OS03ZDNhLTQ0MzMtYjkyOC1hNjdmNjk4MWE3MjMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZGEzZjhlNDAtMzIzZS00YmU5LWIzOTQtYmY5MmNhOGU0NjljIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "e24eac51-0b1d-4a58-898d-b1e197b68766" + "47020793-a47c-40d8-be80-aa2b465fe0ad" ], "X-Content-Type-Options": [ "nosniff" @@ -1347,13 +1407,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "e7878eb4-bbc6-41fb-bb28-2ca2b3389ad9" + "6ceac385-35b1-4f3c-8d42-b75630360688" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T155936Z:e7878eb4-bbc6-41fb-bb28-2ca2b3389ad9" + "WESTUS:20200623T085053Z:6ceac385-35b1-4f3c-8d42-b75630360688" ], "Date": [ - "Wed, 03 Jul 2019 15:59:36 GMT" + "Tue, 23 Jun 2020 08:50:52 GMT" ], "Expires": [ "-1" @@ -1366,16 +1426,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/microsoft.storagesync/storageSyncServices/sssps4912/workflows/5ea4c00e-fe23-4418-90b7-e936ed5167cf/operations/3ae2c6bb-66bc-48bc-8848-7b968e14e6df?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzOTMzMS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0OTEyL3dvcmtmbG93cy81ZWE0YzAwZS1mZTIzLTQ0MTgtOTBiNy1lOTM2ZWQ1MTY3Y2Yvb3BlcmF0aW9ucy8zYWUyYzZiYi02NmJjLTQ4YmMtODg0OC03Yjk2OGUxNGU2ZGY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZlYzg1YTZjLTVhNTgtNDgyMS1hNzlhLTgwZDNmYTQ0MmU2NyIsIndvcmtmbG93SWQiOiI2NDdmYzA5OS03ZDNhLTQ0MzMtYjkyOC1hNjdmNjk4MWE3MjMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZGEzZjhlNDAtMzIzZS00YmU5LWIzOTQtYmY5MmNhOGU0NjljIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmxZemcxWVRaakxUVmhOVGd0TkRneU1TMWhOemxoTFRnd1pETm1ZVFEwTW1VMk55SXNJbmR2Y210bWJHOTNTV1FpT2lJMk5EZG1ZekE1T1MwM1pETmhMVFEwTXpNdFlqa3lPQzFoTmpkbU5qazRNV0UzTWpNaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWkdFelpqaGxOREF0TXpJelpTMDBZbVU1TFdJek9UUXRZbVk1TW1OaE9HVTBOamxqSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1386,7 +1446,7 @@ "no-cache" ], "x-ms-request-id": [ - "1adeb26f-0d85-4346-90da-0b5ba2a335d4" + "fb4aeaf5-3dc1-4786-a6db-af38c726321e" ], "X-Content-Type-Options": [ "nosniff" @@ -1407,38 +1467,38 @@ "11996" ], "x-ms-correlation-request-id": [ - "6888b18c-02f6-4386-8d74-da330782ce8b" + "f2cbbbe7-2ae7-4a7f-a1d9-6826980a64d4" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T155947Z:6888b18c-02f6-4386-8d74-da330782ce8b" + "WESTUS:20200623T085104Z:f2cbbbe7-2ae7-4a7f-a1d9-6826980a64d4" ], "Date": [ - "Wed, 03 Jul 2019 15:59:46 GMT" + "Tue, 23 Jun 2020 08:51:03 GMT" ], "Content-Length": [ - "447" + "743" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/microsoft.storagesync/storageSyncServices/sssps4912/workflow/5ea4c00e-fe23-4418-90b7-e936ed5167cf/operationresults/3ae2c6bb-66bc-48bc-8848-7b968e14e6df\",\r\n \"name\": \"3ae2c6bb-66bc-48bc-8848-7b968e14e6df\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T15:59:37.0817387Z\",\r\n \"endTime\": \"2019-07-03T15:59:41.2577654Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZlYzg1YTZjLTVhNTgtNDgyMS1hNzlhLTgwZDNmYTQ0MmU2NyIsIndvcmtmbG93SWQiOiI2NDdmYzA5OS03ZDNhLTQ0MzMtYjkyOC1hNjdmNjk4MWE3MjMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZGEzZjhlNDAtMzIzZS00YmU5LWIzOTQtYmY5MmNhOGU0NjljIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImZlYzg1YTZjLTVhNTgtNDgyMS1hNzlhLTgwZDNmYTQ0MmU2NyIsIndvcmtmbG93SWQiOiI2NDdmYzA5OS03ZDNhLTQ0MzMtYjkyOC1hNjdmNjk4MWE3MjMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZGEzZjhlNDAtMzIzZS00YmU5LWIzOTQtYmY5MmNhOGU0NjljIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T08:50:54.020592Z\",\r\n \"endTime\": \"2020-06-23T08:50:58.103218Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/microsoft.storagesync/storageSyncServices/sssps4912/workflows/5ea4c00e-fe23-4418-90b7-e936ed5167cf/operationresults/3ae2c6bb-66bc-48bc-8848-7b968e14e6df?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzOTMzMS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0OTEyL3dvcmtmbG93cy81ZWE0YzAwZS1mZTIzLTQ0MTgtOTBiNy1lOTM2ZWQ1MTY3Y2Yvb3BlcmF0aW9ucmVzdWx0cy8zYWUyYzZiYi02NmJjLTQ4YmMtODg0OC03Yjk2OGUxNGU2ZGY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZlYzg1YTZjLTVhNTgtNDgyMS1hNzlhLTgwZDNmYTQ0MmU2NyIsIndvcmtmbG93SWQiOiI2NDdmYzA5OS03ZDNhLTQ0MzMtYjkyOC1hNjdmNjk4MWE3MjMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZGEzZjhlNDAtMzIzZS00YmU5LWIzOTQtYmY5MmNhOGU0NjljIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmxZemcxWVRaakxUVmhOVGd0TkRneU1TMWhOemxoTFRnd1pETm1ZVFEwTW1VMk55SXNJbmR2Y210bWJHOTNTV1FpT2lJMk5EZG1ZekE1T1MwM1pETmhMVFEwTXpNdFlqa3lPQzFoTmpkbU5qazRNV0UzTWpNaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWkdFelpqaGxOREF0TXpJelpTMDBZbVU1TFdJek9UUXRZbVk1TW1OaE9HVTBOamxqSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1449,7 +1509,7 @@ "no-cache" ], "x-ms-request-id": [ - "bd8342dc-b434-4a14-b3b7-aa57b2fb0696" + "19c2ab76-7ae2-4d5f-a5d5-7c6326af1055" ], "X-Content-Type-Options": [ "nosniff" @@ -1470,13 +1530,13 @@ "11995" ], "x-ms-correlation-request-id": [ - "98a30482-082d-4a0b-8f68-31b1698a7405" + "80b219c3-5ed0-4d09-8ec7-45e0e140c66f" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T155948Z:98a30482-082d-4a0b-8f68-31b1698a7405" + "WESTUS:20200623T085104Z:80b219c3-5ed0-4d09-8ec7-45e0e140c66f" ], "Date": [ - "Wed, 03 Jul 2019 15:59:48 GMT" + "Tue, 23 Jun 2020 08:51:03 GMT" ], "Expires": [ "-1" @@ -1489,22 +1549,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/Microsoft.StorageSync/storageSyncServices/sssps4912/syncGroups/sgps7789?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzOTMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0OTEyL3N5bmNHcm91cHMvc2dwczc3ODk/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3577/providers/Microsoft.StorageSync/storageSyncServices/sssps7698/syncGroups/sgps4474?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzU3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3Njk4L3N5bmNHcm91cHMvc2dwczQ0NzQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a32d9093-9a90-48fd-ab17-3199c3a6c7cf" + "06aacb82-4d0b-480b-9729-9dc93b77d07f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1515,7 +1575,7 @@ "no-cache" ], "x-ms-request-id": [ - "192a078f-eecd-46ad-b372-467325b46e96" + "2c9eb5cf-3f8a-4617-a50c-0b2e9b55e812" ], "X-Content-Type-Options": [ "nosniff" @@ -1536,13 +1596,13 @@ "14998" ], "x-ms-correlation-request-id": [ - "e834eab6-9382-4d6c-812c-b02d414a5d0e" + "815eee4e-e522-4ac9-99af-af93b69b0dca" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T155948Z:e834eab6-9382-4d6c-812c-b02d414a5d0e" + "WESTUS:20200623T085104Z:815eee4e-e522-4ac9-99af-af93b69b0dca" ], "Date": [ - "Wed, 03 Jul 2019 15:59:48 GMT" + "Tue, 23 Jun 2020 08:51:03 GMT" ], "Expires": [ "-1" @@ -1555,22 +1615,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/Microsoft.StorageSync/storageSyncServices/sssps4912?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzOTMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0OTEyP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3577/providers/Microsoft.StorageSync/storageSyncServices/sssps7698?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzU3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3Njk4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ae0a1575-603c-48f4-a5d5-c6f5fa867b00" + "130a4ef2-39a5-4c9a-bb5a-85f04140d9fc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1580,8 +1640,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZlYzg1YTZjLTVhNTgtNDgyMS1hNzlhLTgwZDNmYTQ0MmU2NyIsIndvcmtmbG93SWQiOiIyNDQwM2ZlMS04YmE3LTQxMDYtYWI4NS1kY2I3ZDczNDI5ZTgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjM0YmI5NGQtMDcwZC00YzQ5LWJhODEtOWM3Yjg3NjA2MjdlIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZlYzg1YTZjLTVhNTgtNDgyMS1hNzlhLTgwZDNmYTQ0MmU2NyIsIndvcmtmbG93SWQiOiIyNDQwM2ZlMS04YmE3LTQxMDYtYWI4NS1kY2I3ZDczNDI5ZTgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjM0YmI5NGQtMDcwZC00YzQ5LWJhODEtOWM3Yjg3NjA2MjdlIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "76ec27fc-2d42-401b-a338-d545c31ffe3d" + "02881c98-8bca-4de7-b1f4-0160ca575a7d" ], "X-Content-Type-Options": [ "nosniff" @@ -1602,13 +1671,13 @@ "14997" ], "x-ms-correlation-request-id": [ - "c09cac63-0ec1-4964-854b-ad6dc0be2366" + "6b7690f7-b936-474e-86a0-62081897ebe9" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T155949Z:c09cac63-0ec1-4964-854b-ad6dc0be2366" + "WESTUS:20200623T085105Z:6b7690f7-b936-474e-86a0-62081897ebe9" ], "Date": [ - "Wed, 03 Jul 2019 15:59:49 GMT" + "Tue, 23 Jun 2020 08:51:04 GMT" ], "Expires": [ "-1" @@ -1618,25 +1687,148 @@ ] }, "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZlYzg1YTZjLTVhNTgtNDgyMS1hNzlhLTgwZDNmYTQ0MmU2NyIsIndvcmtmbG93SWQiOiIyNDQwM2ZlMS04YmE3LTQxMDYtYWI4NS1kY2I3ZDczNDI5ZTgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjM0YmI5NGQtMDcwZC00YzQ5LWJhODEtOWM3Yjg3NjA2MjdlIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmxZemcxWVRaakxUVmhOVGd0TkRneU1TMWhOemxoTFRnd1pETm1ZVFEwTW1VMk55SXNJbmR2Y210bWJHOTNTV1FpT2lJeU5EUXdNMlpsTVMwNFltRTNMVFF4TURZdFlXSTROUzFrWTJJM1pEY3pOREk1WlRnaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTmpNMFltSTVOR1F0TURjd1pDMDBZelE1TFdKaE9ERXRPV00zWWpnM05qQTJNamRsSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "36d59344-7900-4a86-b93b-5b447d4ce8ed" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "5f30f745-3252-40c9-be48-c5f4337508a2" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T085115Z:5f30f745-3252-40c9-be48-c5f4337508a2" + ], + "Date": [ + "Tue, 23 Jun 2020 08:51:15 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZlYzg1YTZjLTVhNTgtNDgyMS1hNzlhLTgwZDNmYTQ0MmU2NyIsIndvcmtmbG93SWQiOiIyNDQwM2ZlMS04YmE3LTQxMDYtYWI4NS1kY2I3ZDczNDI5ZTgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjM0YmI5NGQtMDcwZC00YzQ5LWJhODEtOWM3Yjg3NjA2MjdlIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImZlYzg1YTZjLTVhNTgtNDgyMS1hNzlhLTgwZDNmYTQ0MmU2NyIsIndvcmtmbG93SWQiOiIyNDQwM2ZlMS04YmE3LTQxMDYtYWI4NS1kY2I3ZDczNDI5ZTgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjM0YmI5NGQtMDcwZC00YzQ5LWJhODEtOWM3Yjg3NjA2MjdlIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T08:51:06.3881767Z\",\r\n \"endTime\": \"2020-06-23T08:51:11.8820018Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/Microsoft.Storage/storageAccounts/saps1057?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzOTMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHMxMDU3P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZlYzg1YTZjLTVhNTgtNDgyMS1hNzlhLTgwZDNmYTQ0MmU2NyIsIndvcmtmbG93SWQiOiIyNDQwM2ZlMS04YmE3LTQxMDYtYWI4NS1kY2I3ZDczNDI5ZTgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjM0YmI5NGQtMDcwZC00YzQ5LWJhODEtOWM3Yjg3NjA2MjdlIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmxZemcxWVRaakxUVmhOVGd0TkRneU1TMWhOemxoTFRnd1pETm1ZVFEwTW1VMk55SXNJbmR2Y210bWJHOTNTV1FpT2lJeU5EUXdNMlpsTVMwNFltRTNMVFF4TURZdFlXSTROUzFrWTJJM1pEY3pOREk1WlRnaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTmpNMFltSTVOR1F0TURjd1pDMDBZelE1TFdKaE9ERXRPV00zWWpnM05qQTJNamRsSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "69ef60d0-2e3a-4b6f-aea8-6f4ab0a3a028" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11993" + ], + "x-ms-correlation-request-id": [ + "49bbe899-dbf8-49cd-b76c-508bfa4d33bc" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T085116Z:49bbe899-dbf8-49cd-b76c-508bfa4d33bc" + ], + "Date": [ + "Tue, 23 Jun 2020 08:51:16 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3577/providers/Microsoft.Storage/storageAccounts/saps7395?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzU3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM3Mzk1P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f07f837f-8819-42cd-b03e-b56cceebcfbd" + "d44c34a8-e88c-4968-a32a-95b20f607435" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1647,7 +1839,7 @@ "no-cache" ], "x-ms-request-id": [ - "9efd1b8d-a416-4755-98c8-b3a0ac50288f" + "4110d77d-643f-4826-a388-f41730366e7e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1659,16 +1851,16 @@ "14996" ], "x-ms-correlation-request-id": [ - "593126a5-d584-4731-9fe2-9704accdf4c8" + "d61a509d-1e2a-46e6-b4c6-da8d3b9b6092" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T155951Z:593126a5-d584-4731-9fe2-9704accdf4c8" + "WESTUS:20200623T085118Z:d61a509d-1e2a-46e6-b4c6-da8d3b9b6092" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 15:59:51 GMT" + "Tue, 23 Jun 2020 08:51:18 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -1684,22 +1876,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps9331/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzOTMzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3577/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzU3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e195a1d8-2389-41cc-94cb-79d82705cc6f" + "eb09424e-1ebd-4751-a608-24de69c4eafd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1710,16 +1902,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11992" ], "x-ms-request-id": [ - "37b1ff87-9f09-42cd-939f-b6df1324c23e" + "9f349295-c556-42f4-bed1-c7cab2a232c8" ], "x-ms-correlation-request-id": [ - "37b1ff87-9f09-42cd-939f-b6df1324c23e" + "9f349295-c556-42f4-bed1-c7cab2a232c8" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T155951Z:37b1ff87-9f09-42cd-939f-b6df1324c23e" + "WESTUS:20200623T085118Z:9f349295-c556-42f4-bed1-c7cab2a232c8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1728,7 +1920,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 15:59:51 GMT" + "Tue, 23 Jun 2020 08:51:18 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1744,22 +1936,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps9331?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzOTMzMT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps3577?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzMzU3Nz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c9eca4e3-0dc2-4a46-99e3-c91d18177eac" + "f1ac664e-49ed-4813-8c19-6cae28ac35d8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1770,7 +1962,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkzMzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM1NzctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -1779,13 +1971,13 @@ "14995" ], "x-ms-request-id": [ - "ad9d69c8-94d8-43b5-9666-e8abaffa08b7" + "1947335a-b701-447c-a562-e260a9a06fcb" ], "x-ms-correlation-request-id": [ - "ad9d69c8-94d8-43b5-9666-e8abaffa08b7" + "1947335a-b701-447c-a562-e260a9a06fcb" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T155952Z:ad9d69c8-94d8-43b5-9666-e8abaffa08b7" + "WESTUS:20200623T085119Z:1947335a-b701-447c-a562-e260a9a06fcb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1794,7 +1986,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 15:59:52 GMT" + "Tue, 23 Jun 2020 08:51:19 GMT" ], "Expires": [ "-1" @@ -1807,16 +1999,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkzMzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprek16RXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM1NzctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNMU56Y3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1827,22 +2019,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkzMzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM1NzctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11991" ], "x-ms-request-id": [ - "8308ba2f-635e-4624-814e-66aded21acf2" + "ec3be06e-4a04-4542-abb6-da808f87f135" ], "x-ms-correlation-request-id": [ - "8308ba2f-635e-4624-814e-66aded21acf2" + "ec3be06e-4a04-4542-abb6-da808f87f135" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T160007Z:8308ba2f-635e-4624-814e-66aded21acf2" + "WESTUS:20200623T085134Z:ec3be06e-4a04-4542-abb6-da808f87f135" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1851,7 +2043,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:00:07 GMT" + "Tue, 23 Jun 2020 08:51:34 GMT" ], "Expires": [ "-1" @@ -1864,16 +2056,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkzMzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprek16RXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM1NzctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNMU56Y3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1884,22 +2076,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkzMzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM1NzctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11990" ], "x-ms-request-id": [ - "917df411-bd55-443d-88d5-0c85d0dfb48a" + "e5ac88bd-20d0-485d-b7e0-b4f9c1c6a0d6" ], "x-ms-correlation-request-id": [ - "917df411-bd55-443d-88d5-0c85d0dfb48a" + "e5ac88bd-20d0-485d-b7e0-b4f9c1c6a0d6" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T160022Z:917df411-bd55-443d-88d5-0c85d0dfb48a" + "WESTUS:20200623T085149Z:e5ac88bd-20d0-485d-b7e0-b4f9c1c6a0d6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1908,7 +2100,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:00:21 GMT" + "Tue, 23 Jun 2020 08:51:49 GMT" ], "Expires": [ "-1" @@ -1921,16 +2113,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkzMzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprek16RXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM1NzctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNMU56Y3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1941,16 +2133,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11989" ], "x-ms-request-id": [ - "992e140f-3e57-4bb0-85d9-2c006e121afc" + "3a5d8cf2-8c92-4828-8636-7a5891f4e5f8" ], "x-ms-correlation-request-id": [ - "992e140f-3e57-4bb0-85d9-2c006e121afc" + "3a5d8cf2-8c92-4828-8636-7a5891f4e5f8" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T160037Z:992e140f-3e57-4bb0-85d9-2c006e121afc" + "WESTUS:20200623T085204Z:3a5d8cf2-8c92-4828-8636-7a5891f4e5f8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1959,7 +2151,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:00:36 GMT" + "Tue, 23 Jun 2020 08:52:04 GMT" ], "Expires": [ "-1" @@ -1972,16 +2164,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkzMzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprek16RXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM1NzctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNMU56Y3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1992,16 +2184,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11988" ], "x-ms-request-id": [ - "b7e620ba-1a5e-49b6-bab4-9f1081238de8" + "94fc4bbf-30d8-4528-8a2a-35226d1539a6" ], "x-ms-correlation-request-id": [ - "b7e620ba-1a5e-49b6-bab4-9f1081238de8" + "94fc4bbf-30d8-4528-8a2a-35226d1539a6" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T160037Z:b7e620ba-1a5e-49b6-bab4-9f1081238de8" + "WESTUS:20200623T085204Z:94fc4bbf-30d8-4528-8a2a-35226d1539a6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2010,7 +2202,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:00:36 GMT" + "Tue, 23 Jun 2020 08:52:04 GMT" ], "Expires": [ "-1" @@ -2025,19 +2217,19 @@ ], "Names": { "Test-NewCloudEndpoint": [ - "ps9331", - "ps4912", - "ps7789", - "ps9012", - "ps1057" + "ps3577", + "ps7698", + "ps4474", + "ps2531", + "ps7395" ], "TestNewCloudEndpoint": [ - "45234253-56ed-4243-b8ed-bd92b2fbe5ce" + "e3989f03-78c0-4f75-9a7e-08a4ea3f6abb" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestRemoveCloudEndpoint.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestRemoveCloudEndpoint.json index 92090c4400cd..84db0a31aa00 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestRemoveCloudEndpoint.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestRemoveCloudEndpoint.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "39dd2a06-13b0-41c5-9c68-1172b72f8e84" + "4853f8ec-73c1-4253-8514-eafb2cf332be" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "1aa24875-cf0b-43b1-8385-eb6b55dfc14f" + "e167707f-52d8-4964-bd52-f13e011fa5f4" ], "x-ms-correlation-request-id": [ - "1aa24875-cf0b-43b1-8385-eb6b55dfc14f" + "e167707f-52d8-4964-bd52-f13e011fa5f4" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170244Z:1aa24875-cf0b-43b1-8385-eb6b55dfc14f" + "WESTUS:20200623T090624Z:e167707f-52d8-4964-bd52-f13e011fa5f4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:02:44 GMT" + "Tue, 23 Jun 2020 09:06:23 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\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\": \"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\": \"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\": \"notifyResourceJobs\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\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 ]\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-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-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-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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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-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-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 },\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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "71bdf5da-21ae-47cd-a0ca-f307077c8b28" + "50a2d7f9-5e23-47d1-aecd-37a2262f9058" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "22446650-9c3f-4c28-a702-59be2fce4177" + "a2341837-5f57-4f7b-a526-1810c5bf45de" ], "x-ms-correlation-request-id": [ - "22446650-9c3f-4c28-a702-59be2fce4177" + "a2341837-5f57-4f7b-a526-1810c5bf45de" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170245Z:22446650-9c3f-4c28-a702-59be2fce4177" + "WESTUS:20200623T090624Z:a2341837-5f57-4f7b-a526-1810c5bf45de" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:02:44 GMT" + "Tue, 23 Jun 2020 09:06:23 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,10 +114,10 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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-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-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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 \"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 \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { @@ -127,16 +127,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2db175ba-35eb-4a39-aed3-85ed84029c79" + "e5633a28-fb86-4dca-a034-9b8801a910e4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Internal.Subscriptions.SubscriptionClient/1.3.0" + "Microsoft.Azure.Internal.Subscriptions.SubscriptionClient/1.3.16" ] }, "ResponseHeaders": { @@ -150,13 +150,13 @@ "11999" ], "x-ms-request-id": [ - "df667f62-ff17-4c8b-b504-65c0d95d9761" + "a51aeb9c-892e-4ca5-b32e-0175efb2d656" ], "x-ms-correlation-request-id": [ - "df667f62-ff17-4c8b-b504-65c0d95d9761" + "a51aeb9c-892e-4ca5-b32e-0175efb2d656" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170245Z:df667f62-ff17-4c8b-b504-65c0d95d9761" + "WESTUS:20200623T090624Z:a51aeb9c-892e-4ca5-b32e-0175efb2d656" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -165,7 +165,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:02:44 GMT" + "Tue, 23 Jun 2020 09:06:23 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -177,26 +177,26 @@ "116" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/tenants/0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"tenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/tenants/6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"tenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps5672?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNTY3Mj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps332?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzMzMyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "72697635-dc8a-41db-b0a4-de9f42cb4716" + "c5a97566-1433-4335-9088-4f0b201d072c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -213,16 +213,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-request-id": [ - "f0ac4263-fa5a-4b68-892c-949682e3e613" + "9e0b33cc-97e7-4e0b-9851-a1427cc8dcad" ], "x-ms-correlation-request-id": [ - "f0ac4263-fa5a-4b68-892c-949682e3e613" + "9e0b33cc-97e7-4e0b-9851-a1427cc8dcad" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170247Z:f0ac4263-fa5a-4b68-892c-949682e3e613" + "WESTUS:20200623T090624Z:9e0b33cc-97e7-4e0b-9851-a1427cc8dcad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -231,10 +231,10 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:02:46 GMT" + "Tue, 23 Jun 2020 09:06:23 GMT" ], "Content-Length": [ - "165" + "163" ], "Content-Type": [ "application/json; charset=utf-8" @@ -243,32 +243,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672\",\r\n \"name\": \"ps5672\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps332\",\r\n \"name\": \"ps332\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps8674\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps96\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c7e05877-b897-47a9-ba8b-707a9245e1e5" + "a2d4bd2e-8d0e-48d4-9ffe-d63b8e471668" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "83" + "81" ] }, "ResponseHeaders": { @@ -279,7 +279,7 @@ "no-cache" ], "x-ms-request-id": [ - "0c65e6c4-48de-4594-a964-a57ba81ff90c" + "ec67f3b0-10ab-4f26-9ee6-96afe7b4ed0b" ], "X-Content-Type-Options": [ "nosniff" @@ -297,53 +297,53 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "cdf6fae8-4be8-4650-b8e2-810e5eb1121a" + "b06a069d-5481-4d39-89dd-5237147066f3" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170247Z:cdf6fae8-4be8-4650-b8e2-810e5eb1121a" + "WESTUS:20200623T090625Z:b06a069d-5481-4d39-89dd-5237147066f3" ], "Date": [ - "Wed, 03 Jul 2019 17:02:47 GMT" + "Tue, 23 Jun 2020 09:06:25 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/Microsoft.StorageSync/storageSyncServices/sssps8674?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps332/providers/Microsoft.StorageSync/storageSyncServices/sssps96?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczk2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2aa5b271-64d0-4150-b7e5-f893509e980a" + "977fcc1a-8978-4d6b-8e8f-ed4be4d3f282" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -353,8 +353,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImNmZTE4NzNiLTZiODAtNDVkMi05MjkzLWM2NGZjMmM5YWQzZSIsIndvcmtmbG93SWQiOiI2N2RkZDc3Mi0xYzRhLTQwNGEtOThhYi03M2E4OGQ5N2I0NGUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNTk5Y2RjNzQtOWRjZC00NmUxLThlOWYtZDg3MDRjOWExYzNhIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImNmZTE4NzNiLTZiODAtNDVkMi05MjkzLWM2NGZjMmM5YWQzZSIsIndvcmtmbG93SWQiOiI2N2RkZDc3Mi0xYzRhLTQwNGEtOThhYi03M2E4OGQ5N2I0NGUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNTk5Y2RjNzQtOWRjZC00NmUxLThlOWYtZDg3MDRjOWExYzNhIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "69061e36-2f38-47ff-bf83-a21b177b91dd" + "9b937c28-8b5f-4633-8614-098e4ef801ed" ], "X-Content-Type-Options": [ "nosniff" @@ -372,47 +381,170 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1199" + ], + "x-ms-correlation-request-id": [ + "eb5ff1ba-ad0c-467f-b34e-fe413d410dd8" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T090631Z:eb5ff1ba-ad0c-467f-b34e-fe413d410dd8" + ], + "Date": [ + "Tue, 23 Jun 2020 09:06:30 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImNmZTE4NzNiLTZiODAtNDVkMi05MjkzLWM2NGZjMmM5YWQzZSIsIndvcmtmbG93SWQiOiI2N2RkZDc3Mi0xYzRhLTQwNGEtOThhYi03M2E4OGQ5N2I0NGUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNTk5Y2RjNzQtOWRjZC00NmUxLThlOWYtZDg3MDRjOWExYzNhIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltTm1aVEU0TnpOaUxUWmlPREF0TkRWa01pMDVNamt6TFdNMk5HWmpNbU01WVdRelpTSXNJbmR2Y210bWJHOTNTV1FpT2lJMk4yUmtaRGMzTWkweFl6UmhMVFF3TkdFdE9UaGhZaTAzTTJFNE9HUTVOMkkwTkdVaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTlRrNVkyUmpOelF0T1dSalpDMDBObVV4TFRobE9XWXRaRGczTURSak9XRXhZek5oSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "8049a892-3c3e-4bdb-9324-c615953dc66b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11999" ], "x-ms-correlation-request-id": [ - "233ca0d4-2ba1-46ab-b905-63e55fed9d2b" + "5bef7da2-3fb6-45d6-a2bf-3988f35266cf" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170248Z:233ca0d4-2ba1-46ab-b905-63e55fed9d2b" + "WESTUS:20200623T090641Z:5bef7da2-3fb6-45d6-a2bf-3988f35266cf" ], "Date": [ - "Wed, 03 Jul 2019 17:02:48 GMT" + "Tue, 23 Jun 2020 09:06:40 GMT" ], "Content-Length": [ - "329" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImNmZTE4NzNiLTZiODAtNDVkMi05MjkzLWM2NGZjMmM5YWQzZSIsIndvcmtmbG93SWQiOiI2N2RkZDc3Mi0xYzRhLTQwNGEtOThhYi03M2E4OGQ5N2I0NGUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNTk5Y2RjNzQtOWRjZC00NmUxLThlOWYtZDg3MDRjOWExYzNhIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImNmZTE4NzNiLTZiODAtNDVkMi05MjkzLWM2NGZjMmM5YWQzZSIsIndvcmtmbG93SWQiOiI2N2RkZDc3Mi0xYzRhLTQwNGEtOThhYi03M2E4OGQ5N2I0NGUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNTk5Y2RjNzQtOWRjZC00NmUxLThlOWYtZDg3MDRjOWExYzNhIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T09:06:31.8887354Z\",\r\n \"endTime\": \"2020-06-23T09:06:38.0484761Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps332/providers/Microsoft.StorageSync/storageSyncServices/sssps96?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczk2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "babb5ee3-8ec0-4761-988e-4dfa5b095250" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "997c35a8-15a0-4246-aa54-3d2c8581bb35" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T090641Z:997c35a8-15a0-4246-aa54-3d2c8581bb35" + ], + "Date": [ + "Tue, 23 Jun 2020 09:06:41 GMT" + ], + "Content-Length": [ + "626" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674\",\r\n \"name\": \"sssps8674\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps96/workflows/67ddd772-1c4a-404a-98ab-73a88d97b44e\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps332/providers/microsoft.storagesync/storageSyncServices/sssps96\",\r\n \"name\": \"sssps96\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/Microsoft.StorageSync/storageSyncServices/sssps8674/syncGroups/sgps3005?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3N5bmNHcm91cHMvc2dwczMwMDU/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps332/providers/Microsoft.StorageSync/storageSyncServices/sssps96/syncGroups/sgps1499?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczk2L3N5bmNHcm91cHMvc2dwczE0OTk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {}\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "be603ced-a3a0-4c20-8099-be6f6c442832" + "aa8bffd5-8bf5-464c-816a-3f374feb2a5b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -429,7 +561,7 @@ "no-cache" ], "x-ms-request-id": [ - "1c69ba20-07a6-4823-b2a8-5a9e32b68560" + "f4ad9f05-e95e-4c25-bad4-9c5679f88843" ], "X-Content-Type-Options": [ "nosniff" @@ -447,53 +579,53 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1198" ], "x-ms-correlation-request-id": [ - "6f6d01a2-5c46-4463-bc21-763be7c5fbab" + "55e5778b-1839-4585-8fd7-5cff475d2f18" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170249Z:6f6d01a2-5c46-4463-bc21-763be7c5fbab" + "WESTUS:20200623T090642Z:55e5778b-1839-4585-8fd7-5cff475d2f18" ], "Date": [ - "Wed, 03 Jul 2019 17:02:49 GMT" + "Tue, 23 Jun 2020 09:06:41 GMT" ], "Content-Length": [ - "331" + "368" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"685010a9-40a2-48d9-895e-bb3230adf98f\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/syncGroups/sgps3005\",\r\n \"name\": \"sgps3005\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"0ea221fa-3b8b-4e66-b9bc-f6198f581b1b\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps332/providers/microsoft.storagesync/storageSyncServices/sssps96/syncGroups/sgps1499\",\r\n \"name\": \"sgps1499\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/Microsoft.Storage/storageAccounts/saps8963?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM4OTYzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps332/providers/Microsoft.Storage/storageAccounts/saps6577?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvc2FwczY1Nzc/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"Central US EUAP\"\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"Central US EUAP\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "55c1b757-e794-4f93-a47f-ab0313d51a3b" + "9c97b91d-9927-4d84-bb7c-ed0586cc20cb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "105" + "107" ] }, "ResponseHeaders": { @@ -504,13 +636,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/93bbb6f0-22af-485f-8dde-02d20ec98d61?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/3a21c487-0332-40ed-9a24-6c3dc6982602?monitor=true&api-version=2017-10-01" ], "Retry-After": [ "17" ], "x-ms-request-id": [ - "93bbb6f0-22af-485f-8dde-02d20ec98d61" + "3a21c487-0332-40ed-9a24-6c3dc6982602" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -522,16 +654,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "cdbbf149-b4a8-4d5d-b05c-204d3019e263" + "7adb1e9b-ed70-4fbe-a5fd-1aff7fc4a1e6" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170250Z:cdbbf149-b4a8-4d5d-b05c-204d3019e263" + "WESTUS:20200623T090643Z:7adb1e9b-ed70-4fbe-a5fd-1aff7fc4a1e6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:02:50 GMT" + "Tue, 23 Jun 2020 09:06:43 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -547,16 +679,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/93bbb6f0-22af-485f-8dde-02d20ec98d61?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9hc3luY29wZXJhdGlvbnMvOTNiYmI2ZjAtMjJhZi00ODVmLThkZGUtMDJkMjBlYzk4ZDYxP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/3a21c487-0332-40ed-9a24-6c3dc6982602?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9hc3luY29wZXJhdGlvbnMvM2EyMWM0ODctMDMzMi00MGVkLTlhMjQtNmMzZGM2OTgyNjAyP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE3LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -567,7 +699,7 @@ "no-cache" ], "x-ms-request-id": [ - "0819ca0c-e2e7-4cd2-9922-94c3721ecc30" + "8df0291f-1a1b-4452-963f-e4196abef8e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -576,22 +708,22 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-correlation-request-id": [ - "fe02b1b4-af1d-4778-9c0f-6ea792b2837f" + "0885747e-e10b-4ded-b0cf-b82ba03475ce" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170307Z:fe02b1b4-af1d-4778-9c0f-6ea792b2837f" + "WESTUS:20200623T090700Z:0885747e-e10b-4ded-b0cf-b82ba03475ce" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:03:07 GMT" + "Tue, 23 Jun 2020 09:07:00 GMT" ], "Content-Length": [ - "1018" + "1038" ], "Content-Type": [ "application/json" @@ -600,26 +732,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/Microsoft.Storage/storageAccounts/saps8963\",\r\n \"name\": \"saps8963\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T17:02:50.2682976Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T17:02:50.2682976Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-07-03T17:02:50.2214222Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps8963.blob.core.windows.net/\",\r\n \"queue\": \"https://saps8963.queue.core.windows.net/\",\r\n \"table\": \"https://saps8963.table.core.windows.net/\",\r\n \"file\": \"https://saps8963.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps332/providers/Microsoft.Storage/storageAccounts/saps6577\",\r\n \"name\": \"saps6577\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T09:06:42.6753565Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T09:06:42.6753565Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-06-23T09:06:42.6284769Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps6577.blob.core.windows.net/\",\r\n \"queue\": \"https://saps6577.queue.core.windows.net/\",\r\n \"table\": \"https://saps6577.table.core.windows.net/\",\r\n \"file\": \"https://saps6577.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/Microsoft.Storage/storageAccounts/saps8963?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM4OTYzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps332/providers/Microsoft.Storage/storageAccounts/saps6577?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvc2FwczY1Nzc/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0b724732-e8e3-426c-8397-4de958de12b7" + "2260db98-8fba-4af9-bbae-16d5a9786f16" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -630,7 +762,7 @@ "no-cache" ], "x-ms-request-id": [ - "e0c3a150-89b2-415b-8410-4c590f9408cb" + "2532134b-37d2-4349-ad9d-428b8becdcda" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -639,22 +771,22 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-correlation-request-id": [ - "64fed910-2337-4e69-a8ce-90e17897e8c2" + "ee352946-76f5-4a48-ae96-bc92ddcbbe84" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170307Z:64fed910-2337-4e69-a8ce-90e17897e8c2" + "WESTUS:20200623T090700Z:ee352946-76f5-4a48-ae96-bc92ddcbbe84" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:03:07 GMT" + "Tue, 23 Jun 2020 09:07:00 GMT" ], "Content-Length": [ - "1018" + "1038" ], "Content-Type": [ "application/json" @@ -663,26 +795,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/Microsoft.Storage/storageAccounts/saps8963\",\r\n \"name\": \"saps8963\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T17:02:50.2682976Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T17:02:50.2682976Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-07-03T17:02:50.2214222Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps8963.blob.core.windows.net/\",\r\n \"queue\": \"https://saps8963.queue.core.windows.net/\",\r\n \"table\": \"https://saps8963.table.core.windows.net/\",\r\n \"file\": \"https://saps8963.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps332/providers/Microsoft.Storage/storageAccounts/saps6577\",\r\n \"name\": \"saps6577\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T09:06:42.6753565Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T09:06:42.6753565Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-06-23T09:06:42.6284769Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps6577.blob.core.windows.net/\",\r\n \"queue\": \"https://saps6577.queue.core.windows.net/\",\r\n \"table\": \"https://saps6577.table.core.windows.net/\",\r\n \"file\": \"https://saps6577.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/Microsoft.Storage/storageAccounts/saps8963/listKeys?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM4OTYzL2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps332/providers/Microsoft.Storage/storageAccounts/saps6577/listKeys?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvc2FwczY1NzcvbGlzdEtleXM/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c821b6f2-9a7c-4554-ae45-84bbb6eb060f" + "a0bd1dac-6048-4415-a74e-a165eb91531c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -693,7 +825,7 @@ "no-cache" ], "x-ms-request-id": [ - "39306212-81f0-42fc-b966-de3eb4923706" + "ec054b38-7a3c-4461-9be6-684c32e9af64" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -701,20 +833,20 @@ "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "11999" ], "x-ms-correlation-request-id": [ - "a605d59a-78eb-43e8-8803-7cbccc7fc1e2" + "b2cf7f54-c0f3-4390-b744-6552a264bb34" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170308Z:a605d59a-78eb-43e8-8803-7cbccc7fc1e2" + "WESTUS:20200623T090700Z:b2cf7f54-c0f3-4390-b744-6552a264bb34" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:03:07 GMT" + "Tue, 23 Jun 2020 09:07:00 GMT" ], "Content-Length": [ "288" @@ -726,26 +858,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"value\": \"MuP95wlbfDcAxKrmJZUNdybmUcZpxX6sJqhsigC8i8gk7xDQgcsnAaGlYPptwTe7WaxetMm8EX+ZzXGCFXn9mw==\",\r\n \"permissions\": \"FULL\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"value\": \"prUU9Hp96jbBpiux/aaR2hkt3ur7BTo3vuW2TaY7Iq86GqFxV7iEtsL11qG3d7JqIJH4gBYAxkqpn1rft5Uppw==\",\r\n \"permissions\": \"FULL\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"value\": \"4I1A7Uqtj3tM4kPpIizOwn7Taq9jwiuQcKZQJANswwwJYpsXta8HezZzVQCmcIhkx+s8KmmIBp+p6a0BH9Tlcg==\",\r\n \"permissions\": \"FULL\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"value\": \"PZaSAwcLaGLrxErOF11HcArCLyMnO0W38ZXkGrCAqdy7dRYTF2zykHDmzveSIX2h7B3rmrGpn9IXt7RpQA9PaA==\",\r\n \"permissions\": \"FULL\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/0483643a-cb2f-462a-bc27-1a270e5bdc0a/servicePrincipalsByAppId/9469b9f5-6722-4481-a2b2-14ed560b706f/objectId?api-version=1.6", - "EncodedRequestUri": "LzA0ODM2NDNhLWNiMmYtNDYyYS1iYzI3LTFhMjcwZTViZGMwYS9zZXJ2aWNlUHJpbmNpcGFsc0J5QXBwSWQvOTQ2OWI5ZjUtNjcyMi00NDgxLWEyYjItMTRlZDU2MGI3MDZmL29iamVjdElkP2FwaS12ZXJzaW9uPTEuNg==", + "RequestUri": "/6ad91d65-65ab-4e14-90f7-fe951035b7c9/servicePrincipalsByAppId/9469b9f5-6722-4481-a2b2-14ed560b706f/objectId?api-version=1.6", + "EncodedRequestUri": "LzZhZDkxZDY1LTY1YWItNGUxNC05MGY3LWZlOTUxMDM1YjdjOS9zZXJ2aWNlUHJpbmNpcGFsc0J5QXBwSWQvOTQ2OWI5ZjUtNjcyMi00NDgxLWEyYjItMTRlZDU2MGI3MDZmL29iamVjdElkP2FwaS12ZXJzaW9uPTEuNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d374bf3f-d554-42d9-9d8e-b0396cb3d196" + "509d7d6f-32f7-4067-a9be-e56b25add4a4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.0" + "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -756,19 +888,22 @@ "no-cache" ], "ocp-aad-diagnostics-server-name": [ - "FbAahKj+CAgBE9nDxnX/a9xy4bKzwpDul27qCyangJw=" + "uZIZlDb0VdMCrblAlDC751aYkn2Y4S/ttBzHidmWRqs=" ], "request-id": [ - "dcc423dd-3413-4c04-8cde-fc835f0981fb" + "62f40765-edfd-421c-aa53-c73536dd21b7" ], "client-request-id": [ - "d374bf3f-d554-42d9-9d8e-b0396cb3d196" + "509d7d6f-32f7-4067-a9be-e56b25add4a4" ], "x-ms-dirapi-data-contract-version": [ "1.6" ], "ocp-aad-session-key": [ - "-MqI7VdRFr-B3CT49DPKl373CEwOQC_bpUlarEr_dIBnYBPlvZ3OCijZ13l_4-MvwO3RhoRGjLT219Lt7CloV_DjUTEdzsgC7bxQFThqSq9JIJOmID-4cTEAJKS4KbeT.htNamVmDlV5Jl4W4QE_1kmrwsm6jtYvuE9eT8y_g_EA" + "HBt8bEK_Ai2ebHlKVf_OMCVOwmWztl-Wriug7FlJusy2REIhKv7lP9lGeQY-dZ7-7chkaDDLqyeWhGYrdoHbPbdUFxJlOkxg-RE_YIX6G1IqJ0p9AF-qaET7L9n3XEAA.CYTdGhK3QY0io4oPJVbWPPzogoOVukKQQL61EE_6Odo" + ], + "x-aad-resource-unit": [ + "1" ], "DataServiceVersion": [ "3.0;" @@ -786,10 +921,10 @@ "ASP.NET" ], "Duration": [ - "1331467" + "300270" ], "Date": [ - "Wed, 03 Jul 2019 17:03:07 GMT" + "Tue, 23 Jun 2020 09:07:00 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" @@ -801,26 +936,26 @@ "151" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/0483643a-cb2f-462a-bc27-1a270e5bdc0a/$metadata#Edm.String\",\r\n \"value\": \"384dab06-7a70-4ecf-a04e-284602199124\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/6ad91d65-65ab-4e14-90f7-fe951035b7c9/$metadata#Edm.String\",\r\n \"value\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/0483643a-cb2f-462a-bc27-1a270e5bdc0a/servicePrincipals/384dab06-7a70-4ecf-a04e-284602199124?api-version=1.6", - "EncodedRequestUri": "LzA0ODM2NDNhLWNiMmYtNDYyYS1iYzI3LTFhMjcwZTViZGMwYS9zZXJ2aWNlUHJpbmNpcGFscy8zODRkYWIwNi03YTcwLTRlY2YtYTA0ZS0yODQ2MDIxOTkxMjQ/YXBpLXZlcnNpb249MS42", + "RequestUri": "/6ad91d65-65ab-4e14-90f7-fe951035b7c9/servicePrincipals/d8eca219-3055-4504-9a60-18c2d0b4c18c?api-version=1.6", + "EncodedRequestUri": "LzZhZDkxZDY1LTY1YWItNGUxNC05MGY3LWZlOTUxMDM1YjdjOS9zZXJ2aWNlUHJpbmNpcGFscy9kOGVjYTIxOS0zMDU1LTQ1MDQtOWE2MC0xOGMyZDBiNGMxOGM/YXBpLXZlcnNpb249MS42", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5a072fc8-9cff-4a03-b0da-899ea7b39b73" + "92b481af-0620-40b9-9e29-d7f84a957d8e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.0" + "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -831,19 +966,22 @@ "no-cache" ], "ocp-aad-diagnostics-server-name": [ - "tw4fYXYGY2N8zzisqCfrGN37d/pH/8bdST30drhOOag=" + "jkM1lzjvNxXCHuvy0rCnAJ/uYNEE7+B/zPhCEcVEXNc=" ], "request-id": [ - "c133830b-5439-4f1d-a1bd-1b95c17e74e3" + "b7cebe5d-cc0d-4247-8d3f-8e83e77087eb" ], "client-request-id": [ - "5a072fc8-9cff-4a03-b0da-899ea7b39b73" + "92b481af-0620-40b9-9e29-d7f84a957d8e" ], "x-ms-dirapi-data-contract-version": [ "1.6" ], "ocp-aad-session-key": [ - "fqYIxJzZZMiaJDb0cU2URIIRXtsmVi9GZ7Fap09suUsplBAY583lhakVejVqjZodc0EEOL9DdIqKOtlhW3aB3jFeQsOddYDou5Dw33s2LRwormeZmoW7rW1qBp8v5DDJ.fhvEfqf-BWrtwkHAzbnIEEUhdAoY1LtuHemATy8yWMU" + "dBmSby3hwux-9r_MMiryy8xU1khKUULA-X_wAG2uUd9MxN1yF1L6ItSuadfqvizYbpErkAq9lCw0um1efaWUSB-72ItJEKmInpuToYYFT3OByaZljvDWHIa-N7H7LoIn.nH045SqfYG08eskaQv5EsR0zL41cQP_nIPNPdS1SAcg" + ], + "x-aad-resource-unit": [ + "1" ], "DataServiceVersion": [ "3.0;" @@ -861,10 +999,10 @@ "ASP.NET" ], "Duration": [ - "612633" + "319531" ], "Date": [ - "Wed, 03 Jul 2019 17:03:07 GMT" + "Tue, 23 Jun 2020 09:07:00 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" @@ -876,7 +1014,7 @@ "1299" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/0483643a-cb2f-462a-bc27-1a270e5bdc0a/$metadata#directoryObjects/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"384dab06-7a70-4ecf-a04e-284602199124\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.StorageSync\",\r\n \"appId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"applicationTemplateId\": null,\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.StorageSync\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"notificationEmailAddresses\": [],\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredSingleSignOnMode\": null,\r\n \"preferredTokenSigningKeyEndDateTime\": null,\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://0c38d04b-cf53-496f-aa30-9751eaf67399/redir\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"samlSingleSignOnSettings\": null,\r\n \"servicePrincipalNames\": [\r\n \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/6ad91d65-65ab-4e14-90f7-fe951035b7c9/$metadata#directoryObjects/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.StorageSync\",\r\n \"appId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"applicationTemplateId\": null,\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.StorageSync\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"notificationEmailAddresses\": [],\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredSingleSignOnMode\": null,\r\n \"preferredTokenSigningKeyEndDateTime\": null,\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://0c38d04b-cf53-496f-aa30-9751eaf67399/redir\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"samlSingleSignOnSettings\": null,\r\n \"servicePrincipalNames\": [\r\n \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n}", "StatusCode": 200 }, { @@ -886,16 +1024,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a7c39323-8658-4d2b-bd7b-1563725572cb" + "3d9f4e08-dcee-4f79-93af-8564761f3f54" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" + "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -905,11 +1043,8 @@ "Pragma": [ "no-cache" ], - "x-ms-request-charge": [ - "1" - ], "x-ms-request-id": [ - "7b1e18fb-d291-4c80-8999-25f3d1cf678d" + "6ef4b6e5-02cd-4b48-9bac-b030b7e84243" ], "X-Content-Type-Options": [ "nosniff" @@ -918,19 +1053,19 @@ "max-age=31536000; includeSubDomains" ], "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" + "x-ms-gateway-slice=Production; path=/; SameSite=None; secure; HttpOnly" ], "x-ms-ratelimit-remaining-tenant-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "ff67cb1d-b1ff-47e5-8e47-7c8e2ffa4675" + "ac5d151f-db00-446c-ad72-250c31e89801" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170308Z:ff67cb1d-b1ff-47e5-8e47-7c8e2ffa4675" + "WESTUS:20200623T090701Z:ac5d151f-db00-446c-ad72-250c31e89801" ], "Date": [ - "Wed, 03 Jul 2019 17:03:08 GMT" + "Tue, 23 Jun 2020 09:07:01 GMT" ], "Content-Length": [ "841" @@ -946,22 +1081,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps5672/providers/Microsoft.Storage///storageAccounts/saps8963/providers/Microsoft.Authorization/roleAssignments?$filter=assignedTo('384dab06-7a70-4ecf-a04e-284602199124')&api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2UvLy9zdG9yYWdlQWNjb3VudHMvc2Fwczg5NjMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cz8kZmlsdGVyPWFzc2lnbmVkVG8oJzM4NGRhYjA2LTdhNzAtNGVjZi1hMDRlLTI4NDYwMjE5OTEyNCcpJmFwaS12ZXJzaW9uPTIwMTUtMDctMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps332/providers/Microsoft.Storage///storageAccounts/saps6577/providers/Microsoft.Authorization/roleAssignments?$filter=assignedTo('d8eca219-3055-4504-9a60-18c2d0b4c18c')&api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzMzMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS8vL3N0b3JhZ2VBY2NvdW50cy9zYXBzNjU3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dGhvcml6YXRpb24vcm9sZUFzc2lnbm1lbnRzPyRmaWx0ZXI9YXNzaWduZWRUbygnZDhlY2EyMTktMzA1NS00NTA0LTlhNjAtMThjMmQwYjRjMThjJykmYXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "976b3744-81fe-4856-93e0-6acf37159a1a" + "e21a0483-5b22-4520-861a-630a40913d98" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" + "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -971,11 +1106,8 @@ "Pragma": [ "no-cache" ], - "x-ms-request-charge": [ - "1" - ], "x-ms-request-id": [ - "b9af2ea6-bf5e-40ab-88c4-3a740a0e89ab" + "a8f417c4-c872-4fa5-81da-dad565a9bd52" ], "X-Content-Type-Options": [ "nosniff" @@ -984,22 +1116,22 @@ "max-age=31536000; includeSubDomains" ], "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" + "x-ms-gateway-slice=Production; path=/; secure; HttpOnly; SameSite=None" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11948" + "11999" ], "x-ms-correlation-request-id": [ - "f8df0d71-b8f8-45c5-853e-263a6c4b4c34" + "cbff5d90-2407-45f4-bd91-c0ee0b80708e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170309Z:f8df0d71-b8f8-45c5-853e-263a6c4b4c34" + "WESTUS:20200623T090701Z:cbff5d90-2407-45f4-bd91-c0ee0b80708e" ], "Date": [ - "Wed, 03 Jul 2019 17:03:08 GMT" + "Tue, 23 Jun 2020 09:07:01 GMT" ], "Content-Length": [ - "12" + "732" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1008,104 +1140,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": []\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\",\r\n \"principalId\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\",\r\n \"scope\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b\",\r\n \"createdOn\": \"2020-05-23T18:29:54.9647107Z\",\r\n \"updatedOn\": \"2020-05-23T18:29:54.9647107Z\",\r\n \"createdBy\": \"a8656ec6-d7a4-4e38-bf78-58d74e3ed751\",\r\n \"updatedBy\": \"a8656ec6-d7a4-4e38-bf78-58d74e3ed751\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Authorization/roleAssignments/dc60f792-d409-4e1d-8fe5-192d121c26e9\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"dc60f792-d409-4e1d-8fe5-192d121c26e9\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/Microsoft.Storage/storageAccounts/saps8963/providers/Microsoft.Authorization/roleAssignments/9592883f-f0a4-4f4b-b7f1-ad2d66da533c?api-version=2015-07-01", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzdiOTZjYjAyLTQ2NjMtNDBmNC05YTg5LTYwM2QzODQ5ZTQ2YS9yZXNvdXJjZUdyb3Vwcy9wczU2NzIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zYXBzODk2My9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dGhvcml6YXRpb24vcm9sZUFzc2lnbm1lbnRzLzk1OTI4ODNmLWYwYTQtNGY0Yi1iN2YxLWFkMmQ2NmRhNTMzYz9hcGktdmVyc2lvbj0yMDE1LTA3LTAx", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\",\r\n \"principalId\": \"384dab06-7a70-4ecf-a04e-284602199124\"\r\n }\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6f7b487a-ce69-4855-8121-d87963b5bd56" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "254" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-charge": [ - "2" - ], - "x-ms-request-id": [ - "e26e794c-2ac2-44a5-9fd0-e3b2ddda1cc9" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" - ], - "x-ms-correlation-request-id": [ - "07da281e-9f5a-446e-b265-e77ca4660f25" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170311Z:07da281e-9f5a-446e-b265-e77ca4660f25" - ], - "Date": [ - "Wed, 03 Jul 2019 17:03:10 GMT" - ], - "Content-Length": [ - "836" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\",\r\n \"principalId\": \"384dab06-7a70-4ecf-a04e-284602199124\",\r\n \"scope\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/Microsoft.Storage/storageAccounts/saps8963\",\r\n \"createdOn\": \"2019-07-03T17:03:09.3178128Z\",\r\n \"updatedOn\": \"2019-07-03T17:03:09.3178128Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"8d1a2f63-15c2-4fe8-a804-213ecbaf4403\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/Microsoft.Storage/storageAccounts/saps8963/providers/Microsoft.Authorization/roleAssignments/9592883f-f0a4-4f4b-b7f1-ad2d66da533c\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"9592883f-f0a4-4f4b-b7f1-ad2d66da533c\"\r\n}", - "StatusCode": 201 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/Microsoft.StorageSync/storageSyncServices/sssps8674/syncGroups/sgps3005/cloudEndpoints/cepps9342?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3N5bmNHcm91cHMvc2dwczMwMDUvY2xvdWRFbmRwb2ludHMvY2VwcHM5MzQyP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps332/providers/Microsoft.StorageSync/storageSyncServices/sssps96/syncGroups/sgps1499/cloudEndpoints/cepps6394?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczk2L3N5bmNHcm91cHMvc2dwczE0OTkvY2xvdWRFbmRwb2ludHMvY2VwcHM2Mzk0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/Microsoft.Storage/storageAccounts/saps8963\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps332/providers/Microsoft.Storage/storageAccounts/saps6577\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "16c9b383-b5f8-4587-ba38-8ac143ee0236" + "29ad6bc1-ea4c-4fd3-b381-d1ec92438398" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "298" + "297" ] }, "ResponseHeaders": { @@ -1116,16 +1176,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/f51bb82c-4c18-47f9-9ba6-37adf252b291/operationresults/5e63da3b-2b7e-4799-a19a-dd55f596c4ba?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImNmZTE4NzNiLTZiODAtNDVkMi05MjkzLWM2NGZjMmM5YWQzZSIsIndvcmtmbG93SWQiOiIyMzZkYWE0Yy03MjYyLTQzMzgtODYwOC0wOWVhYTcxNjQxZWMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzlkMDAxOTEtODMyYS00MjA3LWI5ZjctNWM5NTc4YzVhYmQzIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/f51bb82c-4c18-47f9-9ba6-37adf252b291/operations/5e63da3b-2b7e-4799-a19a-dd55f596c4ba?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImNmZTE4NzNiLTZiODAtNDVkMi05MjkzLWM2NGZjMmM5YWQzZSIsIndvcmtmbG93SWQiOiIyMzZkYWE0Yy03MjYyLTQzMzgtODYwOC0wOWVhYTcxNjQxZWMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzlkMDAxOTEtODMyYS00MjA3LWI5ZjctNWM5NTc4YzVhYmQzIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "34aed17c-bacf-47cb-a307-b045a5b7a4ae" + "64efef7e-d6a6-404c-b15c-1826690c6c7b" ], "X-Content-Type-Options": [ "nosniff" @@ -1143,16 +1203,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1199" ], "x-ms-correlation-request-id": [ - "537f74a7-2ca5-455e-8466-a22c31fd42f0" + "55077cec-aa70-40bf-9b92-73aeea0ae34c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170351Z:537f74a7-2ca5-455e-8466-a22c31fd42f0" + "WESTUS:20200623T090702Z:55077cec-aa70-40bf-9b92-73aeea0ae34c" ], "Date": [ - "Wed, 03 Jul 2019 17:03:51 GMT" + "Tue, 23 Jun 2020 09:07:02 GMT" ], "Expires": [ "-1" @@ -1165,16 +1225,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/f51bb82c-4c18-47f9-9ba6-37adf252b291/operations/5e63da3b-2b7e-4799-a19a-dd55f596c4ba?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy9mNTFiYjgyYy00YzE4LTQ3ZjktOWJhNi0zN2FkZjI1MmIyOTEvb3BlcmF0aW9ucy81ZTYzZGEzYi0yYjdlLTQ3OTktYTE5YS1kZDU1ZjU5NmM0YmE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImNmZTE4NzNiLTZiODAtNDVkMi05MjkzLWM2NGZjMmM5YWQzZSIsIndvcmtmbG93SWQiOiIyMzZkYWE0Yy03MjYyLTQzMzgtODYwOC0wOWVhYTcxNjQxZWMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzlkMDAxOTEtODMyYS00MjA3LWI5ZjctNWM5NTc4YzVhYmQzIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltTm1aVEU0TnpOaUxUWmlPREF0TkRWa01pMDVNamt6TFdNMk5HWmpNbU01WVdRelpTSXNJbmR2Y210bWJHOTNTV1FpT2lJeU16WmtZV0UwWXkwM01qWXlMVFF6TXpndE9EWXdPQzB3T1dWaFlUY3hOalF4WldNaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWXpsa01EQXhPVEV0T0RNeVlTMDBNakEzTFdJNVpqY3ROV001TlRjNFl6VmhZbVF6SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1185,7 +1245,7 @@ "no-cache" ], "x-ms-request-id": [ - "a98e10fc-df41-4ed4-aba7-a40838980504" + "983e53d0-61b0-41e3-a551-f86622f13c97" ], "X-Content-Type-Options": [ "nosniff" @@ -1203,41 +1263,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11947" + "11998" ], "x-ms-correlation-request-id": [ - "977db05f-026e-4c0e-a04c-740e4a6dbb52" + "3bbe1313-2037-4ab3-9251-09c38d147c1a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170402Z:977db05f-026e-4c0e-a04c-740e4a6dbb52" + "WESTUS:20200623T090712Z:3bbe1313-2037-4ab3-9251-09c38d147c1a" ], "Date": [ - "Wed, 03 Jul 2019 17:04:02 GMT" + "Tue, 23 Jun 2020 09:07:12 GMT" ], "Content-Length": [ - "450" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/f51bb82c-4c18-47f9-9ba6-37adf252b291/operationresults/5e63da3b-2b7e-4799-a19a-dd55f596c4ba\",\r\n \"name\": \"5e63da3b-2b7e-4799-a19a-dd55f596c4ba\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T17:03:52.187021Z\",\r\n \"endTime\": \"2019-07-03T17:03:55.3163099Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImNmZTE4NzNiLTZiODAtNDVkMi05MjkzLWM2NGZjMmM5YWQzZSIsIndvcmtmbG93SWQiOiIyMzZkYWE0Yy03MjYyLTQzMzgtODYwOC0wOWVhYTcxNjQxZWMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzlkMDAxOTEtODMyYS00MjA3LWI5ZjctNWM5NTc4YzVhYmQzIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImNmZTE4NzNiLTZiODAtNDVkMi05MjkzLWM2NGZjMmM5YWQzZSIsIndvcmtmbG93SWQiOiIyMzZkYWE0Yy03MjYyLTQzMzgtODYwOC0wOWVhYTcxNjQxZWMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzlkMDAxOTEtODMyYS00MjA3LWI5ZjctNWM5NTc4YzVhYmQzIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T09:07:02.7612155Z\",\r\n \"endTime\": \"2020-06-23T09:07:10.8151806Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/f51bb82c-4c18-47f9-9ba6-37adf252b291/operations/5e63da3b-2b7e-4799-a19a-dd55f596c4ba?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy9mNTFiYjgyYy00YzE4LTQ3ZjktOWJhNi0zN2FkZjI1MmIyOTEvb3BlcmF0aW9ucy81ZTYzZGEzYi0yYjdlLTQ3OTktYTE5YS1kZDU1ZjU5NmM0YmE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps332/providers/Microsoft.StorageSync/storageSyncServices/sssps96/syncGroups/sgps1499/cloudEndpoints/cepps6394?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczk2L3N5bmNHcm91cHMvc2dwczE0OTkvY2xvdWRFbmRwb2ludHMvY2VwcHM2Mzk0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1248,7 +1308,7 @@ "no-cache" ], "x-ms-request-id": [ - "73d70bfe-e138-4dcd-a757-2198defff1b0" + "6396eb7b-4b31-4293-a2fb-18461943f7da" ], "X-Content-Type-Options": [ "nosniff" @@ -1266,41 +1326,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11946" + "11997" ], "x-ms-correlation-request-id": [ - "0cc0bfab-441c-43c7-9e59-22e81d22dc57" + "d08096d5-7bdd-4cd2-957a-85069f229010" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170413Z:0cc0bfab-441c-43c7-9e59-22e81d22dc57" + "WESTUS:20200623T090713Z:d08096d5-7bdd-4cd2-957a-85069f229010" ], "Date": [ - "Wed, 03 Jul 2019 17:04:12 GMT" + "Tue, 23 Jun 2020 09:07:12 GMT" ], "Content-Length": [ - "450" + "1021" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/f51bb82c-4c18-47f9-9ba6-37adf252b291/operationresults/5e63da3b-2b7e-4799-a19a-dd55f596c4ba\",\r\n \"name\": \"5e63da3b-2b7e-4799-a19a-dd55f596c4ba\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T17:03:52.187021Z\",\r\n \"endTime\": \"2019-07-03T17:03:55.3163099Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps332/providers/Microsoft.Storage/storageAccounts/saps6577\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8MEVBMjIxRkEtM0I4Qi00RTY2LUI5QkMtRjYxOThGNTgxQjFCfEdFTkVSSUN8OTI5REE5RDktQzNEQi00Rjc5LTlBMjAtRkRDMzQ4REM1RjMy\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps96/workflows/236daa4c-7262-4338-8608-09eaa71641ec\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps332/providers/microsoft.storagesync/storageSyncServices/sssps96/syncGroups/sgps1499/cloudEndpoints/cepps6394\",\r\n \"name\": \"cepps6394\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/f51bb82c-4c18-47f9-9ba6-37adf252b291/operations/5e63da3b-2b7e-4799-a19a-dd55f596c4ba?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy9mNTFiYjgyYy00YzE4LTQ3ZjktOWJhNi0zN2FkZjI1MmIyOTEvb3BlcmF0aW9ucy81ZTYzZGEzYi0yYjdlLTQ3OTktYTE5YS1kZDU1ZjU5NmM0YmE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps332/providers/Microsoft.StorageSync/storageSyncServices/sssps96/syncGroups/sgps1499/cloudEndpoints/cepps6394?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczk2L3N5bmNHcm91cHMvc2dwczE0OTkvY2xvdWRFbmRwb2ludHMvY2VwcHM2Mzk0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "60123c3e-e639-48c1-8cf9-7fbdf4420e4b" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1311,7 +1377,7 @@ "no-cache" ], "x-ms-request-id": [ - "5860e569-083c-4cf4-8928-9b775e864f23" + "90cd693f-21b9-4c85-902d-1fd15f6ea795" ], "X-Content-Type-Options": [ "nosniff" @@ -1329,41 +1395,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11945" + "11996" ], "x-ms-correlation-request-id": [ - "b10c3597-88b7-4c94-afa2-50c97be8401b" + "35e84f46-a551-492d-8983-7a2e96940fde" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170423Z:b10c3597-88b7-4c94-afa2-50c97be8401b" + "WESTUS:20200623T090713Z:35e84f46-a551-492d-8983-7a2e96940fde" ], "Date": [ - "Wed, 03 Jul 2019 17:04:22 GMT" + "Tue, 23 Jun 2020 09:07:12 GMT" ], "Content-Length": [ - "450" + "1021" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/f51bb82c-4c18-47f9-9ba6-37adf252b291/operationresults/5e63da3b-2b7e-4799-a19a-dd55f596c4ba\",\r\n \"name\": \"5e63da3b-2b7e-4799-a19a-dd55f596c4ba\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T17:03:52.187021Z\",\r\n \"endTime\": \"2019-07-03T17:03:55.3163099Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps332/providers/Microsoft.Storage/storageAccounts/saps6577\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8MEVBMjIxRkEtM0I4Qi00RTY2LUI5QkMtRjYxOThGNTgxQjFCfEdFTkVSSUN8OTI5REE5RDktQzNEQi00Rjc5LTlBMjAtRkRDMzQ4REM1RjMy\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps96/workflows/236daa4c-7262-4338-8608-09eaa71641ec\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps332/providers/microsoft.storagesync/storageSyncServices/sssps96/syncGroups/sgps1499/cloudEndpoints/cepps6394\",\r\n \"name\": \"cepps6394\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/f51bb82c-4c18-47f9-9ba6-37adf252b291/operations/5e63da3b-2b7e-4799-a19a-dd55f596c4ba?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy9mNTFiYjgyYy00YzE4LTQ3ZjktOWJhNi0zN2FkZjI1MmIyOTEvb3BlcmF0aW9ucy81ZTYzZGEzYi0yYjdlLTQ3OTktYTE5YS1kZDU1ZjU5NmM0YmE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps332/providers/Microsoft.StorageSync/storageSyncServices/sssps96/syncGroups/sgps1499/cloudEndpoints/cepps6394?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczk2L3N5bmNHcm91cHMvc2dwczE0OTkvY2xvdWRFbmRwb2ludHMvY2VwcHM2Mzk0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "01d630ed-f108-483f-a82e-1d4cbe2bf45f" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1373,8 +1445,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImNmZTE4NzNiLTZiODAtNDVkMi05MjkzLWM2NGZjMmM5YWQzZSIsIndvcmtmbG93SWQiOiJhNzYzYjBhYi0wYWU2LTRhNDItYjg0My0xOTkwMDQ3YWRmYzMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzExMjRiOWMtNjM4Yi00MGZmLTk2M2EtNTFkZTU2YzNmYTkzIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImNmZTE4NzNiLTZiODAtNDVkMi05MjkzLWM2NGZjMmM5YWQzZSIsIndvcmtmbG93SWQiOiJhNzYzYjBhYi0wYWU2LTRhNDItYjg0My0xOTkwMDQ3YWRmYzMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzExMjRiOWMtNjM4Yi00MGZmLTk2M2EtNTFkZTU2YzNmYTkzIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "964ada0e-fc86-4ad4-aa0a-62abee3da5e9" + "b5a69f7e-d3bd-4507-a995-943ba89976dc" ], "X-Content-Type-Options": [ "nosniff" @@ -1391,42 +1472,39 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11944" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], "x-ms-correlation-request-id": [ - "e82af69b-2455-4259-b08c-a38324cf38ab" + "88adeebf-c3a3-4613-a0e0-f009a3baf87c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170433Z:e82af69b-2455-4259-b08c-a38324cf38ab" + "WESTUS:20200623T090713Z:88adeebf-c3a3-4613-a0e0-f009a3baf87c" ], "Date": [ - "Wed, 03 Jul 2019 17:04:32 GMT" - ], - "Content-Length": [ - "450" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Tue, 23 Jun 2020 09:07:13 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/f51bb82c-4c18-47f9-9ba6-37adf252b291/operationresults/5e63da3b-2b7e-4799-a19a-dd55f596c4ba\",\r\n \"name\": \"5e63da3b-2b7e-4799-a19a-dd55f596c4ba\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T17:03:52.187021Z\",\r\n \"endTime\": \"2019-07-03T17:03:55.3163099Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/f51bb82c-4c18-47f9-9ba6-37adf252b291/operations/5e63da3b-2b7e-4799-a19a-dd55f596c4ba?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy9mNTFiYjgyYy00YzE4LTQ3ZjktOWJhNi0zN2FkZjI1MmIyOTEvb3BlcmF0aW9ucy81ZTYzZGEzYi0yYjdlLTQ3OTktYTE5YS1kZDU1ZjU5NmM0YmE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImNmZTE4NzNiLTZiODAtNDVkMi05MjkzLWM2NGZjMmM5YWQzZSIsIndvcmtmbG93SWQiOiJhNzYzYjBhYi0wYWU2LTRhNDItYjg0My0xOTkwMDQ3YWRmYzMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzExMjRiOWMtNjM4Yi00MGZmLTk2M2EtNTFkZTU2YzNmYTkzIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltTm1aVEU0TnpOaUxUWmlPREF0TkRWa01pMDVNamt6TFdNMk5HWmpNbU01WVdRelpTSXNJbmR2Y210bWJHOTNTV1FpT2lKaE56WXpZakJoWWkwd1lXVTJMVFJoTkRJdFlqZzBNeTB4T1Rrd01EUTNZV1JtWXpNaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWXpFeE1qUmlPV010TmpNNFlpMDBNR1ptTFRrMk0yRXROVEZrWlRVMll6Tm1ZVGt6SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1437,7 +1515,7 @@ "no-cache" ], "x-ms-request-id": [ - "8008962f-0f1c-4631-a5f4-5e3b215acae6" + "aab2b4b3-7806-45fd-b3bc-0ef31974c02e" ], "X-Content-Type-Options": [ "nosniff" @@ -1455,41 +1533,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11943" + "11995" ], "x-ms-correlation-request-id": [ - "b095456d-a551-4063-8a0a-6658805c58d1" + "27ffe454-e678-40f2-9bc0-46b2b4e892e4" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170444Z:b095456d-a551-4063-8a0a-6658805c58d1" + "WESTUS:20200623T090724Z:27ffe454-e678-40f2-9bc0-46b2b4e892e4" ], "Date": [ - "Wed, 03 Jul 2019 17:04:44 GMT" + "Tue, 23 Jun 2020 09:07:23 GMT" ], "Content-Length": [ - "445" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/f51bb82c-4c18-47f9-9ba6-37adf252b291/operationresults/5e63da3b-2b7e-4799-a19a-dd55f596c4ba\",\r\n \"name\": \"5e63da3b-2b7e-4799-a19a-dd55f596c4ba\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T17:03:52.187021Z\",\r\n \"endTime\": \"2019-07-03T17:04:43.870266Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImNmZTE4NzNiLTZiODAtNDVkMi05MjkzLWM2NGZjMmM5YWQzZSIsIndvcmtmbG93SWQiOiJhNzYzYjBhYi0wYWU2LTRhNDItYjg0My0xOTkwMDQ3YWRmYzMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzExMjRiOWMtNjM4Yi00MGZmLTk2M2EtNTFkZTU2YzNmYTkzIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImNmZTE4NzNiLTZiODAtNDVkMi05MjkzLWM2NGZjMmM5YWQzZSIsIndvcmtmbG93SWQiOiJhNzYzYjBhYi0wYWU2LTRhNDItYjg0My0xOTkwMDQ3YWRmYzMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzExMjRiOWMtNjM4Yi00MGZmLTk2M2EtNTFkZTU2YzNmYTkzIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T09:07:14.5626757Z\",\r\n \"endTime\": \"2020-06-23T09:07:19.5470695Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/Microsoft.StorageSync/storageSyncServices/sssps8674/syncGroups/sgps3005/cloudEndpoints/cepps9342?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3N5bmNHcm91cHMvc2dwczMwMDUvY2xvdWRFbmRwb2ludHMvY2VwcHM5MzQyP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImNmZTE4NzNiLTZiODAtNDVkMi05MjkzLWM2NGZjMmM5YWQzZSIsIndvcmtmbG93SWQiOiJhNzYzYjBhYi0wYWU2LTRhNDItYjg0My0xOTkwMDQ3YWRmYzMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzExMjRiOWMtNjM4Yi00MGZmLTk2M2EtNTFkZTU2YzNmYTkzIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltTm1aVEU0TnpOaUxUWmlPREF0TkRWa01pMDVNamt6TFdNMk5HWmpNbU01WVdRelpTSXNJbmR2Y210bWJHOTNTV1FpT2lKaE56WXpZakJoWWkwd1lXVTJMVFJoTkRJdFlqZzBNeTB4T1Rrd01EUTNZV1JtWXpNaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWXpFeE1qUmlPV010TmpNNFlpMDBNR1ptTFRrMk0yRXROVEZrWlRVMll6Tm1ZVGt6SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1500,7 +1578,7 @@ "no-cache" ], "x-ms-request-id": [ - "adbae91b-7d6e-40a8-99b0-c24a29fcbb07" + "682a39a3-1a9d-4d2e-947f-182b5b1d323c" ], "X-Content-Type-Options": [ "nosniff" @@ -1518,47 +1596,44 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11942" + "11994" ], "x-ms-correlation-request-id": [ - "7a7ffc62-87a7-4e7e-a1c6-122f0be96bdc" + "652e809b-04a3-4a17-8861-ce8b678fc154" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170444Z:7a7ffc62-87a7-4e7e-a1c6-122f0be96bdc" + "WESTUS:20200623T090724Z:652e809b-04a3-4a17-8861-ce8b678fc154" ], "Date": [ - "Wed, 03 Jul 2019 17:04:44 GMT" - ], - "Content-Length": [ - "985" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Tue, 23 Jun 2020 09:07:23 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountKey\": null,\r\n \"storageAccount\": null,\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/Microsoft.Storage/storageAccounts/saps8963\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8Njg1MDEwQTktNDBBMi00OEQ5LTg5NUUtQkIzMjMwQURGOThGfEdFTkVSSUN8OUQ4NjA0RDEtM0QyRi00ODczLTk4RjgtMjlDRTM0Nzc1RTVG\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps8674/workflows/f51bb82c-4c18-47f9-9ba6-37adf252b291\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/syncGroups/sgps3005/cloudEndpoints/cepps9342\",\r\n \"name\": \"cepps9342\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", + "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/Microsoft.StorageSync/storageSyncServices/sssps8674/syncGroups/sgps3005/cloudEndpoints/cepps9342?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3N5bmNHcm91cHMvc2dwczMwMDUvY2xvdWRFbmRwb2ludHMvY2VwcHM5MzQyP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps332/providers/Microsoft.StorageSync/storageSyncServices/sssps96/syncGroups/sgps1499?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczk2L3N5bmNHcm91cHMvc2dwczE0OTk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5ae557be-2ca6-4db3-af52-388f82b0bc75" + "6315af37-baac-4e10-9c5f-957ee0637ef1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1569,7 +1644,7 @@ "no-cache" ], "x-ms-request-id": [ - "8051a8f3-0e38-451a-97f9-a53c2b85b897" + "edd103a3-b6b7-4ac5-a150-25ebcec8a5b4" ], "X-Content-Type-Options": [ "nosniff" @@ -1586,1566 +1661,45 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11941" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" ], "x-ms-correlation-request-id": [ - "84e85485-d279-49fb-8271-00d322b7737c" + "32528a98-705a-4f6e-9f99-da8b57f51b30" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170444Z:84e85485-d279-49fb-8271-00d322b7737c" + "WESTUS:20200623T090724Z:32528a98-705a-4f6e-9f99-da8b57f51b30" ], "Date": [ - "Wed, 03 Jul 2019 17:04:44 GMT" - ], - "Content-Length": [ - "985" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountKey\": null,\r\n \"storageAccount\": null,\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/Microsoft.Storage/storageAccounts/saps8963\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8Njg1MDEwQTktNDBBMi00OEQ5LTg5NUUtQkIzMjMwQURGOThGfEdFTkVSSUN8OUQ4NjA0RDEtM0QyRi00ODczLTk4RjgtMjlDRTM0Nzc1RTVG\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps8674/workflows/f51bb82c-4c18-47f9-9ba6-37adf252b291\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/syncGroups/sgps3005/cloudEndpoints/cepps9342\",\r\n \"name\": \"cepps9342\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/Microsoft.StorageSync/storageSyncServices/sssps8674/syncGroups/sgps3005/cloudEndpoints/cepps9342?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3N5bmNHcm91cHMvc2dwczMwMDUvY2xvdWRFbmRwb2ludHMvY2VwcHM5MzQyP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "4cbcf5ec-1890-419d-a38f-8f01836b0ea3" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01" - ], - "Retry-After": [ - "10" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01" - ], - "x-ms-request-id": [ - "76d5fd01-4ad9-4bef-9180-96691a029285" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-deletes": [ - "14997" - ], - "x-ms-correlation-request-id": [ - "ca66926d-4563-46a2-8573-ebb225b50a19" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170445Z:ca66926d-4563-46a2-8573-ebb225b50a19" - ], - "Date": [ - "Wed, 03 Jul 2019 17:04:45 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "34423aa0-cc72-4511-974e-7b60d8e18872" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11940" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-correlation-request-id": [ - "93172b5e-24dd-4a0f-b25d-ec4592aebc52" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170455Z:93172b5e-24dd-4a0f-b25d-ec4592aebc52" - ], - "Date": [ - "Wed, 03 Jul 2019 17:04:55 GMT" - ], - "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"name\": \"e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T17:04:45.7409382Z\",\r\n \"endTime\": \"2019-07-03T17:04:48.9604207Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "b3924fa8-8aab-4f53-a983-738fed55c89f" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11939" - ], - "x-ms-correlation-request-id": [ - "a06fa45b-6239-43cf-b6bb-2117a0da0cc8" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170506Z:a06fa45b-6239-43cf-b6bb-2117a0da0cc8" - ], - "Date": [ - "Wed, 03 Jul 2019 17:05:06 GMT" - ], - "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"name\": \"e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T17:04:45.7409382Z\",\r\n \"endTime\": \"2019-07-03T17:04:48.9604207Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "fa88a5d3-2fda-4f01-b668-cbfc266f5176" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11938" - ], - "x-ms-correlation-request-id": [ - "9381f07c-c45e-4d18-8f30-8125c864e958" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170517Z:9381f07c-c45e-4d18-8f30-8125c864e958" - ], - "Date": [ - "Wed, 03 Jul 2019 17:05:17 GMT" - ], - "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"name\": \"e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T17:04:45.7409382Z\",\r\n \"endTime\": \"2019-07-03T17:04:48.9604207Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "08fd3857-9e1c-40d2-b268-d96a3d95f636" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11937" - ], - "x-ms-correlation-request-id": [ - "a559f4b8-72ed-47fe-bc87-2f97f31c2e5e" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170527Z:a559f4b8-72ed-47fe-bc87-2f97f31c2e5e" - ], - "Date": [ - "Wed, 03 Jul 2019 17:05:27 GMT" - ], - "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"name\": \"e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T17:04:45.7409382Z\",\r\n \"endTime\": \"2019-07-03T17:04:48.9604207Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "fe0c2361-3f96-4f9a-a597-794601fafe02" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11936" - ], - "x-ms-correlation-request-id": [ - "6f9e966b-08c7-43eb-a715-e287a87baa26" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170537Z:6f9e966b-08c7-43eb-a715-e287a87baa26" - ], - "Date": [ - "Wed, 03 Jul 2019 17:05:37 GMT" - ], - "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"name\": \"e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T17:04:45.7409382Z\",\r\n \"endTime\": \"2019-07-03T17:04:48.9604207Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "f980d639-46d4-411c-817e-4c450b7a1566" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11935" - ], - "x-ms-correlation-request-id": [ - "f8dfebd3-1261-488e-a263-87ae0863daa6" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170548Z:f8dfebd3-1261-488e-a263-87ae0863daa6" - ], - "Date": [ - "Wed, 03 Jul 2019 17:05:47 GMT" - ], - "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"name\": \"e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T17:04:45.7409382Z\",\r\n \"endTime\": \"2019-07-03T17:04:48.9604207Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "b588db90-3e94-465c-8a3f-ed298f06193b" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11934" - ], - "x-ms-correlation-request-id": [ - "8fe0e0f9-5868-4e7a-8f60-488b546f8558" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170559Z:8fe0e0f9-5868-4e7a-8f60-488b546f8558" - ], - "Date": [ - "Wed, 03 Jul 2019 17:05:58 GMT" - ], - "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"name\": \"e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T17:04:45.7409382Z\",\r\n \"endTime\": \"2019-07-03T17:04:48.9604207Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "c78753a3-c972-4fc4-ae81-b2eef844475b" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11933" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-correlation-request-id": [ - "a0f398f9-4ae3-4c61-a930-3d09562f6054" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170609Z:a0f398f9-4ae3-4c61-a930-3d09562f6054" - ], - "Date": [ - "Wed, 03 Jul 2019 17:06:09 GMT" - ], - "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"name\": \"e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T17:04:45.7409382Z\",\r\n \"endTime\": \"2019-07-03T17:04:48.9604207Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "107e55f0-e511-40d7-a0f7-85c36f2e7b01" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11932" - ], - "x-ms-correlation-request-id": [ - "0d868e63-aaaf-4bf5-9fbe-8e40d713c2b2" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170620Z:0d868e63-aaaf-4bf5-9fbe-8e40d713c2b2" - ], - "Date": [ - "Wed, 03 Jul 2019 17:06:20 GMT" - ], - "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"name\": \"e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T17:04:45.7409382Z\",\r\n \"endTime\": \"2019-07-03T17:04:48.9604207Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "14415414-cf6a-4655-b99a-8be0b6036acb" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11931" - ], - "x-ms-correlation-request-id": [ - "dd0efbb9-2a1f-400f-ba70-660e011546eb" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170630Z:dd0efbb9-2a1f-400f-ba70-660e011546eb" - ], - "Date": [ - "Wed, 03 Jul 2019 17:06:30 GMT" - ], - "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"name\": \"e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T17:04:45.7409382Z\",\r\n \"endTime\": \"2019-07-03T17:04:48.9604207Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "e972bd47-3bb5-4e4f-9e63-e3805a7780df" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11930" - ], - "x-ms-correlation-request-id": [ - "fb48e8fd-9f71-43e3-89ef-85719cf47e36" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170642Z:fb48e8fd-9f71-43e3-89ef-85719cf47e36" - ], - "Date": [ - "Wed, 03 Jul 2019 17:06:41 GMT" - ], - "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"name\": \"e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T17:04:45.7409382Z\",\r\n \"endTime\": \"2019-07-03T17:04:48.9604207Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "cede020f-5b99-4422-b83e-56c0ba3e6131" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11929" - ], - "x-ms-correlation-request-id": [ - "475c8569-711a-4126-b6fa-b11bf3d301da" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170652Z:475c8569-711a-4126-b6fa-b11bf3d301da" - ], - "Date": [ - "Wed, 03 Jul 2019 17:06:51 GMT" - ], - "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"name\": \"e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T17:04:45.7409382Z\",\r\n \"endTime\": \"2019-07-03T17:04:48.9604207Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "dd59bb2a-fec2-4415-b1e1-557f3ae5baea" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11928" - ], - "x-ms-correlation-request-id": [ - "deb33db7-199a-4501-8931-4740d72ec356" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170702Z:deb33db7-199a-4501-8931-4740d72ec356" - ], - "Date": [ - "Wed, 03 Jul 2019 17:07:02 GMT" - ], - "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"name\": \"e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T17:04:45.7409382Z\",\r\n \"endTime\": \"2019-07-03T17:04:48.9604207Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "6b50ef5c-1290-4c0f-8513-ff9f25c120ad" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11927" - ], - "x-ms-correlation-request-id": [ - "c9ab5f59-d6b2-4d7d-afc0-c262b4043c60" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170713Z:c9ab5f59-d6b2-4d7d-afc0-c262b4043c60" - ], - "Date": [ - "Wed, 03 Jul 2019 17:07:13 GMT" - ], - "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"name\": \"e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T17:04:45.7409382Z\",\r\n \"endTime\": \"2019-07-03T17:04:48.9604207Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "2835ee24-3105-4913-bf02-3c7230b42690" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11926" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-correlation-request-id": [ - "de264034-f31b-4a5b-be80-fdbadae5e8a8" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170723Z:de264034-f31b-4a5b-be80-fdbadae5e8a8" - ], - "Date": [ - "Wed, 03 Jul 2019 17:07:23 GMT" - ], - "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"name\": \"e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T17:04:45.7409382Z\",\r\n \"endTime\": \"2019-07-03T17:04:48.9604207Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "17ce0e15-00a2-4028-b6e5-c88e5c26efb3" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11925" - ], - "x-ms-correlation-request-id": [ - "05fe5df2-df6f-4edb-82f9-90125ec7d724" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170734Z:05fe5df2-df6f-4edb-82f9-90125ec7d724" - ], - "Date": [ - "Wed, 03 Jul 2019 17:07:33 GMT" - ], - "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"name\": \"e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T17:04:45.7409382Z\",\r\n \"endTime\": \"2019-07-03T17:04:48.9604207Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "7c0cf6fa-01f6-46c6-94d4-171ea57f7117" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11924" - ], - "x-ms-correlation-request-id": [ - "be7f6174-be93-4f86-aa3d-96842ebd31ac" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170744Z:be7f6174-be93-4f86-aa3d-96842ebd31ac" - ], - "Date": [ - "Wed, 03 Jul 2019 17:07:45 GMT" - ], - "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"name\": \"e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T17:04:45.7409382Z\",\r\n \"endTime\": \"2019-07-03T17:04:48.9604207Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "e8e80347-f2b6-4c85-912e-fb4618b350d3" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11923" - ], - "x-ms-correlation-request-id": [ - "0a4d1518-8c57-454a-8040-91737d457488" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170755Z:0a4d1518-8c57-454a-8040-91737d457488" - ], - "Date": [ - "Wed, 03 Jul 2019 17:07:55 GMT" - ], - "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"name\": \"e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T17:04:45.7409382Z\",\r\n \"endTime\": \"2019-07-03T17:04:48.9604207Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "7cce662e-e357-4f27-b9a9-e3dd05d7c7dd" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11922" - ], - "x-ms-correlation-request-id": [ - "00ac7ff0-39f9-4ac2-b43e-65893e5b468b" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170806Z:00ac7ff0-39f9-4ac2-b43e-65893e5b468b" - ], - "Date": [ - "Wed, 03 Jul 2019 17:08:05 GMT" - ], - "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"name\": \"e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T17:04:45.7409382Z\",\r\n \"endTime\": \"2019-07-03T17:04:48.9604207Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "28952de9-97d6-4a0c-8c6b-f9cee4e2ebe1" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11921" - ], - "x-ms-correlation-request-id": [ - "6e723258-edc6-4a45-8f2d-c08a8c2ea99d" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170816Z:6e723258-edc6-4a45-8f2d-c08a8c2ea99d" - ], - "Date": [ - "Wed, 03 Jul 2019 17:08:16 GMT" - ], - "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"name\": \"e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T17:04:45.7409382Z\",\r\n \"endTime\": \"2019-07-03T17:04:48.9604207Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "cc8fabbc-1309-4364-af0d-257c6ff1459a" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11920" - ], - "x-ms-correlation-request-id": [ - "1d6c1230-3c06-42eb-9acc-8603860334ad" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170827Z:1d6c1230-3c06-42eb-9acc-8603860334ad" - ], - "Date": [ - "Wed, 03 Jul 2019 17:08:26 GMT" - ], - "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"name\": \"e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T17:04:45.7409382Z\",\r\n \"endTime\": \"2019-07-03T17:04:48.9604207Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "c03b0fe5-f29a-4139-9dcd-c90e2bd6496e" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11919" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-correlation-request-id": [ - "8f033e8f-e11f-4745-8b0c-53085e7705f4" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170837Z:8f033e8f-e11f-4745-8b0c-53085e7705f4" - ], - "Date": [ - "Wed, 03 Jul 2019 17:08:37 GMT" - ], - "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Tue, 23 Jun 2020 09:07:24 GMT" ], "Expires": [ "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"name\": \"e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T17:04:45.7409382Z\",\r\n \"endTime\": \"2019-07-03T17:04:48.9604207Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "16b7c118-770a-4d0f-9232-dd17eaee7b20" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11918" - ], - "x-ms-correlation-request-id": [ - "3e181177-cfbf-4d9a-8ed1-ed699deb1dd1" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170848Z:3e181177-cfbf-4d9a-8ed1-ed699deb1dd1" - ], - "Date": [ - "Wed, 03 Jul 2019 17:08:48 GMT" ], "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" + "0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"name\": \"e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T17:04:45.7409382Z\",\r\n \"endTime\": \"2019-07-03T17:04:48.9604207Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps332/providers/Microsoft.StorageSync/storageSyncServices/sssps96?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczk2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "0390a736-a510-4556-93c8-c86ef6bdc44c" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -3155,71 +1709,17 @@ "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "7ac465dd-0c63-4946-8875-f15825815361" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11917" - ], - "x-ms-correlation-request-id": [ - "b9de2119-489c-455b-86a1-20e3fc871ca7" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170859Z:b9de2119-489c-455b-86a1-20e3fc871ca7" - ], - "Date": [ - "Wed, 03 Jul 2019 17:08:58 GMT" - ], - "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImNmZTE4NzNiLTZiODAtNDVkMi05MjkzLWM2NGZjMmM5YWQzZSIsIndvcmtmbG93SWQiOiI1MjMyOWFhZi03NmE3LTRmZDYtOGU3ZC0wN2Y5ZWNjYWUyMmQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTBjYTZlNjAtZjQ2Zi00ODkzLWIzMTQtMDNkMzFkNjY5NzQ3In0=?api-version=2020-03-01" ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"name\": \"e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T17:04:45.7409382Z\",\r\n \"endTime\": \"2019-07-03T17:04:48.9604207Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Retry-After": [ + "10" ], - "Pragma": [ - "no-cache" + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImNmZTE4NzNiLTZiODAtNDVkMi05MjkzLWM2NGZjMmM5YWQzZSIsIndvcmtmbG93SWQiOiI1MjMyOWFhZi03NmE3LTRmZDYtOGU3ZC0wN2Y5ZWNjYWUyMmQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTBjYTZlNjAtZjQ2Zi00ODkzLWIzMTQtMDNkMzFkNjY5NzQ3In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "3c7de8c2-105e-4a03-92ac-762b4ba7ca56" + "38cfea3f-3ea4-43e8-9bf7-4934e5a3a835" ], "X-Content-Type-Options": [ "nosniff" @@ -3236,42 +1736,39 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11916" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14997" ], "x-ms-correlation-request-id": [ - "9c684873-c236-40b9-8387-d99e75211c62" + "d4e3341c-ce5c-4116-8baf-7b3e029ba903" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170909Z:9c684873-c236-40b9-8387-d99e75211c62" + "WESTUS:20200623T090725Z:d4e3341c-ce5c-4116-8baf-7b3e029ba903" ], "Date": [ - "Wed, 03 Jul 2019 17:09:09 GMT" - ], - "Content-Length": [ - "460" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Tue, 23 Jun 2020 09:07:24 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"name\": \"e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T17:04:45.7409382Z\",\r\n \"endTime\": \"2019-07-03T17:04:48.9604207Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operations/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImNmZTE4NzNiLTZiODAtNDVkMi05MjkzLWM2NGZjMmM5YWQzZSIsIndvcmtmbG93SWQiOiI1MjMyOWFhZi03NmE3LTRmZDYtOGU3ZC0wN2Y5ZWNjYWUyMmQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTBjYTZlNjAtZjQ2Zi00ODkzLWIzMTQtMDNkMzFkNjY5NzQ3In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltTm1aVEU0TnpOaUxUWmlPREF0TkRWa01pMDVNamt6TFdNMk5HWmpNbU01WVdRelpTSXNJbmR2Y210bWJHOTNTV1FpT2lJMU1qTXlPV0ZoWmkwM05tRTNMVFJtWkRZdE9HVTNaQzB3TjJZNVpXTmpZV1V5TW1RaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWlRCallUWmxOakF0WmpRMlppMDBPRGt6TFdJek1UUXRNRE5rTXpGa05qWTVOelEzSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -3282,7 +1779,7 @@ "no-cache" ], "x-ms-request-id": [ - "390695ae-75c0-43fa-9ddc-40102e816fec" + "1e204877-a000-4b43-a695-dc22fa7f3716" ], "X-Content-Type-Options": [ "nosniff" @@ -3300,41 +1797,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11915" + "11993" ], "x-ms-correlation-request-id": [ - "6cabd3da-cdaf-45c8-bf17-d7c81823a538" + "db10feb2-6ecd-404e-9609-efb1cce87a18" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170920Z:6cabd3da-cdaf-45c8-bf17-d7c81823a538" + "WESTUS:20200623T090735Z:db10feb2-6ecd-404e-9609-efb1cce87a18" ], "Date": [ - "Wed, 03 Jul 2019 17:09:19 GMT" + "Tue, 23 Jun 2020 09:07:34 GMT" ], "Content-Length": [ - "447" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflow/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"name\": \"e97b814b-0abd-430a-bf85-818efd63a351\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T17:04:45.7409382Z\",\r\n \"endTime\": \"2019-07-03T17:09:20.0159111Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImNmZTE4NzNiLTZiODAtNDVkMi05MjkzLWM2NGZjMmM5YWQzZSIsIndvcmtmbG93SWQiOiI1MjMyOWFhZi03NmE3LTRmZDYtOGU3ZC0wN2Y5ZWNjYWUyMmQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTBjYTZlNjAtZjQ2Zi00ODkzLWIzMTQtMDNkMzFkNjY5NzQ3In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImNmZTE4NzNiLTZiODAtNDVkMi05MjkzLWM2NGZjMmM5YWQzZSIsIndvcmtmbG93SWQiOiI1MjMyOWFhZi03NmE3LTRmZDYtOGU3ZC0wN2Y5ZWNjYWUyMmQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTBjYTZlNjAtZjQ2Zi00ODkzLWIzMTQtMDNkMzFkNjY5NzQ3In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T09:07:25.3828733Z\",\r\n \"endTime\": \"2020-06-23T09:07:30.716691Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/microsoft.storagesync/storageSyncServices/sssps8674/workflows/463c3216-845e-4ad6-b725-1d7158df294e/operationresults/e97b814b-0abd-430a-bf85-818efd63a351?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3dvcmtmbG93cy80NjNjMzIxNi04NDVlLTRhZDYtYjcyNS0xZDcxNThkZjI5NGUvb3BlcmF0aW9ucmVzdWx0cy9lOTdiODE0Yi0wYWJkLTQzMGEtYmY4NS04MThlZmQ2M2EzNTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImNmZTE4NzNiLTZiODAtNDVkMi05MjkzLWM2NGZjMmM5YWQzZSIsIndvcmtmbG93SWQiOiI1MjMyOWFhZi03NmE3LTRmZDYtOGU3ZC0wN2Y5ZWNjYWUyMmQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTBjYTZlNjAtZjQ2Zi00ODkzLWIzMTQtMDNkMzFkNjY5NzQ3In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltTm1aVEU0TnpOaUxUWmlPREF0TkRWa01pMDVNamt6TFdNMk5HWmpNbU01WVdRelpTSXNJbmR2Y210bWJHOTNTV1FpT2lJMU1qTXlPV0ZoWmkwM05tRTNMVFJtWkRZdE9HVTNaQzB3TjJZNVpXTmpZV1V5TW1RaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWlRCallUWmxOakF0WmpRMlppMDBPRGt6TFdJek1UUXRNRE5rTXpGa05qWTVOelEzSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -3345,7 +1842,7 @@ "no-cache" ], "x-ms-request-id": [ - "07a16e56-71ec-4020-a388-895db51ca99c" + "0e3a23e6-9f69-453a-be06-d537cf9635f5" ], "X-Content-Type-Options": [ "nosniff" @@ -3363,148 +1860,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11914" - ], - "x-ms-correlation-request-id": [ - "f5bd7a94-b176-43b7-9c7c-a32a1f6cbfbb" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170920Z:f5bd7a94-b176-43b7-9c7c-a32a1f6cbfbb" - ], - "Date": [ - "Wed, 03 Jul 2019 17:09:19 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/Microsoft.StorageSync/storageSyncServices/sssps8674/syncGroups/sgps3005?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0L3N5bmNHcm91cHMvc2dwczMwMDU/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "2a150f9b-b35d-4784-aa98-a18a78d1f0a0" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "ea993759-5642-47fc-ae26-1dfe888f7034" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-deletes": [ - "14996" - ], - "x-ms-correlation-request-id": [ - "77948169-e72d-4c97-ba99-d706d596a948" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T170921Z:77948169-e72d-4c97-ba99-d706d596a948" - ], - "Date": [ - "Wed, 03 Jul 2019 17:09:20 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/Microsoft.StorageSync/storageSyncServices/sssps8674?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4Njc0P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "164468c4-fa8a-408a-aa97-480d5535cd82" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "7cb26e3d-604e-49ed-ac19-6ceca90e74e5" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-deletes": [ - "14995" + "11992" ], "x-ms-correlation-request-id": [ - "ac72ff2b-8346-455d-b544-eb6fbecff36d" + "f02ed003-4642-47f7-ac16-d82282bfe44a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170922Z:ac72ff2b-8346-455d-b544-eb6fbecff36d" + "WESTUS:20200623T090735Z:f02ed003-4642-47f7-ac16-d82282bfe44a" ], "Date": [ - "Wed, 03 Jul 2019 17:09:21 GMT" + "Tue, 23 Jun 2020 09:07:34 GMT" ], "Expires": [ "-1" @@ -3517,22 +1882,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/Microsoft.Storage/storageAccounts/saps8963?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM4OTYzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps332/providers/Microsoft.Storage/storageAccounts/saps6577?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvc2FwczY1Nzc/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "53303e88-71d8-4e31-a31e-c1dc49d90ae5" + "9d090a8b-284a-478c-9b55-fe43efcecec1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -3543,7 +1908,7 @@ "no-cache" ], "x-ms-request-id": [ - "8f91b210-0221-4da7-ac19-6c2b249a3859" + "57f35da8-b42c-4ed5-bde2-b1f1739f69c7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3552,19 +1917,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14996" ], "x-ms-correlation-request-id": [ - "39f8b0d4-8c07-4e0c-be4c-e6d1db1b32d7" + "906107a1-2f48-478a-af79-c2d0e4eaf001" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170925Z:39f8b0d4-8c07-4e0c-be4c-e6d1db1b32d7" + "WESTUS:20200623T090736Z:906107a1-2f48-478a-af79-c2d0e4eaf001" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:09:24 GMT" + "Tue, 23 Jun 2020 09:07:35 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -3580,22 +1945,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5672/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps332/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3038f6b9-a366-42c0-990c-25b7fb33aec5" + "7380afdf-c11a-404f-a8c2-105337aa60fe" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -3606,16 +1971,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11991" ], "x-ms-request-id": [ - "014fc94f-dcaf-48ef-8f42-d6b283e64a08" + "1037c31f-bcfe-4ae6-8fc6-a503d0cef470" ], "x-ms-correlation-request-id": [ - "014fc94f-dcaf-48ef-8f42-d6b283e64a08" + "1037c31f-bcfe-4ae6-8fc6-a503d0cef470" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170925Z:014fc94f-dcaf-48ef-8f42-d6b283e64a08" + "WESTUS:20200623T090736Z:1037c31f-bcfe-4ae6-8fc6-a503d0cef470" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3624,7 +1989,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:09:24 GMT" + "Tue, 23 Jun 2020 09:07:35 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3640,22 +2005,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps5672?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNTY3Mj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps332?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzMzMyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "512a8099-f812-40fc-8747-15799b086cb6" + "d8358326-4669-4527-82eb-2ae822b5d470" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -3666,22 +2031,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2NzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzMzMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14995" ], "x-ms-request-id": [ - "1cb07bbb-1de8-4ad1-8530-8c0606a8a61f" + "d3acac6d-5b46-4668-ae7a-ae6187aa0adf" ], "x-ms-correlation-request-id": [ - "1cb07bbb-1de8-4ad1-8530-8c0606a8a61f" + "d3acac6d-5b46-4668-ae7a-ae6187aa0adf" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170926Z:1cb07bbb-1de8-4ad1-8530-8c0606a8a61f" + "WESTUS:20200623T090737Z:d3acac6d-5b46-4668-ae7a-ae6187aa0adf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3690,7 +2055,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:09:25 GMT" + "Tue, 23 Jun 2020 09:07:36 GMT" ], "Expires": [ "-1" @@ -3703,16 +2068,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2NzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMk56SXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzMzMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNek1pMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -3723,22 +2088,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2NzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzMzMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11990" ], "x-ms-request-id": [ - "933328e9-915d-4785-b226-b0b555c92910" + "984d98f2-a6f9-496b-9897-c0d33d26ece9" ], "x-ms-correlation-request-id": [ - "933328e9-915d-4785-b226-b0b555c92910" + "984d98f2-a6f9-496b-9897-c0d33d26ece9" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170941Z:933328e9-915d-4785-b226-b0b555c92910" + "WESTUS:20200623T090752Z:984d98f2-a6f9-496b-9897-c0d33d26ece9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3747,7 +2112,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:09:40 GMT" + "Tue, 23 Jun 2020 09:07:51 GMT" ], "Expires": [ "-1" @@ -3760,16 +2125,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2NzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMk56SXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzMzMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNek1pMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -3780,22 +2145,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2NzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzMzMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11989" ], "x-ms-request-id": [ - "922b4c2d-3492-4bcd-95d6-bddc296fb17a" + "3a4525fa-6275-4d66-9944-1d3f7af7509f" ], "x-ms-correlation-request-id": [ - "922b4c2d-3492-4bcd-95d6-bddc296fb17a" + "3a4525fa-6275-4d66-9944-1d3f7af7509f" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T170956Z:922b4c2d-3492-4bcd-95d6-bddc296fb17a" + "WESTUS:20200623T090807Z:3a4525fa-6275-4d66-9944-1d3f7af7509f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3804,7 +2169,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:09:56 GMT" + "Tue, 23 Jun 2020 09:08:07 GMT" ], "Expires": [ "-1" @@ -3817,16 +2182,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2NzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMk56SXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzMzMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNek1pMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -3837,16 +2202,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11988" ], "x-ms-request-id": [ - "8da8f64e-1945-4a02-a062-9f8143a2028c" + "53eec140-fade-43f0-bb0a-63bac0b53139" ], "x-ms-correlation-request-id": [ - "8da8f64e-1945-4a02-a062-9f8143a2028c" + "53eec140-fade-43f0-bb0a-63bac0b53139" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T171011Z:8da8f64e-1945-4a02-a062-9f8143a2028c" + "WESTUS:20200623T090822Z:53eec140-fade-43f0-bb0a-63bac0b53139" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3855,7 +2220,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:10:11 GMT" + "Tue, 23 Jun 2020 09:08:22 GMT" ], "Expires": [ "-1" @@ -3868,16 +2233,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2NzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMk56SXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzMzMi1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNek1pMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -3888,16 +2253,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11987" ], "x-ms-request-id": [ - "bb12495f-7389-4246-ba56-ab63f0f48e42" + "ef410988-7074-4a9b-a117-125cd0b3408d" ], "x-ms-correlation-request-id": [ - "bb12495f-7389-4246-ba56-ab63f0f48e42" + "ef410988-7074-4a9b-a117-125cd0b3408d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T171011Z:bb12495f-7389-4246-ba56-ab63f0f48e42" + "WESTUS:20200623T090822Z:ef410988-7074-4a9b-a117-125cd0b3408d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3906,7 +2271,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 17:10:11 GMT" + "Tue, 23 Jun 2020 09:08:22 GMT" ], "Expires": [ "-1" @@ -3921,19 +2286,19 @@ ], "Names": { "Test-RemoveCloudEndpoint": [ - "ps5672", - "ps8674", - "ps3005", - "ps9342", - "ps8963" + "ps332", + "ps96", + "ps1499", + "ps6394", + "ps6577" ], "TestRemoveCloudEndpoint": [ - "9592883f-f0a4-4f4b-b7f1-ad2d66da533c" + "a7327ad5-a664-4fe9-9d0b-b0aa442da349" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestRemoveCloudEndpointInputObject.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestRemoveCloudEndpointInputObject.json index afbbb819b009..a4d2ac05beb8 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestRemoveCloudEndpointInputObject.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestRemoveCloudEndpointInputObject.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d3a7f438-fc08-4dc3-bd69-4e0c5a3e6018" + "c652e275-ed1a-44ab-90f4-4cd260ca074b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-request-id": [ - "1a357496-cf37-4809-a8a5-75f3bb73b49f" + "238e21e4-7501-47a8-8bf7-958dc912796c" ], "x-ms-correlation-request-id": [ - "1a357496-cf37-4809-a8a5-75f3bb73b49f" + "238e21e4-7501-47a8-8bf7-958dc912796c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162921Z:1a357496-cf37-4809-a8a5-75f3bb73b49f" + "WESTUS:20200623T085635Z:238e21e4-7501-47a8-8bf7-958dc912796c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:29:21 GMT" + "Tue, 23 Jun 2020 08:56:35 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\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\": \"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\": \"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\": \"notifyResourceJobs\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\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 ]\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-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-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-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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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-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-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 },\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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ace3b756-a075-413b-8131-7112eda3fd02" + "b478ea4f-616d-4d8f-acaf-06970dfcaac5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -87,16 +87,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11996" ], "x-ms-request-id": [ - "e066d186-ef4f-4d67-b19f-2614c39d4e5a" + "e4be1943-b67b-4cb3-ba5c-fbb0d82bbbd3" ], "x-ms-correlation-request-id": [ - "e066d186-ef4f-4d67-b19f-2614c39d4e5a" + "e4be1943-b67b-4cb3-ba5c-fbb0d82bbbd3" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162921Z:e066d186-ef4f-4d67-b19f-2614c39d4e5a" + "WESTUS:20200623T085635Z:e4be1943-b67b-4cb3-ba5c-fbb0d82bbbd3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:29:21 GMT" + "Tue, 23 Jun 2020 08:56:35 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,10 +114,10 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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-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-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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 \"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 \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { @@ -127,16 +127,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bfa38005-4eed-4ba2-ab38-ddf0fb6d06bc" + "395e4258-ab23-4632-adb3-df783ebec77f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Internal.Subscriptions.SubscriptionClient/1.3.0" + "Microsoft.Azure.Internal.Subscriptions.SubscriptionClient/1.3.16" ] }, "ResponseHeaders": { @@ -150,13 +150,13 @@ "11998" ], "x-ms-request-id": [ - "d9e5b6fe-f9ae-4673-b90d-5e534d6bd028" + "67442184-11d1-421a-8c8f-6cc1ceb722e7" ], "x-ms-correlation-request-id": [ - "d9e5b6fe-f9ae-4673-b90d-5e534d6bd028" + "67442184-11d1-421a-8c8f-6cc1ceb722e7" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162922Z:d9e5b6fe-f9ae-4673-b90d-5e534d6bd028" + "WESTUS:20200623T085636Z:67442184-11d1-421a-8c8f-6cc1ceb722e7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -165,7 +165,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:29:21 GMT" + "Tue, 23 Jun 2020 08:56:35 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -177,26 +177,26 @@ "116" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/tenants/0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"tenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/tenants/6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"tenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps4092?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNDA5Mj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps6750?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNjc1MD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e751b81e-6dbd-4ee9-b99d-848ba7ef9431" + "cd54157e-7b2b-4be8-9254-6cdf90c400f6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -213,16 +213,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-request-id": [ - "d7973f87-bdc9-4c37-bcd4-5413667c8b04" + "846266b4-eb22-4626-8df0-e07bce9b8262" ], "x-ms-correlation-request-id": [ - "d7973f87-bdc9-4c37-bcd4-5413667c8b04" + "846266b4-eb22-4626-8df0-e07bce9b8262" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162924Z:d7973f87-bdc9-4c37-bcd4-5413667c8b04" + "WESTUS:20200623T085636Z:846266b4-eb22-4626-8df0-e07bce9b8262" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -231,7 +231,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:29:23 GMT" + "Tue, 23 Jun 2020 08:56:35 GMT" ], "Content-Length": [ "165" @@ -243,26 +243,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092\",\r\n \"name\": \"ps4092\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6750\",\r\n \"name\": \"ps6750\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps8499\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps4287\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3375e6d1-6f8a-4c05-9fdf-6a94c5f94cfb" + "db6dcafa-d43b-4b1b-a16b-51f2ac53b984" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -279,7 +279,7 @@ "no-cache" ], "x-ms-request-id": [ - "8b812bf1-bf3b-4cbf-937d-9e3704faec9c" + "54d90cba-1297-407c-bf9f-d2dba61ab219" ], "X-Content-Type-Options": [ "nosniff" @@ -300,50 +300,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "a0e3a6fd-6b8e-4c7d-b092-e83ebbecf30b" + "f1394919-82c5-4aba-af0f-763e39c08511" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162924Z:a0e3a6fd-6b8e-4c7d-b092-e83ebbecf30b" + "WESTUS:20200623T085637Z:f1394919-82c5-4aba-af0f-763e39c08511" ], "Date": [ - "Wed, 03 Jul 2019 16:29:24 GMT" + "Tue, 23 Jun 2020 08:56:36 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/Microsoft.StorageSync/storageSyncServices/sssps8499?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDA5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDk5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6750/providers/Microsoft.StorageSync/storageSyncServices/sssps4287?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjc1MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0Mjg3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d4ab3cc3-9b84-4145-be46-ed52a6f23269" + "077dd4db-de7d-4319-b170-84e0e21a1534" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -353,8 +353,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjMwYTQwMTM2LWJjOGYtNDgxMy1hNWY2LWMyMWVhNzZiNjYyYyIsIndvcmtmbG93SWQiOiIyMDcxZTk1YS1hOWI3LTQwZTgtYmEyZC02Nzg0YjNlODdiOTIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjQ0Yzc5ZjQtZTc5Ni00NzhhLTg4MzctOTUzOWZhN2JhYzEyIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjMwYTQwMTM2LWJjOGYtNDgxMy1hNWY2LWMyMWVhNzZiNjYyYyIsIndvcmtmbG93SWQiOiIyMDcxZTk1YS1hOWI3LTQwZTgtYmEyZC02Nzg0YjNlODdiOTIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjQ0Yzc5ZjQtZTc5Ni00NzhhLTg4MzctOTUzOWZhN2JhYzEyIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "abc9cbbb-d84e-4b8b-bc6d-21cd31d52bdb" + "77cc0336-1215-4d5d-9d61-b63c65894b1c" ], "X-Content-Type-Options": [ "nosniff" @@ -375,44 +384,167 @@ "1199" ], "x-ms-correlation-request-id": [ - "d92dc8d6-8533-406c-9b96-8288f1743589" + "a1ac5270-3c58-4517-a92f-9d3f03693084" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T085637Z:a1ac5270-3c58-4517-a92f-9d3f03693084" + ], + "Date": [ + "Tue, 23 Jun 2020 08:56:37 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjMwYTQwMTM2LWJjOGYtNDgxMy1hNWY2LWMyMWVhNzZiNjYyYyIsIndvcmtmbG93SWQiOiIyMDcxZTk1YS1hOWI3LTQwZTgtYmEyZC02Nzg0YjNlODdiOTIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjQ0Yzc5ZjQtZTc5Ni00NzhhLTg4MzctOTUzOWZhN2JhYzEyIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqTXdZVFF3TVRNMkxXSmpPR1l0TkRneE15MWhOV1kyTFdNeU1XVmhOelppTmpZeVl5SXNJbmR2Y210bWJHOTNTV1FpT2lJeU1EY3haVGsxWVMxaE9XSTNMVFF3WlRndFltRXlaQzAyTnpnMFlqTmxPRGRpT1RJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWWpRMFl6YzVaalF0WlRjNU5pMDBOemhoTFRnNE16Y3RPVFV6T1daaE4ySmhZekV5SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "98d2e397-8206-461d-891f-d8ff7980b62e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "53ee390d-2423-4d32-abe3-69e4f7956d9d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162925Z:d92dc8d6-8533-406c-9b96-8288f1743589" + "WESTUS:20200623T085648Z:53ee390d-2423-4d32-abe3-69e4f7956d9d" ], "Date": [ - "Wed, 03 Jul 2019 16:29:24 GMT" + "Tue, 23 Jun 2020 08:56:47 GMT" ], "Content-Length": [ - "329" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/microsoft.storagesync/storageSyncServices/sssps8499\",\r\n \"name\": \"sssps8499\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjMwYTQwMTM2LWJjOGYtNDgxMy1hNWY2LWMyMWVhNzZiNjYyYyIsIndvcmtmbG93SWQiOiIyMDcxZTk1YS1hOWI3LTQwZTgtYmEyZC02Nzg0YjNlODdiOTIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjQ0Yzc5ZjQtZTc5Ni00NzhhLTg4MzctOTUzOWZhN2JhYzEyIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjMwYTQwMTM2LWJjOGYtNDgxMy1hNWY2LWMyMWVhNzZiNjYyYyIsIndvcmtmbG93SWQiOiIyMDcxZTk1YS1hOWI3LTQwZTgtYmEyZC02Nzg0YjNlODdiOTIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjQ0Yzc5ZjQtZTc5Ni00NzhhLTg4MzctOTUzOWZhN2JhYzEyIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T08:56:38.3408541Z\",\r\n \"endTime\": \"2020-06-23T08:56:44.6373885Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/Microsoft.StorageSync/storageSyncServices/sssps8499/syncGroups/sgps8932?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDA5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDk5L3N5bmNHcm91cHMvc2dwczg5MzI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6750/providers/Microsoft.StorageSync/storageSyncServices/sssps4287?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjc1MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0Mjg3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "9a142520-eea3-46e3-83a4-f43c1b624353" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "06090a3e-29c8-4eda-a5b3-43dcfe49c73f" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T085648Z:06090a3e-29c8-4eda-a5b3-43dcfe49c73f" + ], + "Date": [ + "Tue, 23 Jun 2020 08:56:47 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps4287/workflows/2071e95a-a9b7-40e8-ba2d-6784b3e87b92\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6750/providers/microsoft.storagesync/storageSyncServices/sssps4287\",\r\n \"name\": \"sssps4287\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6750/providers/Microsoft.StorageSync/storageSyncServices/sssps4287/syncGroups/sgps2835?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjc1MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0Mjg3L3N5bmNHcm91cHMvc2dwczI4MzU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {}\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "080c5275-7568-4e5d-81e5-22637851c6e3" + "8f5c0d39-94b8-4bd7-831f-f9fdbd25616e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -429,7 +561,7 @@ "no-cache" ], "x-ms-request-id": [ - "68605cd7-80c2-4875-8005-a436d5d9b492" + "ddc0639e-93cc-402e-8f1e-a7b63ba33bb8" ], "X-Content-Type-Options": [ "nosniff" @@ -450,50 +582,50 @@ "1198" ], "x-ms-correlation-request-id": [ - "9cb27106-413a-4354-8bc1-5d88b82bcc73" + "1f5e8fdf-dc9f-4d73-a98b-4643df69a6b0" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162926Z:9cb27106-413a-4354-8bc1-5d88b82bcc73" + "WESTUS:20200623T085648Z:1f5e8fdf-dc9f-4d73-a98b-4643df69a6b0" ], "Date": [ - "Wed, 03 Jul 2019 16:29:26 GMT" + "Tue, 23 Jun 2020 08:56:48 GMT" ], "Content-Length": [ - "331" + "371" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"76147d5c-8043-460c-a3f3-b2ce3ed20560\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/microsoft.storagesync/storageSyncServices/sssps8499/syncGroups/sgps8932\",\r\n \"name\": \"sgps8932\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"ed882c3d-22a2-4a00-900d-9397d475ddb9\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6750/providers/microsoft.storagesync/storageSyncServices/sssps4287/syncGroups/sgps2835\",\r\n \"name\": \"sgps2835\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/Microsoft.Storage/storageAccounts/saps8481?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDA5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM4NDgxP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6750/providers/Microsoft.Storage/storageAccounts/saps6673?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjc1MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM2NjczP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"Central US EUAP\"\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"Central US EUAP\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "864c16e8-50cf-41d3-9ed4-c2f77f5915c8" + "13f42fc7-2c8e-4396-afcc-5e5b82f7e4a5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "105" + "107" ] }, "ResponseHeaders": { @@ -504,13 +636,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/7989ee40-521e-4246-b155-b67b794003ce?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/ad83a1d4-9eb3-4376-8e54-a8e467efb19d?monitor=true&api-version=2017-10-01" ], "Retry-After": [ "17" ], "x-ms-request-id": [ - "7989ee40-521e-4246-b155-b67b794003ce" + "ad83a1d4-9eb3-4376-8e54-a8e467efb19d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -522,16 +654,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "d7240625-f86c-4abe-ba52-4707882505d5" + "979fdfd8-c920-46b6-9820-29e838f2bcaf" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162928Z:d7240625-f86c-4abe-ba52-4707882505d5" + "WESTUS:20200623T085650Z:979fdfd8-c920-46b6-9820-29e838f2bcaf" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:29:27 GMT" + "Tue, 23 Jun 2020 08:56:49 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -547,16 +679,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/7989ee40-521e-4246-b155-b67b794003ce?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9hc3luY29wZXJhdGlvbnMvNzk4OWVlNDAtNTIxZS00MjQ2LWIxNTUtYjY3Yjc5NDAwM2NlP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/ad83a1d4-9eb3-4376-8e54-a8e467efb19d?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9hc3luY29wZXJhdGlvbnMvYWQ4M2ExZDQtOWViMy00Mzc2LThlNTQtYThlNDY3ZWZiMTlkP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE3LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -567,7 +699,7 @@ "no-cache" ], "x-ms-request-id": [ - "1ba534b4-d2b8-4425-a552-13abb0cf7052" + "b81c23e7-f0e1-45c5-9ed4-ad3da28da062" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -576,22 +708,22 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "daa5df1a-5be7-4fd0-bc3b-eb6d141c14aa" + "3c84ed8c-747f-424f-9494-cf15472e5398" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162945Z:daa5df1a-5be7-4fd0-bc3b-eb6d141c14aa" + "WESTUS:20200623T085707Z:3c84ed8c-747f-424f-9494-cf15472e5398" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:29:45 GMT" + "Tue, 23 Jun 2020 08:57:07 GMT" ], "Content-Length": [ - "1018" + "1039" ], "Content-Type": [ "application/json" @@ -600,26 +732,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/Microsoft.Storage/storageAccounts/saps8481\",\r\n \"name\": \"saps8481\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T16:29:27.2360525Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T16:29:27.2360525Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-07-03T16:29:27.1735558Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps8481.blob.core.windows.net/\",\r\n \"queue\": \"https://saps8481.queue.core.windows.net/\",\r\n \"table\": \"https://saps8481.table.core.windows.net/\",\r\n \"file\": \"https://saps8481.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6750/providers/Microsoft.Storage/storageAccounts/saps6673\",\r\n \"name\": \"saps6673\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T08:56:49.6113983Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T08:56:49.6113983Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-06-23T08:56:49.5645419Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps6673.blob.core.windows.net/\",\r\n \"queue\": \"https://saps6673.queue.core.windows.net/\",\r\n \"table\": \"https://saps6673.table.core.windows.net/\",\r\n \"file\": \"https://saps6673.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/Microsoft.Storage/storageAccounts/saps8481?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDA5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM4NDgxP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6750/providers/Microsoft.Storage/storageAccounts/saps6673?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjc1MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM2NjczP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5e8dbfea-c78b-4052-b814-0edfc1891556" + "12e66e7f-a427-4c53-abab-aca2f5717298" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -630,7 +762,7 @@ "no-cache" ], "x-ms-request-id": [ - "6cdc9b2c-6e30-47fb-8bc3-1c927deec75f" + "0f30e1fe-b94f-494e-bff8-537e355314d0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -639,22 +771,22 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11998" ], "x-ms-correlation-request-id": [ - "38e47955-10f0-4376-8c0a-7360ae5a1784" + "c3b9fccf-feb2-49e4-9ab1-262aa4074640" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162945Z:38e47955-10f0-4376-8c0a-7360ae5a1784" + "WESTUS:20200623T085707Z:c3b9fccf-feb2-49e4-9ab1-262aa4074640" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:29:45 GMT" + "Tue, 23 Jun 2020 08:57:07 GMT" ], "Content-Length": [ - "1018" + "1039" ], "Content-Type": [ "application/json" @@ -663,26 +795,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/Microsoft.Storage/storageAccounts/saps8481\",\r\n \"name\": \"saps8481\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T16:29:27.2360525Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T16:29:27.2360525Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-07-03T16:29:27.1735558Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps8481.blob.core.windows.net/\",\r\n \"queue\": \"https://saps8481.queue.core.windows.net/\",\r\n \"table\": \"https://saps8481.table.core.windows.net/\",\r\n \"file\": \"https://saps8481.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6750/providers/Microsoft.Storage/storageAccounts/saps6673\",\r\n \"name\": \"saps6673\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T08:56:49.6113983Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T08:56:49.6113983Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-06-23T08:56:49.5645419Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps6673.blob.core.windows.net/\",\r\n \"queue\": \"https://saps6673.queue.core.windows.net/\",\r\n \"table\": \"https://saps6673.table.core.windows.net/\",\r\n \"file\": \"https://saps6673.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/Microsoft.Storage/storageAccounts/saps8481/listKeys?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDA5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM4NDgxL2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6750/providers/Microsoft.Storage/storageAccounts/saps6673/listKeys?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjc1MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM2NjczL2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3255be32-5ea9-4bb0-b9a3-3decba164467" + "4d037e83-42ba-44e0-a2d6-bb4422231044" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -693,7 +825,7 @@ "no-cache" ], "x-ms-request-id": [ - "af52c7f6-0b70-4c02-90d5-f724ce32ee28" + "8d531335-b405-44ef-9bef-621ea2ce07b7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -701,20 +833,20 @@ "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "11999" ], "x-ms-correlation-request-id": [ - "d01da2c7-80c3-4e0d-aa9f-b3d9c5940bbf" + "faaafaee-0366-4d4b-a293-08a0016b212c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162945Z:d01da2c7-80c3-4e0d-aa9f-b3d9c5940bbf" + "WESTUS:20200623T085707Z:faaafaee-0366-4d4b-a293-08a0016b212c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:29:45 GMT" + "Tue, 23 Jun 2020 08:57:07 GMT" ], "Content-Length": [ "288" @@ -726,26 +858,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"value\": \"oVYqp67m5TeMopkTvf7D00JmgJq7xka7pm2pv0olb8+yQf/hHgG3H0CETCIvwdXhrIXweV2uZlOxAbzCWPrmDQ==\",\r\n \"permissions\": \"FULL\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"value\": \"dj7JIL1biWu1G0nl/+1NFPMRGjeZJASa/QRkhwLHnHQ27sX46Tyqdl2AyKH2d9q21soJ83ebz//Yn/pQ16d3lg==\",\r\n \"permissions\": \"FULL\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"value\": \"Bg6321Xvn98sRm/AbBsh+Kmn2rTzKQqci9/1ONDxn2lBJBhAPhjGX0rXnXur2ilTJYsFJuoX+rrkJO2AeyC2gA==\",\r\n \"permissions\": \"FULL\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"value\": \"SDIysbXvk4wXmwI2oFt3w0p4ze8asbKDmVLOpy+FBSGmL80n+3ALn7ZSVypBK9UyI7xLP30usAGSmKO7uBN/1w==\",\r\n \"permissions\": \"FULL\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/0483643a-cb2f-462a-bc27-1a270e5bdc0a/servicePrincipalsByAppId/9469b9f5-6722-4481-a2b2-14ed560b706f/objectId?api-version=1.6", - "EncodedRequestUri": "LzA0ODM2NDNhLWNiMmYtNDYyYS1iYzI3LTFhMjcwZTViZGMwYS9zZXJ2aWNlUHJpbmNpcGFsc0J5QXBwSWQvOTQ2OWI5ZjUtNjcyMi00NDgxLWEyYjItMTRlZDU2MGI3MDZmL29iamVjdElkP2FwaS12ZXJzaW9uPTEuNg==", + "RequestUri": "/6ad91d65-65ab-4e14-90f7-fe951035b7c9/servicePrincipalsByAppId/9469b9f5-6722-4481-a2b2-14ed560b706f/objectId?api-version=1.6", + "EncodedRequestUri": "LzZhZDkxZDY1LTY1YWItNGUxNC05MGY3LWZlOTUxMDM1YjdjOS9zZXJ2aWNlUHJpbmNpcGFsc0J5QXBwSWQvOTQ2OWI5ZjUtNjcyMi00NDgxLWEyYjItMTRlZDU2MGI3MDZmL29iamVjdElkP2FwaS12ZXJzaW9uPTEuNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1b39e750-0417-4bb1-af84-431c051b714e" + "5f94e60b-7075-4a74-a757-e092465f12cd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.0" + "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -756,19 +888,22 @@ "no-cache" ], "ocp-aad-diagnostics-server-name": [ - "q5Xbh3MZA2oHL2aMV5BkPDdbnE4y3W66Ql7+EgkvqGE=" + "UJod7VmkPiqRZ3LL8q1JqdoyPpXCav9KRxab7im3lsM=" ], "request-id": [ - "9cb387cf-4c9c-4f27-83d8-bd7da3901051" + "5f397afc-3a76-47ff-baaf-3a0d07fa61a6" ], "client-request-id": [ - "1b39e750-0417-4bb1-af84-431c051b714e" + "5f94e60b-7075-4a74-a757-e092465f12cd" ], "x-ms-dirapi-data-contract-version": [ "1.6" ], "ocp-aad-session-key": [ - "mmwxVqEV9rc3iidgwLruQuTj-_RQxMUnWypw8Q2kBMSc-ql7Z35--ll2B9-9pF8sKWGtNMv-TGMPe0lkc9JQB5fMAXyorA-tbOT9byVtMhfAI4xDUmk1sRIk3rNiaBJN.Syb7SC8BgYJAaQ4DCiMzv9XAkE97TYhPEy0NAOwQHI8" + "wvnXxBYlAEYUhiPEGQYQszQpnrT0BQJ-Po3-PLJFLEIZM7ClxHV36gYTg-os-_dNfAeF4_VkpKSPCTCcURakLWviUk_gZl7qCO3Eon5h9x7on56wD407fvizcFraGrry.F_hTAyi6xr4vlUoZ1vC3GncHtDrTuWe_wz13cbm3m34" + ], + "x-aad-resource-unit": [ + "1" ], "DataServiceVersion": [ "3.0;" @@ -786,10 +921,10 @@ "ASP.NET" ], "Duration": [ - "615852" + "563987" ], "Date": [ - "Wed, 03 Jul 2019 16:29:45 GMT" + "Tue, 23 Jun 2020 08:57:07 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" @@ -801,26 +936,26 @@ "151" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/0483643a-cb2f-462a-bc27-1a270e5bdc0a/$metadata#Edm.String\",\r\n \"value\": \"384dab06-7a70-4ecf-a04e-284602199124\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/6ad91d65-65ab-4e14-90f7-fe951035b7c9/$metadata#Edm.String\",\r\n \"value\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/0483643a-cb2f-462a-bc27-1a270e5bdc0a/servicePrincipals/384dab06-7a70-4ecf-a04e-284602199124?api-version=1.6", - "EncodedRequestUri": "LzA0ODM2NDNhLWNiMmYtNDYyYS1iYzI3LTFhMjcwZTViZGMwYS9zZXJ2aWNlUHJpbmNpcGFscy8zODRkYWIwNi03YTcwLTRlY2YtYTA0ZS0yODQ2MDIxOTkxMjQ/YXBpLXZlcnNpb249MS42", + "RequestUri": "/6ad91d65-65ab-4e14-90f7-fe951035b7c9/servicePrincipals/d8eca219-3055-4504-9a60-18c2d0b4c18c?api-version=1.6", + "EncodedRequestUri": "LzZhZDkxZDY1LTY1YWItNGUxNC05MGY3LWZlOTUxMDM1YjdjOS9zZXJ2aWNlUHJpbmNpcGFscy9kOGVjYTIxOS0zMDU1LTQ1MDQtOWE2MC0xOGMyZDBiNGMxOGM/YXBpLXZlcnNpb249MS42", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3d6306a7-7c62-4496-991b-bbcdb8b76186" + "bec517a6-b7eb-4ebf-87d7-cc29945875c3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.0" + "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -831,19 +966,22 @@ "no-cache" ], "ocp-aad-diagnostics-server-name": [ - "Ctepklg2J0Yv0+dqQJ0Z2DWorgOts60ilDVLun/aW5g=" + "Ejlln//HW8QHQEvfdHqbS3KozJkF5qO/py2QoUOMx9s=" ], "request-id": [ - "2617a976-927e-4c2e-8d57-f55947f20160" + "aa1dcd03-58b3-4a13-bdda-0dcac1d7a67a" ], "client-request-id": [ - "3d6306a7-7c62-4496-991b-bbcdb8b76186" + "bec517a6-b7eb-4ebf-87d7-cc29945875c3" ], "x-ms-dirapi-data-contract-version": [ "1.6" ], "ocp-aad-session-key": [ - "RQjn8pShkXSw5-xb5BXwPDUb0NGhs60HO-3sN0I1LM66cxmeq8m3Ye5RGOhKy6vMB2SdUqXcmxdzK7Um2OyAOsRcgEGvmwOx22L8yd6XuGdO6sd173l9NT1GneFSLH3r.idIMC7UM0u3ZvzpS04CfBylDBJ2lzuP2oBZ_tbypoSI" + "zBhukh0Tcdxq3xdXQhK6xDB_QJ3h-Rb8TJh1m1hKNjhi4QfEGnn2h0ker1dICNqUol6fGq2NO1ksPRIPkxsoKyE435znE-1ZyF3ptMlXoRAm1bMmTd5ceTLGuqFPFvVJ.dF8NDbHo2xzgvp15igu7yhHpcORe8mVTuyMNfkpQdJE" + ], + "x-aad-resource-unit": [ + "1" ], "DataServiceVersion": [ "3.0;" @@ -861,10 +999,10 @@ "ASP.NET" ], "Duration": [ - "623562" + "455733" ], "Date": [ - "Wed, 03 Jul 2019 16:29:45 GMT" + "Tue, 23 Jun 2020 08:57:07 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" @@ -876,7 +1014,7 @@ "1299" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/0483643a-cb2f-462a-bc27-1a270e5bdc0a/$metadata#directoryObjects/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"384dab06-7a70-4ecf-a04e-284602199124\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.StorageSync\",\r\n \"appId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"applicationTemplateId\": null,\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.StorageSync\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"notificationEmailAddresses\": [],\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredSingleSignOnMode\": null,\r\n \"preferredTokenSigningKeyEndDateTime\": null,\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://0c38d04b-cf53-496f-aa30-9751eaf67399/redir\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"samlSingleSignOnSettings\": null,\r\n \"servicePrincipalNames\": [\r\n \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/6ad91d65-65ab-4e14-90f7-fe951035b7c9/$metadata#directoryObjects/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.StorageSync\",\r\n \"appId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"applicationTemplateId\": null,\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.StorageSync\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"notificationEmailAddresses\": [],\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredSingleSignOnMode\": null,\r\n \"preferredTokenSigningKeyEndDateTime\": null,\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://0c38d04b-cf53-496f-aa30-9751eaf67399/redir\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"samlSingleSignOnSettings\": null,\r\n \"servicePrincipalNames\": [\r\n \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n}", "StatusCode": 200 }, { @@ -886,16 +1024,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "21e513ea-417f-4ffe-8db1-7822d79d9e82" + "d6d3ed96-3c6e-452d-b4f7-3cc9585ddd78" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" + "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -905,11 +1043,8 @@ "Pragma": [ "no-cache" ], - "x-ms-request-charge": [ - "1" - ], "x-ms-request-id": [ - "c8ee7fa0-e07e-44cb-ad21-87e1345861cf" + "6567b0b3-5ee6-4a54-9c55-3a0fa8fdd9a8" ], "X-Content-Type-Options": [ "nosniff" @@ -918,19 +1053,19 @@ "max-age=31536000; includeSubDomains" ], "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" + "x-ms-gateway-slice=Production; path=/; SameSite=None; secure; HttpOnly" ], "x-ms-ratelimit-remaining-tenant-reads": [ - "11999" + "11998" ], "x-ms-correlation-request-id": [ - "a5b9c841-549b-49b1-a762-22348a2dad1e" + "de53015a-f5b1-4889-a7a9-25aa16286bdb" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162946Z:a5b9c841-549b-49b1-a762-22348a2dad1e" + "WESTUS:20200623T085708Z:de53015a-f5b1-4889-a7a9-25aa16286bdb" ], "Date": [ - "Wed, 03 Jul 2019 16:29:45 GMT" + "Tue, 23 Jun 2020 08:57:07 GMT" ], "Content-Length": [ "841" @@ -946,22 +1081,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps4092/providers/Microsoft.Storage///storageAccounts/saps8481/providers/Microsoft.Authorization/roleAssignments?$filter=assignedTo('384dab06-7a70-4ecf-a04e-284602199124')&api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNDA5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2UvLy9zdG9yYWdlQWNjb3VudHMvc2Fwczg0ODEvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cz8kZmlsdGVyPWFzc2lnbmVkVG8oJzM4NGRhYjA2LTdhNzAtNGVjZi1hMDRlLTI4NDYwMjE5OTEyNCcpJmFwaS12ZXJzaW9uPTIwMTUtMDctMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps6750/providers/Microsoft.Storage///storageAccounts/saps6673/providers/Microsoft.Authorization/roleAssignments?$filter=assignedTo('d8eca219-3055-4504-9a60-18c2d0b4c18c')&api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNjc1MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2UvLy9zdG9yYWdlQWNjb3VudHMvc2FwczY2NzMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cz8kZmlsdGVyPWFzc2lnbmVkVG8oJ2Q4ZWNhMjE5LTMwNTUtNDUwNC05YTYwLTE4YzJkMGI0YzE4YycpJmFwaS12ZXJzaW9uPTIwMTUtMDctMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b8f04d3b-3a24-4909-9abb-47032bf78dd5" + "5c2cc2cf-6110-4cb2-824b-9dcc97c7a0b2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" + "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -971,11 +1106,8 @@ "Pragma": [ "no-cache" ], - "x-ms-request-charge": [ - "1" - ], "x-ms-request-id": [ - "a198f20d-2c23-45ea-b50f-79bc27cfed28" + "9ebab4ec-14a0-46d4-b16c-b40553742401" ], "X-Content-Type-Options": [ "nosniff" @@ -984,22 +1116,22 @@ "max-age=31536000; includeSubDomains" ], "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" + "x-ms-gateway-slice=Production; path=/; secure; HttpOnly; SameSite=None" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "2b95722f-6ec8-442f-a3f5-6c8d0baa2a47" + "eb9cae55-9f78-4954-af3e-0a722b0d2add" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T162947Z:2b95722f-6ec8-442f-a3f5-6c8d0baa2a47" + "WESTUS:20200623T085709Z:eb9cae55-9f78-4954-af3e-0a722b0d2add" ], "Date": [ - "Wed, 03 Jul 2019 16:29:46 GMT" + "Tue, 23 Jun 2020 08:57:08 GMT" ], "Content-Length": [ - "12" + "732" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1008,98 +1140,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": []\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\",\r\n \"principalId\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\",\r\n \"scope\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b\",\r\n \"createdOn\": \"2020-05-23T18:29:54.9647107Z\",\r\n \"updatedOn\": \"2020-05-23T18:29:54.9647107Z\",\r\n \"createdBy\": \"a8656ec6-d7a4-4e38-bf78-58d74e3ed751\",\r\n \"updatedBy\": \"a8656ec6-d7a4-4e38-bf78-58d74e3ed751\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Authorization/roleAssignments/dc60f792-d409-4e1d-8fe5-192d121c26e9\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"dc60f792-d409-4e1d-8fe5-192d121c26e9\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/Microsoft.Storage/storageAccounts/saps8481/providers/Microsoft.Authorization/roleAssignments/4aab0623-f5c7-4c64-af75-1089909006c4?api-version=2015-07-01", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzdiOTZjYjAyLTQ2NjMtNDBmNC05YTg5LTYwM2QzODQ5ZTQ2YS9yZXNvdXJjZUdyb3Vwcy9wczQwOTIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zYXBzODQ4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dGhvcml6YXRpb24vcm9sZUFzc2lnbm1lbnRzLzRhYWIwNjIzLWY1YzctNGM2NC1hZjc1LTEwODk5MDkwMDZjND9hcGktdmVyc2lvbj0yMDE1LTA3LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6750/providers/Microsoft.StorageSync/storageSyncServices/sssps4287/syncGroups/sgps2835/cloudEndpoints/cepps160?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjc1MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0Mjg3L3N5bmNHcm91cHMvc2dwczI4MzUvY2xvdWRFbmRwb2ludHMvY2VwcHMxNjA/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\",\r\n \"principalId\": \"384dab06-7a70-4ecf-a04e-284602199124\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6750/providers/Microsoft.Storage/storageAccounts/saps6673\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0901a935-13d5-4f51-9b99-60b1daeccb5c" + "0aed62ea-53e5-4949-a9af-2b4624504ee6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "254" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-charge": [ - "2" - ], - "x-ms-request-id": [ - "e8ca9016-5f78-45dd-a3d3-63481c855edb" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" - ], - "x-ms-correlation-request-id": [ - "aa5b6793-00c4-4c96-86d3-2c739b7bf199" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T162949Z:aa5b6793-00c4-4c96-86d3-2c739b7bf199" - ], - "Date": [ - "Wed, 03 Jul 2019 16:29:48 GMT" - ], - "Content-Length": [ - "836" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\",\r\n \"principalId\": \"384dab06-7a70-4ecf-a04e-284602199124\",\r\n \"scope\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/Microsoft.Storage/storageAccounts/saps8481\",\r\n \"createdOn\": \"2019-07-03T16:29:47.3765684Z\",\r\n \"updatedOn\": \"2019-07-03T16:29:47.3765684Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"8d1a2f63-15c2-4fe8-a804-213ecbaf4403\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/Microsoft.Storage/storageAccounts/saps8481/providers/Microsoft.Authorization/roleAssignments/4aab0623-f5c7-4c64-af75-1089909006c4\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"4aab0623-f5c7-4c64-af75-1089909006c4\"\r\n}", - "StatusCode": 201 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/Microsoft.StorageSync/storageSyncServices/sssps8499/syncGroups/sgps8932/cloudEndpoints/cepps7034?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDA5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDk5L3N5bmNHcm91cHMvc2dwczg5MzIvY2xvdWRFbmRwb2ludHMvY2VwcHM3MDM0P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/Microsoft.Storage/storageAccounts/saps8481\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\"\r\n }\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "26348dc9-e788-4b99-8764-e627450bdee9" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1116,16 +1176,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/microsoft.storagesync/storageSyncServices/sssps8499/workflows/8ea8715f-a4cc-4f79-913f-0c54ec71c63d/operationresults/b9f023e0-a37f-46df-b140-4b4c60ef898a?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjMwYTQwMTM2LWJjOGYtNDgxMy1hNWY2LWMyMWVhNzZiNjYyYyIsIndvcmtmbG93SWQiOiJjYjJhMjVmNC0xZjczLTQ2NjUtYjgyMC1mNzQ4ZmM5YTEyMmMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWNhZmEyZDAtMGI3NC00MzhkLWI1MTItMWQzMjMyNmJhYzQxIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/microsoft.storagesync/storageSyncServices/sssps8499/workflows/8ea8715f-a4cc-4f79-913f-0c54ec71c63d/operations/b9f023e0-a37f-46df-b140-4b4c60ef898a?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjMwYTQwMTM2LWJjOGYtNDgxMy1hNWY2LWMyMWVhNzZiNjYyYyIsIndvcmtmbG93SWQiOiJjYjJhMjVmNC0xZjczLTQ2NjUtYjgyMC1mNzQ4ZmM5YTEyMmMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWNhZmEyZDAtMGI3NC00MzhkLWI1MTItMWQzMjMyNmJhYzQxIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "5ac155bf-0d49-4a3e-8977-b6e97a74d67b" + "9b9171ce-94bb-49d7-9a04-f4ac05bef465" ], "X-Content-Type-Options": [ "nosniff" @@ -1143,16 +1203,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1199" ], "x-ms-correlation-request-id": [ - "dc441761-2898-47d3-a7bf-337a4b2159b6" + "6f6738d9-d994-44bb-bd49-7df3e05c2f93" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T163030Z:dc441761-2898-47d3-a7bf-337a4b2159b6" + "WESTUS:20200623T085710Z:6f6738d9-d994-44bb-bd49-7df3e05c2f93" ], "Date": [ - "Wed, 03 Jul 2019 16:30:29 GMT" + "Tue, 23 Jun 2020 08:57:09 GMT" ], "Expires": [ "-1" @@ -1165,16 +1225,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/microsoft.storagesync/storageSyncServices/sssps8499/workflows/8ea8715f-a4cc-4f79-913f-0c54ec71c63d/operations/b9f023e0-a37f-46df-b140-4b4c60ef898a?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDA5Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDk5L3dvcmtmbG93cy84ZWE4NzE1Zi1hNGNjLTRmNzktOTEzZi0wYzU0ZWM3MWM2M2Qvb3BlcmF0aW9ucy9iOWYwMjNlMC1hMzdmLTQ2ZGYtYjE0MC00YjRjNjBlZjg5OGE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjMwYTQwMTM2LWJjOGYtNDgxMy1hNWY2LWMyMWVhNzZiNjYyYyIsIndvcmtmbG93SWQiOiJjYjJhMjVmNC0xZjczLTQ2NjUtYjgyMC1mNzQ4ZmM5YTEyMmMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWNhZmEyZDAtMGI3NC00MzhkLWI1MTItMWQzMjMyNmJhYzQxIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqTXdZVFF3TVRNMkxXSmpPR1l0TkRneE15MWhOV1kyTFdNeU1XVmhOelppTmpZeVl5SXNJbmR2Y210bWJHOTNTV1FpT2lKallqSmhNalZtTkMweFpqY3pMVFEyTmpVdFlqZ3lNQzFtTnpRNFptTTVZVEV5TW1NaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTVdOaFptRXlaREF0TUdJM05DMDBNemhrTFdJMU1USXRNV1F6TWpNeU5tSmhZelF4SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1185,7 +1245,7 @@ "no-cache" ], "x-ms-request-id": [ - "10695dfb-a742-4694-accd-d6196db9bc96" + "0d80e7d0-dae9-4d2d-ae46-a260d5cef3c8" ], "X-Content-Type-Options": [ "nosniff" @@ -1206,38 +1266,38 @@ "11998" ], "x-ms-correlation-request-id": [ - "15caf6fe-65d3-452d-865e-df3335ec465e" + "3aa0d24b-bed1-4c61-83e0-ceefd2d64577" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T163040Z:15caf6fe-65d3-452d-865e-df3335ec465e" + "WESTUS:20200623T085720Z:3aa0d24b-bed1-4c61-83e0-ceefd2d64577" ], "Date": [ - "Wed, 03 Jul 2019 16:30:40 GMT" + "Tue, 23 Jun 2020 08:57:19 GMT" ], "Content-Length": [ - "451" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/microsoft.storagesync/storageSyncServices/sssps8499/workflow/8ea8715f-a4cc-4f79-913f-0c54ec71c63d/operationresults/b9f023e0-a37f-46df-b140-4b4c60ef898a\",\r\n \"name\": \"b9f023e0-a37f-46df-b140-4b4c60ef898a\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T16:30:30.8458159Z\",\r\n \"endTime\": \"2019-07-03T16:30:33.9484732Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjMwYTQwMTM2LWJjOGYtNDgxMy1hNWY2LWMyMWVhNzZiNjYyYyIsIndvcmtmbG93SWQiOiJjYjJhMjVmNC0xZjczLTQ2NjUtYjgyMC1mNzQ4ZmM5YTEyMmMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWNhZmEyZDAtMGI3NC00MzhkLWI1MTItMWQzMjMyNmJhYzQxIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjMwYTQwMTM2LWJjOGYtNDgxMy1hNWY2LWMyMWVhNzZiNjYyYyIsIndvcmtmbG93SWQiOiJjYjJhMjVmNC0xZjczLTQ2NjUtYjgyMC1mNzQ4ZmM5YTEyMmMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWNhZmEyZDAtMGI3NC00MzhkLWI1MTItMWQzMjMyNmJhYzQxIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T08:57:10.9891836Z\",\r\n \"endTime\": \"2020-06-23T08:57:17.773035Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/microsoft.storagesync/storageSyncServices/sssps8499/workflows/8ea8715f-a4cc-4f79-913f-0c54ec71c63d/operations/b9f023e0-a37f-46df-b140-4b4c60ef898a?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDA5Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDk5L3dvcmtmbG93cy84ZWE4NzE1Zi1hNGNjLTRmNzktOTEzZi0wYzU0ZWM3MWM2M2Qvb3BlcmF0aW9ucy9iOWYwMjNlMC1hMzdmLTQ2ZGYtYjE0MC00YjRjNjBlZjg5OGE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6750/providers/Microsoft.StorageSync/storageSyncServices/sssps4287/syncGroups/sgps2835/cloudEndpoints/cepps160?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjc1MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0Mjg3L3N5bmNHcm91cHMvc2dwczI4MzUvY2xvdWRFbmRwb2ludHMvY2VwcHMxNjA/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1248,7 +1308,7 @@ "no-cache" ], "x-ms-request-id": [ - "0bb048eb-d377-4d76-902b-ff609871f0e0" + "a2f1f044-5c2b-44ff-b586-2d92a6f7aa5c" ], "X-Content-Type-Options": [ "nosniff" @@ -1269,38 +1329,44 @@ "11997" ], "x-ms-correlation-request-id": [ - "1d7f95b2-abe6-4ab0-9093-c2af270d2f9b" + "65dde55d-f8fe-489d-9f3d-56551a380f61" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T163051Z:1d7f95b2-abe6-4ab0-9093-c2af270d2f9b" + "WESTUS:20200623T085720Z:65dde55d-f8fe-489d-9f3d-56551a380f61" ], "Date": [ - "Wed, 03 Jul 2019 16:30:50 GMT" + "Tue, 23 Jun 2020 08:57:20 GMT" ], "Content-Length": [ - "451" + "1025" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/microsoft.storagesync/storageSyncServices/sssps8499/workflow/8ea8715f-a4cc-4f79-913f-0c54ec71c63d/operationresults/b9f023e0-a37f-46df-b140-4b4c60ef898a\",\r\n \"name\": \"b9f023e0-a37f-46df-b140-4b4c60ef898a\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T16:30:30.8458159Z\",\r\n \"endTime\": \"2019-07-03T16:30:33.9484732Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6750/providers/Microsoft.Storage/storageAccounts/saps6673\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8RUQ4ODJDM0QtMjJBMi00QTAwLTkwMEQtOTM5N0Q0NzVEREI5fEdFTkVSSUN8MjA0MDZFNzAtRDRFOS00QkI5LTlFOUEtOUNDMTFEMzYwNDJE\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps4287/workflows/cb2a25f4-1f73-4665-b820-f748fc9a122c\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6750/providers/microsoft.storagesync/storageSyncServices/sssps4287/syncGroups/sgps2835/cloudEndpoints/cepps160\",\r\n \"name\": \"cepps160\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/microsoft.storagesync/storageSyncServices/sssps8499/workflows/8ea8715f-a4cc-4f79-913f-0c54ec71c63d/operations/b9f023e0-a37f-46df-b140-4b4c60ef898a?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDA5Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDk5L3dvcmtmbG93cy84ZWE4NzE1Zi1hNGNjLTRmNzktOTEzZi0wYzU0ZWM3MWM2M2Qvb3BlcmF0aW9ucy9iOWYwMjNlMC1hMzdmLTQ2ZGYtYjE0MC00YjRjNjBlZjg5OGE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6750/providers/Microsoft.StorageSync/storageSyncServices/sssps4287/syncGroups/sgps2835/cloudEndpoints/cepps160?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjc1MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0Mjg3L3N5bmNHcm91cHMvc2dwczI4MzUvY2xvdWRFbmRwb2ludHMvY2VwcHMxNjA/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "604ea956-ba77-4213-a357-f45a9e3902a7" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1310,8 +1376,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjMwYTQwMTM2LWJjOGYtNDgxMy1hNWY2LWMyMWVhNzZiNjYyYyIsIndvcmtmbG93SWQiOiIyNTUxY2FlMC1mMjMyLTQ1ZDktYTQwYy1iNzkwMDVlMmMyOWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNmI0ZjUyZTYtYTNkYi00ZTUyLTgxYmQtZDM1ODQ2MzQyNzFlIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjMwYTQwMTM2LWJjOGYtNDgxMy1hNWY2LWMyMWVhNzZiNjYyYyIsIndvcmtmbG93SWQiOiIyNTUxY2FlMC1mMjMyLTQ1ZDktYTQwYy1iNzkwMDVlMmMyOWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNmI0ZjUyZTYtYTNkYi00ZTUyLTgxYmQtZDM1ODQ2MzQyNzFlIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "64db393e-0dd7-4502-8d4a-56a8ed14f92d" + "ca54419f-7a83-423b-b743-db8b6394375d" ], "X-Content-Type-Options": [ "nosniff" @@ -1328,42 +1403,39 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], "x-ms-correlation-request-id": [ - "a64f3ac2-d452-4773-9e94-e1156cccddc8" + "f71de873-8198-4622-9f11-29f3f2f7332d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T163101Z:a64f3ac2-d452-4773-9e94-e1156cccddc8" + "WESTUS:20200623T085721Z:f71de873-8198-4622-9f11-29f3f2f7332d" ], "Date": [ - "Wed, 03 Jul 2019 16:31:00 GMT" - ], - "Content-Length": [ - "451" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Tue, 23 Jun 2020 08:57:20 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/microsoft.storagesync/storageSyncServices/sssps8499/workflow/8ea8715f-a4cc-4f79-913f-0c54ec71c63d/operationresults/b9f023e0-a37f-46df-b140-4b4c60ef898a\",\r\n \"name\": \"b9f023e0-a37f-46df-b140-4b4c60ef898a\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T16:30:30.8458159Z\",\r\n \"endTime\": \"2019-07-03T16:30:33.9484732Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/microsoft.storagesync/storageSyncServices/sssps8499/workflows/8ea8715f-a4cc-4f79-913f-0c54ec71c63d/operations/b9f023e0-a37f-46df-b140-4b4c60ef898a?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDA5Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDk5L3dvcmtmbG93cy84ZWE4NzE1Zi1hNGNjLTRmNzktOTEzZi0wYzU0ZWM3MWM2M2Qvb3BlcmF0aW9ucy9iOWYwMjNlMC1hMzdmLTQ2ZGYtYjE0MC00YjRjNjBlZjg5OGE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjMwYTQwMTM2LWJjOGYtNDgxMy1hNWY2LWMyMWVhNzZiNjYyYyIsIndvcmtmbG93SWQiOiIyNTUxY2FlMC1mMjMyLTQ1ZDktYTQwYy1iNzkwMDVlMmMyOWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNmI0ZjUyZTYtYTNkYi00ZTUyLTgxYmQtZDM1ODQ2MzQyNzFlIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqTXdZVFF3TVRNMkxXSmpPR1l0TkRneE15MWhOV1kyTFdNeU1XVmhOelppTmpZeVl5SXNJbmR2Y210bWJHOTNTV1FpT2lJeU5UVXhZMkZsTUMxbU1qTXlMVFExWkRrdFlUUXdZeTFpTnprd01EVmxNbU15T1dZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTm1JMFpqVXlaVFl0WVROa1lpMDBaVFV5TFRneFltUXRaRE0xT0RRMk16UXlOekZsSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1374,7 +1446,7 @@ "no-cache" ], "x-ms-request-id": [ - "27b4f932-39f0-42e7-b4bf-708c6ff48d83" + "76e363a3-a7ea-428c-9e80-b41e5f46f73f" ], "X-Content-Type-Options": [ "nosniff" @@ -1392,41 +1464,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11996" ], "x-ms-correlation-request-id": [ - "896abbbb-9ed3-48aa-bd4c-71cbdc2657a3" + "f6817875-6997-4c4e-bef2-0028f6849869" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T163111Z:896abbbb-9ed3-48aa-bd4c-71cbdc2657a3" + "WESTUS:20200623T085731Z:f6817875-6997-4c4e-bef2-0028f6849869" ], "Date": [ - "Wed, 03 Jul 2019 16:31:11 GMT" + "Tue, 23 Jun 2020 08:57:30 GMT" ], "Content-Length": [ - "451" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/microsoft.storagesync/storageSyncServices/sssps8499/workflow/8ea8715f-a4cc-4f79-913f-0c54ec71c63d/operationresults/b9f023e0-a37f-46df-b140-4b4c60ef898a\",\r\n \"name\": \"b9f023e0-a37f-46df-b140-4b4c60ef898a\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T16:30:30.8458159Z\",\r\n \"endTime\": \"2019-07-03T16:30:33.9484732Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjMwYTQwMTM2LWJjOGYtNDgxMy1hNWY2LWMyMWVhNzZiNjYyYyIsIndvcmtmbG93SWQiOiIyNTUxY2FlMC1mMjMyLTQ1ZDktYTQwYy1iNzkwMDVlMmMyOWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNmI0ZjUyZTYtYTNkYi00ZTUyLTgxYmQtZDM1ODQ2MzQyNzFlIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjMwYTQwMTM2LWJjOGYtNDgxMy1hNWY2LWMyMWVhNzZiNjYyYyIsIndvcmtmbG93SWQiOiIyNTUxY2FlMC1mMjMyLTQ1ZDktYTQwYy1iNzkwMDVlMmMyOWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNmI0ZjUyZTYtYTNkYi00ZTUyLTgxYmQtZDM1ODQ2MzQyNzFlIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T08:57:22.0737427Z\",\r\n \"endTime\": \"2020-06-23T08:57:26.0734461Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/microsoft.storagesync/storageSyncServices/sssps8499/workflows/8ea8715f-a4cc-4f79-913f-0c54ec71c63d/operations/b9f023e0-a37f-46df-b140-4b4c60ef898a?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDA5Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDk5L3dvcmtmbG93cy84ZWE4NzE1Zi1hNGNjLTRmNzktOTEzZi0wYzU0ZWM3MWM2M2Qvb3BlcmF0aW9ucy9iOWYwMjNlMC1hMzdmLTQ2ZGYtYjE0MC00YjRjNjBlZjg5OGE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjMwYTQwMTM2LWJjOGYtNDgxMy1hNWY2LWMyMWVhNzZiNjYyYyIsIndvcmtmbG93SWQiOiIyNTUxY2FlMC1mMjMyLTQ1ZDktYTQwYy1iNzkwMDVlMmMyOWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNmI0ZjUyZTYtYTNkYi00ZTUyLTgxYmQtZDM1ODQ2MzQyNzFlIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqTXdZVFF3TVRNMkxXSmpPR1l0TkRneE15MWhOV1kyTFdNeU1XVmhOelppTmpZeVl5SXNJbmR2Y210bWJHOTNTV1FpT2lJeU5UVXhZMkZsTUMxbU1qTXlMVFExWkRrdFlUUXdZeTFpTnprd01EVmxNbU15T1dZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTm1JMFpqVXlaVFl0WVROa1lpMDBaVFV5TFRneFltUXRaRE0xT0RRMk16UXlOekZsSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1437,7 +1509,7 @@ "no-cache" ], "x-ms-request-id": [ - "3bb68647-88a8-48f4-add4-1df631bbcad8" + "6c5a63f5-2eb3-4543-ad1c-4b7bc697d9d3" ], "X-Content-Type-Options": [ "nosniff" @@ -1455,104 +1527,44 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11995" ], "x-ms-correlation-request-id": [ - "8a9f3db9-354b-4472-9aea-6fad8570972c" + "f99ec9dd-f931-4805-be89-790258f7d751" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T163123Z:8a9f3db9-354b-4472-9aea-6fad8570972c" + "WESTUS:20200623T085731Z:f99ec9dd-f931-4805-be89-790258f7d751" ], "Date": [ - "Wed, 03 Jul 2019 16:31:23 GMT" - ], - "Content-Length": [ - "452" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Tue, 23 Jun 2020 08:57:31 GMT" ], "Expires": [ "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/microsoft.storagesync/storageSyncServices/sssps8499/workflow/8ea8715f-a4cc-4f79-913f-0c54ec71c63d/operationresults/b9f023e0-a37f-46df-b140-4b4c60ef898a\",\r\n \"name\": \"b9f023e0-a37f-46df-b140-4b4c60ef898a\",\r\n \"status\": \"newReplicaGroup\",\r\n \"startTime\": \"2019-07-03T16:30:30.8458159Z\",\r\n \"endTime\": \"2019-07-03T16:31:21.021819Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/microsoft.storagesync/storageSyncServices/sssps8499/workflows/8ea8715f-a4cc-4f79-913f-0c54ec71c63d/operations/b9f023e0-a37f-46df-b140-4b4c60ef898a?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDA5Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDk5L3dvcmtmbG93cy84ZWE4NzE1Zi1hNGNjLTRmNzktOTEzZi0wYzU0ZWM3MWM2M2Qvb3BlcmF0aW9ucy9iOWYwMjNlMC1hMzdmLTQ2ZGYtYjE0MC00YjRjNjBlZjg5OGE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "b00b94ce-124f-4418-86ac-655c3abc854b" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-correlation-request-id": [ - "5225c9a0-d403-4253-aea3-6dd93f74d6ef" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T163133Z:5225c9a0-d403-4253-aea3-6dd93f74d6ef" - ], - "Date": [ - "Wed, 03 Jul 2019 16:31:33 GMT" ], "Content-Length": [ - "447" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" + "0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/microsoft.storagesync/storageSyncServices/sssps8499/workflow/8ea8715f-a4cc-4f79-913f-0c54ec71c63d/operationresults/b9f023e0-a37f-46df-b140-4b4c60ef898a\",\r\n \"name\": \"b9f023e0-a37f-46df-b140-4b4c60ef898a\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T16:30:30.8458159Z\",\r\n \"endTime\": \"2019-07-03T16:31:24.3680229Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/Microsoft.StorageSync/storageSyncServices/sssps8499/syncGroups/sgps8932/cloudEndpoints/cepps7034?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDA5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDk5L3N5bmNHcm91cHMvc2dwczg5MzIvY2xvdWRFbmRwb2ludHMvY2VwcHM3MDM0P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6750/providers/Microsoft.StorageSync/storageSyncServices/sssps4287/syncGroups/sgps2835?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjc1MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0Mjg3L3N5bmNHcm91cHMvc2dwczI4MzU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "841e6523-f731-4281-9df6-3fe17835f634" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1563,7 +1575,7 @@ "no-cache" ], "x-ms-request-id": [ - "a44325f1-ad2f-4858-b76e-e6b2e99d4319" + "71244034-d0ee-4eb7-a3f8-a870c88070db" ], "X-Content-Type-Options": [ "nosniff" @@ -1580,48 +1592,45 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" ], "x-ms-correlation-request-id": [ - "133f7df1-e929-490a-82aa-8c8f39a29018" + "e245c7d7-60e4-4162-a823-8437d7be5740" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T163133Z:133f7df1-e929-490a-82aa-8c8f39a29018" + "WESTUS:20200623T085732Z:e245c7d7-60e4-4162-a823-8437d7be5740" ], "Date": [ - "Wed, 03 Jul 2019 16:31:33 GMT" - ], - "Content-Length": [ - "985" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Tue, 23 Jun 2020 08:57:31 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountKey\": null,\r\n \"storageAccount\": null,\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/Microsoft.Storage/storageAccounts/saps8481\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8NzYxNDdENUMtODA0My00NjBDLUEzRjMtQjJDRTNFRDIwNTYwfEdFTkVSSUN8MDRGRERBMDAtQjkwQy00MkRBLTkyNDAtMzdFOUFEREE2NjIy\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps8499/workflows/8ea8715f-a4cc-4f79-913f-0c54ec71c63d\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/microsoft.storagesync/storageSyncServices/sssps8499/syncGroups/sgps8932/cloudEndpoints/cepps7034\",\r\n \"name\": \"cepps7034\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", + "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/Microsoft.StorageSync/storageSyncServices/sssps8499/syncGroups/sgps8932/cloudEndpoints/cepps7034?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDA5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDk5L3N5bmNHcm91cHMvc2dwczg5MzIvY2xvdWRFbmRwb2ludHMvY2VwcHM3MDM0P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6750/providers/Microsoft.StorageSync/storageSyncServices/sssps4287?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjc1MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0Mjg3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "204f4d55-86c0-42ce-adf8-ce207a69c8c9" + "e36b3d21-7b51-4acb-9d47-94b113f36bff" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1632,16 +1641,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/microsoft.storagesync/storageSyncServices/sssps8499/workflows/99d42c58-161d-44e3-b0fc-d1537cb97658/operationresults/59034faf-f693-43c1-a90c-59c3b81d6ee1?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjMwYTQwMTM2LWJjOGYtNDgxMy1hNWY2LWMyMWVhNzZiNjYyYyIsIndvcmtmbG93SWQiOiI4NTI3YjRkYS1lNWI2LTQ4MDAtYTZjMy00M2ZiNThmNTdjMzEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmZmNWVjY2YtOWFjZS00ZjEzLWFlMTItOTdjYzc2ZjI1OWQwIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/microsoft.storagesync/storageSyncServices/sssps8499/workflows/99d42c58-161d-44e3-b0fc-d1537cb97658/operations/59034faf-f693-43c1-a90c-59c3b81d6ee1?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjMwYTQwMTM2LWJjOGYtNDgxMy1hNWY2LWMyMWVhNzZiNjYyYyIsIndvcmtmbG93SWQiOiI4NTI3YjRkYS1lNWI2LTQ4MDAtYTZjMy00M2ZiNThmNTdjMzEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmZmNWVjY2YtOWFjZS00ZjEzLWFlMTItOTdjYzc2ZjI1OWQwIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "189578b1-7a6d-4d4f-9eed-d3308b646f5f" + "df8b8dcd-bebb-49d0-b09c-72187eceafc8" ], "X-Content-Type-Options": [ "nosniff" @@ -1659,16 +1668,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14997" ], "x-ms-correlation-request-id": [ - "4ea9ffe5-af39-4598-998f-83e2049fcaa1" + "88b1ff99-509e-497f-b3d6-ec366fe1174a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T163134Z:4ea9ffe5-af39-4598-998f-83e2049fcaa1" + "WESTUS:20200623T085732Z:88b1ff99-509e-497f-b3d6-ec366fe1174a" ], "Date": [ - "Wed, 03 Jul 2019 16:31:34 GMT" + "Tue, 23 Jun 2020 08:57:32 GMT" ], "Expires": [ "-1" @@ -1681,16 +1690,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/microsoft.storagesync/storageSyncServices/sssps8499/workflows/99d42c58-161d-44e3-b0fc-d1537cb97658/operations/59034faf-f693-43c1-a90c-59c3b81d6ee1?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDA5Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDk5L3dvcmtmbG93cy85OWQ0MmM1OC0xNjFkLTQ0ZTMtYjBmYy1kMTUzN2NiOTc2NTgvb3BlcmF0aW9ucy81OTAzNGZhZi1mNjkzLTQzYzEtYTkwYy01OWMzYjgxZDZlZTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjMwYTQwMTM2LWJjOGYtNDgxMy1hNWY2LWMyMWVhNzZiNjYyYyIsIndvcmtmbG93SWQiOiI4NTI3YjRkYS1lNWI2LTQ4MDAtYTZjMy00M2ZiNThmNTdjMzEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmZmNWVjY2YtOWFjZS00ZjEzLWFlMTItOTdjYzc2ZjI1OWQwIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqTXdZVFF3TVRNMkxXSmpPR1l0TkRneE15MWhOV1kyTFdNeU1XVmhOelppTmpZeVl5SXNJbmR2Y210bWJHOTNTV1FpT2lJNE5USTNZalJrWVMxbE5XSTJMVFE0TURBdFlUWmpNeTAwTTJaaU5UaG1OVGRqTXpFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWm1abU5XVmpZMll0T1dGalpTMDBaakV6TFdGbE1USXRPVGRqWXpjMlpqSTFPV1F3SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1701,7 +1710,7 @@ "no-cache" ], "x-ms-request-id": [ - "28c57855-363f-4d06-9775-1fbd964392c8" + "f2e0f1fe-d5a7-4b35-83ac-3bedcc81c080" ], "X-Content-Type-Options": [ "nosniff" @@ -1719,41 +1728,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11994" ], "x-ms-correlation-request-id": [ - "56adad0b-3b95-4beb-bee5-1dfd92e1b321" + "dea2c63b-5e8e-448f-bce1-de760ba7eb85" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T163145Z:56adad0b-3b95-4beb-bee5-1dfd92e1b321" + "WESTUS:20200623T085743Z:dea2c63b-5e8e-448f-bce1-de760ba7eb85" ], "Date": [ - "Wed, 03 Jul 2019 16:31:44 GMT" + "Tue, 23 Jun 2020 08:57:42 GMT" ], "Content-Length": [ - "444" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/microsoft.storagesync/storageSyncServices/sssps8499/workflow/99d42c58-161d-44e3-b0fc-d1537cb97658/operationresults/59034faf-f693-43c1-a90c-59c3b81d6ee1\",\r\n \"name\": \"59034faf-f693-43c1-a90c-59c3b81d6ee1\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T16:31:34.5386Z\",\r\n \"endTime\": \"2019-07-03T16:31:38.1950367Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjMwYTQwMTM2LWJjOGYtNDgxMy1hNWY2LWMyMWVhNzZiNjYyYyIsIndvcmtmbG93SWQiOiI4NTI3YjRkYS1lNWI2LTQ4MDAtYTZjMy00M2ZiNThmNTdjMzEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmZmNWVjY2YtOWFjZS00ZjEzLWFlMTItOTdjYzc2ZjI1OWQwIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjMwYTQwMTM2LWJjOGYtNDgxMy1hNWY2LWMyMWVhNzZiNjYyYyIsIndvcmtmbG93SWQiOiI4NTI3YjRkYS1lNWI2LTQ4MDAtYTZjMy00M2ZiNThmNTdjMzEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmZmNWVjY2YtOWFjZS00ZjEzLWFlMTItOTdjYzc2ZjI1OWQwIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T08:57:33.1775038Z\",\r\n \"endTime\": \"2020-06-23T08:57:38.654915Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/microsoft.storagesync/storageSyncServices/sssps8499/workflows/99d42c58-161d-44e3-b0fc-d1537cb97658/operationresults/59034faf-f693-43c1-a90c-59c3b81d6ee1?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDA5Mi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDk5L3dvcmtmbG93cy85OWQ0MmM1OC0xNjFkLTQ0ZTMtYjBmYy1kMTUzN2NiOTc2NTgvb3BlcmF0aW9ucmVzdWx0cy81OTAzNGZhZi1mNjkzLTQzYzEtYTkwYy01OWMzYjgxZDZlZTE/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjMwYTQwMTM2LWJjOGYtNDgxMy1hNWY2LWMyMWVhNzZiNjYyYyIsIndvcmtmbG93SWQiOiI4NTI3YjRkYS1lNWI2LTQ4MDAtYTZjMy00M2ZiNThmNTdjMzEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmZmNWVjY2YtOWFjZS00ZjEzLWFlMTItOTdjYzc2ZjI1OWQwIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqTXdZVFF3TVRNMkxXSmpPR1l0TkRneE15MWhOV1kyTFdNeU1XVmhOelppTmpZeVl5SXNJbmR2Y210bWJHOTNTV1FpT2lJNE5USTNZalJrWVMxbE5XSTJMVFE0TURBdFlUWmpNeTAwTTJaaU5UaG1OVGRqTXpFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWm1abU5XVmpZMll0T1dGalpTMDBaakV6TFdGbE1USXRPVGRqWXpjMlpqSTFPV1F3SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1764,7 +1773,7 @@ "no-cache" ], "x-ms-request-id": [ - "68150158-06ad-48f8-bcbc-8f5019b71ae0" + "e710438d-1500-4ef6-9051-9e34d675e0ef" ], "X-Content-Type-Options": [ "nosniff" @@ -1782,148 +1791,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" - ], - "x-ms-correlation-request-id": [ - "799fed53-6796-4b13-bce0-d9ba5a345b8e" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T163145Z:799fed53-6796-4b13-bce0-d9ba5a345b8e" - ], - "Date": [ - "Wed, 03 Jul 2019 16:31:44 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/Microsoft.StorageSync/storageSyncServices/sssps8499/syncGroups/sgps8932?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDA5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDk5L3N5bmNHcm91cHMvc2dwczg5MzI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6b66d551-a3f0-4777-8baf-065af2625304" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "eff34f05-096e-44f7-b135-8d738d19e932" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-deletes": [ - "14998" - ], - "x-ms-correlation-request-id": [ - "683cbf6b-e31b-4a6b-8f0a-82c3782c6f7e" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T163146Z:683cbf6b-e31b-4a6b-8f0a-82c3782c6f7e" - ], - "Date": [ - "Wed, 03 Jul 2019 16:31:45 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/Microsoft.StorageSync/storageSyncServices/sssps8499?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDA5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDk5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "241a0e69-630e-40d8-ae20-486caff8b95f" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "d7e0c0cb-c408-4958-834b-4e021e9ad911" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-deletes": [ - "14997" + "11993" ], "x-ms-correlation-request-id": [ - "a1021c8d-d5b7-485a-a250-95f60e6e2d17" + "0a065f0c-8191-4c22-951d-d5a7a9bb829c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T163146Z:a1021c8d-d5b7-485a-a250-95f60e6e2d17" + "WESTUS:20200623T085743Z:0a065f0c-8191-4c22-951d-d5a7a9bb829c" ], "Date": [ - "Wed, 03 Jul 2019 16:31:46 GMT" + "Tue, 23 Jun 2020 08:57:42 GMT" ], "Expires": [ "-1" @@ -1936,22 +1813,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/Microsoft.Storage/storageAccounts/saps8481?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDA5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM4NDgxP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6750/providers/Microsoft.Storage/storageAccounts/saps6673?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjc1MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM2NjczP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d1ecde05-d1f0-4a61-a4ca-0c9a32a81e5a" + "d3d74719-dfe1-45ab-bb2c-a449e448b42f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1962,7 +1839,7 @@ "no-cache" ], "x-ms-request-id": [ - "d6625ddc-7a89-4f3d-9231-60460fa4dd40" + "5e1798a1-7ebd-4205-a05e-6f4d5b0748d1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1971,19 +1848,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14996" ], "x-ms-correlation-request-id": [ - "4b2b9a0d-4df0-4ee6-a0a6-f2bc8adf2e11" + "b2495181-18ac-4c4b-ada3-a90f24c1175c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T163148Z:4b2b9a0d-4df0-4ee6-a0a6-f2bc8adf2e11" + "WESTUS:20200623T085744Z:b2495181-18ac-4c4b-ada3-a90f24c1175c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:31:48 GMT" + "Tue, 23 Jun 2020 08:57:43 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -1999,22 +1876,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4092/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDA5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6750/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjc1MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c64aa2e7-82a2-49a6-8fae-7b91665262c5" + "5e529588-e50c-481d-861f-5a41389e123a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2025,16 +1902,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11992" ], "x-ms-request-id": [ - "454d5495-cd5d-4cbe-9c2e-81a6dbc9335f" + "5d922a7a-7211-437e-a6f4-ce7e1f852057" ], "x-ms-correlation-request-id": [ - "454d5495-cd5d-4cbe-9c2e-81a6dbc9335f" + "5d922a7a-7211-437e-a6f4-ce7e1f852057" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T163148Z:454d5495-cd5d-4cbe-9c2e-81a6dbc9335f" + "WESTUS:20200623T085744Z:5d922a7a-7211-437e-a6f4-ce7e1f852057" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2043,7 +1920,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:31:48 GMT" + "Tue, 23 Jun 2020 08:57:43 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2059,22 +1936,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps4092?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNDA5Mj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps6750?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNjc1MD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "13624ede-df27-4dae-8085-511257d2d16c" + "31b07c3e-14f8-4218-bf20-952800a8fb81" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -2085,22 +1962,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwOTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY3NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14996" + "14995" ], "x-ms-request-id": [ - "9d093a0f-53b6-4261-9085-eec4354ad37b" + "063a0c7b-a358-431a-8592-b8baba0d6d29" ], "x-ms-correlation-request-id": [ - "9d093a0f-53b6-4261-9085-eec4354ad37b" + "063a0c7b-a358-431a-8592-b8baba0d6d29" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T163150Z:9d093a0f-53b6-4261-9085-eec4354ad37b" + "WESTUS:20200623T085744Z:063a0c7b-a358-431a-8592-b8baba0d6d29" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2109,7 +1986,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:31:49 GMT" + "Tue, 23 Jun 2020 08:57:44 GMT" ], "Expires": [ "-1" @@ -2122,16 +1999,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwOTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRd09USXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY3NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZM05UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -2142,22 +2019,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwOTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY3NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11991" ], "x-ms-request-id": [ - "a9ca3c7e-c9c6-4013-9e8d-f930b5b1e3c1" + "bddb37a5-2b85-4e9c-bb3b-deebb60aff66" ], "x-ms-correlation-request-id": [ - "a9ca3c7e-c9c6-4013-9e8d-f930b5b1e3c1" + "bddb37a5-2b85-4e9c-bb3b-deebb60aff66" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T163205Z:a9ca3c7e-c9c6-4013-9e8d-f930b5b1e3c1" + "WESTUS:20200623T085759Z:bddb37a5-2b85-4e9c-bb3b-deebb60aff66" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2166,7 +2043,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:32:04 GMT" + "Tue, 23 Jun 2020 08:57:59 GMT" ], "Expires": [ "-1" @@ -2179,16 +2056,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwOTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRd09USXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY3NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZM05UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -2199,22 +2076,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwOTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY3NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11990" ], "x-ms-request-id": [ - "e9e0ee41-9744-44e4-87fc-a508a89a6d9a" + "abd22228-3b60-46e1-943a-d96d315a531a" ], "x-ms-correlation-request-id": [ - "e9e0ee41-9744-44e4-87fc-a508a89a6d9a" + "abd22228-3b60-46e1-943a-d96d315a531a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T163220Z:e9e0ee41-9744-44e4-87fc-a508a89a6d9a" + "WESTUS:20200623T085815Z:abd22228-3b60-46e1-943a-d96d315a531a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2223,7 +2100,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:32:19 GMT" + "Tue, 23 Jun 2020 08:58:14 GMT" ], "Expires": [ "-1" @@ -2236,16 +2113,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwOTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRd09USXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY3NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZM05UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -2256,16 +2133,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11989" ], "x-ms-request-id": [ - "60d98536-bb00-4e6f-9c7b-e8822d3dff3e" + "4cbf0b14-0e56-4deb-8df0-4460c49a58aa" ], "x-ms-correlation-request-id": [ - "60d98536-bb00-4e6f-9c7b-e8822d3dff3e" + "4cbf0b14-0e56-4deb-8df0-4460c49a58aa" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T163235Z:60d98536-bb00-4e6f-9c7b-e8822d3dff3e" + "WESTUS:20200623T085830Z:4cbf0b14-0e56-4deb-8df0-4460c49a58aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2274,7 +2151,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:32:34 GMT" + "Tue, 23 Jun 2020 08:58:29 GMT" ], "Expires": [ "-1" @@ -2287,16 +2164,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwOTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRd09USXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY3NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZM05UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -2307,16 +2184,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11988" ], "x-ms-request-id": [ - "ce1c8c03-2d13-41e4-8dbc-b0d543477480" + "1bc8e9e7-c4e9-4434-a32b-2aba5d4d4aef" ], "x-ms-correlation-request-id": [ - "ce1c8c03-2d13-41e4-8dbc-b0d543477480" + "1bc8e9e7-c4e9-4434-a32b-2aba5d4d4aef" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T163235Z:ce1c8c03-2d13-41e4-8dbc-b0d543477480" + "WESTUS:20200623T085830Z:1bc8e9e7-c4e9-4434-a32b-2aba5d4d4aef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2325,7 +2202,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:32:34 GMT" + "Tue, 23 Jun 2020 08:58:29 GMT" ], "Expires": [ "-1" @@ -2340,19 +2217,19 @@ ], "Names": { "Test-RemoveCloudEndpointInputObject": [ - "ps4092", - "ps8499", - "ps8932", - "ps7034", - "ps8481" + "ps6750", + "ps4287", + "ps2835", + "ps160", + "ps6673" ], "TestRemoveCloudEndpointInputObject": [ - "4aab0623-f5c7-4c64-af75-1089909006c4" + "d9813d25-861d-47cd-915e-c282a47920e8" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestRemoveCloudEndpointResourceId.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestRemoveCloudEndpointResourceId.json index 0d575ad4d93a..83d30da76471 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestRemoveCloudEndpointResourceId.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.CloudEndpointTests/TestRemoveCloudEndpointResourceId.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2910d9e4-c927-48c9-b9c3-b6573a9b8d7d" + "3fe6b407-39e9-4172-8992-da5a0e24dd90" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-request-id": [ - "6bbc963f-7e45-4c80-b132-027c6b2ebbcc" + "dcf7bddd-2c87-4e98-8672-4e48e241c270" ], "x-ms-correlation-request-id": [ - "6bbc963f-7e45-4c80-b132-027c6b2ebbcc" + "dcf7bddd-2c87-4e98-8672-4e48e241c270" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164628Z:6bbc963f-7e45-4c80-b132-027c6b2ebbcc" + "WESTUS:20200623T090228Z:dcf7bddd-2c87-4e98-8672-4e48e241c270" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:46:27 GMT" + "Tue, 23 Jun 2020 09:02:28 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\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\": \"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\": \"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\": \"notifyResourceJobs\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\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 ]\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-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-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-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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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-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-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 },\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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cc171a04-fdad-4b8e-8aa7-8d684b41dd0c" + "3e620f65-f03a-456d-881b-312c0d625464" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -87,16 +87,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11998" ], "x-ms-request-id": [ - "5f587f77-6157-4890-8cbe-a75eac734a4e" + "d8172d03-1e22-446e-b804-4734428821a8" ], "x-ms-correlation-request-id": [ - "5f587f77-6157-4890-8cbe-a75eac734a4e" + "d8172d03-1e22-446e-b804-4734428821a8" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164628Z:5f587f77-6157-4890-8cbe-a75eac734a4e" + "WESTUS:20200623T090228Z:d8172d03-1e22-446e-b804-4734428821a8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:46:27 GMT" + "Tue, 23 Jun 2020 09:02:28 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,10 +114,10 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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-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-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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 \"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 \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { @@ -127,16 +127,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "37835ee2-8af4-424a-90e2-2526d47db851" + "535fb301-5ed5-423e-b0c9-23c1dc4e2654" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Internal.Subscriptions.SubscriptionClient/1.3.0" + "Microsoft.Azure.Internal.Subscriptions.SubscriptionClient/1.3.16" ] }, "ResponseHeaders": { @@ -147,16 +147,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-tenant-reads": [ - "11997" + "11999" ], "x-ms-request-id": [ - "c97652d9-c79e-4dd1-8434-7ad8e5074365" + "1c4e0be8-81b0-4fd2-91be-25f9ff88d700" ], "x-ms-correlation-request-id": [ - "c97652d9-c79e-4dd1-8434-7ad8e5074365" + "1c4e0be8-81b0-4fd2-91be-25f9ff88d700" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164629Z:c97652d9-c79e-4dd1-8434-7ad8e5074365" + "WESTUS:20200623T090229Z:1c4e0be8-81b0-4fd2-91be-25f9ff88d700" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -165,7 +165,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:46:28 GMT" + "Tue, 23 Jun 2020 09:02:28 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -177,26 +177,26 @@ "116" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/tenants/0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"tenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/tenants/6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"tenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps7594?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNzU5ND9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps2896?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzMjg5Nj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "25eca052-be82-4bd9-82b2-74c4bffb5dfe" + "160437b3-95e0-47ce-9940-a07370dcecb6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -213,16 +213,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1199" ], "x-ms-request-id": [ - "6f89259a-4b4d-4af3-8e6c-325805ff6a52" + "bf2950f2-cc1a-4b6c-9cb2-83b053d90191" ], "x-ms-correlation-request-id": [ - "6f89259a-4b4d-4af3-8e6c-325805ff6a52" + "bf2950f2-cc1a-4b6c-9cb2-83b053d90191" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164630Z:6f89259a-4b4d-4af3-8e6c-325805ff6a52" + "WESTUS:20200623T090229Z:bf2950f2-cc1a-4b6c-9cb2-83b053d90191" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -231,7 +231,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:46:29 GMT" + "Tue, 23 Jun 2020 09:02:29 GMT" ], "Content-Length": [ "165" @@ -243,26 +243,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594\",\r\n \"name\": \"ps7594\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2896\",\r\n \"name\": \"ps2896\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps2135\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps4494\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "83d0810b-eb3c-4202-b274-0ec99a9a3513" + "37a4b927-06d2-4ad2-9789-3067e35973f2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -279,7 +279,7 @@ "no-cache" ], "x-ms-request-id": [ - "2c253390-0009-4918-b242-f32147640305" + "57c715bc-d4e4-4bf1-8308-78fcd2aaecc4" ], "X-Content-Type-Options": [ "nosniff" @@ -287,9 +287,6 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], "Server": [ "Microsoft-IIS/10.0" ], @@ -299,51 +296,54 @@ "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], "x-ms-correlation-request-id": [ - "6b08347a-208e-4630-8f44-d8c7fdb91398" + "424edea4-59ce-47f6-a7c0-48a96de5923b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164630Z:6b08347a-208e-4630-8f44-d8c7fdb91398" + "WESTUS:20200623T090229Z:424edea4-59ce-47f6-a7c0-48a96de5923b" ], "Date": [ - "Wed, 03 Jul 2019 16:46:30 GMT" + "Tue, 23 Jun 2020 09:02:28 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/Microsoft.StorageSync/storageSyncServices/sssps2135?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2896/providers/Microsoft.StorageSync/storageSyncServices/sssps4494?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjg5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NDk0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c3784f1d-b86a-4b94-bcc0-e10bfaf478a0" + "e2d92057-a7cd-450a-8f46-e5f6fc881844" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -353,8 +353,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImRkMjQ0ZTc5LTJlZjMtNGYyYy05NGJjLTcxM2M2NmM5NmU0MCIsIndvcmtmbG93SWQiOiI0YTA3NDA0ZS1lYjMzLTRiYWItOGU1MS01NjcxOWM1M2E4NWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNmFhMjdiM2EtNjhiZS00NTAzLWJkODEtOWRiYWJmNTI5ZGM0In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImRkMjQ0ZTc5LTJlZjMtNGYyYy05NGJjLTcxM2M2NmM5NmU0MCIsIndvcmtmbG93SWQiOiI0YTA3NDA0ZS1lYjMzLTRiYWItOGU1MS01NjcxOWM1M2E4NWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNmFhMjdiM2EtNjhiZS00NTAzLWJkODEtOWRiYWJmNTI5ZGM0In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "6b8335a3-5d5f-4077-8fee-e39d3401d034" + "aa8ad411-c595-47bd-92f9-b156bed3af2b" ], "X-Content-Type-Options": [ "nosniff" @@ -372,47 +381,170 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" + ], + "x-ms-correlation-request-id": [ + "54cbd2c0-1086-46df-ac47-dd1c12806665" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T090230Z:54cbd2c0-1086-46df-ac47-dd1c12806665" + ], + "Date": [ + "Tue, 23 Jun 2020 09:02:29 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImRkMjQ0ZTc5LTJlZjMtNGYyYy05NGJjLTcxM2M2NmM5NmU0MCIsIndvcmtmbG93SWQiOiI0YTA3NDA0ZS1lYjMzLTRiYWItOGU1MS01NjcxOWM1M2E4NWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNmFhMjdiM2EtNjhiZS00NTAzLWJkODEtOWRiYWJmNTI5ZGM0In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltUmtNalEwWlRjNUxUSmxaak10TkdZeVl5MDVOR0pqTFRjeE0yTTJObU01Tm1VME1DSXNJbmR2Y210bWJHOTNTV1FpT2lJMFlUQTNOREEwWlMxbFlqTXpMVFJpWVdJdE9HVTFNUzAxTmpjeE9XTTFNMkU0TldZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTm1GaE1qZGlNMkV0TmpoaVpTMDBOVEF6TFdKa09ERXRPV1JpWVdKbU5USTVaR00wSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "2920472a-c056-4c32-9fdb-ce17f1e8bcf9" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11999" ], "x-ms-correlation-request-id": [ - "043c5757-dd4f-40e5-8cfb-5f64978dadb8" + "598a8cd4-6e11-4fa3-9a15-b5b4438cf89a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164631Z:043c5757-dd4f-40e5-8cfb-5f64978dadb8" + "WESTUS:20200623T090240Z:598a8cd4-6e11-4fa3-9a15-b5b4438cf89a" ], "Date": [ - "Wed, 03 Jul 2019 16:46:30 GMT" + "Tue, 23 Jun 2020 09:02:40 GMT" ], "Content-Length": [ - "329" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImRkMjQ0ZTc5LTJlZjMtNGYyYy05NGJjLTcxM2M2NmM5NmU0MCIsIndvcmtmbG93SWQiOiI0YTA3NDA0ZS1lYjMzLTRiYWItOGU1MS01NjcxOWM1M2E4NWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNmFhMjdiM2EtNjhiZS00NTAzLWJkODEtOWRiYWJmNTI5ZGM0In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImRkMjQ0ZTc5LTJlZjMtNGYyYy05NGJjLTcxM2M2NmM5NmU0MCIsIndvcmtmbG93SWQiOiI0YTA3NDA0ZS1lYjMzLTRiYWItOGU1MS01NjcxOWM1M2E4NWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNmFhMjdiM2EtNjhiZS00NTAzLWJkODEtOWRiYWJmNTI5ZGM0In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T09:02:31.157098Z\",\r\n \"endTime\": \"2020-06-23T09:02:37.5763031Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2896/providers/Microsoft.StorageSync/storageSyncServices/sssps4494?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjg5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NDk0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "1ece737d-0270-4c0e-a47f-ddd6deadd422" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "9484c57e-979f-4f63-9171-13e7985e2997" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T090241Z:9484c57e-979f-4f63-9171-13e7985e2997" + ], + "Date": [ + "Tue, 23 Jun 2020 09:02:41 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135\",\r\n \"name\": \"sssps2135\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps4494/workflows/4a07404e-eb33-4bab-8e51-56719c53a85f\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2896/providers/microsoft.storagesync/storageSyncServices/sssps4494\",\r\n \"name\": \"sssps4494\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/Microsoft.StorageSync/storageSyncServices/sssps2135/syncGroups/sgps6740?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3N5bmNHcm91cHMvc2dwczY3NDA/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2896/providers/Microsoft.StorageSync/storageSyncServices/sssps4494/syncGroups/sgps988?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjg5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NDk0L3N5bmNHcm91cHMvc2dwczk4OD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {}\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3809616a-7d09-42fd-839d-cce09069c79a" + "3b45868c-e0a8-4694-915c-245fdaac93aa" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -429,7 +561,7 @@ "no-cache" ], "x-ms-request-id": [ - "96b974ce-4bcd-46b8-920f-dc8c717721fe" + "518c9f6d-5ad0-49eb-bf67-51f47bac273b" ], "X-Content-Type-Options": [ "nosniff" @@ -447,53 +579,53 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1198" ], "x-ms-correlation-request-id": [ - "4b321a1e-d4c0-4063-b147-8f951acf0f07" + "a707a058-6946-4a64-82c9-9a75854cf070" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164632Z:4b321a1e-d4c0-4063-b147-8f951acf0f07" + "WESTUS:20200623T090241Z:a707a058-6946-4a64-82c9-9a75854cf070" ], "Date": [ - "Wed, 03 Jul 2019 16:46:31 GMT" + "Tue, 23 Jun 2020 09:02:41 GMT" ], "Content-Length": [ - "331" + "369" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"7d57b8c9-8c3c-4e58-8358-1c8934275624\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/syncGroups/sgps6740\",\r\n \"name\": \"sgps6740\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"0d75c9b5-6053-4364-889d-9d714da9befc\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2896/providers/microsoft.storagesync/storageSyncServices/sssps4494/syncGroups/sgps988\",\r\n \"name\": \"sgps988\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/Microsoft.Storage/storageAccounts/saps886?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM4ODY/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2896/providers/Microsoft.Storage/storageAccounts/saps9971?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjg5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM5OTcxP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"Central US EUAP\"\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"Central US EUAP\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2c6e6107-a6bb-49bd-a36b-604dde41ed46" + "d96407c7-5172-4a9f-89bb-c4be778f71df" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "105" + "107" ] }, "ResponseHeaders": { @@ -504,13 +636,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/ca18e824-a7dc-4919-99b9-1a03a67d4eb3?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/c96a09a4-33f2-409b-b87d-329774ea90a0?monitor=true&api-version=2017-10-01" ], "Retry-After": [ "17" ], "x-ms-request-id": [ - "ca18e824-a7dc-4919-99b9-1a03a67d4eb3" + "c96a09a4-33f2-409b-b87d-329774ea90a0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -519,19 +651,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-correlation-request-id": [ - "d2c19123-9ef4-4811-87b5-615589c3cfd2" + "8624640c-8f76-4c27-a102-d9ca887aec53" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164633Z:d2c19123-9ef4-4811-87b5-615589c3cfd2" + "WESTUS:20200623T090242Z:8624640c-8f76-4c27-a102-d9ca887aec53" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:46:32 GMT" + "Tue, 23 Jun 2020 09:02:41 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -547,16 +679,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/ca18e824-a7dc-4919-99b9-1a03a67d4eb3?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9hc3luY29wZXJhdGlvbnMvY2ExOGU4MjQtYTdkYy00OTE5LTk5YjktMWEwM2E2N2Q0ZWIzP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/c96a09a4-33f2-409b-b87d-329774ea90a0?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9hc3luY29wZXJhdGlvbnMvYzk2YTA5YTQtMzNmMi00MDliLWI4N2QtMzI5Nzc0ZWE5MGEwP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE3LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -567,7 +699,7 @@ "no-cache" ], "x-ms-request-id": [ - "fe56e6f3-af51-41de-8081-60ff1cab0f61" + "f30f74e6-89e6-4527-b4c3-de1880847cbe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -576,22 +708,22 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11987" ], "x-ms-correlation-request-id": [ - "8a9a6bc5-480f-45e0-9e3f-fff66b2b2737" + "d6e727e7-9661-44c7-a391-62d47d83d0a1" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164650Z:8a9a6bc5-480f-45e0-9e3f-fff66b2b2737" + "WESTUS:20200623T090259Z:d6e727e7-9661-44c7-a391-62d47d83d0a1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:46:49 GMT" + "Tue, 23 Jun 2020 09:02:58 GMT" ], "Content-Length": [ - "1012" + "1039" ], "Content-Type": [ "application/json" @@ -600,26 +732,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/Microsoft.Storage/storageAccounts/saps886\",\r\n \"name\": \"saps886\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T16:46:32.7945474Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T16:46:32.7945474Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-07-03T16:46:32.7476744Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps886.blob.core.windows.net/\",\r\n \"queue\": \"https://saps886.queue.core.windows.net/\",\r\n \"table\": \"https://saps886.table.core.windows.net/\",\r\n \"file\": \"https://saps886.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2896/providers/Microsoft.Storage/storageAccounts/saps9971\",\r\n \"name\": \"saps9971\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T09:02:42.0581475Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T09:02:42.0581475Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-06-23T09:02:41.9956652Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps9971.blob.core.windows.net/\",\r\n \"queue\": \"https://saps9971.queue.core.windows.net/\",\r\n \"table\": \"https://saps9971.table.core.windows.net/\",\r\n \"file\": \"https://saps9971.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/Microsoft.Storage/storageAccounts/saps886?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM4ODY/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2896/providers/Microsoft.Storage/storageAccounts/saps9971?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjg5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM5OTcxP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3b648c83-c439-4878-a387-0198c27b3f45" + "3acecd97-251c-4532-8712-a84fcae19ac0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -630,7 +762,7 @@ "no-cache" ], "x-ms-request-id": [ - "607e585f-4107-4ded-a78d-f9453e7c29cb" + "54f90ea2-648c-4f1d-a74b-a649b8f1c8d8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -639,22 +771,22 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11986" ], "x-ms-correlation-request-id": [ - "164f72aa-ca85-4403-b63e-03784636f961" + "9a760a59-a253-4f51-8f60-194a34da79cf" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164650Z:164f72aa-ca85-4403-b63e-03784636f961" + "WESTUS:20200623T090259Z:9a760a59-a253-4f51-8f60-194a34da79cf" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:46:49 GMT" + "Tue, 23 Jun 2020 09:02:58 GMT" ], "Content-Length": [ - "1012" + "1039" ], "Content-Type": [ "application/json" @@ -663,26 +795,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/Microsoft.Storage/storageAccounts/saps886\",\r\n \"name\": \"saps886\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T16:46:32.7945474Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T16:46:32.7945474Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-07-03T16:46:32.7476744Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps886.blob.core.windows.net/\",\r\n \"queue\": \"https://saps886.queue.core.windows.net/\",\r\n \"table\": \"https://saps886.table.core.windows.net/\",\r\n \"file\": \"https://saps886.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2896/providers/Microsoft.Storage/storageAccounts/saps9971\",\r\n \"name\": \"saps9971\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T09:02:42.0581475Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T09:02:42.0581475Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-06-23T09:02:41.9956652Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps9971.blob.core.windows.net/\",\r\n \"queue\": \"https://saps9971.queue.core.windows.net/\",\r\n \"table\": \"https://saps9971.table.core.windows.net/\",\r\n \"file\": \"https://saps9971.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/Microsoft.Storage/storageAccounts/saps886/listKeys?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM4ODYvbGlzdEtleXM/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2896/providers/Microsoft.Storage/storageAccounts/saps9971/listKeys?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjg5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM5OTcxL2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "48499c27-fdb2-4b1e-83d6-393d1a016a63" + "0f7dfa5a-4a29-4801-8e2f-2ac2d3729c59" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -693,7 +825,7 @@ "no-cache" ], "x-ms-request-id": [ - "73fad177-0f91-4ebc-8899-dc8257b9ad2b" + "bbe6fae3-fcb4-46a6-a3be-076bbf3bec20" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -701,20 +833,20 @@ "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "11999" ], "x-ms-correlation-request-id": [ - "b1e59dac-0cfd-44a4-b5e3-d81e5f2f7c1a" + "4a21091e-659e-4d69-bf82-b728b2f87cad" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164650Z:b1e59dac-0cfd-44a4-b5e3-d81e5f2f7c1a" + "WESTUS:20200623T090259Z:4a21091e-659e-4d69-bf82-b728b2f87cad" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:46:49 GMT" + "Tue, 23 Jun 2020 09:02:58 GMT" ], "Content-Length": [ "288" @@ -726,26 +858,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"value\": \"u9oG9K+Ur+dSMd2vww/H0c72e1+NEMtb6puLKSvcoQd6sNrHWo92l3d4tWX1SZLfOV8i9VCca/docmVEZUykWQ==\",\r\n \"permissions\": \"FULL\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"value\": \"u7BkHh2ZOeXtMI3sFz2zJA5i36CfL1EJkm/uQ51HVkg2RH5l6ooug+rWxT8XJv1gRL8ri8wgVS/dqIIi9XC5iQ==\",\r\n \"permissions\": \"FULL\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"value\": \"uHJAo8BmqlJAERW9dbXp178uUJrney6zwfXn+fM7mPGlykdf4CgZ3D9cnOl4F6qysDIHGH623cXifyRDwoJm+g==\",\r\n \"permissions\": \"FULL\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"value\": \"rAZe0zxqLgK+yqOEhYkegMs5wucWRalDqtiV3+B6cL6H1YfT/m0Qqb19zhVHyVi6EzYd7LjPD1AyO3AnhVjJQA==\",\r\n \"permissions\": \"FULL\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/0483643a-cb2f-462a-bc27-1a270e5bdc0a/servicePrincipalsByAppId/9469b9f5-6722-4481-a2b2-14ed560b706f/objectId?api-version=1.6", - "EncodedRequestUri": "LzA0ODM2NDNhLWNiMmYtNDYyYS1iYzI3LTFhMjcwZTViZGMwYS9zZXJ2aWNlUHJpbmNpcGFsc0J5QXBwSWQvOTQ2OWI5ZjUtNjcyMi00NDgxLWEyYjItMTRlZDU2MGI3MDZmL29iamVjdElkP2FwaS12ZXJzaW9uPTEuNg==", + "RequestUri": "/6ad91d65-65ab-4e14-90f7-fe951035b7c9/servicePrincipalsByAppId/9469b9f5-6722-4481-a2b2-14ed560b706f/objectId?api-version=1.6", + "EncodedRequestUri": "LzZhZDkxZDY1LTY1YWItNGUxNC05MGY3LWZlOTUxMDM1YjdjOS9zZXJ2aWNlUHJpbmNpcGFsc0J5QXBwSWQvOTQ2OWI5ZjUtNjcyMi00NDgxLWEyYjItMTRlZDU2MGI3MDZmL29iamVjdElkP2FwaS12ZXJzaW9uPTEuNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fe971dd8-f2c9-46c6-83b4-dca5d503344b" + "fae86ee1-f93c-411f-963c-4309bf9c2df6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.0" + "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -756,19 +888,22 @@ "no-cache" ], "ocp-aad-diagnostics-server-name": [ - "NcWqSj/sn1Gs7WS77zsDP0PBWjCCvVzN+zmvny+nkzI=" + "bsfrAdDlyj7qIcTro246bqyYpLaAQbZcvFel6e/rl58=" ], "request-id": [ - "ac5e2ff1-e429-45cb-a688-589316ea08f1" + "f517157e-d0a5-4235-ad6f-87cce09d29b0" ], "client-request-id": [ - "fe971dd8-f2c9-46c6-83b4-dca5d503344b" + "fae86ee1-f93c-411f-963c-4309bf9c2df6" ], "x-ms-dirapi-data-contract-version": [ "1.6" ], "ocp-aad-session-key": [ - "uO9xRsw4bSJhivjfAKF8IsXPduhv6nNE31CcHlzyit64wl-VIsAn4plPN4BpGQRpFcgN9G5J8Y3KN_i-mcsPQe0NSEh3y8OvTWhO1EbOFEOfyZHb9_48BAgLxnHjE-RR.khfgr0C_AJWsUNxq_o8WxjLzqsL6jF_h89otUzR4kzI" + "s1Bvj7tS5mY_3wo5MRwsZBE2PNsSqsgqWOx2MiFRJWvMS-J_ssBmB573Kf50RdO-xcZvwtl02a16tn-upV4iarDQUyauCVkvKtGzDjY6AeqYWuU6rtrqgP05TAzRy3Vq.DvRKeWdht1d8rjl3RpT-T9uyPeWJu2gGn_H-zQeEl3E" + ], + "x-aad-resource-unit": [ + "1" ], "DataServiceVersion": [ "3.0;" @@ -786,10 +921,10 @@ "ASP.NET" ], "Duration": [ - "624804" + "298917" ], "Date": [ - "Wed, 03 Jul 2019 16:46:51 GMT" + "Tue, 23 Jun 2020 09:03:00 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" @@ -801,26 +936,26 @@ "151" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/0483643a-cb2f-462a-bc27-1a270e5bdc0a/$metadata#Edm.String\",\r\n \"value\": \"384dab06-7a70-4ecf-a04e-284602199124\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/6ad91d65-65ab-4e14-90f7-fe951035b7c9/$metadata#Edm.String\",\r\n \"value\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/0483643a-cb2f-462a-bc27-1a270e5bdc0a/servicePrincipals/384dab06-7a70-4ecf-a04e-284602199124?api-version=1.6", - "EncodedRequestUri": "LzA0ODM2NDNhLWNiMmYtNDYyYS1iYzI3LTFhMjcwZTViZGMwYS9zZXJ2aWNlUHJpbmNpcGFscy8zODRkYWIwNi03YTcwLTRlY2YtYTA0ZS0yODQ2MDIxOTkxMjQ/YXBpLXZlcnNpb249MS42", + "RequestUri": "/6ad91d65-65ab-4e14-90f7-fe951035b7c9/servicePrincipals/d8eca219-3055-4504-9a60-18c2d0b4c18c?api-version=1.6", + "EncodedRequestUri": "LzZhZDkxZDY1LTY1YWItNGUxNC05MGY3LWZlOTUxMDM1YjdjOS9zZXJ2aWNlUHJpbmNpcGFscy9kOGVjYTIxOS0zMDU1LTQ1MDQtOWE2MC0xOGMyZDBiNGMxOGM/YXBpLXZlcnNpb249MS42", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4085d40d-55a4-4235-9ae2-9a405e12ea98" + "b8b28b3a-91dc-4579-bf99-3742cd43cbe3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.0" + "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -831,19 +966,22 @@ "no-cache" ], "ocp-aad-diagnostics-server-name": [ - "CLBFhp12uVA5Nnh6MG2VC8aF6kYj6BwyK0Y6WAoeTzc=" + "bsfrAdDlyj7qIcTro246bqyYpLaAQbZcvFel6e/rl58=" ], "request-id": [ - "ff945142-0b9d-4350-9a80-d0a1348a8d36" + "557595a2-45dc-4054-924d-22629ab803f2" ], "client-request-id": [ - "4085d40d-55a4-4235-9ae2-9a405e12ea98" + "b8b28b3a-91dc-4579-bf99-3742cd43cbe3" ], "x-ms-dirapi-data-contract-version": [ "1.6" ], "ocp-aad-session-key": [ - "6DYlbvw13doVGflVvWaiG4ro1hJNdIdHiSGK0J79ShApKYNzkfQDsKnvjd8kdZJRC6I1tVA4AwVDj5nWru-jx5fd6n1uk7vf45lESPsYmfs52UwHqMEwrxWAbyRC3qHP.vLL4EWBwQAvckqRHQKZ7WA-ddBXo8h9OdgdbISpepdI" + "sAq5wooAiZIR2qat5OgXDrhw4Uml6GUgRerMAZU9Egoi8M7aXoCjxy7uS47SoxkkzOX6J14gJNs4vEp5X4Bx2r_EhY2E2Xief3jWFKmHgGOZFzk1I9Q5v5WTuFkHsUZX.iYX2vujfOmNLDd6A0EFn_4Tf3qrgFNFGOqduMYUgru0" + ], + "x-aad-resource-unit": [ + "1" ], "DataServiceVersion": [ "3.0;" @@ -861,10 +999,10 @@ "ASP.NET" ], "Duration": [ - "598545" + "308044" ], "Date": [ - "Wed, 03 Jul 2019 16:46:51 GMT" + "Tue, 23 Jun 2020 09:03:00 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" @@ -876,7 +1014,7 @@ "1299" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/0483643a-cb2f-462a-bc27-1a270e5bdc0a/$metadata#directoryObjects/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"384dab06-7a70-4ecf-a04e-284602199124\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.StorageSync\",\r\n \"appId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"applicationTemplateId\": null,\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.StorageSync\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"notificationEmailAddresses\": [],\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredSingleSignOnMode\": null,\r\n \"preferredTokenSigningKeyEndDateTime\": null,\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://0c38d04b-cf53-496f-aa30-9751eaf67399/redir\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"samlSingleSignOnSettings\": null,\r\n \"servicePrincipalNames\": [\r\n \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/6ad91d65-65ab-4e14-90f7-fe951035b7c9/$metadata#directoryObjects/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.StorageSync\",\r\n \"appId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"applicationTemplateId\": null,\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.StorageSync\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"notificationEmailAddresses\": [],\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredSingleSignOnMode\": null,\r\n \"preferredTokenSigningKeyEndDateTime\": null,\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://0c38d04b-cf53-496f-aa30-9751eaf67399/redir\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"samlSingleSignOnSettings\": null,\r\n \"servicePrincipalNames\": [\r\n \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n}", "StatusCode": 200 }, { @@ -886,16 +1024,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "80563825-31d6-4caf-b6d6-697e1d64c4e1" + "eeb240f2-2a2e-47b1-8131-1b928f5dc7fd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" + "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -905,11 +1043,8 @@ "Pragma": [ "no-cache" ], - "x-ms-request-charge": [ - "1" - ], "x-ms-request-id": [ - "9bb132fe-0c77-4af5-bd41-69e324c3f013" + "3884813a-6f1c-4360-8141-901a8fea654f" ], "X-Content-Type-Options": [ "nosniff" @@ -918,19 +1053,19 @@ "max-age=31536000; includeSubDomains" ], "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" + "x-ms-gateway-slice=Production; path=/; SameSite=None; secure; HttpOnly" ], "x-ms-ratelimit-remaining-tenant-reads": [ - "11997" + "11998" ], "x-ms-correlation-request-id": [ - "ebfbb883-13d9-4cc0-ba46-b87ff47d54a2" + "f18625da-dcbf-4ead-83af-787f3081b601" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164651Z:ebfbb883-13d9-4cc0-ba46-b87ff47d54a2" + "WESTUS:20200623T090300Z:f18625da-dcbf-4ead-83af-787f3081b601" ], "Date": [ - "Wed, 03 Jul 2019 16:46:50 GMT" + "Tue, 23 Jun 2020 09:03:00 GMT" ], "Content-Length": [ "841" @@ -946,22 +1081,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps7594/providers/Microsoft.Storage///storageAccounts/saps886/providers/Microsoft.Authorization/roleAssignments?$filter=assignedTo('384dab06-7a70-4ecf-a04e-284602199124')&api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2UvLy9zdG9yYWdlQWNjb3VudHMvc2Fwczg4Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dGhvcml6YXRpb24vcm9sZUFzc2lnbm1lbnRzPyRmaWx0ZXI9YXNzaWduZWRUbygnMzg0ZGFiMDYtN2E3MC00ZWNmLWEwNGUtMjg0NjAyMTk5MTI0JykmYXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps2896/providers/Microsoft.Storage///storageAccounts/saps9971/providers/Microsoft.Authorization/roleAssignments?$filter=assignedTo('d8eca219-3055-4504-9a60-18c2d0b4c18c')&api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzMjg5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2UvLy9zdG9yYWdlQWNjb3VudHMvc2Fwczk5NzEvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cz8kZmlsdGVyPWFzc2lnbmVkVG8oJ2Q4ZWNhMjE5LTMwNTUtNDUwNC05YTYwLTE4YzJkMGI0YzE4YycpJmFwaS12ZXJzaW9uPTIwMTUtMDctMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0fd72b49-55c7-4435-b59c-a624df9e1be4" + "1c08226b-3b06-4e1b-9b1f-d3f7f36a41dd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" + "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -971,11 +1106,8 @@ "Pragma": [ "no-cache" ], - "x-ms-request-charge": [ - "1" - ], "x-ms-request-id": [ - "e83024de-4891-4bb4-98b9-1a257c0594cb" + "c206ac28-02b1-4932-bcd3-36762d801d28" ], "X-Content-Type-Options": [ "nosniff" @@ -984,22 +1116,22 @@ "max-age=31536000; includeSubDomains" ], "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" + "x-ms-gateway-slice=Production; path=/; secure; HttpOnly; SameSite=None" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "13131f20-59ea-445d-86a7-1d7599d2f22f" + "ee7e36dc-4e2c-4726-b2ce-37e045a54a71" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164652Z:13131f20-59ea-445d-86a7-1d7599d2f22f" + "WESTUS:20200623T090300Z:ee7e36dc-4e2c-4726-b2ce-37e045a54a71" ], "Date": [ - "Wed, 03 Jul 2019 16:46:51 GMT" + "Tue, 23 Jun 2020 09:03:00 GMT" ], "Content-Length": [ - "12" + "732" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1008,104 +1140,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": []\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\",\r\n \"principalId\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\",\r\n \"scope\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b\",\r\n \"createdOn\": \"2020-05-23T18:29:54.9647107Z\",\r\n \"updatedOn\": \"2020-05-23T18:29:54.9647107Z\",\r\n \"createdBy\": \"a8656ec6-d7a4-4e38-bf78-58d74e3ed751\",\r\n \"updatedBy\": \"a8656ec6-d7a4-4e38-bf78-58d74e3ed751\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Authorization/roleAssignments/dc60f792-d409-4e1d-8fe5-192d121c26e9\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"dc60f792-d409-4e1d-8fe5-192d121c26e9\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/Microsoft.Storage/storageAccounts/saps886/providers/Microsoft.Authorization/roleAssignments/a3d183c2-c134-4c2d-92d8-078526c26278?api-version=2015-07-01", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzdiOTZjYjAyLTQ2NjMtNDBmNC05YTg5LTYwM2QzODQ5ZTQ2YS9yZXNvdXJjZUdyb3Vwcy9wczc1OTQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zYXBzODg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0aG9yaXphdGlvbi9yb2xlQXNzaWdubWVudHMvYTNkMTgzYzItYzEzNC00YzJkLTkyZDgtMDc4NTI2YzI2Mjc4P2FwaS12ZXJzaW9uPTIwMTUtMDctMDE=", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\",\r\n \"principalId\": \"384dab06-7a70-4ecf-a04e-284602199124\"\r\n }\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "a8567aa7-e2a3-433e-a753-0d4b4cae5f11" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "254" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-charge": [ - "2" - ], - "x-ms-request-id": [ - "7b3636ba-0066-4a0c-a77a-43942dedf73a" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" - ], - "x-ms-correlation-request-id": [ - "8d6034c2-05d8-48d2-819f-ed1710c663c9" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T164653Z:8d6034c2-05d8-48d2-819f-ed1710c663c9" - ], - "Date": [ - "Wed, 03 Jul 2019 16:46:53 GMT" - ], - "Content-Length": [ - "834" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\",\r\n \"principalId\": \"384dab06-7a70-4ecf-a04e-284602199124\",\r\n \"scope\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/Microsoft.Storage/storageAccounts/saps886\",\r\n \"createdOn\": \"2019-07-03T16:46:52.1764421Z\",\r\n \"updatedOn\": \"2019-07-03T16:46:52.1764421Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"8d1a2f63-15c2-4fe8-a804-213ecbaf4403\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/Microsoft.Storage/storageAccounts/saps886/providers/Microsoft.Authorization/roleAssignments/a3d183c2-c134-4c2d-92d8-078526c26278\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"a3d183c2-c134-4c2d-92d8-078526c26278\"\r\n}", - "StatusCode": 201 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/Microsoft.StorageSync/storageSyncServices/sssps2135/syncGroups/sgps6740/cloudEndpoints/cepps907?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3N5bmNHcm91cHMvc2dwczY3NDAvY2xvdWRFbmRwb2ludHMvY2VwcHM5MDc/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2896/providers/Microsoft.StorageSync/storageSyncServices/sssps4494/syncGroups/sgps988/cloudEndpoints/cepps6526?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjg5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NDk0L3N5bmNHcm91cHMvc2dwczk4OC9jbG91ZEVuZHBvaW50cy9jZXBwczY1MjY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/Microsoft.Storage/storageAccounts/saps886\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2896/providers/Microsoft.Storage/storageAccounts/saps9971\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ffa62fd5-8dc7-449f-8146-ecc78d64cedf" + "6026fc22-5cdf-4af5-809a-e040a48bde9f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "297" + "298" ] }, "ResponseHeaders": { @@ -1116,16 +1176,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/9fba27b5-4cb6-41a9-9e28-5df6b91b58c6/operationresults/c4bf42f2-e978-426d-9587-c2949f7c3156?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImRkMjQ0ZTc5LTJlZjMtNGYyYy05NGJjLTcxM2M2NmM5NmU0MCIsIndvcmtmbG93SWQiOiJkZWE1YjQ1MS00Njc4LTQ2YzYtOWViOC01NTdmOGM3YmJkNDQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMGNiZmVkMDUtNTFmMS00OTNiLWJjM2QtM2FmYjdiMThhNGY5In0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/9fba27b5-4cb6-41a9-9e28-5df6b91b58c6/operations/c4bf42f2-e978-426d-9587-c2949f7c3156?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImRkMjQ0ZTc5LTJlZjMtNGYyYy05NGJjLTcxM2M2NmM5NmU0MCIsIndvcmtmbG93SWQiOiJkZWE1YjQ1MS00Njc4LTQ2YzYtOWViOC01NTdmOGM3YmJkNDQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMGNiZmVkMDUtNTFmMS00OTNiLWJjM2QtM2FmYjdiMThhNGY5In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "2f530dd5-240d-4fa1-83ad-19c261bcfc12" + "a58ff937-3d40-46dc-b7b6-c68f61dd240b" ], "X-Content-Type-Options": [ "nosniff" @@ -1143,16 +1203,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-correlation-request-id": [ - "5a04142e-2513-46d3-beeb-8e3183396a98" + "5c83ff1d-9158-4cc1-9dc4-5ba8b77858ca" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164734Z:5a04142e-2513-46d3-beeb-8e3183396a98" + "WESTUS:20200623T090302Z:5c83ff1d-9158-4cc1-9dc4-5ba8b77858ca" ], "Date": [ - "Wed, 03 Jul 2019 16:47:34 GMT" + "Tue, 23 Jun 2020 09:03:01 GMT" ], "Expires": [ "-1" @@ -1165,16 +1225,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/9fba27b5-4cb6-41a9-9e28-5df6b91b58c6/operations/c4bf42f2-e978-426d-9587-c2949f7c3156?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy85ZmJhMjdiNS00Y2I2LTQxYTktOWUyOC01ZGY2YjkxYjU4YzYvb3BlcmF0aW9ucy9jNGJmNDJmMi1lOTc4LTQyNmQtOTU4Ny1jMjk0OWY3YzMxNTY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImRkMjQ0ZTc5LTJlZjMtNGYyYy05NGJjLTcxM2M2NmM5NmU0MCIsIndvcmtmbG93SWQiOiJkZWE1YjQ1MS00Njc4LTQ2YzYtOWViOC01NTdmOGM3YmJkNDQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMGNiZmVkMDUtNTFmMS00OTNiLWJjM2QtM2FmYjdiMThhNGY5In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltUmtNalEwWlRjNUxUSmxaak10TkdZeVl5MDVOR0pqTFRjeE0yTTJObU01Tm1VME1DSXNJbmR2Y210bWJHOTNTV1FpT2lKa1pXRTFZalExTVMwME5qYzRMVFEyWXpZdE9XVmlPQzAxTlRkbU9HTTNZbUprTkRRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTUdOaVptVmtNRFV0TlRGbU1TMDBPVE5pTFdKak0yUXRNMkZtWWpkaU1UaGhOR1k1SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1185,7 +1245,7 @@ "no-cache" ], "x-ms-request-id": [ - "7b802299-304c-4854-b483-93a2742f2e26" + "b795a63b-6825-42f3-8fbd-715ab523b126" ], "X-Content-Type-Options": [ "nosniff" @@ -1206,38 +1266,38 @@ "11996" ], "x-ms-correlation-request-id": [ - "f9583318-af7c-4b94-a31d-2b86750ab0c3" + "85dc048d-03d3-47bb-a5f5-07d11ed800a0" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164745Z:f9583318-af7c-4b94-a31d-2b86750ab0c3" + "WESTUS:20200623T090312Z:85dc048d-03d3-47bb-a5f5-07d11ed800a0" ], "Date": [ - "Wed, 03 Jul 2019 16:47:45 GMT" + "Tue, 23 Jun 2020 09:03:11 GMT" ], "Content-Length": [ - "451" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/9fba27b5-4cb6-41a9-9e28-5df6b91b58c6/operationresults/c4bf42f2-e978-426d-9587-c2949f7c3156\",\r\n \"name\": \"c4bf42f2-e978-426d-9587-c2949f7c3156\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T16:47:35.1771739Z\",\r\n \"endTime\": \"2019-07-03T16:47:38.2871869Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImRkMjQ0ZTc5LTJlZjMtNGYyYy05NGJjLTcxM2M2NmM5NmU0MCIsIndvcmtmbG93SWQiOiJkZWE1YjQ1MS00Njc4LTQ2YzYtOWViOC01NTdmOGM3YmJkNDQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMGNiZmVkMDUtNTFmMS00OTNiLWJjM2QtM2FmYjdiMThhNGY5In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImRkMjQ0ZTc5LTJlZjMtNGYyYy05NGJjLTcxM2M2NmM5NmU0MCIsIndvcmtmbG93SWQiOiJkZWE1YjQ1MS00Njc4LTQ2YzYtOWViOC01NTdmOGM3YmJkNDQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMGNiZmVkMDUtNTFmMS00OTNiLWJjM2QtM2FmYjdiMThhNGY5In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T09:03:01.9639387Z\",\r\n \"endTime\": \"2020-06-23T09:03:08.375314Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/9fba27b5-4cb6-41a9-9e28-5df6b91b58c6/operations/c4bf42f2-e978-426d-9587-c2949f7c3156?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy85ZmJhMjdiNS00Y2I2LTQxYTktOWUyOC01ZGY2YjkxYjU4YzYvb3BlcmF0aW9ucy9jNGJmNDJmMi1lOTc4LTQyNmQtOTU4Ny1jMjk0OWY3YzMxNTY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2896/providers/Microsoft.StorageSync/storageSyncServices/sssps4494/syncGroups/sgps988/cloudEndpoints/cepps6526?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjg5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NDk0L3N5bmNHcm91cHMvc2dwczk4OC9jbG91ZEVuZHBvaW50cy9jZXBwczY1MjY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1248,7 +1308,7 @@ "no-cache" ], "x-ms-request-id": [ - "9ac17fd8-1192-4af3-9dd8-4dca6c9b2b13" + "6ca311e4-38b9-4671-ad95-6856bdae2c43" ], "X-Content-Type-Options": [ "nosniff" @@ -1269,38 +1329,44 @@ "11995" ], "x-ms-correlation-request-id": [ - "9aea5068-5437-4fb3-a581-999c14edc72a" + "6b6bfe1f-6e7e-49d4-855f-403b93652c2e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164755Z:9aea5068-5437-4fb3-a581-999c14edc72a" + "WESTUS:20200623T090312Z:6b6bfe1f-6e7e-49d4-855f-403b93652c2e" ], "Date": [ - "Wed, 03 Jul 2019 16:47:55 GMT" + "Tue, 23 Jun 2020 09:03:12 GMT" ], "Content-Length": [ - "451" + "1026" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/9fba27b5-4cb6-41a9-9e28-5df6b91b58c6/operationresults/c4bf42f2-e978-426d-9587-c2949f7c3156\",\r\n \"name\": \"c4bf42f2-e978-426d-9587-c2949f7c3156\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T16:47:35.1771739Z\",\r\n \"endTime\": \"2019-07-03T16:47:38.2871869Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2896/providers/Microsoft.Storage/storageAccounts/saps9971\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8MEQ3NUM5QjUtNjA1My00MzY0LTg4OUQtOUQ3MTREQTlCRUZDfEdFTkVSSUN8QjcyMDQ4OTItREFEMC00RjlBLUIxNUUtMzU5Q0FGQTczOTBD\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps4494/workflows/dea5b451-4678-46c6-9eb8-557f8c7bbd44\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2896/providers/microsoft.storagesync/storageSyncServices/sssps4494/syncGroups/sgps988/cloudEndpoints/cepps6526\",\r\n \"name\": \"cepps6526\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/9fba27b5-4cb6-41a9-9e28-5df6b91b58c6/operations/c4bf42f2-e978-426d-9587-c2949f7c3156?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy85ZmJhMjdiNS00Y2I2LTQxYTktOWUyOC01ZGY2YjkxYjU4YzYvb3BlcmF0aW9ucy9jNGJmNDJmMi1lOTc4LTQyNmQtOTU4Ny1jMjk0OWY3YzMxNTY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2896/providers/Microsoft.StorageSync/storageSyncServices/sssps4494/syncGroups/sgps988/cloudEndpoints/cepps6526?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjg5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NDk0L3N5bmNHcm91cHMvc2dwczk4OC9jbG91ZEVuZHBvaW50cy9jZXBwczY1MjY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "7e7257cf-77ff-4ed9-90dc-4b490049f7cb" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1310,8 +1376,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImRkMjQ0ZTc5LTJlZjMtNGYyYy05NGJjLTcxM2M2NmM5NmU0MCIsIndvcmtmbG93SWQiOiIyNWU3YjIyOC1kZTE4LTQyMDgtOTA2ZS1lN2JmNTQ3ODBjMGMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZDQ3YTNmYjktM2NhNy00YTkxLWIzMWYtOTM0MTFkYjg4NDhmIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImRkMjQ0ZTc5LTJlZjMtNGYyYy05NGJjLTcxM2M2NmM5NmU0MCIsIndvcmtmbG93SWQiOiIyNWU3YjIyOC1kZTE4LTQyMDgtOTA2ZS1lN2JmNTQ3ODBjMGMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZDQ3YTNmYjktM2NhNy00YTkxLWIzMWYtOTM0MTFkYjg4NDhmIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "dc5f47e4-b5ce-4052-9e44-1cb9dc7e4edf" + "886b1841-f494-4bd0-9dac-08132747bce7" ], "X-Content-Type-Options": [ "nosniff" @@ -1328,42 +1403,39 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], "x-ms-correlation-request-id": [ - "bea5a2f0-88f0-42aa-b805-8af732af8d84" + "47996cab-993a-4e51-84ca-bcfe76430e13" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164806Z:bea5a2f0-88f0-42aa-b805-8af732af8d84" + "WESTUS:20200623T090312Z:47996cab-993a-4e51-84ca-bcfe76430e13" ], "Date": [ - "Wed, 03 Jul 2019 16:48:05 GMT" - ], - "Content-Length": [ - "451" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Tue, 23 Jun 2020 09:03:12 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/9fba27b5-4cb6-41a9-9e28-5df6b91b58c6/operationresults/c4bf42f2-e978-426d-9587-c2949f7c3156\",\r\n \"name\": \"c4bf42f2-e978-426d-9587-c2949f7c3156\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T16:47:35.1771739Z\",\r\n \"endTime\": \"2019-07-03T16:47:38.2871869Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/9fba27b5-4cb6-41a9-9e28-5df6b91b58c6/operations/c4bf42f2-e978-426d-9587-c2949f7c3156?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy85ZmJhMjdiNS00Y2I2LTQxYTktOWUyOC01ZGY2YjkxYjU4YzYvb3BlcmF0aW9ucy9jNGJmNDJmMi1lOTc4LTQyNmQtOTU4Ny1jMjk0OWY3YzMxNTY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImRkMjQ0ZTc5LTJlZjMtNGYyYy05NGJjLTcxM2M2NmM5NmU0MCIsIndvcmtmbG93SWQiOiIyNWU3YjIyOC1kZTE4LTQyMDgtOTA2ZS1lN2JmNTQ3ODBjMGMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZDQ3YTNmYjktM2NhNy00YTkxLWIzMWYtOTM0MTFkYjg4NDhmIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltUmtNalEwWlRjNUxUSmxaak10TkdZeVl5MDVOR0pqTFRjeE0yTTJObU01Tm1VME1DSXNJbmR2Y210bWJHOTNTV1FpT2lJeU5XVTNZakl5T0Mxa1pURTRMVFF5TURndE9UQTJaUzFsTjJKbU5UUTNPREJqTUdNaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWkRRM1lUTm1Zamt0TTJOaE55MDBZVGt4TFdJek1XWXRPVE0wTVRGa1lqZzRORGhtSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1374,7 +1446,7 @@ "no-cache" ], "x-ms-request-id": [ - "1bf10105-d270-40ca-ac01-456017dc07be" + "ec297894-8d68-4990-97d6-edfab04e7053" ], "X-Content-Type-Options": [ "nosniff" @@ -1392,41 +1464,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11994" ], "x-ms-correlation-request-id": [ - "d2e64542-8773-4d70-aea9-b99fd9316437" + "6e81c9d0-f584-4474-aacc-d94a1fcbd9e9" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164817Z:d2e64542-8773-4d70-aea9-b99fd9316437" + "WESTUS:20200623T090323Z:6e81c9d0-f584-4474-aacc-d94a1fcbd9e9" ], "Date": [ - "Wed, 03 Jul 2019 16:48:16 GMT" + "Tue, 23 Jun 2020 09:03:22 GMT" ], "Content-Length": [ - "451" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/9fba27b5-4cb6-41a9-9e28-5df6b91b58c6/operationresults/c4bf42f2-e978-426d-9587-c2949f7c3156\",\r\n \"name\": \"c4bf42f2-e978-426d-9587-c2949f7c3156\",\r\n \"status\": \"validateInput\",\r\n \"startTime\": \"2019-07-03T16:47:35.1771739Z\",\r\n \"endTime\": \"2019-07-03T16:47:38.2871869Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImRkMjQ0ZTc5LTJlZjMtNGYyYy05NGJjLTcxM2M2NmM5NmU0MCIsIndvcmtmbG93SWQiOiIyNWU3YjIyOC1kZTE4LTQyMDgtOTA2ZS1lN2JmNTQ3ODBjMGMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZDQ3YTNmYjktM2NhNy00YTkxLWIzMWYtOTM0MTFkYjg4NDhmIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImRkMjQ0ZTc5LTJlZjMtNGYyYy05NGJjLTcxM2M2NmM5NmU0MCIsIndvcmtmbG93SWQiOiIyNWU3YjIyOC1kZTE4LTQyMDgtOTA2ZS1lN2JmNTQ3ODBjMGMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZDQ3YTNmYjktM2NhNy00YTkxLWIzMWYtOTM0MTFkYjg4NDhmIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T09:03:14.567917Z\",\r\n \"endTime\": \"2020-06-23T09:03:18.6186604Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/9fba27b5-4cb6-41a9-9e28-5df6b91b58c6/operations/c4bf42f2-e978-426d-9587-c2949f7c3156?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy85ZmJhMjdiNS00Y2I2LTQxYTktOWUyOC01ZGY2YjkxYjU4YzYvb3BlcmF0aW9ucy9jNGJmNDJmMi1lOTc4LTQyNmQtOTU4Ny1jMjk0OWY3YzMxNTY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImRkMjQ0ZTc5LTJlZjMtNGYyYy05NGJjLTcxM2M2NmM5NmU0MCIsIndvcmtmbG93SWQiOiIyNWU3YjIyOC1kZTE4LTQyMDgtOTA2ZS1lN2JmNTQ3ODBjMGMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZDQ3YTNmYjktM2NhNy00YTkxLWIzMWYtOTM0MTFkYjg4NDhmIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltUmtNalEwWlRjNUxUSmxaak10TkdZeVl5MDVOR0pqTFRjeE0yTTJObU01Tm1VME1DSXNJbmR2Y210bWJHOTNTV1FpT2lJeU5XVTNZakl5T0Mxa1pURTRMVFF5TURndE9UQTJaUzFsTjJKbU5UUTNPREJqTUdNaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWkRRM1lUTm1Zamt0TTJOaE55MDBZVGt4TFdJek1XWXRPVE0wTVRGa1lqZzRORGhtSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1437,7 +1509,7 @@ "no-cache" ], "x-ms-request-id": [ - "8390d8f6-ca31-4c48-96e6-5607fe714e01" + "3856a84f-fdb4-4308-9557-0b7ce5e02eb6" ], "X-Content-Type-Options": [ "nosniff" @@ -1445,9 +1517,6 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" - ], "Server": [ "Microsoft-IIS/10.0" ], @@ -1457,3075 +1526,45 @@ "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], "x-ms-correlation-request-id": [ - "4534453b-d8ea-407f-97d9-c884d54d69eb" + "39667c21-b921-4e69-a076-5f8f702f0710" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T164827Z:4534453b-d8ea-407f-97d9-c884d54d69eb" + "WESTUS:20200623T090323Z:39667c21-b921-4e69-a076-5f8f702f0710" ], "Date": [ - "Wed, 03 Jul 2019 16:48:26 GMT" - ], - "Content-Length": [ - "452" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/9fba27b5-4cb6-41a9-9e28-5df6b91b58c6/operationresults/c4bf42f2-e978-426d-9587-c2949f7c3156\",\r\n \"name\": \"c4bf42f2-e978-426d-9587-c2949f7c3156\",\r\n \"status\": \"newReplicaGroup\",\r\n \"startTime\": \"2019-07-03T16:47:35.1771739Z\",\r\n \"endTime\": \"2019-07-03T16:48:24.905407Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/9fba27b5-4cb6-41a9-9e28-5df6b91b58c6/operations/c4bf42f2-e978-426d-9587-c2949f7c3156?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy85ZmJhMjdiNS00Y2I2LTQxYTktOWUyOC01ZGY2YjkxYjU4YzYvb3BlcmF0aW9ucy9jNGJmNDJmMi1lOTc4LTQyNmQtOTU4Ny1jMjk0OWY3YzMxNTY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "cd77a2e8-9b38-4dbb-8ac9-c58d070c8cab" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11991" - ], - "x-ms-correlation-request-id": [ - "6e0c997b-139a-4672-bd42-a2cae7f35d4d" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T164838Z:6e0c997b-139a-4672-bd42-a2cae7f35d4d" - ], - "Date": [ - "Wed, 03 Jul 2019 16:48:38 GMT" - ], - "Content-Length": [ - "452" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/9fba27b5-4cb6-41a9-9e28-5df6b91b58c6/operationresults/c4bf42f2-e978-426d-9587-c2949f7c3156\",\r\n \"name\": \"c4bf42f2-e978-426d-9587-c2949f7c3156\",\r\n \"status\": \"newReplicaGroup\",\r\n \"startTime\": \"2019-07-03T16:47:35.1771739Z\",\r\n \"endTime\": \"2019-07-03T16:48:24.905407Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/9fba27b5-4cb6-41a9-9e28-5df6b91b58c6/operations/c4bf42f2-e978-426d-9587-c2949f7c3156?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy85ZmJhMjdiNS00Y2I2LTQxYTktOWUyOC01ZGY2YjkxYjU4YzYvb3BlcmF0aW9ucy9jNGJmNDJmMi1lOTc4LTQyNmQtOTU4Ny1jMjk0OWY3YzMxNTY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "57ad00ce-9f05-4b96-82ec-612d440b1014" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11990" - ], - "x-ms-correlation-request-id": [ - "52c344a7-356c-41b7-a63d-5d6b856d43ab" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T164848Z:52c344a7-356c-41b7-a63d-5d6b856d43ab" - ], - "Date": [ - "Wed, 03 Jul 2019 16:48:48 GMT" - ], - "Content-Length": [ - "452" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/9fba27b5-4cb6-41a9-9e28-5df6b91b58c6/operationresults/c4bf42f2-e978-426d-9587-c2949f7c3156\",\r\n \"name\": \"c4bf42f2-e978-426d-9587-c2949f7c3156\",\r\n \"status\": \"newReplicaGroup\",\r\n \"startTime\": \"2019-07-03T16:47:35.1771739Z\",\r\n \"endTime\": \"2019-07-03T16:48:24.905407Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/9fba27b5-4cb6-41a9-9e28-5df6b91b58c6/operations/c4bf42f2-e978-426d-9587-c2949f7c3156?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy85ZmJhMjdiNS00Y2I2LTQxYTktOWUyOC01ZGY2YjkxYjU4YzYvb3BlcmF0aW9ucy9jNGJmNDJmMi1lOTc4LTQyNmQtOTU4Ny1jMjk0OWY3YzMxNTY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "7405e172-ef6a-4bcd-a90d-d044e21d015b" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11989" - ], - "x-ms-correlation-request-id": [ - "66f2477b-5760-4757-9cd9-7e3b1b9668e8" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T164859Z:66f2477b-5760-4757-9cd9-7e3b1b9668e8" - ], - "Date": [ - "Wed, 03 Jul 2019 16:48:59 GMT" - ], - "Content-Length": [ - "452" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/9fba27b5-4cb6-41a9-9e28-5df6b91b58c6/operationresults/c4bf42f2-e978-426d-9587-c2949f7c3156\",\r\n \"name\": \"c4bf42f2-e978-426d-9587-c2949f7c3156\",\r\n \"status\": \"newReplicaGroup\",\r\n \"startTime\": \"2019-07-03T16:47:35.1771739Z\",\r\n \"endTime\": \"2019-07-03T16:48:24.905407Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/9fba27b5-4cb6-41a9-9e28-5df6b91b58c6/operations/c4bf42f2-e978-426d-9587-c2949f7c3156?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy85ZmJhMjdiNS00Y2I2LTQxYTktOWUyOC01ZGY2YjkxYjU4YzYvb3BlcmF0aW9ucy9jNGJmNDJmMi1lOTc4LTQyNmQtOTU4Ny1jMjk0OWY3YzMxNTY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "9cf7db9d-d340-4637-86ad-941657708ea6" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11988" - ], - "x-ms-correlation-request-id": [ - "11014583-a9d0-445d-b7fd-dd6f29d36934" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T164909Z:11014583-a9d0-445d-b7fd-dd6f29d36934" - ], - "Date": [ - "Wed, 03 Jul 2019 16:49:09 GMT" - ], - "Content-Length": [ - "447" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/9fba27b5-4cb6-41a9-9e28-5df6b91b58c6/operationresults/c4bf42f2-e978-426d-9587-c2949f7c3156\",\r\n \"name\": \"c4bf42f2-e978-426d-9587-c2949f7c3156\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T16:47:35.1771739Z\",\r\n \"endTime\": \"2019-07-03T16:49:05.8268979Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/Microsoft.StorageSync/storageSyncServices/sssps2135/syncGroups/sgps6740/cloudEndpoints/cepps907?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3N5bmNHcm91cHMvc2dwczY3NDAvY2xvdWRFbmRwb2ludHMvY2VwcHM5MDc/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "babbe863-14d6-4f70-9dfa-08aad790b7ab" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11987" - ], - "x-ms-correlation-request-id": [ - "0b68d3cb-8b56-498e-badb-249f2decf07e" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T164910Z:0b68d3cb-8b56-498e-badb-249f2decf07e" - ], - "Date": [ - "Wed, 03 Jul 2019 16:49:09 GMT" - ], - "Content-Length": [ - "982" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountKey\": null,\r\n \"storageAccount\": null,\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/Microsoft.Storage/storageAccounts/saps886\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8N0Q1N0I4QzktOEMzQy00RTU4LTgzNTgtMUM4OTM0Mjc1NjI0fEdFTkVSSUN8NUVBOTM3NTAtNjFFNC00MzAyLUFEMjUtMEZBQTFFRTlEM0NB\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps2135/workflows/9fba27b5-4cb6-41a9-9e28-5df6b91b58c6\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/syncGroups/sgps6740/cloudEndpoints/cepps907\",\r\n \"name\": \"cepps907\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/Microsoft.StorageSync/storageSyncServices/sssps2135/syncGroups/sgps6740/cloudEndpoints/cepps907?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3N5bmNHcm91cHMvc2dwczY3NDAvY2xvdWRFbmRwb2ludHMvY2VwcHM5MDc/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "08627de7-7966-44ab-9e26-b90977f56b42" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01" - ], - "Retry-After": [ - "10" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01" - ], - "x-ms-request-id": [ - "05d5baa4-4bca-4885-b668-e0b1d7adb261" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-deletes": [ - "14999" - ], - "x-ms-correlation-request-id": [ - "1398c32b-537b-40a9-9a98-8c80e4613863" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T164910Z:1398c32b-537b-40a9-9a98-8c80e4613863" - ], - "Date": [ - "Wed, 03 Jul 2019 16:49:09 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "05f31913-d905-44ba-a20f-20cca512e2fa" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11986" - ], - "x-ms-correlation-request-id": [ - "e0e0a19f-aa1a-4353-a5a7-cd74e1f2fdd9" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T164921Z:e0e0a19f-aa1a-4353-a5a7-cd74e1f2fdd9" - ], - "Date": [ - "Wed, 03 Jul 2019 16:49:20 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "e522e7d4-7baf-4fc1-80bb-f9bd3eed2f53" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-correlation-request-id": [ - "8d0e87bd-6f24-4e63-b723-d29d874b421f" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T164931Z:8d0e87bd-6f24-4e63-b723-d29d874b421f" - ], - "Date": [ - "Wed, 03 Jul 2019 16:49:30 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "48f2d4a5-493e-429d-9563-fb2a9eed7f3a" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11984" - ], - "x-ms-correlation-request-id": [ - "b09ec4ac-02ab-4862-a58b-dfc66384d379" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T164942Z:b09ec4ac-02ab-4862-a58b-dfc66384d379" - ], - "Date": [ - "Wed, 03 Jul 2019 16:49:42 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "b1d8ad1f-e098-4266-9114-209065b5a8ab" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11983" - ], - "x-ms-correlation-request-id": [ - "6e15ffca-3694-4536-baaf-97703a61385b" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T164952Z:6e15ffca-3694-4536-baaf-97703a61385b" - ], - "Date": [ - "Wed, 03 Jul 2019 16:49:52 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "aed5839a-bd76-4ab7-8d09-a63d6e29ffb7" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11982" - ], - "x-ms-correlation-request-id": [ - "7a628e3c-364d-4d3a-9218-2756ae6d961f" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165003Z:7a628e3c-364d-4d3a-9218-2756ae6d961f" - ], - "Date": [ - "Wed, 03 Jul 2019 16:50:02 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "9d0f74b2-66ad-4afc-8c89-7480782adcbe" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11981" - ], - "x-ms-correlation-request-id": [ - "e4389430-6953-4297-bebd-9615224cde94" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165013Z:e4389430-6953-4297-bebd-9615224cde94" - ], - "Date": [ - "Wed, 03 Jul 2019 16:50:12 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "8aabb2d5-0bdf-45e0-8234-24190f5cf6a0" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11980" - ], - "x-ms-correlation-request-id": [ - "7fd71838-e3ea-4d70-ab53-0826af583f9d" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165024Z:7fd71838-e3ea-4d70-ab53-0826af583f9d" - ], - "Date": [ - "Wed, 03 Jul 2019 16:50:24 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "74c3049d-f07c-4c13-ad2e-c2bfc9146f5d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-correlation-request-id": [ - "3da349f3-7b31-4e0b-8bc7-026e43bc3169" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165034Z:3da349f3-7b31-4e0b-8bc7-026e43bc3169" - ], - "Date": [ - "Wed, 03 Jul 2019 16:50:34 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "1172b55e-3f1d-4110-aba3-3813ff34f113" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11978" - ], - "x-ms-correlation-request-id": [ - "961d2435-928a-45c5-a29b-2172b3f0bac5" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165045Z:961d2435-928a-45c5-a29b-2172b3f0bac5" - ], - "Date": [ - "Wed, 03 Jul 2019 16:50:45 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "bb23848c-a515-44ec-b5cc-5b2e5066e67f" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11977" - ], - "x-ms-correlation-request-id": [ - "7a96e294-6c01-4072-968c-e267181300f5" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165055Z:7a96e294-6c01-4072-968c-e267181300f5" - ], - "Date": [ - "Wed, 03 Jul 2019 16:50:55 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "56875be3-5e05-4ed4-bf38-00a423c91ec5" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11976" - ], - "x-ms-correlation-request-id": [ - "19a32796-0246-45c5-8f1c-e1d6d3904327" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165106Z:19a32796-0246-45c5-8f1c-e1d6d3904327" - ], - "Date": [ - "Wed, 03 Jul 2019 16:51:05 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "b880829c-ba4a-41c0-b36e-9d7c7adb90b2" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11975" - ], - "x-ms-correlation-request-id": [ - "506fbad4-5591-42f3-a436-f4e1d9fdd0bf" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165116Z:506fbad4-5591-42f3-a436-f4e1d9fdd0bf" - ], - "Date": [ - "Wed, 03 Jul 2019 16:51:15 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "f0925d10-977b-4e9a-a75b-ff9908a97195" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11974" - ], - "x-ms-correlation-request-id": [ - "028207dd-4e25-4851-a13d-40fa56d6aa2d" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165126Z:028207dd-4e25-4851-a13d-40fa56d6aa2d" - ], - "Date": [ - "Wed, 03 Jul 2019 16:51:25 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "6e6d9df7-400d-45bb-8887-9081117f371a" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-correlation-request-id": [ - "e724e2fc-8a16-4cf4-8eb1-73b039fe65fb" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165137Z:e724e2fc-8a16-4cf4-8eb1-73b039fe65fb" - ], - "Date": [ - "Wed, 03 Jul 2019 16:51:36 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "18ea47de-e62a-4e94-80d4-f300fede034b" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11972" - ], - "x-ms-correlation-request-id": [ - "28e5cdcb-7842-4c9d-80a0-a0372b90980d" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165147Z:28e5cdcb-7842-4c9d-80a0-a0372b90980d" - ], - "Date": [ - "Wed, 03 Jul 2019 16:51:47 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "8b35dd27-692b-4302-842a-8416a1c009ee" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11971" - ], - "x-ms-correlation-request-id": [ - "f478676b-1456-43e7-83c0-77804f904182" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165158Z:f478676b-1456-43e7-83c0-77804f904182" - ], - "Date": [ - "Wed, 03 Jul 2019 16:51:57 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "a3411f2a-02e2-4b83-bdbd-3b94bc606e58" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11970" - ], - "x-ms-correlation-request-id": [ - "cf6c2327-de84-44f3-a7f6-164327021bdc" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165208Z:cf6c2327-de84-44f3-a7f6-164327021bdc" - ], - "Date": [ - "Wed, 03 Jul 2019 16:52:07 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "9008520e-162b-4fca-93e8-c766fadeba61" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11969" - ], - "x-ms-correlation-request-id": [ - "663d7e93-0721-4cdc-a9c5-bd5c181c0e29" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165219Z:663d7e93-0721-4cdc-a9c5-bd5c181c0e29" - ], - "Date": [ - "Wed, 03 Jul 2019 16:52:19 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "df1e242d-da73-4f47-9330-9ae4969fafa6" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11968" - ], - "x-ms-correlation-request-id": [ - "35f2861a-b58f-4535-a682-1b1869541f9b" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165230Z:35f2861a-b58f-4535-a682-1b1869541f9b" - ], - "Date": [ - "Wed, 03 Jul 2019 16:52:29 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "88a66fb0-2e37-4ac3-a8a3-21291ec3ec88" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-correlation-request-id": [ - "e95744db-8181-4995-8470-f3d1ea492418" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165240Z:e95744db-8181-4995-8470-f3d1ea492418" - ], - "Date": [ - "Wed, 03 Jul 2019 16:52:40 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "ecc1a57a-c88a-4709-a479-233b7b395759" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11966" - ], - "x-ms-correlation-request-id": [ - "f4dc72ec-9514-4112-8ac1-f612a39134e5" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165251Z:f4dc72ec-9514-4112-8ac1-f612a39134e5" - ], - "Date": [ - "Wed, 03 Jul 2019 16:52:50 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "2a3daceb-0b72-4739-908c-4a6e178b7655" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11965" - ], - "x-ms-correlation-request-id": [ - "52368422-f336-47df-b06a-8a0cd5eceefe" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165301Z:52368422-f336-47df-b06a-8a0cd5eceefe" - ], - "Date": [ - "Wed, 03 Jul 2019 16:53:00 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "4a568681-54af-4f6c-9df2-33874f845f6b" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11964" - ], - "x-ms-correlation-request-id": [ - "b5eef26a-99b9-4693-aed2-f948982ee585" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165312Z:b5eef26a-99b9-4693-aed2-f948982ee585" - ], - "Date": [ - "Wed, 03 Jul 2019 16:53:11 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "1da83095-515b-4596-8f69-d01b44afbeaf" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11963" - ], - "x-ms-correlation-request-id": [ - "19a0448e-4146-42f7-8909-c95e75a57a51" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165322Z:19a0448e-4146-42f7-8909-c95e75a57a51" - ], - "Date": [ - "Wed, 03 Jul 2019 16:53:22 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "a4b41320-e455-49e1-acda-835ff0e39c8d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11962" - ], - "x-ms-correlation-request-id": [ - "530985ae-d4b9-4de4-a2e7-c9358c53ae86" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165333Z:530985ae-d4b9-4de4-a2e7-c9358c53ae86" - ], - "Date": [ - "Wed, 03 Jul 2019 16:53:32 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "d0efc3ea-7d84-4d80-9ec3-6ff7cb307b7f" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11961" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-correlation-request-id": [ - "bef88123-5fec-43dd-8809-48404488853c" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165343Z:bef88123-5fec-43dd-8809-48404488853c" - ], - "Date": [ - "Wed, 03 Jul 2019 16:53:42 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "4415fc0e-4702-4091-bf19-042d19e19ca6" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11960" - ], - "x-ms-correlation-request-id": [ - "b4c851f3-b0a3-4830-846b-e215d22103a9" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165354Z:b4c851f3-b0a3-4830-846b-e215d22103a9" - ], - "Date": [ - "Wed, 03 Jul 2019 16:53:54 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "57f14e85-be32-4957-bfb9-30e04e351251" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11959" - ], - "x-ms-correlation-request-id": [ - "e0c41238-1a26-4f27-a367-c644984020cb" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165405Z:e0c41238-1a26-4f27-a367-c644984020cb" - ], - "Date": [ - "Wed, 03 Jul 2019 16:54:05 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "0053190e-acb9-4e96-8651-ca87c16b7c8c" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11958" - ], - "x-ms-correlation-request-id": [ - "708c65cb-bd5c-4d43-a5a2-cd0197685690" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165415Z:708c65cb-bd5c-4d43-a5a2-cd0197685690" - ], - "Date": [ - "Wed, 03 Jul 2019 16:54:15 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "946b7b7c-8889-4e38-be05-83d910b882a1" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11957" - ], - "x-ms-correlation-request-id": [ - "ec91a09a-4462-4fee-828b-ee43e8caf6d9" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165426Z:ec91a09a-4462-4fee-828b-ee43e8caf6d9" - ], - "Date": [ - "Wed, 03 Jul 2019 16:54:25 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "efe1051a-6b4c-48f3-a077-5902623f3130" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11956" - ], - "x-ms-correlation-request-id": [ - "1d032c3d-16f4-4730-85d0-4423d2b06ea0" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165436Z:1d032c3d-16f4-4730-85d0-4423d2b06ea0" - ], - "Date": [ - "Wed, 03 Jul 2019 16:54:36 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "9019e391-b7e5-45bb-9496-e046ff0a2606" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11955" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-correlation-request-id": [ - "c670e16f-9cca-45a9-acb4-44ee570bae72" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165447Z:c670e16f-9cca-45a9-acb4-44ee570bae72" - ], - "Date": [ - "Wed, 03 Jul 2019 16:54:47 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "33382188-642f-4e01-93ce-0f912a332fef" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11954" - ], - "x-ms-correlation-request-id": [ - "75d4071e-3a14-48d8-a66c-60ca9a252d93" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165457Z:75d4071e-3a14-48d8-a66c-60ca9a252d93" - ], - "Date": [ - "Wed, 03 Jul 2019 16:54:57 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "7e236d05-c9f7-4b9e-af54-76591eb50f02" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11953" - ], - "x-ms-correlation-request-id": [ - "48a33e7b-0c2a-4f74-906a-5bd91429ffdb" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165508Z:48a33e7b-0c2a-4f74-906a-5bd91429ffdb" - ], - "Date": [ - "Wed, 03 Jul 2019 16:55:07 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "c80226f0-b3cb-48cd-b6a0-368f24e7edac" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11952" - ], - "x-ms-correlation-request-id": [ - "f199bc78-96f7-4788-a1e6-e274adee5aa6" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165518Z:f199bc78-96f7-4788-a1e6-e274adee5aa6" - ], - "Date": [ - "Wed, 03 Jul 2019 16:55:17 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "e1fc9757-3c5a-4b5d-95dc-6afb1381a5e1" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11951" - ], - "x-ms-correlation-request-id": [ - "734edeaa-4b71-4aaa-842f-1feee6068df7" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165529Z:734edeaa-4b71-4aaa-842f-1feee6068df7" - ], - "Date": [ - "Wed, 03 Jul 2019 16:55:28 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "190d8a12-fc72-47ed-b34b-6731ff5db17e" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11950" - ], - "x-ms-correlation-request-id": [ - "dbac82f1-35d4-4117-be67-a2b13b4f0c54" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165539Z:dbac82f1-35d4-4117-be67-a2b13b4f0c54" - ], - "Date": [ - "Wed, 03 Jul 2019 16:55:39 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "17b06e4b-04aa-4798-bba1-8f6bcd63ae43" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11949" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-correlation-request-id": [ - "2b683275-93d1-4577-ade8-3015ac5a3561" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165549Z:2b683275-93d1-4577-ade8-3015ac5a3561" - ], - "Date": [ - "Wed, 03 Jul 2019 16:55:49 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "c394adc5-c689-41ac-92e0-d99f0068a628" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11948" - ], - "x-ms-correlation-request-id": [ - "ca165722-e758-4e6b-8f87-15071b049031" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165600Z:ca165722-e758-4e6b-8f87-15071b049031" - ], - "Date": [ - "Wed, 03 Jul 2019 16:56:00 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "15466315-761e-4593-8b29-6140a09756c2" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11947" - ], - "x-ms-correlation-request-id": [ - "148fa724-7cfb-48f5-810f-a41dfcb11639" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165611Z:148fa724-7cfb-48f5-810f-a41dfcb11639" - ], - "Date": [ - "Wed, 03 Jul 2019 16:56:11 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Tue, 23 Jun 2020 09:03:22 GMT" ], "Expires": [ "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "a5ffb701-68c1-4c00-a989-61b1e33b82b5" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11946" - ], - "x-ms-correlation-request-id": [ - "3bae063b-b3e0-47d9-aef9-f7dbad2d0e21" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165621Z:3bae063b-b3e0-47d9-aef9-f7dbad2d0e21" - ], - "Date": [ - "Wed, 03 Jul 2019 16:56:21 GMT" ], "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" + "0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2896/providers/Microsoft.StorageSync/storageSyncServices/sssps4494/syncGroups/sgps988?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjg5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NDk0L3N5bmNHcm91cHMvc2dwczk4OD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "2d00e2dd-2d75-4eab-a1bd-1afeeec7f30f" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "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-reads": [ - "11945" - ], - "x-ms-correlation-request-id": [ - "52fcf344-7bf2-4ad5-99f4-3c0b5fd3b6f9" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165632Z:52fcf344-7bf2-4ad5-99f4-3c0b5fd3b6f9" - ], - "Date": [ - "Wed, 03 Jul 2019 16:56:31 GMT" - ], - "Content-Length": [ - "459" + "x-ms-client-request-id": [ + "13cb5326-22ad-430b-9420-6a4821f2c905" ], - "Content-Type": [ - "application/json; charset=utf-8" + "Accept-Language": [ + "en-US" ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -4536,7 +1575,7 @@ "no-cache" ], "x-ms-request-id": [ - "e407c077-f5d3-42fa-b4c4-046eeff1d2a2" + "e4d6d9e8-5423-4899-8eff-a231050fd70d" ], "X-Content-Type-Options": [ "nosniff" @@ -4553,42 +1592,45 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11944" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" ], "x-ms-correlation-request-id": [ - "3ed362e8-922a-4cbb-8b26-22360e484075" + "b95cf9b9-128c-45ee-9e84-72cd04a77c44" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165642Z:3ed362e8-922a-4cbb-8b26-22360e484075" + "WESTUS:20200623T090323Z:b95cf9b9-128c-45ee-9e84-72cd04a77c44" ], "Date": [ - "Wed, 03 Jul 2019 16:56:41 GMT" - ], - "Content-Length": [ - "459" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Tue, 23 Jun 2020 09:03:23 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"clearFileShareMetadata\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:49:14.853311Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operations/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2896/providers/Microsoft.StorageSync/storageSyncServices/sssps4494?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjg5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NDk0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "b17d103a-b810-4c7b-87f9-4223d27c2855" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -4598,71 +1640,17 @@ "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "a3be5b85-86c5-4009-8a94-57baeb986e97" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11943" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-correlation-request-id": [ - "3bc7f652-68a8-4fac-a1d0-2125c4d356c0" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T165652Z:3bc7f652-68a8-4fac-a1d0-2125c4d356c0" - ], - "Date": [ - "Wed, 03 Jul 2019 16:56:52 GMT" - ], - "Content-Length": [ - "447" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImRkMjQ0ZTc5LTJlZjMtNGYyYy05NGJjLTcxM2M2NmM5NmU0MCIsIndvcmtmbG93SWQiOiI4YzVmNDFhMy05ZDVlLTRjMWMtYmNjZC1hZWY1OTFmZTMzZWMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmM4Yzk5Y2EtNzVhOS00MGYzLTg0NTQtOGQ3ZTMxZGMxMDI3In0=?api-version=2020-03-01" ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflow/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"name\": \"ee6dc1b6-0e01-4283-b881-c9c918ec4014\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T16:49:11.6495958Z\",\r\n \"endTime\": \"2019-07-03T16:56:46.1869996Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/microsoft.storagesync/storageSyncServices/sssps2135/workflows/4042a078-ef05-4b2d-b2ae-fa5a1998277b/operationresults/ee6dc1b6-0e01-4283-b881-c9c918ec4014?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3dvcmtmbG93cy80MDQyYTA3OC1lZjA1LTRiMmQtYjJhZS1mYTVhMTk5ODI3N2Ivb3BlcmF0aW9ucmVzdWx0cy9lZTZkYzFiNi0wZTAxLTQyODMtYjg4MS1jOWM5MThlYzQwMTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "Retry-After": [ + "10" ], - "Pragma": [ - "no-cache" + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImRkMjQ0ZTc5LTJlZjMtNGYyYy05NGJjLTcxM2M2NmM5NmU0MCIsIndvcmtmbG93SWQiOiI4YzVmNDFhMy05ZDVlLTRjMWMtYmNjZC1hZWY1OTFmZTMzZWMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmM4Yzk5Y2EtNzVhOS00MGYzLTg0NTQtOGQ3ZTMxZGMxMDI3In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "9fdd606a-b5e7-49f1-85ca-6ab47f6da52e" + "38e22809-4d62-4389-b5e7-55b4415d8ae9" ], "X-Content-Type-Options": [ "nosniff" @@ -4679,17 +1667,17 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11942" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14997" ], "x-ms-correlation-request-id": [ - "0a29dbf8-b340-42bf-a5ec-c1e3402a9091" + "e3a59fea-e4ba-4a7b-9a56-17b420234340" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165653Z:0a29dbf8-b340-42bf-a5ec-c1e3402a9091" + "WESTUS:20200623T090324Z:e3a59fea-e4ba-4a7b-9a56-17b420234340" ], "Date": [ - "Wed, 03 Jul 2019 16:56:52 GMT" + "Tue, 23 Jun 2020 09:03:23 GMT" ], "Expires": [ "-1" @@ -4699,25 +1687,19 @@ ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/Microsoft.StorageSync/storageSyncServices/sssps2135/syncGroups/sgps6740?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1L3N5bmNHcm91cHMvc2dwczY3NDA/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImRkMjQ0ZTc5LTJlZjMtNGYyYy05NGJjLTcxM2M2NmM5NmU0MCIsIndvcmtmbG93SWQiOiI4YzVmNDFhMy05ZDVlLTRjMWMtYmNjZC1hZWY1OTFmZTMzZWMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmM4Yzk5Y2EtNzVhOS00MGYzLTg0NTQtOGQ3ZTMxZGMxMDI3In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltUmtNalEwWlRjNUxUSmxaak10TkdZeVl5MDVOR0pqTFRjeE0yTTJObU01Tm1VME1DSXNJbmR2Y210bWJHOTNTV1FpT2lJNFl6Vm1OREZoTXkwNVpEVmxMVFJqTVdNdFltTmpaQzFoWldZMU9URm1aVE16WldNaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTW1NNFl6azVZMkV0TnpWaE9TMDBNR1l6TFRnME5UUXRPR1EzWlRNeFpHTXhNREkzSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "b47e0746-64ad-4f1f-9191-67529403ea18" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -4728,7 +1710,7 @@ "no-cache" ], "x-ms-request-id": [ - "3cf400d1-79ad-478d-93ed-9c017f1c1fcd" + "d21bcc0e-5aa3-4afe-a1e1-c25abc89453b" ], "X-Content-Type-Options": [ "nosniff" @@ -4745,45 +1727,42 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" ], "x-ms-correlation-request-id": [ - "06506657-ba70-421b-80ab-9638f9f9ca4c" + "689b6e8e-6c50-4296-948c-15801a25574c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165654Z:06506657-ba70-421b-80ab-9638f9f9ca4c" + "WESTUS:20200623T090334Z:689b6e8e-6c50-4296-948c-15801a25574c" ], "Date": [ - "Wed, 03 Jul 2019 16:56:54 GMT" + "Tue, 23 Jun 2020 09:03:33 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImRkMjQ0ZTc5LTJlZjMtNGYyYy05NGJjLTcxM2M2NmM5NmU0MCIsIndvcmtmbG93SWQiOiI4YzVmNDFhMy05ZDVlLTRjMWMtYmNjZC1hZWY1OTFmZTMzZWMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmM4Yzk5Y2EtNzVhOS00MGYzLTg0NTQtOGQ3ZTMxZGMxMDI3In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImRkMjQ0ZTc5LTJlZjMtNGYyYy05NGJjLTcxM2M2NmM5NmU0MCIsIndvcmtmbG93SWQiOiI4YzVmNDFhMy05ZDVlLTRjMWMtYmNjZC1hZWY1OTFmZTMzZWMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmM4Yzk5Y2EtNzVhOS00MGYzLTg0NTQtOGQ3ZTMxZGMxMDI3In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T09:03:24.6268004Z\",\r\n \"endTime\": \"2020-06-23T09:03:30.1317435Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/Microsoft.StorageSync/storageSyncServices/sssps2135?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTM1P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImRkMjQ0ZTc5LTJlZjMtNGYyYy05NGJjLTcxM2M2NmM5NmU0MCIsIndvcmtmbG93SWQiOiI4YzVmNDFhMy05ZDVlLTRjMWMtYmNjZC1hZWY1OTFmZTMzZWMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmM4Yzk5Y2EtNzVhOS00MGYzLTg0NTQtOGQ3ZTMxZGMxMDI3In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltUmtNalEwWlRjNUxUSmxaak10TkdZeVl5MDVOR0pqTFRjeE0yTTJObU01Tm1VME1DSXNJbmR2Y210bWJHOTNTV1FpT2lJNFl6Vm1OREZoTXkwNVpEVmxMVFJqTVdNdFltTmpaQzFoWldZMU9URm1aVE16WldNaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTW1NNFl6azVZMkV0TnpWaE9TMDBNR1l6TFRnME5UUXRPR1EzWlRNeFpHTXhNREkzSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "24821012-57ed-4f92-a135-bd07b21fae92" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -4794,7 +1773,7 @@ "no-cache" ], "x-ms-request-id": [ - "5168024e-85cd-427f-be26-5f9e91d4dbbd" + "0da8131d-f71d-4d12-8480-7e64f2443e9b" ], "X-Content-Type-Options": [ "nosniff" @@ -4811,17 +1790,17 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" ], "x-ms-correlation-request-id": [ - "ee554e5d-c1ef-4f3a-b0f1-6e2527904df6" + "9f0759e8-b9d7-4455-b3cc-d6a82eb4b25d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165654Z:ee554e5d-c1ef-4f3a-b0f1-6e2527904df6" + "WESTUS:20200623T090334Z:9f0759e8-b9d7-4455-b3cc-d6a82eb4b25d" ], "Date": [ - "Wed, 03 Jul 2019 16:56:54 GMT" + "Tue, 23 Jun 2020 09:03:34 GMT" ], "Expires": [ "-1" @@ -4834,22 +1813,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/Microsoft.Storage/storageAccounts/saps886?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM4ODY/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2896/providers/Microsoft.Storage/storageAccounts/saps9971?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjg5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM5OTcxP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0332c9ee-47df-4fb7-8ab7-085608d08ab5" + "cb464a33-8a6e-403b-b8ea-ded0ed2dd1e5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -4860,7 +1839,7 @@ "no-cache" ], "x-ms-request-id": [ - "98a5703b-faf1-484d-93fc-943c251d65a0" + "e0d83ab7-e72e-4944-9c6a-7e336f5a2b30" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4869,19 +1848,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14996" ], "x-ms-correlation-request-id": [ - "5afc910c-32a0-4e6e-ad4b-dc439f8e81f3" + "00ed7cb8-b04b-41b0-acc6-3f49f6e7f126" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165700Z:5afc910c-32a0-4e6e-ad4b-dc439f8e81f3" + "WESTUS:20200623T090335Z:00ed7cb8-b04b-41b0-acc6-3f49f6e7f126" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:56:59 GMT" + "Tue, 23 Jun 2020 09:03:35 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -4897,22 +1876,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7594/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzU5NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2896/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjg5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2b4c087a-c6a5-46db-b1cf-de5bd49df74d" + "a1ac382d-8827-43f3-8a7f-a99a92e793c5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -4923,16 +1902,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11990" ], "x-ms-request-id": [ - "723dd92f-d1fd-4012-a81f-245f59cab170" + "788cef8c-5c38-424d-af37-68ff5e9f165f" ], "x-ms-correlation-request-id": [ - "723dd92f-d1fd-4012-a81f-245f59cab170" + "788cef8c-5c38-424d-af37-68ff5e9f165f" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165700Z:723dd92f-d1fd-4012-a81f-245f59cab170" + "WESTUS:20200623T090335Z:788cef8c-5c38-424d-af37-68ff5e9f165f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4941,7 +1920,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:56:59 GMT" + "Tue, 23 Jun 2020 09:03:35 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4957,22 +1936,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps7594?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNzU5ND9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps2896?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzMjg5Nj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "19b4a512-9f75-4942-a544-e895cc97680f" + "82a50990-4c8c-451a-8b96-0cff4d90139d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -4983,22 +1962,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1OTQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI4OTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14995" ], "x-ms-request-id": [ - "9ffc083f-e46c-482d-b38c-760c29422904" + "b12c7ebd-2273-4bc8-a372-227cbe31d625" ], "x-ms-correlation-request-id": [ - "9ffc083f-e46c-482d-b38c-760c29422904" + "b12c7ebd-2273-4bc8-a372-227cbe31d625" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165701Z:9ffc083f-e46c-482d-b38c-760c29422904" + "WESTUS:20200623T090336Z:b12c7ebd-2273-4bc8-a372-227cbe31d625" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5007,7 +1986,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:57:00 GMT" + "Tue, 23 Jun 2020 09:03:35 GMT" ], "Expires": [ "-1" @@ -5020,16 +1999,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1OTQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU9UUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI4OTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJNE9UWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -5040,22 +2019,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1OTQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI4OTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11989" ], "x-ms-request-id": [ - "261d6ca2-45ac-4d1a-8f1a-4aa9b2ca5046" + "63f02b7c-bb1d-4cbf-a27a-3835bb9c6858" ], "x-ms-correlation-request-id": [ - "261d6ca2-45ac-4d1a-8f1a-4aa9b2ca5046" + "63f02b7c-bb1d-4cbf-a27a-3835bb9c6858" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165717Z:261d6ca2-45ac-4d1a-8f1a-4aa9b2ca5046" + "WESTUS:20200623T090351Z:63f02b7c-bb1d-4cbf-a27a-3835bb9c6858" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5064,7 +2043,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:57:17 GMT" + "Tue, 23 Jun 2020 09:03:50 GMT" ], "Expires": [ "-1" @@ -5077,16 +2056,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1OTQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU9UUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI4OTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJNE9UWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -5097,22 +2076,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1OTQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI4OTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11988" ], "x-ms-request-id": [ - "f1cde77d-92ba-4869-b778-35e2a32fe4ba" + "15636323-1a78-4e97-8f6e-3b1c9b0d5a65" ], "x-ms-correlation-request-id": [ - "f1cde77d-92ba-4869-b778-35e2a32fe4ba" + "15636323-1a78-4e97-8f6e-3b1c9b0d5a65" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165732Z:f1cde77d-92ba-4869-b778-35e2a32fe4ba" + "WESTUS:20200623T090406Z:15636323-1a78-4e97-8f6e-3b1c9b0d5a65" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5121,7 +2100,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:57:31 GMT" + "Tue, 23 Jun 2020 09:04:05 GMT" ], "Expires": [ "-1" @@ -5134,16 +2113,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1OTQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU9UUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI4OTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJNE9UWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -5154,16 +2133,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11987" ], "x-ms-request-id": [ - "11cea082-809e-4e15-b5e8-fc32b0a331cf" + "72e5c17d-4413-4761-9319-5d1223c2ea6a" ], "x-ms-correlation-request-id": [ - "11cea082-809e-4e15-b5e8-fc32b0a331cf" + "72e5c17d-4413-4761-9319-5d1223c2ea6a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165747Z:11cea082-809e-4e15-b5e8-fc32b0a331cf" + "WESTUS:20200623T090421Z:72e5c17d-4413-4761-9319-5d1223c2ea6a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5172,7 +2151,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:57:46 GMT" + "Tue, 23 Jun 2020 09:04:21 GMT" ], "Expires": [ "-1" @@ -5185,16 +2164,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1OTQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU9UUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI4OTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJNE9UWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -5205,16 +2184,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11986" ], "x-ms-request-id": [ - "554a6a49-f91e-45fc-936b-3293f5ecb114" + "ce419309-1c8d-4c4b-be90-1c552f6148b9" ], "x-ms-correlation-request-id": [ - "554a6a49-f91e-45fc-936b-3293f5ecb114" + "ce419309-1c8d-4c4b-be90-1c552f6148b9" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T165747Z:554a6a49-f91e-45fc-936b-3293f5ecb114" + "WESTUS:20200623T090421Z:ce419309-1c8d-4c4b-be90-1c552f6148b9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5223,7 +2202,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 16:57:47 GMT" + "Tue, 23 Jun 2020 09:04:21 GMT" ], "Expires": [ "-1" @@ -5238,19 +2217,19 @@ ], "Names": { "Test-RemoveCloudEndpointResourceId": [ - "ps7594", - "ps2135", - "ps6740", - "ps907", - "ps886" + "ps2896", + "ps4494", + "ps988", + "ps6526", + "ps9971" ], "TestRemoveCloudEndpointResourceId": [ - "a3d183c2-c134-4c2d-92d8-078526c26278" + "cf3d0b2c-ed01-4188-8831-0404afc756ae" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestGetRegisteredServer.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestGetRegisteredServer.json index 00b6c51b0207..80178d9e3983 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestGetRegisteredServer.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestGetRegisteredServer.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a6c3572a-334a-4c1f-9d58-8ea70cf0e9c4" + "642f5a12-d18e-4d58-8da4-3f58238bc0bc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "d953c465-6f99-4bd5-b4fd-74b482157ce5" + "7da3b275-35c9-45ee-a41b-41e39ef8161f" ], "x-ms-correlation-request-id": [ - "d953c465-6f99-4bd5-b4fd-74b482157ce5" + "7da3b275-35c9-45ee-a41b-41e39ef8161f" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230310Z:d953c465-6f99-4bd5-b4fd-74b482157ce5" + "WESTUS:20200623T232054Z:7da3b275-35c9-45ee-a41b-41e39ef8161f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:03:09 GMT" + "Tue, 23 Jun 2020 23:20:53 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\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\": \"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\": \"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\": \"notifyResourceJobs\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\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 ]\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-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-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-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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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-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-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 },\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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "df293aaf-1d0c-4616-a141-4005443ad3f3" + "7bee53f4-6810-42d1-a83e-f1fca42639c7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "026f2d93-3b8f-4b13-b19d-c59b724ba61e" + "9d362106-2e95-49c3-a712-fc30a58ec909" ], "x-ms-correlation-request-id": [ - "026f2d93-3b8f-4b13-b19d-c59b724ba61e" + "9d362106-2e95-49c3-a712-fc30a58ec909" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230310Z:026f2d93-3b8f-4b13-b19d-c59b724ba61e" + "WESTUS:20200623T232054Z:9d362106-2e95-49c3-a712-fc30a58ec909" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:03:09 GMT" + "Tue, 23 Jun 2020 23:20:53 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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-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-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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 \"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 \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps5176?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNTE3Nj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps5868?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNTg2OD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1919462e-4931-4e9b-8b2e-b8b8ba3e5f44" + "e26d7a7a-4762-46eb-98a5-fdbc011cd999" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,13 +156,13 @@ "1199" ], "x-ms-request-id": [ - "a1d8e95e-b0ca-47d8-8e8a-9c3dc89608e8" + "51807154-29db-4a66-a63b-7afc279a6605" ], "x-ms-correlation-request-id": [ - "a1d8e95e-b0ca-47d8-8e8a-9c3dc89608e8" + "51807154-29db-4a66-a63b-7afc279a6605" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230312Z:a1d8e95e-b0ca-47d8-8e8a-9c3dc89608e8" + "WESTUS:20200623T232054Z:51807154-29db-4a66-a63b-7afc279a6605" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:03:11 GMT" + "Tue, 23 Jun 2020 23:20:53 GMT" ], "Content-Length": [ "165" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176\",\r\n \"name\": \"ps5176\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5868\",\r\n \"name\": \"ps5868\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps3330\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps8039\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "fefb9faa-55ac-4cb2-98ed-1a8d6112b758" + "d9158a5c-cefd-41e9-b6ec-c13fc929a237" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "d53400c7-3d96-4ea1-b10a-9d137822669b" + "cff4efb7-d658-4eee-bc67-120eb4493a0d" ], "X-Content-Type-Options": [ "nosniff" @@ -240,50 +240,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "0b9dcd91-67cc-43c2-8676-f0b832f73fdd" + "b6767da7-cb29-44bc-9c2e-d9d0fc5a783d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230313Z:0b9dcd91-67cc-43c2-8676-f0b832f73fdd" + "WESTUS:20200623T232056Z:b6767da7-cb29-44bc-9c2e-d9d0fc5a783d" ], "Date": [ - "Wed, 03 Jul 2019 23:03:13 GMT" + "Tue, 23 Jun 2020 23:20:55 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/Microsoft.StorageSync/storageSyncServices/sssps3330?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTE3Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMzMwP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5868/providers/Microsoft.StorageSync/storageSyncServices/sssps8039?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTg2OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4MDM5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b8e8451a-8a9d-4ac5-b7b9-b793364d394d" + "d189dd75-b5da-484c-8f19-87bd3c8a9236" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI1MzBmMTU0My0xM2Y5LTQwM2YtYjE5NC1lNTc3OTJjMGVjNWIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTFlNDI3OTEtZDI0My00ZTQzLTlkMjAtNzk3OWM5Y2FlZmFmIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI1MzBmMTU0My0xM2Y5LTQwM2YtYjE5NC1lNTc3OTJjMGVjNWIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTFlNDI3OTEtZDI0My00ZTQzLTlkMjAtNzk3OWM5Y2FlZmFmIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "e4b16eba-c52b-4df4-8d63-07c7d3008e16" + "5d131860-12d5-4f04-84be-34dfc4375ef4" ], "X-Content-Type-Options": [ "nosniff" @@ -315,50 +324,173 @@ "1199" ], "x-ms-correlation-request-id": [ - "8e23fa55-a795-4d77-82f3-c81cfaf049e9" + "0b15759d-869b-46f2-b3cb-6f97a46e4d63" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230313Z:8e23fa55-a795-4d77-82f3-c81cfaf049e9" + "WESTUS:20200623T232056Z:0b15759d-869b-46f2-b3cb-6f97a46e4d63" ], "Date": [ - "Wed, 03 Jul 2019 23:03:13 GMT" + "Tue, 23 Jun 2020 23:20:56 GMT" + ], + "Expires": [ + "-1" ], "Content-Length": [ - "329" + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI1MzBmMTU0My0xM2Y5LTQwM2YtYjE5NC1lNTc3OTJjMGVjNWIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTFlNDI3OTEtZDI0My00ZTQzLTlkMjAtNzk3OWM5Y2FlZmFmIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltUXlNak15WkRabUxXVmpNV010TkdaaFlpMDVOemRsTFdNek9XWmxNVFl3TVRRMU1TSXNJbmR2Y210bWJHOTNTV1FpT2lJMU16Qm1NVFUwTXkweE0yWTVMVFF3TTJZdFlqRTVOQzFsTlRjM09USmpNR1ZqTldJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVRGbE5ESTNPVEV0WkRJME15MDBaVFF6TFRsa01qQXROemszT1dNNVkyRmxabUZtSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "32a659be-bbb5-44c3-bd47-9118bbf0cb15" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "1829731a-417c-4313-8186-c53045deb3b1" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T232107Z:1829731a-417c-4313-8186-c53045deb3b1" + ], + "Date": [ + "Tue, 23 Jun 2020 23:21:06 GMT" + ], + "Content-Length": [ + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI1MzBmMTU0My0xM2Y5LTQwM2YtYjE5NC1lNTc3OTJjMGVjNWIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTFlNDI3OTEtZDI0My00ZTQzLTlkMjAtNzk3OWM5Y2FlZmFmIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI1MzBmMTU0My0xM2Y5LTQwM2YtYjE5NC1lNTc3OTJjMGVjNWIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTFlNDI3OTEtZDI0My00ZTQzLTlkMjAtNzk3OWM5Y2FlZmFmIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:20:57.4165327Z\",\r\n \"endTime\": \"2020-06-23T23:21:03.7706111Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5868/providers/Microsoft.StorageSync/storageSyncServices/sssps8039?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTg2OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4MDM5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "fe794b50-4599-4fea-9123-4e4c8beeb154" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "7425a3a8-4673-4177-ac02-e0310d27279a" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T232107Z:7425a3a8-4673-4177-ac02-e0310d27279a" + ], + "Date": [ + "Tue, 23 Jun 2020 23:21:06 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/microsoft.storagesync/storageSyncServices/sssps3330\",\r\n \"name\": \"sssps3330\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps8039/workflows/530f1543-13f9-403f-b194-e57792c0ec5b\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5868/providers/microsoft.storagesync/storageSyncServices/sssps8039\",\r\n \"name\": \"sssps8039\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/Microsoft.StorageSync/storageSyncServices/sssps3330/registeredServers/77218f5e-330d-4e94-81b1-399160f4c7c4?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTE3Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMzMwL3JlZ2lzdGVyZWRTZXJ2ZXJzLzc3MjE4ZjVlLTMzMGQtNGU5NC04MWIxLTM5OTE2MGY0YzdjND9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5868/providers/Microsoft.StorageSync/storageSyncServices/sssps8039/registeredServers/06bd7ad1-798b-4608-9eb7-de785c2878e3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTg2OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4MDM5L3JlZ2lzdGVyZWRTZXJ2ZXJzLzA2YmQ3YWQxLTc5OGItNDYwOC05ZWI3LWRlNzg1YzI4NzhlMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDGDCCAgCgAwIBAgIQZrMnSW/lG5xELR7EikisXDANBgkqhkiG9w0BAQ0FADA0MTIwMAYDVQQDEylhbmRyZXlhemRldm9wcy5yZWRtb25kLmNvcnAubWljcm9zb2Z0LmNvbTAeFw0xOTA1MjkwMjEyNDlaFw0yMDA1MjkwMjEyNDlaMDQxMjAwBgNVBAMTKWFuZHJleWF6ZGV2b3BzLnJlZG1vbmQuY29ycC5taWNyb3NvZnQuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzWEfgMvao6tCt/lexsMFViVxCCoJbLClwvqfWN79eFc3bmXBtERIvKTlb1TqAigp5VjP021TaQsyN/K2t8qr2rAdlaeJtCXNSILe3+ForYGcQOP0p802kFXkhMUojfX8jGs1BLQTsUoKN4UtuxWIhpb7Iw00rT7wchTg6Yk+ULCRFAlxOQHZI0drM13tDO4kz0BRbTCoSvazS3O570p8sMrWFra6P1/HG1f7sIQP5txw205siGb5FpB0u16qD/z0d7tfMGv+JIqAb6InI393dj2FtbzExkkiBUFXWaH9czGkAFyWuzkECb0WEEK+7oTOrLlo0dh0bp6nxlZ+G7FLfQIDAQABoyYwJDAiBgNVHSUBAf8EGDAWBggrBgEFBQcDAgYKKwYBBAGCNwoDDDANBgkqhkiG9w0BAQ0FAAOCAQEAEn8WHN0h00/Vem50CnwXwnty0vGwu2v3plD1m0mw+3jCtDUTa/tF/a7jTVTCtK6VdqNP6tp/f+GflNRmZWIK/6DIEntouzL++7M5hArcJj01t0S0Vc+0FN3b2wuBuJUYWxR5Q8bNHStOm7l6nXjQ96k1fH/L/hu0dmhciak8LUEIowhSiIpnB3C9AGFuPi9DqjKdWxxzIPLybiDidgUfGbcCNHaZXvcNqNq4zpzeFPTi3VBEOXHIJhk0fT3iWjwvBwtUxPJJs3FIRZFWQa/cgEvBWrYMem98lqKNdmGDJP11OmUeAqJQTe+iSX9pDFzpEj/lM/tIjEh9fwKXuoO1uw==\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"7/3/2019 4:03:13 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"77218f5e-330d-4e94-81b1-399160f4c7c4\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDEDCCAfigAwIBAgIQHMX6MF8k1YRIo40AAPKx/TANBgkqhkiG9w0BAQ0FADAwMS4wLAYDVQQDEyVhbmt1c2hiLXZtMDIubnRkZXYuY29ycC5taWNyb3NvZnQuY29tMB4XDTIwMDEyNzE5NTkwN1oXDTIxMDEyNzE5NTkwN1owMDEuMCwGA1UEAxMlYW5rdXNoYi12bTAyLm50ZGV2LmNvcnAubWljcm9zb2Z0LmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOGKtANwb+dUXi5QVPKCUkpcWJ1/s18EqVBGRaQvIE518p7zWSfnk79FOerjfCT6kDBZPccnxBHK3hZZNgxrAkgv0LeDIEwHDvttYbcMfUzq1VviGnPuKWTsFkIAkG+8IehxX9eB/kBlkoyriziQXg4Bz74HBaQWlZeC65R6Tp8XcuO8HuKtnT3RfV6365pPHq4yp/N5e3NLxDoG1AKXEs8NtDkw2xOltLCu3qluV/AUX343pDEkLV3F8IOu3I7cU+NA/WzCF7UcZ8ZOhS5klMVNiUwCFsUdFUAXh9ufXEBs50IcVJlZU6ZUADbmrqaqpYtD94aKQeFsBlnou5s1A/kCAwEAAaMmMCQwIgYDVR0lAQH/BBgwFgYIKwYBBQUHAwIGCisGAQQBgjcKAwwwDQYJKoZIhvcNAQENBQADggEBAH7p2XFxnOdk/lbNBKW7nmjsjE5BeBU/OlBhKCUrmmY+fk3FvAYSs2jaJKqgZjxek/KdNf2UZMXztg8joF5s1Pdg6ICxJqc1t4gJunHUOoTHHyrotMyt6xJnClRCNqshA0n2z304hjKXcyCoLopemMFpOPEg2oG+EOuvwK/g1gAavGbmYJQc82uNF1LKNMmNfQ4Nn48dKLKg65SHgU+BISlCjHb/6NRTpTmK5acUOlHSrhGsJYCBsN1xJOzwxssXAoy25ebjajvnGcsC9k2HwLZWaSGsPuwWPfEtPPHjNRDrnaNLjSu2zc0uxZza8JWlE0pWD2kyf9OjyD1V0PxtZuM=\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"6/23/2020 4:21:07 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"06bd7ad1-798b-4608-9eb7-de785c2878e3\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6a69eef0-2184-4a0d-8efc-50efaba990fb" + "2cc1fc79-0801-42a6-8895-9f94c35668c0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1452" + "1437" ] }, "ResponseHeaders": { @@ -369,16 +501,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/microsoft.storagesync/storageSyncServices/sssps3330/workflows/5fbe3003-409a-4b45-84f7-f1135635b345/operationresults/b660812a-34f0-4250-a403-4b2bbeb014d7?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiJmNjE3YjMyYS1kYmQ4LTQyZjgtYjJiYy00NDI0NTIxZWE1NWIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTRiNGQ5OTItNDNhNy00YWJkLTkwZjYtZTFjNjQ3OTAyNDA0In0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/microsoft.storagesync/storageSyncServices/sssps3330/workflows/5fbe3003-409a-4b45-84f7-f1135635b345/operations/b660812a-34f0-4250-a403-4b2bbeb014d7?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiJmNjE3YjMyYS1kYmQ4LTQyZjgtYjJiYy00NDI0NTIxZWE1NWIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTRiNGQ5OTItNDNhNy00YWJkLTkwZjYtZTFjNjQ3OTAyNDA0In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "127e8ad7-a167-4001-b193-76151ad54256" + "88f63937-97f8-4c91-8d9b-52d20802c455" ], "X-Content-Type-Options": [ "nosniff" @@ -399,13 +531,13 @@ "1198" ], "x-ms-correlation-request-id": [ - "671e6394-9795-4845-b711-40d159fad89e" + "199e211a-dd6b-4494-9955-83255adba340" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230314Z:671e6394-9795-4845-b711-40d159fad89e" + "WESTUS:20200623T232107Z:199e211a-dd6b-4494-9955-83255adba340" ], "Date": [ - "Wed, 03 Jul 2019 23:03:14 GMT" + "Tue, 23 Jun 2020 23:21:07 GMT" ], "Expires": [ "-1" @@ -418,16 +550,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/microsoft.storagesync/storageSyncServices/sssps3330/workflows/5fbe3003-409a-4b45-84f7-f1135635b345/operations/b660812a-34f0-4250-a403-4b2bbeb014d7?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTE3Ni9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMzMwL3dvcmtmbG93cy81ZmJlMzAwMy00MDlhLTRiNDUtODRmNy1mMTEzNTYzNWIzNDUvb3BlcmF0aW9ucy9iNjYwODEyYS0zNGYwLTQyNTAtYTQwMy00YjJiYmViMDE0ZDc/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiJmNjE3YjMyYS1kYmQ4LTQyZjgtYjJiYy00NDI0NTIxZWE1NWIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTRiNGQ5OTItNDNhNy00YWJkLTkwZjYtZTFjNjQ3OTAyNDA0In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltUXlNak15WkRabUxXVmpNV010TkdaaFlpMDVOemRsTFdNek9XWmxNVFl3TVRRMU1TSXNJbmR2Y210bWJHOTNTV1FpT2lKbU5qRTNZak15WVMxa1ltUTRMVFF5WmpndFlqSmlZeTAwTkRJME5USXhaV0UxTldJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVRSaU5HUTVPVEl0TkROaE55MDBZV0prTFRrd1pqWXRaVEZqTmpRM09UQXlOREEwSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -438,7 +570,7 @@ "no-cache" ], "x-ms-request-id": [ - "c5d5fee5-9c02-4ed9-8b4e-8bea79718ce5" + "9f68b2db-0dfb-4709-a18e-60861698b682" ], "X-Content-Type-Options": [ "nosniff" @@ -456,41 +588,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-correlation-request-id": [ - "83e6f78f-df5b-4d8f-94ba-241d1dd0fc98" + "7fde0f08-adbd-4eaa-a11b-d85587de0751" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230325Z:83e6f78f-df5b-4d8f-94ba-241d1dd0fc98" + "WESTUS:20200623T232118Z:7fde0f08-adbd-4eaa-a11b-d85587de0751" ], "Date": [ - "Wed, 03 Jul 2019 23:03:24 GMT" + "Tue, 23 Jun 2020 23:21:18 GMT" ], "Content-Length": [ - "447" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/microsoft.storagesync/storageSyncServices/sssps3330/workflow/5fbe3003-409a-4b45-84f7-f1135635b345/operationresults/b660812a-34f0-4250-a403-4b2bbeb014d7\",\r\n \"name\": \"b660812a-34f0-4250-a403-4b2bbeb014d7\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T23:03:14.5885517Z\",\r\n \"endTime\": \"2019-07-03T23:03:18.0972012Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiJmNjE3YjMyYS1kYmQ4LTQyZjgtYjJiYy00NDI0NTIxZWE1NWIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTRiNGQ5OTItNDNhNy00YWJkLTkwZjYtZTFjNjQ3OTAyNDA0In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiJmNjE3YjMyYS1kYmQ4LTQyZjgtYjJiYy00NDI0NTIxZWE1NWIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTRiNGQ5OTItNDNhNy00YWJkLTkwZjYtZTFjNjQ3OTAyNDA0In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:21:08.0403002Z\",\r\n \"endTime\": \"2020-06-23T23:21:11.455443Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/Microsoft.StorageSync/storageSyncServices/sssps3330/registeredServers/77218f5e-330d-4e94-81b1-399160f4c7c4?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTE3Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMzMwL3JlZ2lzdGVyZWRTZXJ2ZXJzLzc3MjE4ZjVlLTMzMGQtNGU5NC04MWIxLTM5OTE2MGY0YzdjND9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5868/providers/Microsoft.StorageSync/storageSyncServices/sssps8039/registeredServers/06bd7ad1-798b-4608-9eb7-de785c2878e3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTg2OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4MDM5L3JlZ2lzdGVyZWRTZXJ2ZXJzLzA2YmQ3YWQxLTc5OGItNDYwOC05ZWI3LWRlNzg1YzI4NzhlMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -501,7 +633,7 @@ "no-cache" ], "x-ms-request-id": [ - "f6ede90b-807f-43f6-a4b3-9702c516a2ac" + "cb2a48c0-388e-49b2-8dd9-07bd8e1a4127" ], "X-Content-Type-Options": [ "nosniff" @@ -519,47 +651,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11996" ], "x-ms-correlation-request-id": [ - "774be9e8-ccfa-498e-9aa3-a7f57a58dece" + "5d4d39c7-081e-4663-964a-e1608d0822cb" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230325Z:774be9e8-ccfa-498e-9aa3-a7f57a58dece" + "WESTUS:20200623T232118Z:5d4d39c7-081e-4663-964a-e1608d0822cb" ], "Date": [ - "Wed, 03 Jul 2019 23:03:25 GMT" + "Tue, 23 Jun 2020 23:21:18 GMT" ], "Content-Length": [ - "13368" + "13498" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": null,\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"agentVersionStatus\": null,\r\n \"agentVersionExpirationDate\": null,\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2019-07-03T16:03:17.8940496-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"77218f5e-330d-4e94-81b1-399160f4c7c4\",\r\n \"storageSyncServiceUid\": \"fc93aaea-57f9-4bdf-8652-42f481af17f2\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps3330/workflows/5fbe3003-409a-4b45-84f7-f1135635b345\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/microsoft.storagesync/storageSyncServices/sssps3330/registeredServers/77218f5e-330d-4e94-81b1-399160f4c7c4\",\r\n \"name\": \"77218f5e-330d-4e94-81b1-399160f4c7c4\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2020-06-23T16:21:11.2554306-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"06bd7ad1-798b-4608-9eb7-de785c2878e3\",\r\n \"storageSyncServiceUid\": \"d2232d6f-ec1c-4fab-977e-c39fe1601451\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps8039/workflows/f617b32a-dbd8-42f8-b2bc-4424521ea55b\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\",\r\n \"monitoringEndpointUri\": \"https://euap01.afs.azure.net:443/\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5868/providers/microsoft.storagesync/storageSyncServices/sssps8039/registeredServers/06bd7ad1-798b-4608-9eb7-de785c2878e3\",\r\n \"name\": \"06bd7ad1-798b-4608-9eb7-de785c2878e3\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/Microsoft.StorageSync/storageSyncServices/sssps3330/registeredServers/77218f5e-330d-4e94-81b1-399160f4c7c4?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTE3Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMzMwL3JlZ2lzdGVyZWRTZXJ2ZXJzLzc3MjE4ZjVlLTMzMGQtNGU5NC04MWIxLTM5OTE2MGY0YzdjND9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5868/providers/Microsoft.StorageSync/storageSyncServices/sssps8039/registeredServers/06bd7ad1-798b-4608-9eb7-de785c2878e3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTg2OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4MDM5L3JlZ2lzdGVyZWRTZXJ2ZXJzLzA2YmQ3YWQxLTc5OGItNDYwOC05ZWI3LWRlNzg1YzI4NzhlMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2f0e69e3-1821-4ef2-93ca-03286e2a0a93" + "aa8bee4d-939e-44fc-a097-27ac73d26287" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -570,7 +702,7 @@ "no-cache" ], "x-ms-request-id": [ - "cf0f14e5-f3aa-4769-9faf-7b27b5c55fd1" + "828dce1d-de68-47ca-a1a6-32d8f548590d" ], "X-Content-Type-Options": [ "nosniff" @@ -588,47 +720,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11994" ], "x-ms-correlation-request-id": [ - "5b0afdcb-a9cc-4573-b7a0-618c9c3284a5" + "0cb98d59-593f-468c-937a-db38ddee59ff" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230326Z:5b0afdcb-a9cc-4573-b7a0-618c9c3284a5" + "WESTUS:20200623T232119Z:0cb98d59-593f-468c-937a-db38ddee59ff" ], "Date": [ - "Wed, 03 Jul 2019 23:03:25 GMT" + "Tue, 23 Jun 2020 23:21:19 GMT" ], "Content-Length": [ - "13368" + "13498" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": null,\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"agentVersionStatus\": null,\r\n \"agentVersionExpirationDate\": null,\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2019-07-03T16:03:17.8940496-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"77218f5e-330d-4e94-81b1-399160f4c7c4\",\r\n \"storageSyncServiceUid\": \"fc93aaea-57f9-4bdf-8652-42f481af17f2\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps3330/workflows/5fbe3003-409a-4b45-84f7-f1135635b345\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/microsoft.storagesync/storageSyncServices/sssps3330/registeredServers/77218f5e-330d-4e94-81b1-399160f4c7c4\",\r\n \"name\": \"77218f5e-330d-4e94-81b1-399160f4c7c4\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2020-06-23T16:21:11.2554306-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"06bd7ad1-798b-4608-9eb7-de785c2878e3\",\r\n \"storageSyncServiceUid\": \"d2232d6f-ec1c-4fab-977e-c39fe1601451\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps8039/workflows/f617b32a-dbd8-42f8-b2bc-4424521ea55b\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\",\r\n \"monitoringEndpointUri\": \"https://euap01.afs.azure.net:443/\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5868/providers/microsoft.storagesync/storageSyncServices/sssps8039/registeredServers/06bd7ad1-798b-4608-9eb7-de785c2878e3\",\r\n \"name\": \"06bd7ad1-798b-4608-9eb7-de785c2878e3\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/Microsoft.StorageSync/storageSyncServices/sssps3330/registeredServers?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTE3Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMzMwL3JlZ2lzdGVyZWRTZXJ2ZXJzP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5868/providers/Microsoft.StorageSync/storageSyncServices/sssps8039/registeredServers?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTg2OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4MDM5L3JlZ2lzdGVyZWRTZXJ2ZXJzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4105741b-c04e-4e3a-b2a8-c3c0793aab8e" + "1faaafd7-0580-4176-a832-6859f087fa69" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -639,7 +771,7 @@ "no-cache" ], "x-ms-request-id": [ - "28570385-e91a-4105-a474-0ed7aef15bd0" + "3039dea6-53b9-46d2-9149-fb7e7ae7887f" ], "X-Content-Type-Options": [ "nosniff" @@ -657,47 +789,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11995" ], "x-ms-correlation-request-id": [ - "1916d50c-fe80-4e87-8354-8c97f704229b" + "444aec8f-b3c8-4abf-afa9-cb6fa47d7d4c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230325Z:1916d50c-fe80-4e87-8354-8c97f704229b" + "WESTUS:20200623T232118Z:444aec8f-b3c8-4abf-afa9-cb6fa47d7d4c" ], "Date": [ - "Wed, 03 Jul 2019 23:03:25 GMT" + "Tue, 23 Jun 2020 23:21:18 GMT" ], "Content-Length": [ - "13380" + "13627" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"serverCertificate\": null,\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"agentVersionStatus\": null,\r\n \"agentVersionExpirationDate\": null,\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2019-07-03T16:03:17.8940496-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"77218f5e-330d-4e94-81b1-399160f4c7c4\",\r\n \"storageSyncServiceUid\": \"fc93aaea-57f9-4bdf-8652-42f481af17f2\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps3330/workflows/5fbe3003-409a-4b45-84f7-f1135635b345\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/microsoft.storagesync/storageSyncServices/sssps3330/registeredServers/77218f5e-330d-4e94-81b1-399160f4c7c4\",\r\n \"name\": \"77218f5e-330d-4e94-81b1-399160f4c7c4\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2020-06-23T16:21:11.2554306-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"06bd7ad1-798b-4608-9eb7-de785c2878e3\",\r\n \"storageSyncServiceUid\": \"d2232d6f-ec1c-4fab-977e-c39fe1601451\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps8039/workflows/f617b32a-dbd8-42f8-b2bc-4424521ea55b\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\",\r\n \"monitoringEndpointUri\": \"https://euap01.afs.azure.net:443/\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5868/providers/microsoft.storagesync/storageSyncServices/sssps8039/registeredServers/06bd7ad1-798b-4608-9eb7-de785c2878e3\",\r\n \"name\": \"06bd7ad1-798b-4608-9eb7-de785c2878e3\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/Microsoft.StorageSync/storageSyncServices/sssps3330/registeredServers/77218f5e-330d-4e94-81b1-399160f4c7c4?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTE3Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMzMwL3JlZ2lzdGVyZWRTZXJ2ZXJzLzc3MjE4ZjVlLTMzMGQtNGU5NC04MWIxLTM5OTE2MGY0YzdjND9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5868/providers/Microsoft.StorageSync/storageSyncServices/sssps8039/registeredServers/06bd7ad1-798b-4608-9eb7-de785c2878e3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTg2OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4MDM5L3JlZ2lzdGVyZWRTZXJ2ZXJzLzA2YmQ3YWQxLTc5OGItNDYwOC05ZWI3LWRlNzg1YzI4NzhlMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "569aedb1-1858-4e55-9ce3-928034852bc6" + "1c82442b-97e1-4f04-95dc-b1ef86555ad1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -708,16 +840,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/microsoft.storagesync/storageSyncServices/sssps3330/workflows/b393274e-fa75-4c59-b1a1-ee98c07c406f/operationresults/61c54fef-b044-4f44-82d1-f0e651e79fb0?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI3ODhkODI4OC0yMGIwLTRiMTctOWVlYi1kYTZmNTgxOWY4OTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWU0YzAxNjMtYmNkZC00NzRmLThkNDItNDk5ZDQ2MTU0Yjk4In0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/microsoft.storagesync/storageSyncServices/sssps3330/workflows/b393274e-fa75-4c59-b1a1-ee98c07c406f/operations/61c54fef-b044-4f44-82d1-f0e651e79fb0?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI3ODhkODI4OC0yMGIwLTRiMTctOWVlYi1kYTZmNTgxOWY4OTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWU0YzAxNjMtYmNkZC00NzRmLThkNDItNDk5ZDQ2MTU0Yjk4In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "152e1db5-d0a1-48c2-9333-13bdd07396d7" + "ede95202-efdd-432d-acf4-be623795de20" ], "X-Content-Type-Options": [ "nosniff" @@ -738,13 +870,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "a3f8edd2-0842-4c3a-8cbf-178dda905c7e" + "7bc9ada5-15e2-46f0-916c-3a5538f8baed" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230326Z:a3f8edd2-0842-4c3a-8cbf-178dda905c7e" + "WESTUS:20200623T232119Z:7bc9ada5-15e2-46f0-916c-3a5538f8baed" ], "Date": [ - "Wed, 03 Jul 2019 23:03:26 GMT" + "Tue, 23 Jun 2020 23:21:19 GMT" ], "Expires": [ "-1" @@ -757,16 +889,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/microsoft.storagesync/storageSyncServices/sssps3330/workflows/b393274e-fa75-4c59-b1a1-ee98c07c406f/operations/61c54fef-b044-4f44-82d1-f0e651e79fb0?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTE3Ni9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMzMwL3dvcmtmbG93cy9iMzkzMjc0ZS1mYTc1LTRjNTktYjFhMS1lZTk4YzA3YzQwNmYvb3BlcmF0aW9ucy82MWM1NGZlZi1iMDQ0LTRmNDQtODJkMS1mMGU2NTFlNzlmYjA/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI3ODhkODI4OC0yMGIwLTRiMTctOWVlYi1kYTZmNTgxOWY4OTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWU0YzAxNjMtYmNkZC00NzRmLThkNDItNDk5ZDQ2MTU0Yjk4In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltUXlNak15WkRabUxXVmpNV010TkdaaFlpMDVOemRsTFdNek9XWmxNVFl3TVRRMU1TSXNJbmR2Y210bWJHOTNTV1FpT2lJM09EaGtPREk0T0MweU1HSXdMVFJpTVRjdE9XVmxZaTFrWVRabU5UZ3hPV1k0T1RRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT1dVMFl6QXhOak10WW1Oa1pDMDBOelJtTFRoa05ESXRORGs1WkRRMk1UVTBZams0SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -777,7 +909,7 @@ "no-cache" ], "x-ms-request-id": [ - "40b5c64e-ef38-40ef-8ec2-1549129a0968" + "2f2cad8d-88ac-4267-a5e4-6094047b58de" ], "X-Content-Type-Options": [ "nosniff" @@ -795,41 +927,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11993" ], "x-ms-correlation-request-id": [ - "17e79aeb-06c1-4b18-83a3-8c23199c5185" + "1d2cdbf2-8f35-4cf5-baf2-e761ff88fdec" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230336Z:17e79aeb-06c1-4b18-83a3-8c23199c5185" + "WESTUS:20200623T232129Z:1d2cdbf2-8f35-4cf5-baf2-e761ff88fdec" ], "Date": [ - "Wed, 03 Jul 2019 23:03:36 GMT" + "Tue, 23 Jun 2020 23:21:29 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/microsoft.storagesync/storageSyncServices/sssps3330/workflow/b393274e-fa75-4c59-b1a1-ee98c07c406f/operationresults/61c54fef-b044-4f44-82d1-f0e651e79fb0\",\r\n \"name\": \"61c54fef-b044-4f44-82d1-f0e651e79fb0\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:03:27.3321219Z\",\r\n \"endTime\": \"2019-07-03T23:03:30.8648448Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI3ODhkODI4OC0yMGIwLTRiMTctOWVlYi1kYTZmNTgxOWY4OTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWU0YzAxNjMtYmNkZC00NzRmLThkNDItNDk5ZDQ2MTU0Yjk4In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI3ODhkODI4OC0yMGIwLTRiMTctOWVlYi1kYTZmNTgxOWY4OTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWU0YzAxNjMtYmNkZC00NzRmLThkNDItNDk5ZDQ2MTU0Yjk4In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:21:19.7914647Z\",\r\n \"endTime\": \"2020-06-23T23:21:23.3239295Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/microsoft.storagesync/storageSyncServices/sssps3330/workflows/b393274e-fa75-4c59-b1a1-ee98c07c406f/operations/61c54fef-b044-4f44-82d1-f0e651e79fb0?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTE3Ni9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMzMwL3dvcmtmbG93cy9iMzkzMjc0ZS1mYTc1LTRjNTktYjFhMS1lZTk4YzA3YzQwNmYvb3BlcmF0aW9ucy82MWM1NGZlZi1iMDQ0LTRmNDQtODJkMS1mMGU2NTFlNzlmYjA/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI3ODhkODI4OC0yMGIwLTRiMTctOWVlYi1kYTZmNTgxOWY4OTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWU0YzAxNjMtYmNkZC00NzRmLThkNDItNDk5ZDQ2MTU0Yjk4In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltUXlNak15WkRabUxXVmpNV010TkdaaFlpMDVOemRsTFdNek9XWmxNVFl3TVRRMU1TSXNJbmR2Y210bWJHOTNTV1FpT2lJM09EaGtPREk0T0MweU1HSXdMVFJpTVRjdE9XVmxZaTFrWVRabU5UZ3hPV1k0T1RRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT1dVMFl6QXhOak10WW1Oa1pDMDBOelJtTFRoa05ESXRORGs1WkRRMk1UVTBZams0SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -840,7 +972,7 @@ "no-cache" ], "x-ms-request-id": [ - "f6f8bd08-2065-4c2b-8e36-098bd2122975" + "ee0f1689-9cfb-4dc9-933e-01aa9b2da8dc" ], "X-Content-Type-Options": [ "nosniff" @@ -858,41 +990,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11992" ], "x-ms-correlation-request-id": [ - "78ee98cf-6d24-4615-9d6f-6c24d7c5d42b" + "5efe2d72-7c17-4332-b640-a0633406e4e7" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230347Z:78ee98cf-6d24-4615-9d6f-6c24d7c5d42b" + "WESTUS:20200623T232140Z:5efe2d72-7c17-4332-b640-a0633406e4e7" ], "Date": [ - "Wed, 03 Jul 2019 23:03:46 GMT" + "Tue, 23 Jun 2020 23:21:39 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/microsoft.storagesync/storageSyncServices/sssps3330/workflow/b393274e-fa75-4c59-b1a1-ee98c07c406f/operationresults/61c54fef-b044-4f44-82d1-f0e651e79fb0\",\r\n \"name\": \"61c54fef-b044-4f44-82d1-f0e651e79fb0\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:03:27.3321219Z\",\r\n \"endTime\": \"2019-07-03T23:03:30.8648448Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI3ODhkODI4OC0yMGIwLTRiMTctOWVlYi1kYTZmNTgxOWY4OTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWU0YzAxNjMtYmNkZC00NzRmLThkNDItNDk5ZDQ2MTU0Yjk4In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI3ODhkODI4OC0yMGIwLTRiMTctOWVlYi1kYTZmNTgxOWY4OTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWU0YzAxNjMtYmNkZC00NzRmLThkNDItNDk5ZDQ2MTU0Yjk4In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:21:19.7914647Z\",\r\n \"endTime\": \"2020-06-23T23:21:23.3239295Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/microsoft.storagesync/storageSyncServices/sssps3330/workflows/b393274e-fa75-4c59-b1a1-ee98c07c406f/operations/61c54fef-b044-4f44-82d1-f0e651e79fb0?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTE3Ni9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMzMwL3dvcmtmbG93cy9iMzkzMjc0ZS1mYTc1LTRjNTktYjFhMS1lZTk4YzA3YzQwNmYvb3BlcmF0aW9ucy82MWM1NGZlZi1iMDQ0LTRmNDQtODJkMS1mMGU2NTFlNzlmYjA/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI3ODhkODI4OC0yMGIwLTRiMTctOWVlYi1kYTZmNTgxOWY4OTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWU0YzAxNjMtYmNkZC00NzRmLThkNDItNDk5ZDQ2MTU0Yjk4In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltUXlNak15WkRabUxXVmpNV010TkdaaFlpMDVOemRsTFdNek9XWmxNVFl3TVRRMU1TSXNJbmR2Y210bWJHOTNTV1FpT2lJM09EaGtPREk0T0MweU1HSXdMVFJpTVRjdE9XVmxZaTFrWVRabU5UZ3hPV1k0T1RRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT1dVMFl6QXhOak10WW1Oa1pDMDBOelJtTFRoa05ESXRORGs1WkRRMk1UVTBZams0SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -903,7 +1035,7 @@ "no-cache" ], "x-ms-request-id": [ - "9eb677a5-aab7-4ddb-8829-4401e1d90b9a" + "b7dc8b70-b8e4-48e3-a1b0-069cbd38a4f1" ], "X-Content-Type-Options": [ "nosniff" @@ -921,41 +1053,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11991" ], "x-ms-correlation-request-id": [ - "9ea033d8-269e-49cd-943e-40715023a0a3" + "411af64a-f6b3-49d7-8a85-613eca7ed5ba" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230357Z:9ea033d8-269e-49cd-943e-40715023a0a3" + "WESTUS:20200623T232150Z:411af64a-f6b3-49d7-8a85-613eca7ed5ba" ], "Date": [ - "Wed, 03 Jul 2019 23:03:56 GMT" + "Tue, 23 Jun 2020 23:21:50 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/microsoft.storagesync/storageSyncServices/sssps3330/workflow/b393274e-fa75-4c59-b1a1-ee98c07c406f/operationresults/61c54fef-b044-4f44-82d1-f0e651e79fb0\",\r\n \"name\": \"61c54fef-b044-4f44-82d1-f0e651e79fb0\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:03:27.3321219Z\",\r\n \"endTime\": \"2019-07-03T23:03:30.8648448Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI3ODhkODI4OC0yMGIwLTRiMTctOWVlYi1kYTZmNTgxOWY4OTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWU0YzAxNjMtYmNkZC00NzRmLThkNDItNDk5ZDQ2MTU0Yjk4In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI3ODhkODI4OC0yMGIwLTRiMTctOWVlYi1kYTZmNTgxOWY4OTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWU0YzAxNjMtYmNkZC00NzRmLThkNDItNDk5ZDQ2MTU0Yjk4In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:21:19.7914647Z\",\r\n \"endTime\": \"2020-06-23T23:21:23.3239295Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/microsoft.storagesync/storageSyncServices/sssps3330/workflows/b393274e-fa75-4c59-b1a1-ee98c07c406f/operations/61c54fef-b044-4f44-82d1-f0e651e79fb0?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTE3Ni9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMzMwL3dvcmtmbG93cy9iMzkzMjc0ZS1mYTc1LTRjNTktYjFhMS1lZTk4YzA3YzQwNmYvb3BlcmF0aW9ucy82MWM1NGZlZi1iMDQ0LTRmNDQtODJkMS1mMGU2NTFlNzlmYjA/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI3ODhkODI4OC0yMGIwLTRiMTctOWVlYi1kYTZmNTgxOWY4OTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWU0YzAxNjMtYmNkZC00NzRmLThkNDItNDk5ZDQ2MTU0Yjk4In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltUXlNak15WkRabUxXVmpNV010TkdaaFlpMDVOemRsTFdNek9XWmxNVFl3TVRRMU1TSXNJbmR2Y210bWJHOTNTV1FpT2lJM09EaGtPREk0T0MweU1HSXdMVFJpTVRjdE9XVmxZaTFrWVRabU5UZ3hPV1k0T1RRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT1dVMFl6QXhOak10WW1Oa1pDMDBOelJtTFRoa05ESXRORGs1WkRRMk1UVTBZams0SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -966,7 +1098,7 @@ "no-cache" ], "x-ms-request-id": [ - "ecbc2791-3227-4576-bc8d-27e67a72e530" + "5c935a93-8fd4-4b30-9199-6572eae574c1" ], "X-Content-Type-Options": [ "nosniff" @@ -984,41 +1116,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11990" ], "x-ms-correlation-request-id": [ - "0a83ca59-234a-40bf-895b-a447568e3057" + "6dc7a255-55b3-48e3-a462-00c96e7644cc" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230408Z:0a83ca59-234a-40bf-895b-a447568e3057" + "WESTUS:20200623T232200Z:6dc7a255-55b3-48e3-a462-00c96e7644cc" ], "Date": [ - "Wed, 03 Jul 2019 23:04:07 GMT" + "Tue, 23 Jun 2020 23:22:00 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/microsoft.storagesync/storageSyncServices/sssps3330/workflow/b393274e-fa75-4c59-b1a1-ee98c07c406f/operationresults/61c54fef-b044-4f44-82d1-f0e651e79fb0\",\r\n \"name\": \"61c54fef-b044-4f44-82d1-f0e651e79fb0\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:03:27.3321219Z\",\r\n \"endTime\": \"2019-07-03T23:03:30.8648448Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI3ODhkODI4OC0yMGIwLTRiMTctOWVlYi1kYTZmNTgxOWY4OTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWU0YzAxNjMtYmNkZC00NzRmLThkNDItNDk5ZDQ2MTU0Yjk4In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI3ODhkODI4OC0yMGIwLTRiMTctOWVlYi1kYTZmNTgxOWY4OTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWU0YzAxNjMtYmNkZC00NzRmLThkNDItNDk5ZDQ2MTU0Yjk4In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:21:19.7914647Z\",\r\n \"endTime\": \"2020-06-23T23:21:23.3239295Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/microsoft.storagesync/storageSyncServices/sssps3330/workflows/b393274e-fa75-4c59-b1a1-ee98c07c406f/operations/61c54fef-b044-4f44-82d1-f0e651e79fb0?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTE3Ni9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMzMwL3dvcmtmbG93cy9iMzkzMjc0ZS1mYTc1LTRjNTktYjFhMS1lZTk4YzA3YzQwNmYvb3BlcmF0aW9ucy82MWM1NGZlZi1iMDQ0LTRmNDQtODJkMS1mMGU2NTFlNzlmYjA/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI3ODhkODI4OC0yMGIwLTRiMTctOWVlYi1kYTZmNTgxOWY4OTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWU0YzAxNjMtYmNkZC00NzRmLThkNDItNDk5ZDQ2MTU0Yjk4In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltUXlNak15WkRabUxXVmpNV010TkdaaFlpMDVOemRsTFdNek9XWmxNVFl3TVRRMU1TSXNJbmR2Y210bWJHOTNTV1FpT2lJM09EaGtPREk0T0MweU1HSXdMVFJpTVRjdE9XVmxZaTFrWVRabU5UZ3hPV1k0T1RRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT1dVMFl6QXhOak10WW1Oa1pDMDBOelJtTFRoa05ESXRORGs1WkRRMk1UVTBZams0SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1029,7 +1161,7 @@ "no-cache" ], "x-ms-request-id": [ - "86c6217e-c535-469a-b166-072e0e2816d2" + "26222780-c73e-4c13-9983-b9be1fc4c19d" ], "X-Content-Type-Options": [ "nosniff" @@ -1047,41 +1179,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11989" ], "x-ms-correlation-request-id": [ - "f3f514ca-6af9-4d07-8c8a-0e0cfda898d8" + "621d1761-1a3c-4fa0-a3e9-12a79882bf5d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230419Z:f3f514ca-6af9-4d07-8c8a-0e0cfda898d8" + "WESTUS:20200623T232210Z:621d1761-1a3c-4fa0-a3e9-12a79882bf5d" ], "Date": [ - "Wed, 03 Jul 2019 23:04:18 GMT" + "Tue, 23 Jun 2020 23:22:10 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/microsoft.storagesync/storageSyncServices/sssps3330/workflow/b393274e-fa75-4c59-b1a1-ee98c07c406f/operationresults/61c54fef-b044-4f44-82d1-f0e651e79fb0\",\r\n \"name\": \"61c54fef-b044-4f44-82d1-f0e651e79fb0\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T23:03:27.3321219Z\",\r\n \"endTime\": \"2019-07-03T23:04:15.9248536Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI3ODhkODI4OC0yMGIwLTRiMTctOWVlYi1kYTZmNTgxOWY4OTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWU0YzAxNjMtYmNkZC00NzRmLThkNDItNDk5ZDQ2MTU0Yjk4In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI3ODhkODI4OC0yMGIwLTRiMTctOWVlYi1kYTZmNTgxOWY4OTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWU0YzAxNjMtYmNkZC00NzRmLThkNDItNDk5ZDQ2MTU0Yjk4In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:21:19.7914647Z\",\r\n \"endTime\": \"2020-06-23T23:22:08.3947486Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/microsoft.storagesync/storageSyncServices/sssps3330/workflows/b393274e-fa75-4c59-b1a1-ee98c07c406f/operationresults/61c54fef-b044-4f44-82d1-f0e651e79fb0?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTE3Ni9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMzMwL3dvcmtmbG93cy9iMzkzMjc0ZS1mYTc1LTRjNTktYjFhMS1lZTk4YzA3YzQwNmYvb3BlcmF0aW9ucmVzdWx0cy82MWM1NGZlZi1iMDQ0LTRmNDQtODJkMS1mMGU2NTFlNzlmYjA/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI3ODhkODI4OC0yMGIwLTRiMTctOWVlYi1kYTZmNTgxOWY4OTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWU0YzAxNjMtYmNkZC00NzRmLThkNDItNDk5ZDQ2MTU0Yjk4In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltUXlNak15WkRabUxXVmpNV010TkdaaFlpMDVOemRsTFdNek9XWmxNVFl3TVRRMU1TSXNJbmR2Y210bWJHOTNTV1FpT2lJM09EaGtPREk0T0MweU1HSXdMVFJpTVRjdE9XVmxZaTFrWVRabU5UZ3hPV1k0T1RRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT1dVMFl6QXhOak10WW1Oa1pDMDBOelJtTFRoa05ESXRORGs1WkRRMk1UVTBZams0SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1092,7 +1224,7 @@ "no-cache" ], "x-ms-request-id": [ - "61aaefcf-6b9d-4e48-af14-ce182d895b1d" + "52bdb928-1328-4d9c-b7d5-c3292bcfdceb" ], "X-Content-Type-Options": [ "nosniff" @@ -1110,16 +1242,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11988" ], "x-ms-correlation-request-id": [ - "45d8cf0c-1492-4148-a1de-4ff752c4c49d" + "05378f8a-fa5b-4414-a418-c28cd35694f1" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230419Z:45d8cf0c-1492-4148-a1de-4ff752c4c49d" + "WESTUS:20200623T232211Z:05378f8a-fa5b-4414-a418-c28cd35694f1" ], "Date": [ - "Wed, 03 Jul 2019 23:04:18 GMT" + "Tue, 23 Jun 2020 23:22:10 GMT" ], "Expires": [ "-1" @@ -1132,22 +1264,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/Microsoft.StorageSync/storageSyncServices/sssps3330?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTE3Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMzMwP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5868/providers/Microsoft.StorageSync/storageSyncServices/sssps8039?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTg2OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4MDM5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e03aab17-9b29-49c1-ae2a-6c4da4515aa0" + "ec6ac6b4-f1d4-45cd-b7f2-f10a02171089" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1157,8 +1289,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI1ZWIxOTZiNC1lMzNlLTRhNjctYTNkYS0yNmVmNGM0YjZjNzAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzNmM2RhNGEtZjNmNS00YTc4LTkwZTAtYTZiODliZTIwZWMxIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI1ZWIxOTZiNC1lMzNlLTRhNjctYTNkYS0yNmVmNGM0YjZjNzAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzNmM2RhNGEtZjNmNS00YTc4LTkwZTAtYTZiODliZTIwZWMxIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "dc513826-d54a-46f6-be20-2cbc751be7f8" + "9fb8834d-9c3e-464b-be5b-9a2f4ba9fd1a" ], "X-Content-Type-Options": [ "nosniff" @@ -1176,16 +1317,139 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14998" + ], + "x-ms-correlation-request-id": [ + "6760e8d6-bda5-4238-9464-55f9c452d0df" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T232211Z:6760e8d6-bda5-4238-9464-55f9c452d0df" + ], + "Date": [ + "Tue, 23 Jun 2020 23:22:11 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI1ZWIxOTZiNC1lMzNlLTRhNjctYTNkYS0yNmVmNGM0YjZjNzAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzNmM2RhNGEtZjNmNS00YTc4LTkwZTAtYTZiODliZTIwZWMxIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltUXlNak15WkRabUxXVmpNV010TkdaaFlpMDVOemRsTFdNek9XWmxNVFl3TVRRMU1TSXNJbmR2Y210bWJHOTNTV1FpT2lJMVpXSXhPVFppTkMxbE16TmxMVFJoTmpjdFlUTmtZUzB5Tm1WbU5HTTBZalpqTnpBaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWXpObU0yUmhOR0V0WmpObU5TMDBZVGM0TFRrd1pUQXRZVFppT0RsaVpUSXdaV014SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "9130ed70-732f-41f5-8bf1-556c227ff226" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11987" + ], + "x-ms-correlation-request-id": [ + "64f04e1a-4398-4dfb-b8d6-1600a4d9e0a1" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T232221Z:64f04e1a-4398-4dfb-b8d6-1600a4d9e0a1" + ], + "Date": [ + "Tue, 23 Jun 2020 23:22:21 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI1ZWIxOTZiNC1lMzNlLTRhNjctYTNkYS0yNmVmNGM0YjZjNzAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzNmM2RhNGEtZjNmNS00YTc4LTkwZTAtYTZiODliZTIwZWMxIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI1ZWIxOTZiNC1lMzNlLTRhNjctYTNkYS0yNmVmNGM0YjZjNzAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzNmM2RhNGEtZjNmNS00YTc4LTkwZTAtYTZiODliZTIwZWMxIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:22:12.3042362Z\",\r\n \"endTime\": \"2020-06-23T23:22:17.8837515Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImQyMjMyZDZmLWVjMWMtNGZhYi05NzdlLWMzOWZlMTYwMTQ1MSIsIndvcmtmbG93SWQiOiI1ZWIxOTZiNC1lMzNlLTRhNjctYTNkYS0yNmVmNGM0YjZjNzAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzNmM2RhNGEtZjNmNS00YTc4LTkwZTAtYTZiODliZTIwZWMxIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltUXlNak15WkRabUxXVmpNV010TkdaaFlpMDVOemRsTFdNek9XWmxNVFl3TVRRMU1TSXNJbmR2Y210bWJHOTNTV1FpT2lJMVpXSXhPVFppTkMxbE16TmxMVFJoTmpjdFlUTmtZUzB5Tm1WbU5HTTBZalpqTnpBaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWXpObU0yUmhOR0V0WmpObU5TMDBZVGM0TFRrd1pUQXRZVFppT0RsaVpUSXdaV014SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "afb3afbd-374c-4fc5-a5b4-ec662a4d9686" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11986" ], "x-ms-correlation-request-id": [ - "4dfa5f6e-e280-469d-a699-7a5cff04995a" + "9319bc71-9859-4ee8-a494-b95211818f35" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230420Z:4dfa5f6e-e280-469d-a699-7a5cff04995a" + "WESTUS:20200623T232222Z:9319bc71-9859-4ee8-a494-b95211818f35" ], "Date": [ - "Wed, 03 Jul 2019 23:04:19 GMT" + "Tue, 23 Jun 2020 23:22:21 GMT" ], "Expires": [ "-1" @@ -1198,22 +1462,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTE3Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5868/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTg2OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d7d2db7a-e565-4f46-bf80-7871a3d379bc" + "767e3bd5-00f9-40af-a9e6-998e96991116" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1223,57 +1487,66 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" - ], "x-ms-request-id": [ - "7710ae88-8dba-4d22-af24-b5d3eb534b3c" + "134c975a-6fbb-4e70-9f6b-f6a750c87d99" ], - "x-ms-correlation-request-id": [ - "7710ae88-8dba-4d22-af24-b5d3eb534b3c" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T230420Z:7710ae88-8dba-4d22-af24-b5d3eb534b3c" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], + "x-ms-correlation-request-id": [ + "d382d9ec-5fd0-49f3-8ccb-e5859e671f42" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T232222Z:d382d9ec-5fd0-49f3-8ccb-e5859e671f42" ], "Date": [ - "Wed, 03 Jul 2019 23:04:19 GMT" + "Tue, 23 Jun 2020 23:22:21 GMT" + ], + "Content-Length": [ + "19" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps5176?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNTE3Nj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps5868?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNTg2OD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "501478b0-c989-4420-968c-cf9d7a180a53" + "1633bda2-2be2-463c-973f-37660008e983" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1284,22 +1557,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxNzYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU4NjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14997" ], "x-ms-request-id": [ - "5090f967-b888-4630-a40f-6e4d4f0d4845" + "7f14d238-a30a-427f-b29e-9d47ecdf1571" ], "x-ms-correlation-request-id": [ - "5090f967-b888-4630-a40f-6e4d4f0d4845" + "7f14d238-a30a-427f-b29e-9d47ecdf1571" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230421Z:5090f967-b888-4630-a40f-6e4d4f0d4845" + "WESTUS:20200623T232222Z:7f14d238-a30a-427f-b29e-9d47ecdf1571" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1308,7 +1581,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:04:20 GMT" + "Tue, 23 Jun 2020 23:22:22 GMT" ], "Expires": [ "-1" @@ -1321,16 +1594,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxNzYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE56WXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU4NjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVNE5qZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1341,22 +1614,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxNzYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU4NjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11984" ], "x-ms-request-id": [ - "24b32558-31f6-48e2-8cc2-81302e32dfc1" + "d8126db3-beee-422c-b369-aab95c7b4b6d" ], "x-ms-correlation-request-id": [ - "24b32558-31f6-48e2-8cc2-81302e32dfc1" + "d8126db3-beee-422c-b369-aab95c7b4b6d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230436Z:24b32558-31f6-48e2-8cc2-81302e32dfc1" + "WESTUS:20200623T232237Z:d8126db3-beee-422c-b369-aab95c7b4b6d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1365,7 +1638,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:04:36 GMT" + "Tue, 23 Jun 2020 23:22:36 GMT" ], "Expires": [ "-1" @@ -1378,16 +1651,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxNzYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE56WXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU4NjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVNE5qZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1398,22 +1671,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxNzYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU4NjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11983" ], "x-ms-request-id": [ - "31cd933e-9842-4b55-b399-5044e7743eb7" + "62c54c4b-f1d1-40da-8487-9d726fdc3c99" ], "x-ms-correlation-request-id": [ - "31cd933e-9842-4b55-b399-5044e7743eb7" + "62c54c4b-f1d1-40da-8487-9d726fdc3c99" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230451Z:31cd933e-9842-4b55-b399-5044e7743eb7" + "WESTUS:20200623T232252Z:62c54c4b-f1d1-40da-8487-9d726fdc3c99" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1422,7 +1695,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:04:51 GMT" + "Tue, 23 Jun 2020 23:22:51 GMT" ], "Expires": [ "-1" @@ -1435,16 +1708,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxNzYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE56WXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU4NjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVNE5qZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1455,16 +1728,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11982" ], "x-ms-request-id": [ - "6bc35734-5c36-4494-bd27-0b008188f405" + "1c335cd2-f0bc-4b7d-b56d-ddd49f1a191b" ], "x-ms-correlation-request-id": [ - "6bc35734-5c36-4494-bd27-0b008188f405" + "1c335cd2-f0bc-4b7d-b56d-ddd49f1a191b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230506Z:6bc35734-5c36-4494-bd27-0b008188f405" + "WESTUS:20200623T232307Z:1c335cd2-f0bc-4b7d-b56d-ddd49f1a191b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1473,7 +1746,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:05:06 GMT" + "Tue, 23 Jun 2020 23:23:06 GMT" ], "Expires": [ "-1" @@ -1486,16 +1759,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxNzYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE56WXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU4NjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVNE5qZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1506,16 +1779,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11981" ], "x-ms-request-id": [ - "2d899118-8260-4568-8d89-2f0f5af120d6" + "f4d884cd-0f9b-4b66-959a-b6aa89e3236e" ], "x-ms-correlation-request-id": [ - "2d899118-8260-4568-8d89-2f0f5af120d6" + "f4d884cd-0f9b-4b66-959a-b6aa89e3236e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230506Z:2d899118-8260-4568-8d89-2f0f5af120d6" + "WESTUS:20200623T232307Z:f4d884cd-0f9b-4b66-959a-b6aa89e3236e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1524,7 +1797,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:05:06 GMT" + "Tue, 23 Jun 2020 23:23:06 GMT" ], "Expires": [ "-1" @@ -1539,14 +1812,14 @@ ], "Names": { "Test-GetRegisteredServer": [ - "ps5176", - "ps3330" + "ps5868", + "ps8039" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "", - "SyncServerId": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5176/providers/Microsoft.StorageSync/storageSyncServices/sssps3330/registeredServers/77218F5E-330D-4E94-81B1-399160F4C7C4" + "SyncServerId": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5868/providers/Microsoft.StorageSync/storageSyncServices/sssps8039/registeredServers/06BD7AD1-798B-4608-9EB7-DE785C2878E3" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestGetRegisteredServerParentObject.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestGetRegisteredServerParentObject.json index c48d1c1d31af..5190920a9206 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestGetRegisteredServerParentObject.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestGetRegisteredServerParentObject.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "06f0170c-61ed-488e-8f1e-5b55e584a967" + "d4ad38d3-ba11-4e67-8460-44f1a0f71f89" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "4572b0f0-e008-462e-8feb-c3ba91f503af" + "0729ce0e-d02a-4b40-9eb7-5ecaf299261f" ], "x-ms-correlation-request-id": [ - "4572b0f0-e008-462e-8feb-c3ba91f503af" + "0729ce0e-d02a-4b40-9eb7-5ecaf299261f" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T185009Z:4572b0f0-e008-462e-8feb-c3ba91f503af" + "WESTUS:20200623T231341Z:0729ce0e-d02a-4b40-9eb7-5ecaf299261f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:50:09 GMT" + "Tue, 23 Jun 2020 23:13:41 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\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\": \"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\": \"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\": \"notifyResourceJobs\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\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 ]\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-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-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-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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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-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-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 },\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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "db2ffeb1-6ae4-4d5a-86ec-f393cae7cac2" + "02d883bd-e863-47e9-b65e-f440e8c24252" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "53f79e1f-925a-42fd-a04d-ce0d6858ff19" + "9a29e8f5-f6af-42ec-a335-4c7d5c242d08" ], "x-ms-correlation-request-id": [ - "53f79e1f-925a-42fd-a04d-ce0d6858ff19" + "9a29e8f5-f6af-42ec-a335-4c7d5c242d08" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T185009Z:53f79e1f-925a-42fd-a04d-ce0d6858ff19" + "WESTUS:20200623T231342Z:9a29e8f5-f6af-42ec-a335-4c7d5c242d08" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:50:09 GMT" + "Tue, 23 Jun 2020 23:13:41 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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-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-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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 \"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 \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps7195?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNzE5NT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps8592?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzODU5Mj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5fe54830-f175-40b3-8bac-717abcc8820e" + "024e6fb3-ffed-4e75-8b67-f6895a051d7f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,13 +156,13 @@ "1199" ], "x-ms-request-id": [ - "4f7f0518-096f-4a69-b150-e12a2dd129fb" + "9b8dd136-7ef3-4dc2-bda5-e2ad343c8d6b" ], "x-ms-correlation-request-id": [ - "4f7f0518-096f-4a69-b150-e12a2dd129fb" + "9b8dd136-7ef3-4dc2-bda5-e2ad343c8d6b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T185011Z:4f7f0518-096f-4a69-b150-e12a2dd129fb" + "WESTUS:20200623T231342Z:9b8dd136-7ef3-4dc2-bda5-e2ad343c8d6b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:50:11 GMT" + "Tue, 23 Jun 2020 23:13:41 GMT" ], "Content-Length": [ "165" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195\",\r\n \"name\": \"ps7195\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8592\",\r\n \"name\": \"ps8592\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps9492\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps5154\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e35c9287-7eb5-494b-b3ad-19257a6dc02e" + "b16759ec-0ddc-4314-9335-5fb0fd929227" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "deeb2d36-894e-4d1c-8a09-c203fbb0094d" + "7e8ce092-dce9-4c8c-aad2-fb8052bc742b" ], "X-Content-Type-Options": [ "nosniff" @@ -237,53 +237,53 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-correlation-request-id": [ - "42f113ea-0b51-406d-970e-5fd03eb3c8cb" + "288bb10a-a295-4987-834a-93d5313fa2a1" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T185013Z:42f113ea-0b51-406d-970e-5fd03eb3c8cb" + "WESTUS:20200623T231343Z:288bb10a-a295-4987-834a-93d5313fa2a1" ], "Date": [ - "Wed, 03 Jul 2019 18:50:12 GMT" + "Tue, 23 Jun 2020 23:13:42 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/Microsoft.StorageSync/storageSyncServices/sssps9492?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzE5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NDkyP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8592/providers/Microsoft.StorageSync/storageSyncServices/sssps5154?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODU5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1MTU0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "23460d0d-23d4-47d0-8dcb-8595d5ae662d" + "81de29f0-6df3-4f79-bc14-1c5da119eeba" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiIxMjk2NTE2OC1hYzBlLTQ2YWItYTQ3MS0xMzI5YmVjYzE0YjUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYWYyOTQ2MWQtMGEyZC00NDQ3LThhYjktMGFkZGQzYzdlOGRiIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiIxMjk2NTE2OC1hYzBlLTQ2YWItYTQ3MS0xMzI5YmVjYzE0YjUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYWYyOTQ2MWQtMGEyZC00NDQ3LThhYjktMGFkZGQzYzdlOGRiIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "b48923b7-1d47-4aab-acb0-8af3a553476f" + "7173045e-98ec-454f-87c4-9c092796194f" ], "X-Content-Type-Options": [ "nosniff" @@ -315,50 +324,173 @@ "1199" ], "x-ms-correlation-request-id": [ - "648ff953-c293-48d2-a9d3-5cb2a5181c6a" + "915c162b-281f-44fe-99c8-4337a01ed172" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T185014Z:648ff953-c293-48d2-a9d3-5cb2a5181c6a" + "WESTUS:20200623T231344Z:915c162b-281f-44fe-99c8-4337a01ed172" ], "Date": [ - "Wed, 03 Jul 2019 18:50:13 GMT" + "Tue, 23 Jun 2020 23:13:43 GMT" + ], + "Expires": [ + "-1" ], "Content-Length": [ - "329" + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiIxMjk2NTE2OC1hYzBlLTQ2YWItYTQ3MS0xMzI5YmVjYzE0YjUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYWYyOTQ2MWQtMGEyZC00NDQ3LThhYjktMGFkZGQzYzdlOGRiIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRmxNR0UzT0RVM0xURXpOVFF0TkRFME1TMWlZakUzTFdNNVlqZzNOR05sTWpReU1TSXNJbmR2Y210bWJHOTNTV1FpT2lJeE1qazJOVEUyT0MxaFl6QmxMVFEyWVdJdFlUUTNNUzB4TXpJNVltVmpZekUwWWpVaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVdZeU9UUTJNV1F0TUdFeVpDMDBORFEzTFRoaFlqa3RNR0ZrWkdRell6ZGxPR1JpSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "17dd9212-08bb-4888-ae98-0ec9a9a04d2e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "2431e94b-84cb-4f3b-a7d5-e101fbf97faa" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T231354Z:2431e94b-84cb-4f3b-a7d5-e101fbf97faa" + ], + "Date": [ + "Tue, 23 Jun 2020 23:13:54 GMT" + ], + "Content-Length": [ + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/microsoft.storagesync/storageSyncServices/sssps9492\",\r\n \"name\": \"sssps9492\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiIxMjk2NTE2OC1hYzBlLTQ2YWItYTQ3MS0xMzI5YmVjYzE0YjUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYWYyOTQ2MWQtMGEyZC00NDQ3LThhYjktMGFkZGQzYzdlOGRiIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiIxMjk2NTE2OC1hYzBlLTQ2YWItYTQ3MS0xMzI5YmVjYzE0YjUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYWYyOTQ2MWQtMGEyZC00NDQ3LThhYjktMGFkZGQzYzdlOGRiIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:13:45.4987002Z\",\r\n \"endTime\": \"2020-06-23T23:13:52.305019Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/Microsoft.StorageSync/storageSyncServices/sssps9492/registeredServers/9a289f79-90aa-434b-9066-f3ae7c33b1b3?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzE5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NDkyL3JlZ2lzdGVyZWRTZXJ2ZXJzLzlhMjg5Zjc5LTkwYWEtNDM0Yi05MDY2LWYzYWU3YzMzYjFiMz9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8592/providers/Microsoft.StorageSync/storageSyncServices/sssps5154?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODU5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1MTU0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "fbb04db8-c588-40e1-9d81-491aab5cae76" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "12065acd-95bb-4edf-bbc6-03b7438576d4" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T231354Z:12065acd-95bb-4edf-bbc6-03b7438576d4" + ], + "Date": [ + "Tue, 23 Jun 2020 23:13:54 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps5154/workflows/12965168-ac0e-46ab-a471-1329becc14b5\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8592/providers/microsoft.storagesync/storageSyncServices/sssps5154\",\r\n \"name\": \"sssps5154\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8592/providers/Microsoft.StorageSync/storageSyncServices/sssps5154/registeredServers/0b2b27fa-1d3d-4010-b4cb-73b7da10d97c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODU5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1MTU0L3JlZ2lzdGVyZWRTZXJ2ZXJzLzBiMmIyN2ZhLTFkM2QtNDAxMC1iNGNiLTczYjdkYTEwZDk3Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDGDCCAgCgAwIBAgIQZrMnSW/lG5xELR7EikisXDANBgkqhkiG9w0BAQ0FADA0MTIwMAYDVQQDEylhbmRyZXlhemRldm9wcy5yZWRtb25kLmNvcnAubWljcm9zb2Z0LmNvbTAeFw0xOTA1MjkwMjEyNDlaFw0yMDA1MjkwMjEyNDlaMDQxMjAwBgNVBAMTKWFuZHJleWF6ZGV2b3BzLnJlZG1vbmQuY29ycC5taWNyb3NvZnQuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzWEfgMvao6tCt/lexsMFViVxCCoJbLClwvqfWN79eFc3bmXBtERIvKTlb1TqAigp5VjP021TaQsyN/K2t8qr2rAdlaeJtCXNSILe3+ForYGcQOP0p802kFXkhMUojfX8jGs1BLQTsUoKN4UtuxWIhpb7Iw00rT7wchTg6Yk+ULCRFAlxOQHZI0drM13tDO4kz0BRbTCoSvazS3O570p8sMrWFra6P1/HG1f7sIQP5txw205siGb5FpB0u16qD/z0d7tfMGv+JIqAb6InI393dj2FtbzExkkiBUFXWaH9czGkAFyWuzkECb0WEEK+7oTOrLlo0dh0bp6nxlZ+G7FLfQIDAQABoyYwJDAiBgNVHSUBAf8EGDAWBggrBgEFBQcDAgYKKwYBBAGCNwoDDDANBgkqhkiG9w0BAQ0FAAOCAQEAEn8WHN0h00/Vem50CnwXwnty0vGwu2v3plD1m0mw+3jCtDUTa/tF/a7jTVTCtK6VdqNP6tp/f+GflNRmZWIK/6DIEntouzL++7M5hArcJj01t0S0Vc+0FN3b2wuBuJUYWxR5Q8bNHStOm7l6nXjQ96k1fH/L/hu0dmhciak8LUEIowhSiIpnB3C9AGFuPi9DqjKdWxxzIPLybiDidgUfGbcCNHaZXvcNqNq4zpzeFPTi3VBEOXHIJhk0fT3iWjwvBwtUxPJJs3FIRZFWQa/cgEvBWrYMem98lqKNdmGDJP11OmUeAqJQTe+iSX9pDFzpEj/lM/tIjEh9fwKXuoO1uw==\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"7/3/2019 11:50:14 AM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"9a289f79-90aa-434b-9066-f3ae7c33b1b3\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDEDCCAfigAwIBAgIQHMX6MF8k1YRIo40AAPKx/TANBgkqhkiG9w0BAQ0FADAwMS4wLAYDVQQDEyVhbmt1c2hiLXZtMDIubnRkZXYuY29ycC5taWNyb3NvZnQuY29tMB4XDTIwMDEyNzE5NTkwN1oXDTIxMDEyNzE5NTkwN1owMDEuMCwGA1UEAxMlYW5rdXNoYi12bTAyLm50ZGV2LmNvcnAubWljcm9zb2Z0LmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOGKtANwb+dUXi5QVPKCUkpcWJ1/s18EqVBGRaQvIE518p7zWSfnk79FOerjfCT6kDBZPccnxBHK3hZZNgxrAkgv0LeDIEwHDvttYbcMfUzq1VviGnPuKWTsFkIAkG+8IehxX9eB/kBlkoyriziQXg4Bz74HBaQWlZeC65R6Tp8XcuO8HuKtnT3RfV6365pPHq4yp/N5e3NLxDoG1AKXEs8NtDkw2xOltLCu3qluV/AUX343pDEkLV3F8IOu3I7cU+NA/WzCF7UcZ8ZOhS5klMVNiUwCFsUdFUAXh9ufXEBs50IcVJlZU6ZUADbmrqaqpYtD94aKQeFsBlnou5s1A/kCAwEAAaMmMCQwIgYDVR0lAQH/BBgwFgYIKwYBBQUHAwIGCisGAQQBgjcKAwwwDQYJKoZIhvcNAQENBQADggEBAH7p2XFxnOdk/lbNBKW7nmjsjE5BeBU/OlBhKCUrmmY+fk3FvAYSs2jaJKqgZjxek/KdNf2UZMXztg8joF5s1Pdg6ICxJqc1t4gJunHUOoTHHyrotMyt6xJnClRCNqshA0n2z304hjKXcyCoLopemMFpOPEg2oG+EOuvwK/g1gAavGbmYJQc82uNF1LKNMmNfQ4Nn48dKLKg65SHgU+BISlCjHb/6NRTpTmK5acUOlHSrhGsJYCBsN1xJOzwxssXAoy25ebjajvnGcsC9k2HwLZWaSGsPuwWPfEtPPHjNRDrnaNLjSu2zc0uxZza8JWlE0pWD2kyf9OjyD1V0PxtZuM=\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"6/23/2020 4:13:55 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"0b2b27fa-1d3d-4010-b4cb-73b7da10d97c\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1302fbc3-bbf7-4bc5-84ca-6d872bfbe2bd" + "b794a01b-5136-4319-809f-c806fd61cfc3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1453" + "1437" ] }, "ResponseHeaders": { @@ -369,16 +501,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/microsoft.storagesync/storageSyncServices/sssps9492/workflows/81efc07b-2d78-451c-abd4-4c417ca00cfa/operationresults/17179365-4c3b-42fd-b994-8132a15b4490?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiI3YWNhNmVhYy1hNDdkLTRkOTAtYjMyOC1iZGQ0OWYzYmVkYWQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzI5NDJlNmUtNzUzYy00NmExLTg3NDMtMzEwMTEwYzI5OWMwIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/microsoft.storagesync/storageSyncServices/sssps9492/workflows/81efc07b-2d78-451c-abd4-4c417ca00cfa/operations/17179365-4c3b-42fd-b994-8132a15b4490?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiI3YWNhNmVhYy1hNDdkLTRkOTAtYjMyOC1iZGQ0OWYzYmVkYWQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzI5NDJlNmUtNzUzYy00NmExLTg3NDMtMzEwMTEwYzI5OWMwIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "28bc9e63-3116-4e36-8602-a08f74bdd5ba" + "941ae510-1f9c-4300-97b7-a475c1323705" ], "X-Content-Type-Options": [ "nosniff" @@ -399,13 +531,13 @@ "1198" ], "x-ms-correlation-request-id": [ - "67c2e8c9-bb50-435b-bbbb-e9975ec70e0d" + "c083f914-1607-4a3d-8064-79f29380fa99" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T185015Z:67c2e8c9-bb50-435b-bbbb-e9975ec70e0d" + "WESTUS:20200623T231355Z:c083f914-1607-4a3d-8064-79f29380fa99" ], "Date": [ - "Wed, 03 Jul 2019 18:50:14 GMT" + "Tue, 23 Jun 2020 23:13:55 GMT" ], "Expires": [ "-1" @@ -418,16 +550,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/microsoft.storagesync/storageSyncServices/sssps9492/workflows/81efc07b-2d78-451c-abd4-4c417ca00cfa/operations/17179365-4c3b-42fd-b994-8132a15b4490?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzE5NS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NDkyL3dvcmtmbG93cy84MWVmYzA3Yi0yZDc4LTQ1MWMtYWJkNC00YzQxN2NhMDBjZmEvb3BlcmF0aW9ucy8xNzE3OTM2NS00YzNiLTQyZmQtYjk5NC04MTMyYTE1YjQ0OTA/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiI3YWNhNmVhYy1hNDdkLTRkOTAtYjMyOC1iZGQ0OWYzYmVkYWQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzI5NDJlNmUtNzUzYy00NmExLTg3NDMtMzEwMTEwYzI5OWMwIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRmxNR0UzT0RVM0xURXpOVFF0TkRFME1TMWlZakUzTFdNNVlqZzNOR05sTWpReU1TSXNJbmR2Y210bWJHOTNTV1FpT2lJM1lXTmhObVZoWXkxaE5EZGtMVFJrT1RBdFlqTXlPQzFpWkdRME9XWXpZbVZrWVdRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTXpJNU5ESmxObVV0TnpVell5MDBObUV4TFRnM05ETXRNekV3TVRFd1l6STVPV013SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -438,7 +570,7 @@ "no-cache" ], "x-ms-request-id": [ - "12581112-f84a-421f-9592-2111a1e2604b" + "1f0bd073-ae60-4d33-84c6-ae075b4ee1cd" ], "X-Content-Type-Options": [ "nosniff" @@ -456,41 +588,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11996" ], "x-ms-correlation-request-id": [ - "ecab7078-dcf8-460d-aaaa-1a3612561e92" + "748b9911-d6b1-4f64-b2ee-d94c16d70446" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T185025Z:ecab7078-dcf8-460d-aaaa-1a3612561e92" + "WESTUS:20200623T231405Z:748b9911-d6b1-4f64-b2ee-d94c16d70446" ], "Date": [ - "Wed, 03 Jul 2019 18:50:25 GMT" + "Tue, 23 Jun 2020 23:14:05 GMT" ], "Content-Length": [ - "447" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/microsoft.storagesync/storageSyncServices/sssps9492/workflow/81efc07b-2d78-451c-abd4-4c417ca00cfa/operationresults/17179365-4c3b-42fd-b994-8132a15b4490\",\r\n \"name\": \"17179365-4c3b-42fd-b994-8132a15b4490\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T18:50:15.5907507Z\",\r\n \"endTime\": \"2019-07-03T18:50:19.4970902Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiI3YWNhNmVhYy1hNDdkLTRkOTAtYjMyOC1iZGQ0OWYzYmVkYWQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzI5NDJlNmUtNzUzYy00NmExLTg3NDMtMzEwMTEwYzI5OWMwIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiI3YWNhNmVhYy1hNDdkLTRkOTAtYjMyOC1iZGQ0OWYzYmVkYWQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzI5NDJlNmUtNzUzYy00NmExLTg3NDMtMzEwMTEwYzI5OWMwIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:13:55.7190938Z\",\r\n \"endTime\": \"2020-06-23T23:13:59.173075Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/Microsoft.StorageSync/storageSyncServices/sssps9492/registeredServers/9a289f79-90aa-434b-9066-f3ae7c33b1b3?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzE5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NDkyL3JlZ2lzdGVyZWRTZXJ2ZXJzLzlhMjg5Zjc5LTkwYWEtNDM0Yi05MDY2LWYzYWU3YzMzYjFiMz9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8592/providers/Microsoft.StorageSync/storageSyncServices/sssps5154/registeredServers/0b2b27fa-1d3d-4010-b4cb-73b7da10d97c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODU5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1MTU0L3JlZ2lzdGVyZWRTZXJ2ZXJzLzBiMmIyN2ZhLTFkM2QtNDAxMC1iNGNiLTczYjdkYTEwZDk3Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -501,7 +633,7 @@ "no-cache" ], "x-ms-request-id": [ - "87f25cdc-f999-4923-8a5a-ffe025829ee1" + "015ab362-a33d-4b68-81c1-e3529f30b38b" ], "X-Content-Type-Options": [ "nosniff" @@ -519,47 +651,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11995" ], "x-ms-correlation-request-id": [ - "eae155b6-0c46-4dcb-bbf7-ba001560d4b9" + "ace807f7-8cd1-482c-90ea-2705ab0c6766" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T185025Z:eae155b6-0c46-4dcb-bbf7-ba001560d4b9" + "WESTUS:20200623T231406Z:ace807f7-8cd1-482c-90ea-2705ab0c6766" ], "Date": [ - "Wed, 03 Jul 2019 18:50:25 GMT" + "Tue, 23 Jun 2020 23:14:06 GMT" ], "Content-Length": [ - "13368" + "13498" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": null,\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"agentVersionStatus\": null,\r\n \"agentVersionExpirationDate\": null,\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2019-07-03T11:50:19.0127196-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"9a289f79-90aa-434b-9066-f3ae7c33b1b3\",\r\n \"storageSyncServiceUid\": \"2f5a4609-c9fb-496b-9139-e1c303599cdc\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps9492/workflows/81efc07b-2d78-451c-abd4-4c417ca00cfa\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/microsoft.storagesync/storageSyncServices/sssps9492/registeredServers/9a289f79-90aa-434b-9066-f3ae7c33b1b3\",\r\n \"name\": \"9a289f79-90aa-434b-9066-f3ae7c33b1b3\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2020-06-23T16:13:58.9616758-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"0b2b27fa-1d3d-4010-b4cb-73b7da10d97c\",\r\n \"storageSyncServiceUid\": \"1e0a7857-1354-4141-bb17-c9b874ce2421\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps5154/workflows/7aca6eac-a47d-4d90-b328-bdd49f3bedad\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\",\r\n \"monitoringEndpointUri\": \"https://euap01.afs.azure.net:443/\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8592/providers/microsoft.storagesync/storageSyncServices/sssps5154/registeredServers/0b2b27fa-1d3d-4010-b4cb-73b7da10d97c\",\r\n \"name\": \"0b2b27fa-1d3d-4010-b4cb-73b7da10d97c\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/Microsoft.StorageSync/storageSyncServices/sssps9492/registeredServers/9a289f79-90aa-434b-9066-f3ae7c33b1b3?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzE5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NDkyL3JlZ2lzdGVyZWRTZXJ2ZXJzLzlhMjg5Zjc5LTkwYWEtNDM0Yi05MDY2LWYzYWU3YzMzYjFiMz9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8592/providers/Microsoft.StorageSync/storageSyncServices/sssps5154/registeredServers/0b2b27fa-1d3d-4010-b4cb-73b7da10d97c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODU5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1MTU0L3JlZ2lzdGVyZWRTZXJ2ZXJzLzBiMmIyN2ZhLTFkM2QtNDAxMC1iNGNiLTczYjdkYTEwZDk3Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a4458548-94d5-4b5a-8f68-dd2e6ddabd96" + "e8f1b994-4a10-4530-a79f-eea8a7b47ffd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -570,7 +702,7 @@ "no-cache" ], "x-ms-request-id": [ - "d0f31cbf-e8c6-4e69-affc-3c731219ab78" + "ccb58bcb-614f-4454-a9bf-7d878ebb9317" ], "X-Content-Type-Options": [ "nosniff" @@ -588,47 +720,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11994" ], "x-ms-correlation-request-id": [ - "23140869-3568-4c75-9a0b-a6e0a1d3ee94" + "c6a13302-03b5-4a63-b824-23ac7a6b4ee5" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T185026Z:23140869-3568-4c75-9a0b-a6e0a1d3ee94" + "WESTUS:20200623T231407Z:c6a13302-03b5-4a63-b824-23ac7a6b4ee5" ], "Date": [ - "Wed, 03 Jul 2019 18:50:26 GMT" + "Tue, 23 Jun 2020 23:14:06 GMT" ], "Content-Length": [ - "13368" + "13498" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": null,\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"agentVersionStatus\": null,\r\n \"agentVersionExpirationDate\": null,\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2019-07-03T11:50:19.0127196-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"9a289f79-90aa-434b-9066-f3ae7c33b1b3\",\r\n \"storageSyncServiceUid\": \"2f5a4609-c9fb-496b-9139-e1c303599cdc\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps9492/workflows/81efc07b-2d78-451c-abd4-4c417ca00cfa\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/microsoft.storagesync/storageSyncServices/sssps9492/registeredServers/9a289f79-90aa-434b-9066-f3ae7c33b1b3\",\r\n \"name\": \"9a289f79-90aa-434b-9066-f3ae7c33b1b3\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2020-06-23T16:13:58.9616758-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"0b2b27fa-1d3d-4010-b4cb-73b7da10d97c\",\r\n \"storageSyncServiceUid\": \"1e0a7857-1354-4141-bb17-c9b874ce2421\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps5154/workflows/7aca6eac-a47d-4d90-b328-bdd49f3bedad\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\",\r\n \"monitoringEndpointUri\": \"https://euap01.afs.azure.net:443/\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8592/providers/microsoft.storagesync/storageSyncServices/sssps5154/registeredServers/0b2b27fa-1d3d-4010-b4cb-73b7da10d97c\",\r\n \"name\": \"0b2b27fa-1d3d-4010-b4cb-73b7da10d97c\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/Microsoft.StorageSync/storageSyncServices/sssps9492/registeredServers/9a289f79-90aa-434b-9066-f3ae7c33b1b3?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzE5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NDkyL3JlZ2lzdGVyZWRTZXJ2ZXJzLzlhMjg5Zjc5LTkwYWEtNDM0Yi05MDY2LWYzYWU3YzMzYjFiMz9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8592/providers/Microsoft.StorageSync/storageSyncServices/sssps5154/registeredServers/0b2b27fa-1d3d-4010-b4cb-73b7da10d97c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODU5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1MTU0L3JlZ2lzdGVyZWRTZXJ2ZXJzLzBiMmIyN2ZhLTFkM2QtNDAxMC1iNGNiLTczYjdkYTEwZDk3Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e17d806-157a-4337-972c-e69d010409de" + "85187f22-17e6-4b25-91f5-c1ab5da88281" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -639,16 +771,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/microsoft.storagesync/storageSyncServices/sssps9492/workflows/c6f399f1-1420-4043-bfda-43e613390d06/operationresults/b3e19049-6692-4bc4-9792-fdf5f5882f0b?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiI2OTJjNjA1YS1mZmU1LTRiZTctODM1ZC02NmUxYTc5NmRlNGEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDI5NTVhM2QtNDU1Ny00YmEwLThjNWUtYmRlNTkwOWY5MDY4In0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/microsoft.storagesync/storageSyncServices/sssps9492/workflows/c6f399f1-1420-4043-bfda-43e613390d06/operations/b3e19049-6692-4bc4-9792-fdf5f5882f0b?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiI2OTJjNjA1YS1mZmU1LTRiZTctODM1ZC02NmUxYTc5NmRlNGEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDI5NTVhM2QtNDU1Ny00YmEwLThjNWUtYmRlNTkwOWY5MDY4In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "58cc7ab6-a593-4874-9fca-4648e7cd5349" + "297267cd-216e-496e-a431-430d379c7bf3" ], "X-Content-Type-Options": [ "nosniff" @@ -669,13 +801,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "46be55db-479b-4012-990e-c892bd79d1b5" + "f5eb0be1-c2b8-4e5f-86b5-1132b294cd24" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T185026Z:46be55db-479b-4012-990e-c892bd79d1b5" + "WESTUS:20200623T231407Z:f5eb0be1-c2b8-4e5f-86b5-1132b294cd24" ], "Date": [ - "Wed, 03 Jul 2019 18:50:26 GMT" + "Tue, 23 Jun 2020 23:14:07 GMT" ], "Expires": [ "-1" @@ -688,16 +820,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/microsoft.storagesync/storageSyncServices/sssps9492/workflows/c6f399f1-1420-4043-bfda-43e613390d06/operations/b3e19049-6692-4bc4-9792-fdf5f5882f0b?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzE5NS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NDkyL3dvcmtmbG93cy9jNmYzOTlmMS0xNDIwLTQwNDMtYmZkYS00M2U2MTMzOTBkMDYvb3BlcmF0aW9ucy9iM2UxOTA0OS02NjkyLTRiYzQtOTc5Mi1mZGY1ZjU4ODJmMGI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiI2OTJjNjA1YS1mZmU1LTRiZTctODM1ZC02NmUxYTc5NmRlNGEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDI5NTVhM2QtNDU1Ny00YmEwLThjNWUtYmRlNTkwOWY5MDY4In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRmxNR0UzT0RVM0xURXpOVFF0TkRFME1TMWlZakUzTFdNNVlqZzNOR05sTWpReU1TSXNJbmR2Y210bWJHOTNTV1FpT2lJMk9USmpOakExWVMxbVptVTFMVFJpWlRjdE9ETTFaQzAyTm1VeFlUYzVObVJsTkdFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTkRJNU5UVmhNMlF0TkRVMU55MDBZbUV3TFRoak5XVXRZbVJsTlRrd09XWTVNRFk0SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -708,7 +840,7 @@ "no-cache" ], "x-ms-request-id": [ - "c9f76b5f-f3c2-408f-9d65-35cb359fe365" + "38525d97-59a1-41b0-8d1f-bdeabccaf65e" ], "X-Content-Type-Options": [ "nosniff" @@ -726,41 +858,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11993" ], "x-ms-correlation-request-id": [ - "6758af90-ff13-4fd6-b453-77cf412f065a" + "b4b0a24f-439e-4268-87b7-6157420c500d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T185039Z:6758af90-ff13-4fd6-b453-77cf412f065a" + "WESTUS:20200623T231418Z:b4b0a24f-439e-4268-87b7-6157420c500d" ], "Date": [ - "Wed, 03 Jul 2019 18:50:38 GMT" + "Tue, 23 Jun 2020 23:14:17 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/microsoft.storagesync/storageSyncServices/sssps9492/workflow/c6f399f1-1420-4043-bfda-43e613390d06/operationresults/b3e19049-6692-4bc4-9792-fdf5f5882f0b\",\r\n \"name\": \"b3e19049-6692-4bc4-9792-fdf5f5882f0b\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T18:50:27.7171696Z\",\r\n \"endTime\": \"2019-07-03T18:50:31.4829798Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiI2OTJjNjA1YS1mZmU1LTRiZTctODM1ZC02NmUxYTc5NmRlNGEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDI5NTVhM2QtNDU1Ny00YmEwLThjNWUtYmRlNTkwOWY5MDY4In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiI2OTJjNjA1YS1mZmU1LTRiZTctODM1ZC02NmUxYTc5NmRlNGEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDI5NTVhM2QtNDU1Ny00YmEwLThjNWUtYmRlNTkwOWY5MDY4In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:14:08.3928599Z\",\r\n \"endTime\": \"2020-06-23T23:14:12.0942853Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/microsoft.storagesync/storageSyncServices/sssps9492/workflows/c6f399f1-1420-4043-bfda-43e613390d06/operations/b3e19049-6692-4bc4-9792-fdf5f5882f0b?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzE5NS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NDkyL3dvcmtmbG93cy9jNmYzOTlmMS0xNDIwLTQwNDMtYmZkYS00M2U2MTMzOTBkMDYvb3BlcmF0aW9ucy9iM2UxOTA0OS02NjkyLTRiYzQtOTc5Mi1mZGY1ZjU4ODJmMGI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiI2OTJjNjA1YS1mZmU1LTRiZTctODM1ZC02NmUxYTc5NmRlNGEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDI5NTVhM2QtNDU1Ny00YmEwLThjNWUtYmRlNTkwOWY5MDY4In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRmxNR0UzT0RVM0xURXpOVFF0TkRFME1TMWlZakUzTFdNNVlqZzNOR05sTWpReU1TSXNJbmR2Y210bWJHOTNTV1FpT2lJMk9USmpOakExWVMxbVptVTFMVFJpWlRjdE9ETTFaQzAyTm1VeFlUYzVObVJsTkdFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTkRJNU5UVmhNMlF0TkRVMU55MDBZbUV3TFRoak5XVXRZbVJsTlRrd09XWTVNRFk0SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -771,7 +903,7 @@ "no-cache" ], "x-ms-request-id": [ - "d82ea428-efca-4d0d-9327-cd96939dfab6" + "024588c9-684d-4444-9267-9b7e4e63e5e7" ], "X-Content-Type-Options": [ "nosniff" @@ -789,41 +921,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11992" ], "x-ms-correlation-request-id": [ - "29da3229-4f85-41df-95bd-8fee62e75dff" + "db6e5960-1bd9-48e4-9680-60a11e4c1db1" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T185051Z:29da3229-4f85-41df-95bd-8fee62e75dff" + "WESTUS:20200623T231428Z:db6e5960-1bd9-48e4-9680-60a11e4c1db1" ], "Date": [ - "Wed, 03 Jul 2019 18:50:50 GMT" + "Tue, 23 Jun 2020 23:14:28 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/microsoft.storagesync/storageSyncServices/sssps9492/workflow/c6f399f1-1420-4043-bfda-43e613390d06/operationresults/b3e19049-6692-4bc4-9792-fdf5f5882f0b\",\r\n \"name\": \"b3e19049-6692-4bc4-9792-fdf5f5882f0b\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T18:50:27.7171696Z\",\r\n \"endTime\": \"2019-07-03T18:50:31.4829798Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiI2OTJjNjA1YS1mZmU1LTRiZTctODM1ZC02NmUxYTc5NmRlNGEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDI5NTVhM2QtNDU1Ny00YmEwLThjNWUtYmRlNTkwOWY5MDY4In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiI2OTJjNjA1YS1mZmU1LTRiZTctODM1ZC02NmUxYTc5NmRlNGEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDI5NTVhM2QtNDU1Ny00YmEwLThjNWUtYmRlNTkwOWY5MDY4In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:14:08.3928599Z\",\r\n \"endTime\": \"2020-06-23T23:14:12.0942853Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/microsoft.storagesync/storageSyncServices/sssps9492/workflows/c6f399f1-1420-4043-bfda-43e613390d06/operations/b3e19049-6692-4bc4-9792-fdf5f5882f0b?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzE5NS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NDkyL3dvcmtmbG93cy9jNmYzOTlmMS0xNDIwLTQwNDMtYmZkYS00M2U2MTMzOTBkMDYvb3BlcmF0aW9ucy9iM2UxOTA0OS02NjkyLTRiYzQtOTc5Mi1mZGY1ZjU4ODJmMGI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiI2OTJjNjA1YS1mZmU1LTRiZTctODM1ZC02NmUxYTc5NmRlNGEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDI5NTVhM2QtNDU1Ny00YmEwLThjNWUtYmRlNTkwOWY5MDY4In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRmxNR0UzT0RVM0xURXpOVFF0TkRFME1TMWlZakUzTFdNNVlqZzNOR05sTWpReU1TSXNJbmR2Y210bWJHOTNTV1FpT2lJMk9USmpOakExWVMxbVptVTFMVFJpWlRjdE9ETTFaQzAyTm1VeFlUYzVObVJsTkdFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTkRJNU5UVmhNMlF0TkRVMU55MDBZbUV3TFRoak5XVXRZbVJsTlRrd09XWTVNRFk0SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -834,7 +966,7 @@ "no-cache" ], "x-ms-request-id": [ - "e06c15b7-ff47-4c72-ba12-1dcfe9a96fc6" + "d0b95037-cf7f-4a85-aa93-eb7e25e03238" ], "X-Content-Type-Options": [ "nosniff" @@ -842,9 +974,6 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" - ], "Server": [ "Microsoft-IIS/10.0" ], @@ -854,39 +983,42 @@ "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], "x-ms-correlation-request-id": [ - "8e0c6856-2501-42f8-acbe-d3de3e0de8d4" + "09bd56e1-d92e-4da2-a1fe-e7e589cfc493" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T185101Z:8e0c6856-2501-42f8-acbe-d3de3e0de8d4" + "WESTUS:20200623T231438Z:09bd56e1-d92e-4da2-a1fe-e7e589cfc493" ], "Date": [ - "Wed, 03 Jul 2019 18:51:00 GMT" + "Tue, 23 Jun 2020 23:14:38 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/microsoft.storagesync/storageSyncServices/sssps9492/workflow/c6f399f1-1420-4043-bfda-43e613390d06/operationresults/b3e19049-6692-4bc4-9792-fdf5f5882f0b\",\r\n \"name\": \"b3e19049-6692-4bc4-9792-fdf5f5882f0b\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T18:50:27.7171696Z\",\r\n \"endTime\": \"2019-07-03T18:50:31.4829798Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiI2OTJjNjA1YS1mZmU1LTRiZTctODM1ZC02NmUxYTc5NmRlNGEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDI5NTVhM2QtNDU1Ny00YmEwLThjNWUtYmRlNTkwOWY5MDY4In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiI2OTJjNjA1YS1mZmU1LTRiZTctODM1ZC02NmUxYTc5NmRlNGEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDI5NTVhM2QtNDU1Ny00YmEwLThjNWUtYmRlNTkwOWY5MDY4In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:14:08.3928599Z\",\r\n \"endTime\": \"2020-06-23T23:14:12.0942853Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/microsoft.storagesync/storageSyncServices/sssps9492/workflows/c6f399f1-1420-4043-bfda-43e613390d06/operations/b3e19049-6692-4bc4-9792-fdf5f5882f0b?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzE5NS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NDkyL3dvcmtmbG93cy9jNmYzOTlmMS0xNDIwLTQwNDMtYmZkYS00M2U2MTMzOTBkMDYvb3BlcmF0aW9ucy9iM2UxOTA0OS02NjkyLTRiYzQtOTc5Mi1mZGY1ZjU4ODJmMGI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiI2OTJjNjA1YS1mZmU1LTRiZTctODM1ZC02NmUxYTc5NmRlNGEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDI5NTVhM2QtNDU1Ny00YmEwLThjNWUtYmRlNTkwOWY5MDY4In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRmxNR0UzT0RVM0xURXpOVFF0TkRFME1TMWlZakUzTFdNNVlqZzNOR05sTWpReU1TSXNJbmR2Y210bWJHOTNTV1FpT2lJMk9USmpOakExWVMxbVptVTFMVFJpWlRjdE9ETTFaQzAyTm1VeFlUYzVObVJsTkdFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTkRJNU5UVmhNMlF0TkRVMU55MDBZbUV3TFRoak5XVXRZbVJsTlRrd09XWTVNRFk0SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -897,7 +1029,7 @@ "no-cache" ], "x-ms-request-id": [ - "d99ec802-ee2b-4d08-bebe-2f460979feae" + "f05b1451-25bc-4029-9830-6b435cbc3bfe" ], "X-Content-Type-Options": [ "nosniff" @@ -915,41 +1047,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11990" ], "x-ms-correlation-request-id": [ - "9f1bd602-1dce-42b9-ad60-b8d1c8a964ee" + "92976b58-75c2-44fd-8fdf-2bdbe549ff3e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T185113Z:9f1bd602-1dce-42b9-ad60-b8d1c8a964ee" + "WESTUS:20200623T231449Z:92976b58-75c2-44fd-8fdf-2bdbe549ff3e" ], "Date": [ - "Wed, 03 Jul 2019 18:51:12 GMT" + "Tue, 23 Jun 2020 23:14:48 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/microsoft.storagesync/storageSyncServices/sssps9492/workflow/c6f399f1-1420-4043-bfda-43e613390d06/operationresults/b3e19049-6692-4bc4-9792-fdf5f5882f0b\",\r\n \"name\": \"b3e19049-6692-4bc4-9792-fdf5f5882f0b\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T18:50:27.7171696Z\",\r\n \"endTime\": \"2019-07-03T18:50:31.4829798Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiI2OTJjNjA1YS1mZmU1LTRiZTctODM1ZC02NmUxYTc5NmRlNGEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDI5NTVhM2QtNDU1Ny00YmEwLThjNWUtYmRlNTkwOWY5MDY4In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiI2OTJjNjA1YS1mZmU1LTRiZTctODM1ZC02NmUxYTc5NmRlNGEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDI5NTVhM2QtNDU1Ny00YmEwLThjNWUtYmRlNTkwOWY5MDY4In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:14:08.3928599Z\",\r\n \"endTime\": \"2020-06-23T23:14:12.0942853Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/microsoft.storagesync/storageSyncServices/sssps9492/workflows/c6f399f1-1420-4043-bfda-43e613390d06/operations/b3e19049-6692-4bc4-9792-fdf5f5882f0b?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzE5NS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NDkyL3dvcmtmbG93cy9jNmYzOTlmMS0xNDIwLTQwNDMtYmZkYS00M2U2MTMzOTBkMDYvb3BlcmF0aW9ucy9iM2UxOTA0OS02NjkyLTRiYzQtOTc5Mi1mZGY1ZjU4ODJmMGI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiI2OTJjNjA1YS1mZmU1LTRiZTctODM1ZC02NmUxYTc5NmRlNGEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDI5NTVhM2QtNDU1Ny00YmEwLThjNWUtYmRlNTkwOWY5MDY4In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRmxNR0UzT0RVM0xURXpOVFF0TkRFME1TMWlZakUzTFdNNVlqZzNOR05sTWpReU1TSXNJbmR2Y210bWJHOTNTV1FpT2lJMk9USmpOakExWVMxbVptVTFMVFJpWlRjdE9ETTFaQzAyTm1VeFlUYzVObVJsTkdFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTkRJNU5UVmhNMlF0TkRVMU55MDBZbUV3TFRoak5XVXRZbVJsTlRrd09XWTVNRFk0SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -960,7 +1092,7 @@ "no-cache" ], "x-ms-request-id": [ - "b9cf7050-1003-4ebb-8c1f-f1a18b8eb256" + "6fd5f7f8-bae5-4bbd-a6fd-0295ebbfa14a" ], "X-Content-Type-Options": [ "nosniff" @@ -978,41 +1110,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11989" ], "x-ms-correlation-request-id": [ - "4ffc3a30-e431-4dec-90da-8403864b63f0" + "099d3a87-720e-43c6-98b9-93bf7008319a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T185125Z:4ffc3a30-e431-4dec-90da-8403864b63f0" + "WESTUS:20200623T231459Z:099d3a87-720e-43c6-98b9-93bf7008319a" ], "Date": [ - "Wed, 03 Jul 2019 18:51:24 GMT" + "Tue, 23 Jun 2020 23:14:58 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/microsoft.storagesync/storageSyncServices/sssps9492/workflow/c6f399f1-1420-4043-bfda-43e613390d06/operationresults/b3e19049-6692-4bc4-9792-fdf5f5882f0b\",\r\n \"name\": \"b3e19049-6692-4bc4-9792-fdf5f5882f0b\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T18:50:27.7171696Z\",\r\n \"endTime\": \"2019-07-03T18:51:16.5523588Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiI2OTJjNjA1YS1mZmU1LTRiZTctODM1ZC02NmUxYTc5NmRlNGEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDI5NTVhM2QtNDU1Ny00YmEwLThjNWUtYmRlNTkwOWY5MDY4In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiI2OTJjNjA1YS1mZmU1LTRiZTctODM1ZC02NmUxYTc5NmRlNGEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDI5NTVhM2QtNDU1Ny00YmEwLThjNWUtYmRlNTkwOWY5MDY4In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:14:08.3928599Z\",\r\n \"endTime\": \"2020-06-23T23:14:57.1703254Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/microsoft.storagesync/storageSyncServices/sssps9492/workflows/c6f399f1-1420-4043-bfda-43e613390d06/operationresults/b3e19049-6692-4bc4-9792-fdf5f5882f0b?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzE5NS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NDkyL3dvcmtmbG93cy9jNmYzOTlmMS0xNDIwLTQwNDMtYmZkYS00M2U2MTMzOTBkMDYvb3BlcmF0aW9ucmVzdWx0cy9iM2UxOTA0OS02NjkyLTRiYzQtOTc5Mi1mZGY1ZjU4ODJmMGI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiI2OTJjNjA1YS1mZmU1LTRiZTctODM1ZC02NmUxYTc5NmRlNGEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDI5NTVhM2QtNDU1Ny00YmEwLThjNWUtYmRlNTkwOWY5MDY4In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRmxNR0UzT0RVM0xURXpOVFF0TkRFME1TMWlZakUzTFdNNVlqZzNOR05sTWpReU1TSXNJbmR2Y210bWJHOTNTV1FpT2lJMk9USmpOakExWVMxbVptVTFMVFJpWlRjdE9ETTFaQzAyTm1VeFlUYzVObVJsTkdFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTkRJNU5UVmhNMlF0TkRVMU55MDBZbUV3TFRoak5XVXRZbVJsTlRrd09XWTVNRFk0SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1023,7 +1155,7 @@ "no-cache" ], "x-ms-request-id": [ - "be172e35-26eb-4c13-bbfc-3f22f6fbda6c" + "d5c6b49d-22c0-4c91-8819-ec5783781c7a" ], "X-Content-Type-Options": [ "nosniff" @@ -1041,16 +1173,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11988" ], "x-ms-correlation-request-id": [ - "ef1184b2-fd3e-4a80-93e5-61dd4f77bb40" + "bf74eddc-2b90-4538-8076-f37678e28b47" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T185126Z:ef1184b2-fd3e-4a80-93e5-61dd4f77bb40" + "WESTUS:20200623T231459Z:bf74eddc-2b90-4538-8076-f37678e28b47" ], "Date": [ - "Wed, 03 Jul 2019 18:51:25 GMT" + "Tue, 23 Jun 2020 23:14:58 GMT" ], "Expires": [ "-1" @@ -1063,22 +1195,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/Microsoft.StorageSync/storageSyncServices/sssps9492?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzE5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NDkyP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8592/providers/Microsoft.StorageSync/storageSyncServices/sssps5154?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODU5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1MTU0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f04f369e-21d3-4fb8-838f-a4de67665a30" + "245fe32b-39e1-4d4b-9c8f-6a03fddf1678" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1088,8 +1220,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiJiOTlhYWU0MS0wNmFjLTRkNTEtODI4ZS1hMWQ0OTIyMWZjN2MiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTRhOWExNTMtNzdiMy00YjZjLTk4MTctZGMxOWRmM2ZjZDhmIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiJiOTlhYWU0MS0wNmFjLTRkNTEtODI4ZS1hMWQ0OTIyMWZjN2MiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTRhOWExNTMtNzdiMy00YjZjLTk4MTctZGMxOWRmM2ZjZDhmIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "25851246-c6e1-4b18-bc38-3bdfa5eeffdf" + "31d7dbdc-e603-4895-a23a-3e90a14a0009" ], "X-Content-Type-Options": [ "nosniff" @@ -1110,13 +1251,13 @@ "14998" ], "x-ms-correlation-request-id": [ - "7b028a12-8607-4990-8b22-0e7bb0471c28" + "4ea2cc0d-cc75-4d1f-b88f-6e8f9326c85d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T185126Z:7b028a12-8607-4990-8b22-0e7bb0471c28" + "WESTUS:20200623T231500Z:4ea2cc0d-cc75-4d1f-b88f-6e8f9326c85d" ], "Date": [ - "Wed, 03 Jul 2019 18:51:25 GMT" + "Tue, 23 Jun 2020 23:14:59 GMT" ], "Expires": [ "-1" @@ -1126,25 +1267,148 @@ ] }, "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiJiOTlhYWU0MS0wNmFjLTRkNTEtODI4ZS1hMWQ0OTIyMWZjN2MiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTRhOWExNTMtNzdiMy00YjZjLTk4MTctZGMxOWRmM2ZjZDhmIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRmxNR0UzT0RVM0xURXpOVFF0TkRFME1TMWlZakUzTFdNNVlqZzNOR05sTWpReU1TSXNJbmR2Y210bWJHOTNTV1FpT2lKaU9UbGhZV1UwTVMwd05tRmpMVFJrTlRFdE9ESTRaUzFoTVdRME9USXlNV1pqTjJNaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT1RSaE9XRXhOVE10TnpkaU15MDBZalpqTFRrNE1UY3RaR014T1dSbU0yWmpaRGhtSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "df044089-b99c-45db-a48a-84648dfe0b58" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11987" + ], + "x-ms-correlation-request-id": [ + "2d4c3089-3338-4bb5-88bc-3d08174f95cb" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T231510Z:2d4c3089-3338-4bb5-88bc-3d08174f95cb" + ], + "Date": [ + "Tue, 23 Jun 2020 23:15:09 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiJiOTlhYWU0MS0wNmFjLTRkNTEtODI4ZS1hMWQ0OTIyMWZjN2MiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTRhOWExNTMtNzdiMy00YjZjLTk4MTctZGMxOWRmM2ZjZDhmIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiJiOTlhYWU0MS0wNmFjLTRkNTEtODI4ZS1hMWQ0OTIyMWZjN2MiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTRhOWExNTMtNzdiMy00YjZjLTk4MTctZGMxOWRmM2ZjZDhmIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:15:01.3314398Z\",\r\n \"endTime\": \"2020-06-23T23:15:07.5928684Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzE5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjFlMGE3ODU3LTEzNTQtNDE0MS1iYjE3LWM5Yjg3NGNlMjQyMSIsIndvcmtmbG93SWQiOiJiOTlhYWU0MS0wNmFjLTRkNTEtODI4ZS1hMWQ0OTIyMWZjN2MiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTRhOWExNTMtNzdiMy00YjZjLTk4MTctZGMxOWRmM2ZjZDhmIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRmxNR0UzT0RVM0xURXpOVFF0TkRFME1TMWlZakUzTFdNNVlqZzNOR05sTWpReU1TSXNJbmR2Y210bWJHOTNTV1FpT2lKaU9UbGhZV1UwTVMwd05tRmpMVFJrTlRFdE9ESTRaUzFoTVdRME9USXlNV1pqTjJNaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT1RSaE9XRXhOVE10TnpkaU15MDBZalpqTFRrNE1UY3RaR014T1dSbU0yWmpaRGhtSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "fcae87e4-6b55-4ff0-b651-33fae7a6cec4" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11986" + ], + "x-ms-correlation-request-id": [ + "98126f1c-b60f-4b4c-84d7-ae0fff281049" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T231510Z:98126f1c-b60f-4b4c-84d7-ae0fff281049" + ], + "Date": [ + "Tue, 23 Jun 2020 23:15:09 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8592/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODU5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c39dd922-cb38-4e59-9eef-8d06688967a3" + "deae30cd-9fa7-46e6-9eb7-7d1f6a92293e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1154,57 +1418,66 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" - ], "x-ms-request-id": [ - "593df7a8-2599-49fb-b687-5bafdd335e59" - ], - "x-ms-correlation-request-id": [ - "593df7a8-2599-49fb-b687-5bafdd335e59" + "02114a70-8ef0-4ac0-8e5f-afa7321423eb" ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T185126Z:593df7a8-2599-49fb-b687-5bafdd335e59" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], + "x-ms-correlation-request-id": [ + "5bfcb6e3-e4cb-4a25-ad41-893b3ff58af1" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T231510Z:5bfcb6e3-e4cb-4a25-ad41-893b3ff58af1" ], "Date": [ - "Wed, 03 Jul 2019 18:51:25 GMT" + "Tue, 23 Jun 2020 23:15:10 GMT" + ], + "Content-Length": [ + "19" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps7195?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNzE5NT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps8592?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzODU5Mj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3e965c1b-c058-4019-a248-a071b843f3b2" + "7fdc3ede-a6b7-43b2-9931-e3c1c8a7e646" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1215,7 +1488,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxOTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg1OTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -1224,13 +1497,13 @@ "14997" ], "x-ms-request-id": [ - "28152d66-23d5-46fe-a3b4-1b902c3c5807" + "1e1c07c0-33ba-4e29-89f9-f5133e02cca8" ], "x-ms-correlation-request-id": [ - "28152d66-23d5-46fe-a3b4-1b902c3c5807" + "1e1c07c0-33ba-4e29-89f9-f5133e02cca8" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T185128Z:28152d66-23d5-46fe-a3b4-1b902c3c5807" + "WESTUS:20200623T231511Z:1e1c07c0-33ba-4e29-89f9-f5133e02cca8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1239,7 +1512,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:51:28 GMT" + "Tue, 23 Jun 2020 23:15:10 GMT" ], "Expires": [ "-1" @@ -1252,16 +1525,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxOTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE9UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg1OTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnMU9USXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1272,22 +1545,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxOTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg1OTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11984" ], "x-ms-request-id": [ - "16e6b80a-95b9-43dc-ad8d-5eeecd5cb72a" + "56b09c54-031f-4638-a3ef-6460614ad0b4" ], "x-ms-correlation-request-id": [ - "16e6b80a-95b9-43dc-ad8d-5eeecd5cb72a" + "56b09c54-031f-4638-a3ef-6460614ad0b4" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T185143Z:16e6b80a-95b9-43dc-ad8d-5eeecd5cb72a" + "WESTUS:20200623T231526Z:56b09c54-031f-4638-a3ef-6460614ad0b4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1296,7 +1569,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:51:43 GMT" + "Tue, 23 Jun 2020 23:15:25 GMT" ], "Expires": [ "-1" @@ -1309,16 +1582,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxOTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE9UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg1OTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnMU9USXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1329,22 +1602,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxOTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg1OTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11983" ], "x-ms-request-id": [ - "184bf7a9-0240-4cf1-9526-07eeba28aa77" + "516e6073-4cb5-4686-8f90-6f8b2854bcdd" ], "x-ms-correlation-request-id": [ - "184bf7a9-0240-4cf1-9526-07eeba28aa77" + "516e6073-4cb5-4686-8f90-6f8b2854bcdd" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T185158Z:184bf7a9-0240-4cf1-9526-07eeba28aa77" + "WESTUS:20200623T231541Z:516e6073-4cb5-4686-8f90-6f8b2854bcdd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1353,7 +1626,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:51:57 GMT" + "Tue, 23 Jun 2020 23:15:41 GMT" ], "Expires": [ "-1" @@ -1366,16 +1639,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxOTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE9UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg1OTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnMU9USXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1386,16 +1659,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11982" ], "x-ms-request-id": [ - "d7ae5193-cdd1-49fa-844c-005c9925c480" + "5a004f9b-8913-42c7-897d-f2f5bfe94fde" ], "x-ms-correlation-request-id": [ - "d7ae5193-cdd1-49fa-844c-005c9925c480" + "5a004f9b-8913-42c7-897d-f2f5bfe94fde" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T185213Z:d7ae5193-cdd1-49fa-844c-005c9925c480" + "WESTUS:20200623T231556Z:5a004f9b-8913-42c7-897d-f2f5bfe94fde" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1404,7 +1677,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:52:12 GMT" + "Tue, 23 Jun 2020 23:15:56 GMT" ], "Expires": [ "-1" @@ -1417,16 +1690,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxOTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE9UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg1OTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnMU9USXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1437,16 +1710,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11981" ], "x-ms-request-id": [ - "2073f7df-ce2d-460d-bf9c-cf205af57485" + "fbe3b365-319e-48f4-85cd-d1d6b3b4d696" ], "x-ms-correlation-request-id": [ - "2073f7df-ce2d-460d-bf9c-cf205af57485" + "fbe3b365-319e-48f4-85cd-d1d6b3b4d696" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T185213Z:2073f7df-ce2d-460d-bf9c-cf205af57485" + "WESTUS:20200623T231556Z:fbe3b365-319e-48f4-85cd-d1d6b3b4d696" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1455,7 +1728,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:52:12 GMT" + "Tue, 23 Jun 2020 23:15:56 GMT" ], "Expires": [ "-1" @@ -1470,14 +1743,14 @@ ], "Names": { "Test-GetRegisteredServerParentObject": [ - "ps7195", - "ps9492" + "ps8592", + "ps5154" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "", - "SyncServerId": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7195/providers/Microsoft.StorageSync/storageSyncServices/sssps9492/registeredServers/9A289F79-90AA-434B-9066-F3AE7C33B1B3" + "SyncServerId": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8592/providers/Microsoft.StorageSync/storageSyncServices/sssps5154/registeredServers/0B2B27FA-1D3D-4010-B4CB-73B7DA10D97C" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestGetRegisteredServerParentResourceId.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestGetRegisteredServerParentResourceId.json index 63dfafa68bd3..1d04420c78f9 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestGetRegisteredServerParentResourceId.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestGetRegisteredServerParentResourceId.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "22244b4e-e100-4f2f-a4d6-64723a2c548d" + "ddacf1ee-3475-4fcd-aacb-a50d323925fc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "892beaf4-6c06-409a-8350-f67cb1675ca1" + "693f227b-c2e3-495c-8fd1-9e498c140ba0" ], "x-ms-correlation-request-id": [ - "892beaf4-6c06-409a-8350-f67cb1675ca1" + "693f227b-c2e3-495c-8fd1-9e498c140ba0" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231057Z:892beaf4-6c06-409a-8350-f67cb1675ca1" + "WESTUS:20200623T231838Z:693f227b-c2e3-495c-8fd1-9e498c140ba0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:10:56 GMT" + "Tue, 23 Jun 2020 23:18:37 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\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\": \"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\": \"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\": \"notifyResourceJobs\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\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 ]\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-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-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-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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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-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-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 },\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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "253e2052-f553-40f3-97db-40c0cf14348d" + "75aa9f6d-8ee7-4b86-a4bd-22ac7ead00e5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "f4931891-f85a-48ce-a1b2-5e999754325b" + "f794b949-1480-4703-a7a6-1f248bd1b8c2" ], "x-ms-correlation-request-id": [ - "f4931891-f85a-48ce-a1b2-5e999754325b" + "f794b949-1480-4703-a7a6-1f248bd1b8c2" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231057Z:f4931891-f85a-48ce-a1b2-5e999754325b" + "WESTUS:20200623T231838Z:f794b949-1480-4703-a7a6-1f248bd1b8c2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:10:57 GMT" + "Tue, 23 Jun 2020 23:18:37 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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-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-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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 \"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 \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps8790?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzODc5MD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps986?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzOTg2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5386a1dc-9fc6-4bf7-95b2-7e9c39b3f201" + "b838251c-ae1a-443c-8ecb-95c33ba936e8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,13 +156,13 @@ "1199" ], "x-ms-request-id": [ - "0eb1e8c9-2078-4555-88bf-35dd2ffdcf7c" + "f0eefae0-e075-43d2-b5d4-672bd4dd5e08" ], "x-ms-correlation-request-id": [ - "0eb1e8c9-2078-4555-88bf-35dd2ffdcf7c" + "f0eefae0-e075-43d2-b5d4-672bd4dd5e08" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231059Z:0eb1e8c9-2078-4555-88bf-35dd2ffdcf7c" + "WESTUS:20200623T231838Z:f0eefae0-e075-43d2-b5d4-672bd4dd5e08" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,10 +171,10 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:10:58 GMT" + "Tue, 23 Jun 2020 23:18:38 GMT" ], "Content-Length": [ - "165" + "163" ], "Content-Type": [ "application/json; charset=utf-8" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790\",\r\n \"name\": \"ps8790\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps986\",\r\n \"name\": \"ps986\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps5462\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps5708\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8f76a117-ce36-467b-8e89-f43b90976ef7" + "a9e34e28-572c-449f-8581-7ae3cb68ef6f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "2c598791-b165-4c58-8e91-c1a6013e8c6a" + "2302cd28-ba2e-42f4-a28c-dce813960e2d" ], "X-Content-Type-Options": [ "nosniff" @@ -240,50 +240,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "bfb91713-09a9-46b8-8082-78dba59620d1" + "2a869011-5683-4f81-a6f0-8089a8cafbb0" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231100Z:bfb91713-09a9-46b8-8082-78dba59620d1" + "WESTUS:20200623T231839Z:2a869011-5683-4f81-a6f0-8089a8cafbb0" ], "Date": [ - "Wed, 03 Jul 2019 23:11:00 GMT" + "Tue, 23 Jun 2020 23:18:38 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps5462?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NDYyP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps986/providers/Microsoft.StorageSync/storageSyncServices/sssps5708?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczU3MDg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e399c897-c4da-41c3-ab29-e90096f7f778" + "f2901614-ec2b-43de-8489-4886a482869a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiIwODUyZThlYi1iMTQxLTQ2YmMtOTY5Yy05YzMwNGEyZmI4NWMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTk3YWIwMmMtYTUzNi00MDYyLThhYTMtMTAzZjQ0NjdlNjhmIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiIwODUyZThlYi1iMTQxLTQ2YmMtOTY5Yy05YzMwNGEyZmI4NWMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTk3YWIwMmMtYTUzNi00MDYyLThhYTMtMTAzZjQ0NjdlNjhmIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "302363e0-9a99-42eb-808f-66aacd611ecf" + "34c256c9-8317-41a9-9a4b-a2bb7bcd1e9a" ], "X-Content-Type-Options": [ "nosniff" @@ -315,50 +324,173 @@ "1199" ], "x-ms-correlation-request-id": [ - "c85b1551-45b7-46f7-9e31-2831e8e9a790" + "98de8905-1790-4d60-9664-4e54108e242d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231100Z:c85b1551-45b7-46f7-9e31-2831e8e9a790" + "WESTUS:20200623T231840Z:98de8905-1790-4d60-9664-4e54108e242d" ], "Date": [ - "Wed, 03 Jul 2019 23:11:00 GMT" + "Tue, 23 Jun 2020 23:18:39 GMT" + ], + "Expires": [ + "-1" ], "Content-Length": [ - "329" + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiIwODUyZThlYi1iMTQxLTQ2YmMtOTY5Yy05YzMwNGEyZmI4NWMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTk3YWIwMmMtYTUzNi00MDYyLThhYTMtMTAzZjQ0NjdlNjhmIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltSXlaV0V6TW1JM0xUaGxNMkV0TkRnME9DMWhZamcyTFdKbE9EZGtZakl5Tm1NNVlTSXNJbmR2Y210bWJHOTNTV1FpT2lJd09EVXlaVGhsWWkxaU1UUXhMVFEyWW1NdE9UWTVZeTA1WXpNd05HRXlabUk0TldNaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWlRrM1lXSXdNbU10WVRVek5pMDBNRFl5TFRoaFlUTXRNVEF6WmpRME5qZGxOamhtSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "44f5b4da-5f2a-43f5-a04c-f365f42045cf" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "bc33b0aa-d7f5-42cd-9b76-130e82094bfa" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T231850Z:bc33b0aa-d7f5-42cd-9b76-130e82094bfa" + ], + "Date": [ + "Tue, 23 Jun 2020 23:18:50 GMT" + ], + "Content-Length": [ + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps5462\",\r\n \"name\": \"sssps5462\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiIwODUyZThlYi1iMTQxLTQ2YmMtOTY5Yy05YzMwNGEyZmI4NWMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTk3YWIwMmMtYTUzNi00MDYyLThhYTMtMTAzZjQ0NjdlNjhmIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiIwODUyZThlYi1iMTQxLTQ2YmMtOTY5Yy05YzMwNGEyZmI4NWMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTk3YWIwMmMtYTUzNi00MDYyLThhYTMtMTAzZjQ0NjdlNjhmIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:18:40.2112717Z\",\r\n \"endTime\": \"2020-06-23T23:18:46.2957374Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps5462/registeredServers/9b5dbba6-8903-454e-aff7-e8aaf5c1773f?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NDYyL3JlZ2lzdGVyZWRTZXJ2ZXJzLzliNWRiYmE2LTg5MDMtNDU0ZS1hZmY3LWU4YWFmNWMxNzczZj9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps986/providers/Microsoft.StorageSync/storageSyncServices/sssps5708?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczU3MDg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "df31dd76-d1db-4003-96f9-2df5af382c29" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "cbfbf1c5-c76d-459f-9b58-faec4c9efe1e" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T231850Z:cbfbf1c5-c76d-459f-9b58-faec4c9efe1e" + ], + "Date": [ + "Tue, 23 Jun 2020 23:18:50 GMT" + ], + "Content-Length": [ + "632" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps5708/workflows/0852e8eb-b141-46bc-969c-9c304a2fb85c\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps986/providers/microsoft.storagesync/storageSyncServices/sssps5708\",\r\n \"name\": \"sssps5708\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps986/providers/Microsoft.StorageSync/storageSyncServices/sssps5708/registeredServers/f473304a-612f-4e83-acc3-309081c06469?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczU3MDgvcmVnaXN0ZXJlZFNlcnZlcnMvZjQ3MzMwNGEtNjEyZi00ZTgzLWFjYzMtMzA5MDgxYzA2NDY5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDGDCCAgCgAwIBAgIQZrMnSW/lG5xELR7EikisXDANBgkqhkiG9w0BAQ0FADA0MTIwMAYDVQQDEylhbmRyZXlhemRldm9wcy5yZWRtb25kLmNvcnAubWljcm9zb2Z0LmNvbTAeFw0xOTA1MjkwMjEyNDlaFw0yMDA1MjkwMjEyNDlaMDQxMjAwBgNVBAMTKWFuZHJleWF6ZGV2b3BzLnJlZG1vbmQuY29ycC5taWNyb3NvZnQuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzWEfgMvao6tCt/lexsMFViVxCCoJbLClwvqfWN79eFc3bmXBtERIvKTlb1TqAigp5VjP021TaQsyN/K2t8qr2rAdlaeJtCXNSILe3+ForYGcQOP0p802kFXkhMUojfX8jGs1BLQTsUoKN4UtuxWIhpb7Iw00rT7wchTg6Yk+ULCRFAlxOQHZI0drM13tDO4kz0BRbTCoSvazS3O570p8sMrWFra6P1/HG1f7sIQP5txw205siGb5FpB0u16qD/z0d7tfMGv+JIqAb6InI393dj2FtbzExkkiBUFXWaH9czGkAFyWuzkECb0WEEK+7oTOrLlo0dh0bp6nxlZ+G7FLfQIDAQABoyYwJDAiBgNVHSUBAf8EGDAWBggrBgEFBQcDAgYKKwYBBAGCNwoDDDANBgkqhkiG9w0BAQ0FAAOCAQEAEn8WHN0h00/Vem50CnwXwnty0vGwu2v3plD1m0mw+3jCtDUTa/tF/a7jTVTCtK6VdqNP6tp/f+GflNRmZWIK/6DIEntouzL++7M5hArcJj01t0S0Vc+0FN3b2wuBuJUYWxR5Q8bNHStOm7l6nXjQ96k1fH/L/hu0dmhciak8LUEIowhSiIpnB3C9AGFuPi9DqjKdWxxzIPLybiDidgUfGbcCNHaZXvcNqNq4zpzeFPTi3VBEOXHIJhk0fT3iWjwvBwtUxPJJs3FIRZFWQa/cgEvBWrYMem98lqKNdmGDJP11OmUeAqJQTe+iSX9pDFzpEj/lM/tIjEh9fwKXuoO1uw==\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"7/3/2019 4:11:00 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"9b5dbba6-8903-454e-aff7-e8aaf5c1773f\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDEDCCAfigAwIBAgIQHMX6MF8k1YRIo40AAPKx/TANBgkqhkiG9w0BAQ0FADAwMS4wLAYDVQQDEyVhbmt1c2hiLXZtMDIubnRkZXYuY29ycC5taWNyb3NvZnQuY29tMB4XDTIwMDEyNzE5NTkwN1oXDTIxMDEyNzE5NTkwN1owMDEuMCwGA1UEAxMlYW5rdXNoYi12bTAyLm50ZGV2LmNvcnAubWljcm9zb2Z0LmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOGKtANwb+dUXi5QVPKCUkpcWJ1/s18EqVBGRaQvIE518p7zWSfnk79FOerjfCT6kDBZPccnxBHK3hZZNgxrAkgv0LeDIEwHDvttYbcMfUzq1VviGnPuKWTsFkIAkG+8IehxX9eB/kBlkoyriziQXg4Bz74HBaQWlZeC65R6Tp8XcuO8HuKtnT3RfV6365pPHq4yp/N5e3NLxDoG1AKXEs8NtDkw2xOltLCu3qluV/AUX343pDEkLV3F8IOu3I7cU+NA/WzCF7UcZ8ZOhS5klMVNiUwCFsUdFUAXh9ufXEBs50IcVJlZU6ZUADbmrqaqpYtD94aKQeFsBlnou5s1A/kCAwEAAaMmMCQwIgYDVR0lAQH/BBgwFgYIKwYBBQUHAwIGCisGAQQBgjcKAwwwDQYJKoZIhvcNAQENBQADggEBAH7p2XFxnOdk/lbNBKW7nmjsjE5BeBU/OlBhKCUrmmY+fk3FvAYSs2jaJKqgZjxek/KdNf2UZMXztg8joF5s1Pdg6ICxJqc1t4gJunHUOoTHHyrotMyt6xJnClRCNqshA0n2z304hjKXcyCoLopemMFpOPEg2oG+EOuvwK/g1gAavGbmYJQc82uNF1LKNMmNfQ4Nn48dKLKg65SHgU+BISlCjHb/6NRTpTmK5acUOlHSrhGsJYCBsN1xJOzwxssXAoy25ebjajvnGcsC9k2HwLZWaSGsPuwWPfEtPPHjNRDrnaNLjSu2zc0uxZza8JWlE0pWD2kyf9OjyD1V0PxtZuM=\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"6/23/2020 4:18:50 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"f473304a-612f-4e83-acc3-309081c06469\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c62ac3d2-b999-4b55-bdce-bac8cedf2ae6" + "8c1e0c7b-b4bf-40f3-8c64-2f3d08c6dec9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1452" + "1437" ] }, "ResponseHeaders": { @@ -369,16 +501,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps5462/workflows/32e2d614-fc6d-4c90-a6cc-d2036c9dcf37/operationresults/754cf8bd-04bb-4f74-9f48-88bbc07a689d?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiJhZjg0NzJlZi1kMzlhLTRmODUtOTM0Yi0xMDA0NjgwZTE2ZjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzA2OTQ4NjEtYzljNy00YzRkLTk5NTAtY2NhZTZlNzRhYmE0In0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps5462/workflows/32e2d614-fc6d-4c90-a6cc-d2036c9dcf37/operations/754cf8bd-04bb-4f74-9f48-88bbc07a689d?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiJhZjg0NzJlZi1kMzlhLTRmODUtOTM0Yi0xMDA0NjgwZTE2ZjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzA2OTQ4NjEtYzljNy00YzRkLTk5NTAtY2NhZTZlNzRhYmE0In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "8817c84d-421c-425f-b3f9-d1cee4dca080" + "c57e2b28-6ab3-4380-a424-d01b90b97190" ], "X-Content-Type-Options": [ "nosniff" @@ -399,13 +531,13 @@ "1198" ], "x-ms-correlation-request-id": [ - "31de1cf3-99c6-4f3f-aa89-6446a1ef203c" + "978d9b05-659b-43e1-ba14-bc0870171ed2" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231101Z:31de1cf3-99c6-4f3f-aa89-6446a1ef203c" + "WESTUS:20200623T231851Z:978d9b05-659b-43e1-ba14-bc0870171ed2" ], "Date": [ - "Wed, 03 Jul 2019 23:11:01 GMT" + "Tue, 23 Jun 2020 23:18:51 GMT" ], "Expires": [ "-1" @@ -418,16 +550,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps5462/workflows/32e2d614-fc6d-4c90-a6cc-d2036c9dcf37/operations/754cf8bd-04bb-4f74-9f48-88bbc07a689d?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NDYyL3dvcmtmbG93cy8zMmUyZDYxNC1mYzZkLTRjOTAtYTZjYy1kMjAzNmM5ZGNmMzcvb3BlcmF0aW9ucy83NTRjZjhiZC0wNGJiLTRmNzQtOWY0OC04OGJiYzA3YTY4OWQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiJhZjg0NzJlZi1kMzlhLTRmODUtOTM0Yi0xMDA0NjgwZTE2ZjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzA2OTQ4NjEtYzljNy00YzRkLTk5NTAtY2NhZTZlNzRhYmE0In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltSXlaV0V6TW1JM0xUaGxNMkV0TkRnME9DMWhZamcyTFdKbE9EZGtZakl5Tm1NNVlTSXNJbmR2Y210bWJHOTNTV1FpT2lKaFpqZzBOekpsWmkxa016bGhMVFJtT0RVdE9UTTBZaTB4TURBME5qZ3daVEUyWmpjaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWXpBMk9UUTROakV0WXpsak55MDBZelJrTFRrNU5UQXRZMk5oWlRabE56UmhZbUUwSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -438,7 +570,7 @@ "no-cache" ], "x-ms-request-id": [ - "be9d088c-f62d-4b9c-9905-235035ca7d3c" + "82f9d4ee-0395-43ba-a620-d0b71930e229" ], "X-Content-Type-Options": [ "nosniff" @@ -456,41 +588,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-correlation-request-id": [ - "897525f4-faed-4873-b8d8-58a4d01f0bf1" + "7e19f030-616b-4b98-b7b0-e633c9671077" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231111Z:897525f4-faed-4873-b8d8-58a4d01f0bf1" + "WESTUS:20200623T231901Z:7e19f030-616b-4b98-b7b0-e633c9671077" ], "Date": [ - "Wed, 03 Jul 2019 23:11:11 GMT" + "Tue, 23 Jun 2020 23:19:01 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps5462/workflow/32e2d614-fc6d-4c90-a6cc-d2036c9dcf37/operationresults/754cf8bd-04bb-4f74-9f48-88bbc07a689d\",\r\n \"name\": \"754cf8bd-04bb-4f74-9f48-88bbc07a689d\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T23:11:01.3730173Z\",\r\n \"endTime\": \"2019-07-03T23:11:04.9856558Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiJhZjg0NzJlZi1kMzlhLTRmODUtOTM0Yi0xMDA0NjgwZTE2ZjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzA2OTQ4NjEtYzljNy00YzRkLTk5NTAtY2NhZTZlNzRhYmE0In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiJhZjg0NzJlZi1kMzlhLTRmODUtOTM0Yi0xMDA0NjgwZTE2ZjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzA2OTQ4NjEtYzljNy00YzRkLTk5NTAtY2NhZTZlNzRhYmE0In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:18:51.5748786Z\",\r\n \"endTime\": \"2020-06-23T23:18:55.0301038Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps5462/registeredServers/9b5dbba6-8903-454e-aff7-e8aaf5c1773f?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NDYyL3JlZ2lzdGVyZWRTZXJ2ZXJzLzliNWRiYmE2LTg5MDMtNDU0ZS1hZmY3LWU4YWFmNWMxNzczZj9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps986/providers/Microsoft.StorageSync/storageSyncServices/sssps5708/registeredServers/f473304a-612f-4e83-acc3-309081c06469?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczU3MDgvcmVnaXN0ZXJlZFNlcnZlcnMvZjQ3MzMwNGEtNjEyZi00ZTgzLWFjYzMtMzA5MDgxYzA2NDY5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -501,7 +633,7 @@ "no-cache" ], "x-ms-request-id": [ - "dd304110-a516-4e0b-8c5e-66c3aff1ce5c" + "61b7c822-302b-4f2a-984c-03f5831d3c5a" ], "X-Content-Type-Options": [ "nosniff" @@ -519,47 +651,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11996" ], "x-ms-correlation-request-id": [ - "d58c4ebd-f75c-455b-aa4b-c25e10403578" + "da79c73d-c16d-4331-a5b3-d7b8528dacf4" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231112Z:d58c4ebd-f75c-455b-aa4b-c25e10403578" + "WESTUS:20200623T231901Z:da79c73d-c16d-4331-a5b3-d7b8528dacf4" ], "Date": [ - "Wed, 03 Jul 2019 23:11:11 GMT" + "Tue, 23 Jun 2020 23:19:01 GMT" ], "Content-Length": [ - "13368" + "13497" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": null,\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"agentVersionStatus\": null,\r\n \"agentVersionExpirationDate\": null,\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2019-07-03T16:11:04.6730872-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"9b5dbba6-8903-454e-aff7-e8aaf5c1773f\",\r\n \"storageSyncServiceUid\": \"7f4f8ea4-822b-45a6-bba4-d7a8573a7480\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps5462/workflows/32e2d614-fc6d-4c90-a6cc-d2036c9dcf37\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps5462/registeredServers/9b5dbba6-8903-454e-aff7-e8aaf5c1773f\",\r\n \"name\": \"9b5dbba6-8903-454e-aff7-e8aaf5c1773f\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2020-06-23T16:18:54.8238534-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"f473304a-612f-4e83-acc3-309081c06469\",\r\n \"storageSyncServiceUid\": \"b2ea32b7-8e3a-4848-ab86-be87db226c9a\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps5708/workflows/af8472ef-d39a-4f85-934b-1004680e16f7\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\",\r\n \"monitoringEndpointUri\": \"https://euap01.afs.azure.net:443/\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps986/providers/microsoft.storagesync/storageSyncServices/sssps5708/registeredServers/f473304a-612f-4e83-acc3-309081c06469\",\r\n \"name\": \"f473304a-612f-4e83-acc3-309081c06469\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps5462/registeredServers/9b5dbba6-8903-454e-aff7-e8aaf5c1773f?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NDYyL3JlZ2lzdGVyZWRTZXJ2ZXJzLzliNWRiYmE2LTg5MDMtNDU0ZS1hZmY3LWU4YWFmNWMxNzczZj9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps986/providers/Microsoft.StorageSync/storageSyncServices/sssps5708/registeredServers/f473304a-612f-4e83-acc3-309081c06469?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczU3MDgvcmVnaXN0ZXJlZFNlcnZlcnMvZjQ3MzMwNGEtNjEyZi00ZTgzLWFjYzMtMzA5MDgxYzA2NDY5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cd0b2900-52df-47b0-bbbe-a7c4e6c2cbe4" + "4bd9879d-90ee-4b94-9ddc-d9da0fa9b7df" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -570,7 +702,7 @@ "no-cache" ], "x-ms-request-id": [ - "8365990d-a684-4f4d-8515-d5d018a25852" + "409b7441-9a97-4004-b6c2-59920b992402" ], "X-Content-Type-Options": [ "nosniff" @@ -588,47 +720,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11995" ], "x-ms-correlation-request-id": [ - "29b946e9-456d-4d50-a26f-47472958721b" + "308c5b50-e778-43cf-862c-a5c283f5a1d7" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231112Z:29b946e9-456d-4d50-a26f-47472958721b" + "WESTUS:20200623T231902Z:308c5b50-e778-43cf-862c-a5c283f5a1d7" ], "Date": [ - "Wed, 03 Jul 2019 23:11:12 GMT" + "Tue, 23 Jun 2020 23:19:02 GMT" ], "Content-Length": [ - "13368" + "13497" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": null,\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"agentVersionStatus\": null,\r\n \"agentVersionExpirationDate\": null,\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2019-07-03T16:11:04.6730872-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"9b5dbba6-8903-454e-aff7-e8aaf5c1773f\",\r\n \"storageSyncServiceUid\": \"7f4f8ea4-822b-45a6-bba4-d7a8573a7480\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps5462/workflows/32e2d614-fc6d-4c90-a6cc-d2036c9dcf37\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps5462/registeredServers/9b5dbba6-8903-454e-aff7-e8aaf5c1773f\",\r\n \"name\": \"9b5dbba6-8903-454e-aff7-e8aaf5c1773f\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2020-06-23T16:18:54.8238534-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"f473304a-612f-4e83-acc3-309081c06469\",\r\n \"storageSyncServiceUid\": \"b2ea32b7-8e3a-4848-ab86-be87db226c9a\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps5708/workflows/af8472ef-d39a-4f85-934b-1004680e16f7\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\",\r\n \"monitoringEndpointUri\": \"https://euap01.afs.azure.net:443/\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps986/providers/microsoft.storagesync/storageSyncServices/sssps5708/registeredServers/f473304a-612f-4e83-acc3-309081c06469\",\r\n \"name\": \"f473304a-612f-4e83-acc3-309081c06469\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps5462/registeredServers/9b5dbba6-8903-454e-aff7-e8aaf5c1773f?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NDYyL3JlZ2lzdGVyZWRTZXJ2ZXJzLzliNWRiYmE2LTg5MDMtNDU0ZS1hZmY3LWU4YWFmNWMxNzczZj9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps986/providers/Microsoft.StorageSync/storageSyncServices/sssps5708/registeredServers/f473304a-612f-4e83-acc3-309081c06469?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczU3MDgvcmVnaXN0ZXJlZFNlcnZlcnMvZjQ3MzMwNGEtNjEyZi00ZTgzLWFjYzMtMzA5MDgxYzA2NDY5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0ef48e29-a544-416f-a4a8-25ae66261eae" + "5b693df4-e5ac-47d8-b715-192737f3594b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -639,16 +771,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps5462/workflows/8a4976e9-6a84-4714-a22c-4bb9f0a721ad/operationresults/962cdfb8-55c3-4af8-bdf7-cc3bda9feb3c?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiJiYjU3OGNjNi1lNWZkLTRlYmQtOWM5Mi1kNzg1YTI5MzI1ZWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzc4Y2MzMTMtODMzYS00ZmZkLWI2MmYtYmJhYTJlOWY3MjQxIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps5462/workflows/8a4976e9-6a84-4714-a22c-4bb9f0a721ad/operations/962cdfb8-55c3-4af8-bdf7-cc3bda9feb3c?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiJiYjU3OGNjNi1lNWZkLTRlYmQtOWM5Mi1kNzg1YTI5MzI1ZWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzc4Y2MzMTMtODMzYS00ZmZkLWI2MmYtYmJhYTJlOWY3MjQxIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "05b86702-48f2-40ce-9980-458409ab268c" + "1866b7b3-a52b-4ff1-8df5-8cb54d5b213b" ], "X-Content-Type-Options": [ "nosniff" @@ -669,13 +801,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "d577b148-7b22-4063-8de8-7b20830747be" + "475b7421-9482-401e-874f-98526630947b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231112Z:d577b148-7b22-4063-8de8-7b20830747be" + "WESTUS:20200623T231902Z:475b7421-9482-401e-874f-98526630947b" ], "Date": [ - "Wed, 03 Jul 2019 23:11:12 GMT" + "Tue, 23 Jun 2020 23:19:02 GMT" ], "Expires": [ "-1" @@ -688,16 +820,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps5462/workflows/8a4976e9-6a84-4714-a22c-4bb9f0a721ad/operations/962cdfb8-55c3-4af8-bdf7-cc3bda9feb3c?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NDYyL3dvcmtmbG93cy84YTQ5NzZlOS02YTg0LTQ3MTQtYTIyYy00YmI5ZjBhNzIxYWQvb3BlcmF0aW9ucy85NjJjZGZiOC01NWMzLTRhZjgtYmRmNy1jYzNiZGE5ZmViM2M/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiJiYjU3OGNjNi1lNWZkLTRlYmQtOWM5Mi1kNzg1YTI5MzI1ZWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzc4Y2MzMTMtODMzYS00ZmZkLWI2MmYtYmJhYTJlOWY3MjQxIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltSXlaV0V6TW1JM0xUaGxNMkV0TkRnME9DMWhZamcyTFdKbE9EZGtZakl5Tm1NNVlTSXNJbmR2Y210bWJHOTNTV1FpT2lKaVlqVTNPR05qTmkxbE5XWmtMVFJsWW1RdE9XTTVNaTFrTnpnMVlUSTVNekkxWldFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTnpjNFkyTXpNVE10T0RNellTMDBabVprTFdJMk1tWXRZbUpoWVRKbE9XWTNNalF4SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -708,7 +840,7 @@ "no-cache" ], "x-ms-request-id": [ - "d38d4159-a19a-4c01-9d6d-155554436318" + "ac126c65-4d36-4dff-a82a-7965afdc16d0" ], "X-Content-Type-Options": [ "nosniff" @@ -726,41 +858,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11994" ], "x-ms-correlation-request-id": [ - "35e68a8c-f31e-46c1-b2de-1c1a880c6876" + "f0809fba-c0c8-4018-9ced-80880798f06c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231123Z:35e68a8c-f31e-46c1-b2de-1c1a880c6876" + "WESTUS:20200623T231912Z:f0809fba-c0c8-4018-9ced-80880798f06c" ], "Date": [ - "Wed, 03 Jul 2019 23:11:22 GMT" + "Tue, 23 Jun 2020 23:19:12 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps5462/workflow/8a4976e9-6a84-4714-a22c-4bb9f0a721ad/operationresults/962cdfb8-55c3-4af8-bdf7-cc3bda9feb3c\",\r\n \"name\": \"962cdfb8-55c3-4af8-bdf7-cc3bda9feb3c\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:11:13.0252736Z\",\r\n \"endTime\": \"2019-07-03T23:11:16.5731867Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiJiYjU3OGNjNi1lNWZkLTRlYmQtOWM5Mi1kNzg1YTI5MzI1ZWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzc4Y2MzMTMtODMzYS00ZmZkLWI2MmYtYmJhYTJlOWY3MjQxIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiJiYjU3OGNjNi1lNWZkLTRlYmQtOWM5Mi1kNzg1YTI5MzI1ZWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzc4Y2MzMTMtODMzYS00ZmZkLWI2MmYtYmJhYTJlOWY3MjQxIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:19:03.1040785Z\",\r\n \"endTime\": \"2020-06-23T23:19:08.3162828Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps5462/workflows/8a4976e9-6a84-4714-a22c-4bb9f0a721ad/operations/962cdfb8-55c3-4af8-bdf7-cc3bda9feb3c?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NDYyL3dvcmtmbG93cy84YTQ5NzZlOS02YTg0LTQ3MTQtYTIyYy00YmI5ZjBhNzIxYWQvb3BlcmF0aW9ucy85NjJjZGZiOC01NWMzLTRhZjgtYmRmNy1jYzNiZGE5ZmViM2M/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiJiYjU3OGNjNi1lNWZkLTRlYmQtOWM5Mi1kNzg1YTI5MzI1ZWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzc4Y2MzMTMtODMzYS00ZmZkLWI2MmYtYmJhYTJlOWY3MjQxIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltSXlaV0V6TW1JM0xUaGxNMkV0TkRnME9DMWhZamcyTFdKbE9EZGtZakl5Tm1NNVlTSXNJbmR2Y210bWJHOTNTV1FpT2lKaVlqVTNPR05qTmkxbE5XWmtMVFJsWW1RdE9XTTVNaTFrTnpnMVlUSTVNekkxWldFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTnpjNFkyTXpNVE10T0RNellTMDBabVprTFdJMk1tWXRZbUpoWVRKbE9XWTNNalF4SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -771,7 +903,7 @@ "no-cache" ], "x-ms-request-id": [ - "0e52cdb2-ffba-4633-9f81-1c5533d74b20" + "3c351ac8-3c17-446d-a183-0aa3a4337854" ], "X-Content-Type-Options": [ "nosniff" @@ -789,41 +921,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11993" ], "x-ms-correlation-request-id": [ - "5298ecea-8187-4f7f-bee8-74405f94632f" + "c850405d-b293-4a5c-8b93-c951e5537784" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231133Z:5298ecea-8187-4f7f-bee8-74405f94632f" + "WESTUS:20200623T231923Z:c850405d-b293-4a5c-8b93-c951e5537784" ], "Date": [ - "Wed, 03 Jul 2019 23:11:32 GMT" + "Tue, 23 Jun 2020 23:19:23 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps5462/workflow/8a4976e9-6a84-4714-a22c-4bb9f0a721ad/operationresults/962cdfb8-55c3-4af8-bdf7-cc3bda9feb3c\",\r\n \"name\": \"962cdfb8-55c3-4af8-bdf7-cc3bda9feb3c\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:11:13.0252736Z\",\r\n \"endTime\": \"2019-07-03T23:11:16.5731867Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiJiYjU3OGNjNi1lNWZkLTRlYmQtOWM5Mi1kNzg1YTI5MzI1ZWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzc4Y2MzMTMtODMzYS00ZmZkLWI2MmYtYmJhYTJlOWY3MjQxIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiJiYjU3OGNjNi1lNWZkLTRlYmQtOWM5Mi1kNzg1YTI5MzI1ZWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzc4Y2MzMTMtODMzYS00ZmZkLWI2MmYtYmJhYTJlOWY3MjQxIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:19:03.1040785Z\",\r\n \"endTime\": \"2020-06-23T23:19:08.3162828Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps5462/workflows/8a4976e9-6a84-4714-a22c-4bb9f0a721ad/operations/962cdfb8-55c3-4af8-bdf7-cc3bda9feb3c?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NDYyL3dvcmtmbG93cy84YTQ5NzZlOS02YTg0LTQ3MTQtYTIyYy00YmI5ZjBhNzIxYWQvb3BlcmF0aW9ucy85NjJjZGZiOC01NWMzLTRhZjgtYmRmNy1jYzNiZGE5ZmViM2M/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiJiYjU3OGNjNi1lNWZkLTRlYmQtOWM5Mi1kNzg1YTI5MzI1ZWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzc4Y2MzMTMtODMzYS00ZmZkLWI2MmYtYmJhYTJlOWY3MjQxIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltSXlaV0V6TW1JM0xUaGxNMkV0TkRnME9DMWhZamcyTFdKbE9EZGtZakl5Tm1NNVlTSXNJbmR2Y210bWJHOTNTV1FpT2lKaVlqVTNPR05qTmkxbE5XWmtMVFJsWW1RdE9XTTVNaTFrTnpnMVlUSTVNekkxWldFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTnpjNFkyTXpNVE10T0RNellTMDBabVprTFdJMk1tWXRZbUpoWVRKbE9XWTNNalF4SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -834,7 +966,7 @@ "no-cache" ], "x-ms-request-id": [ - "36bfc0c2-8fa1-4f52-90b6-bc201106a8a3" + "edfcefd0-e491-411c-9da1-f6880e1fa0a2" ], "X-Content-Type-Options": [ "nosniff" @@ -852,41 +984,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11992" ], "x-ms-correlation-request-id": [ - "3cbcde2f-e482-48f8-9347-6afff879b9eb" + "91b3ea85-634c-493b-b98c-522c11ff1f8e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231143Z:3cbcde2f-e482-48f8-9347-6afff879b9eb" + "WESTUS:20200623T231933Z:91b3ea85-634c-493b-b98c-522c11ff1f8e" ], "Date": [ - "Wed, 03 Jul 2019 23:11:43 GMT" + "Tue, 23 Jun 2020 23:19:33 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps5462/workflow/8a4976e9-6a84-4714-a22c-4bb9f0a721ad/operationresults/962cdfb8-55c3-4af8-bdf7-cc3bda9feb3c\",\r\n \"name\": \"962cdfb8-55c3-4af8-bdf7-cc3bda9feb3c\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:11:13.0252736Z\",\r\n \"endTime\": \"2019-07-03T23:11:16.5731867Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiJiYjU3OGNjNi1lNWZkLTRlYmQtOWM5Mi1kNzg1YTI5MzI1ZWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzc4Y2MzMTMtODMzYS00ZmZkLWI2MmYtYmJhYTJlOWY3MjQxIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiJiYjU3OGNjNi1lNWZkLTRlYmQtOWM5Mi1kNzg1YTI5MzI1ZWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzc4Y2MzMTMtODMzYS00ZmZkLWI2MmYtYmJhYTJlOWY3MjQxIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:19:03.1040785Z\",\r\n \"endTime\": \"2020-06-23T23:19:08.3162828Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps5462/workflows/8a4976e9-6a84-4714-a22c-4bb9f0a721ad/operations/962cdfb8-55c3-4af8-bdf7-cc3bda9feb3c?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NDYyL3dvcmtmbG93cy84YTQ5NzZlOS02YTg0LTQ3MTQtYTIyYy00YmI5ZjBhNzIxYWQvb3BlcmF0aW9ucy85NjJjZGZiOC01NWMzLTRhZjgtYmRmNy1jYzNiZGE5ZmViM2M/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiJiYjU3OGNjNi1lNWZkLTRlYmQtOWM5Mi1kNzg1YTI5MzI1ZWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzc4Y2MzMTMtODMzYS00ZmZkLWI2MmYtYmJhYTJlOWY3MjQxIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltSXlaV0V6TW1JM0xUaGxNMkV0TkRnME9DMWhZamcyTFdKbE9EZGtZakl5Tm1NNVlTSXNJbmR2Y210bWJHOTNTV1FpT2lKaVlqVTNPR05qTmkxbE5XWmtMVFJsWW1RdE9XTTVNaTFrTnpnMVlUSTVNekkxWldFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTnpjNFkyTXpNVE10T0RNellTMDBabVprTFdJMk1tWXRZbUpoWVRKbE9XWTNNalF4SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -897,7 +1029,7 @@ "no-cache" ], "x-ms-request-id": [ - "801d997f-0cbc-4ff7-a283-42b71d56c65e" + "7ee98f97-831f-47a3-822c-f704b89e2f91" ], "X-Content-Type-Options": [ "nosniff" @@ -905,9 +1037,6 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], "Server": [ "Microsoft-IIS/10.0" ], @@ -917,39 +1046,42 @@ "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], "x-ms-correlation-request-id": [ - "65600b88-563e-47ae-8aa6-a1278b712aac" + "5f9001b6-8dc3-487d-a66c-044349f5e2af" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231154Z:65600b88-563e-47ae-8aa6-a1278b712aac" + "WESTUS:20200623T231943Z:5f9001b6-8dc3-487d-a66c-044349f5e2af" ], "Date": [ - "Wed, 03 Jul 2019 23:11:53 GMT" + "Tue, 23 Jun 2020 23:19:43 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps5462/workflow/8a4976e9-6a84-4714-a22c-4bb9f0a721ad/operationresults/962cdfb8-55c3-4af8-bdf7-cc3bda9feb3c\",\r\n \"name\": \"962cdfb8-55c3-4af8-bdf7-cc3bda9feb3c\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:11:13.0252736Z\",\r\n \"endTime\": \"2019-07-03T23:11:16.5731867Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiJiYjU3OGNjNi1lNWZkLTRlYmQtOWM5Mi1kNzg1YTI5MzI1ZWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzc4Y2MzMTMtODMzYS00ZmZkLWI2MmYtYmJhYTJlOWY3MjQxIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiJiYjU3OGNjNi1lNWZkLTRlYmQtOWM5Mi1kNzg1YTI5MzI1ZWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzc4Y2MzMTMtODMzYS00ZmZkLWI2MmYtYmJhYTJlOWY3MjQxIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:19:03.1040785Z\",\r\n \"endTime\": \"2020-06-23T23:19:08.3162828Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps5462/workflows/8a4976e9-6a84-4714-a22c-4bb9f0a721ad/operations/962cdfb8-55c3-4af8-bdf7-cc3bda9feb3c?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NDYyL3dvcmtmbG93cy84YTQ5NzZlOS02YTg0LTQ3MTQtYTIyYy00YmI5ZjBhNzIxYWQvb3BlcmF0aW9ucy85NjJjZGZiOC01NWMzLTRhZjgtYmRmNy1jYzNiZGE5ZmViM2M/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiJiYjU3OGNjNi1lNWZkLTRlYmQtOWM5Mi1kNzg1YTI5MzI1ZWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzc4Y2MzMTMtODMzYS00ZmZkLWI2MmYtYmJhYTJlOWY3MjQxIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltSXlaV0V6TW1JM0xUaGxNMkV0TkRnME9DMWhZamcyTFdKbE9EZGtZakl5Tm1NNVlTSXNJbmR2Y210bWJHOTNTV1FpT2lKaVlqVTNPR05qTmkxbE5XWmtMVFJsWW1RdE9XTTVNaTFrTnpnMVlUSTVNekkxWldFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTnpjNFkyTXpNVE10T0RNellTMDBabVprTFdJMk1tWXRZbUpoWVRKbE9XWTNNalF4SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -960,7 +1092,7 @@ "no-cache" ], "x-ms-request-id": [ - "9e03f4d3-b274-4d04-a474-d0b50f7e3169" + "4fc3521e-8326-4524-81a5-686182091edb" ], "X-Content-Type-Options": [ "nosniff" @@ -978,41 +1110,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11990" ], "x-ms-correlation-request-id": [ - "4e402a01-1ff6-47c9-9b1b-ed4e02d2584b" + "bb00c87b-23a0-442f-b7c4-3c803445b4eb" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231204Z:4e402a01-1ff6-47c9-9b1b-ed4e02d2584b" + "WESTUS:20200623T231954Z:bb00c87b-23a0-442f-b7c4-3c803445b4eb" ], "Date": [ - "Wed, 03 Jul 2019 23:12:03 GMT" + "Tue, 23 Jun 2020 23:19:53 GMT" ], "Content-Length": [ - "446" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps5462/workflow/8a4976e9-6a84-4714-a22c-4bb9f0a721ad/operationresults/962cdfb8-55c3-4af8-bdf7-cc3bda9feb3c\",\r\n \"name\": \"962cdfb8-55c3-4af8-bdf7-cc3bda9feb3c\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T23:11:13.0252736Z\",\r\n \"endTime\": \"2019-07-03T23:12:01.664825Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiJiYjU3OGNjNi1lNWZkLTRlYmQtOWM5Mi1kNzg1YTI5MzI1ZWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzc4Y2MzMTMtODMzYS00ZmZkLWI2MmYtYmJhYTJlOWY3MjQxIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiJiYjU3OGNjNi1lNWZkLTRlYmQtOWM5Mi1kNzg1YTI5MzI1ZWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzc4Y2MzMTMtODMzYS00ZmZkLWI2MmYtYmJhYTJlOWY3MjQxIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:19:03.1040785Z\",\r\n \"endTime\": \"2020-06-23T23:19:53.4084095Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/microsoft.storagesync/storageSyncServices/sssps5462/workflows/8a4976e9-6a84-4714-a22c-4bb9f0a721ad/operationresults/962cdfb8-55c3-4af8-bdf7-cc3bda9feb3c?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NDYyL3dvcmtmbG93cy84YTQ5NzZlOS02YTg0LTQ3MTQtYTIyYy00YmI5ZjBhNzIxYWQvb3BlcmF0aW9ucmVzdWx0cy85NjJjZGZiOC01NWMzLTRhZjgtYmRmNy1jYzNiZGE5ZmViM2M/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiJiYjU3OGNjNi1lNWZkLTRlYmQtOWM5Mi1kNzg1YTI5MzI1ZWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzc4Y2MzMTMtODMzYS00ZmZkLWI2MmYtYmJhYTJlOWY3MjQxIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltSXlaV0V6TW1JM0xUaGxNMkV0TkRnME9DMWhZamcyTFdKbE9EZGtZakl5Tm1NNVlTSXNJbmR2Y210bWJHOTNTV1FpT2lKaVlqVTNPR05qTmkxbE5XWmtMVFJsWW1RdE9XTTVNaTFrTnpnMVlUSTVNekkxWldFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTnpjNFkyTXpNVE10T0RNellTMDBabVprTFdJMk1tWXRZbUpoWVRKbE9XWTNNalF4SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1023,7 +1155,7 @@ "no-cache" ], "x-ms-request-id": [ - "7c258338-b41d-473e-b801-c7a279911eff" + "dd8ed13a-2fab-41a2-ae41-30daf2327908" ], "X-Content-Type-Options": [ "nosniff" @@ -1041,16 +1173,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11989" ], "x-ms-correlation-request-id": [ - "a4cc9763-b137-4b87-ba59-982960a4bce6" + "7c0f2814-b7f4-4141-976b-51e532467e7c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231205Z:a4cc9763-b137-4b87-ba59-982960a4bce6" + "WESTUS:20200623T231954Z:7c0f2814-b7f4-4141-976b-51e532467e7c" ], "Date": [ - "Wed, 03 Jul 2019 23:12:04 GMT" + "Tue, 23 Jun 2020 23:19:53 GMT" ], "Expires": [ "-1" @@ -1063,22 +1195,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps5462?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NDYyP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps986/providers/Microsoft.StorageSync/storageSyncServices/sssps5708?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczU3MDg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7114a081-29eb-4298-a512-425aa12ed7cc" + "e4f0a3a7-44b0-4e8b-97a5-9226180e3232" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1088,8 +1220,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiIxMTU3MWJhYS00M2M0LTQ0MmUtOGJiNy05MjFjNDNlNTQyN2UiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmJlOTUwZWUtYjgyNy00YWZjLWFlZjMtMmQ2OWQ2M2IxNjI3In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiIxMTU3MWJhYS00M2M0LTQ0MmUtOGJiNy05MjFjNDNlNTQyN2UiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmJlOTUwZWUtYjgyNy00YWZjLWFlZjMtMmQ2OWQ2M2IxNjI3In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "c7d646c4-efaa-4bc5-be44-906f6769432c" + "311c5ff3-7b1a-49d6-b688-541884097f24" ], "X-Content-Type-Options": [ "nosniff" @@ -1110,13 +1251,136 @@ "14998" ], "x-ms-correlation-request-id": [ - "fa1007d5-72ac-4365-8e76-1d0487e0017d" + "3844e731-0744-4c37-8b82-5b80406b604f" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T231954Z:3844e731-0744-4c37-8b82-5b80406b604f" + ], + "Date": [ + "Tue, 23 Jun 2020 23:19:54 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiIxMTU3MWJhYS00M2M0LTQ0MmUtOGJiNy05MjFjNDNlNTQyN2UiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmJlOTUwZWUtYjgyNy00YWZjLWFlZjMtMmQ2OWQ2M2IxNjI3In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltSXlaV0V6TW1JM0xUaGxNMkV0TkRnME9DMWhZamcyTFdKbE9EZGtZakl5Tm1NNVlTSXNJbmR2Y210bWJHOTNTV1FpT2lJeE1UVTNNV0poWVMwME0yTTBMVFEwTW1VdE9HSmlOeTA1TWpGak5ETmxOVFF5TjJVaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTW1KbE9UVXdaV1V0WWpneU55MDBZV1pqTFdGbFpqTXRNbVEyT1dRMk0ySXhOakkzSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "cd49f1d8-b80f-4644-8b58-5c637955ccd5" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11988" + ], + "x-ms-correlation-request-id": [ + "c1bc852e-95be-4e93-aa7b-9e30eeaf4b5f" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T232005Z:c1bc852e-95be-4e93-aa7b-9e30eeaf4b5f" + ], + "Date": [ + "Tue, 23 Jun 2020 23:20:04 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiIxMTU3MWJhYS00M2M0LTQ0MmUtOGJiNy05MjFjNDNlNTQyN2UiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmJlOTUwZWUtYjgyNy00YWZjLWFlZjMtMmQ2OWQ2M2IxNjI3In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiIxMTU3MWJhYS00M2M0LTQ0MmUtOGJiNy05MjFjNDNlNTQyN2UiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmJlOTUwZWUtYjgyNy00YWZjLWFlZjMtMmQ2OWQ2M2IxNjI3In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:19:55.1332337Z\",\r\n \"endTime\": \"2020-06-23T23:20:00.6633656Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImIyZWEzMmI3LThlM2EtNDg0OC1hYjg2LWJlODdkYjIyNmM5YSIsIndvcmtmbG93SWQiOiIxMTU3MWJhYS00M2M0LTQ0MmUtOGJiNy05MjFjNDNlNTQyN2UiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmJlOTUwZWUtYjgyNy00YWZjLWFlZjMtMmQ2OWQ2M2IxNjI3In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltSXlaV0V6TW1JM0xUaGxNMkV0TkRnME9DMWhZamcyTFdKbE9EZGtZakl5Tm1NNVlTSXNJbmR2Y210bWJHOTNTV1FpT2lJeE1UVTNNV0poWVMwME0yTTBMVFEwTW1VdE9HSmlOeTA1TWpGak5ETmxOVFF5TjJVaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTW1KbE9UVXdaV1V0WWpneU55MDBZV1pqTFdGbFpqTXRNbVEyT1dRMk0ySXhOakkzSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "e31370d3-0c5a-487d-a6fb-600954b79535" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11987" + ], + "x-ms-correlation-request-id": [ + "0a1821ae-3115-42c3-84d4-471a7e59df01" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231206Z:fa1007d5-72ac-4365-8e76-1d0487e0017d" + "WESTUS:20200623T232005Z:0a1821ae-3115-42c3-84d4-471a7e59df01" ], "Date": [ - "Wed, 03 Jul 2019 23:12:05 GMT" + "Tue, 23 Jun 2020 23:20:04 GMT" ], "Expires": [ "-1" @@ -1129,22 +1393,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps986/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTg2L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ded12199-a571-4475-892a-12ca4af36370" + "74e6a5a4-d26a-403e-ba1c-6845b5fe1f51" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1154,57 +1418,66 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" - ], "x-ms-request-id": [ - "70238d94-456d-4a14-a4e8-2783e0ed2d5c" + "8f174ec7-9ee5-4108-9a2e-1eea280d55a5" ], - "x-ms-correlation-request-id": [ - "70238d94-456d-4a14-a4e8-2783e0ed2d5c" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T231206Z:70238d94-456d-4a14-a4e8-2783e0ed2d5c" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-correlation-request-id": [ + "968699c1-8beb-4fe0-9e8e-270160cbed31" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T232005Z:968699c1-8beb-4fe0-9e8e-270160cbed31" ], "Date": [ - "Wed, 03 Jul 2019 23:12:05 GMT" + "Tue, 23 Jun 2020 23:20:04 GMT" + ], + "Content-Length": [ + "19" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps8790?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzODc5MD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps986?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzOTg2P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9df01eb8-f0b4-4dba-8f23-c025f65959e0" + "d9faeb5d-c822-4a8b-9183-b4feebb6e954" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1215,7 +1488,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg3OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -1224,13 +1497,13 @@ "14997" ], "x-ms-request-id": [ - "0b33c779-d7fb-41f9-b11f-5bcf7af6b1d6" + "2ffe621c-09cb-43e9-9dc3-2f9197072494" ], "x-ms-correlation-request-id": [ - "0b33c779-d7fb-41f9-b11f-5bcf7af6b1d6" + "2ffe621c-09cb-43e9-9dc3-2f9197072494" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231206Z:0b33c779-d7fb-41f9-b11f-5bcf7af6b1d6" + "WESTUS:20200623T232005Z:2ffe621c-09cb-43e9-9dc3-2f9197072494" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1239,7 +1512,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:12:06 GMT" + "Tue, 23 Jun 2020 23:20:05 GMT" ], "Expires": [ "-1" @@ -1252,16 +1525,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg3OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnM09UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNE5pMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1272,22 +1545,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg3OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11985" ], "x-ms-request-id": [ - "8cf6c0a3-f7ba-4994-9709-c7ddc246b8cb" + "b03ac253-bf60-4283-a998-6901cb52e651" ], "x-ms-correlation-request-id": [ - "8cf6c0a3-f7ba-4994-9709-c7ddc246b8cb" + "b03ac253-bf60-4283-a998-6901cb52e651" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231222Z:8cf6c0a3-f7ba-4994-9709-c7ddc246b8cb" + "WESTUS:20200623T232020Z:b03ac253-bf60-4283-a998-6901cb52e651" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1296,7 +1569,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:12:21 GMT" + "Tue, 23 Jun 2020 23:20:19 GMT" ], "Expires": [ "-1" @@ -1309,16 +1582,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg3OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnM09UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNE5pMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1329,22 +1602,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg3OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11984" ], "x-ms-request-id": [ - "1151479c-3f46-4551-94dc-abc87cfb947e" + "e112f76e-e455-48a7-9325-9b16d81f279a" ], "x-ms-correlation-request-id": [ - "1151479c-3f46-4551-94dc-abc87cfb947e" + "e112f76e-e455-48a7-9325-9b16d81f279a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231237Z:1151479c-3f46-4551-94dc-abc87cfb947e" + "WESTUS:20200623T232035Z:e112f76e-e455-48a7-9325-9b16d81f279a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1353,7 +1626,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:12:36 GMT" + "Tue, 23 Jun 2020 23:20:35 GMT" ], "Expires": [ "-1" @@ -1366,16 +1639,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg3OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnM09UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNE5pMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1386,16 +1659,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11983" ], "x-ms-request-id": [ - "55e1f2fa-14dc-425a-9440-67a3501cf323" + "ff3968df-fae8-4f34-8985-97ab797a6c9a" ], "x-ms-correlation-request-id": [ - "55e1f2fa-14dc-425a-9440-67a3501cf323" + "ff3968df-fae8-4f34-8985-97ab797a6c9a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231252Z:55e1f2fa-14dc-425a-9440-67a3501cf323" + "WESTUS:20200623T232050Z:ff3968df-fae8-4f34-8985-97ab797a6c9a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1404,7 +1677,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:12:51 GMT" + "Tue, 23 Jun 2020 23:20:50 GMT" ], "Expires": [ "-1" @@ -1417,16 +1690,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg3OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnM09UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNE5pMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1437,16 +1710,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11982" ], "x-ms-request-id": [ - "01f85dc9-73d3-4fb2-b36d-8c38f3a8b71a" + "68cae734-cad5-4afc-be27-29f3d837352c" ], "x-ms-correlation-request-id": [ - "01f85dc9-73d3-4fb2-b36d-8c38f3a8b71a" + "68cae734-cad5-4afc-be27-29f3d837352c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231252Z:01f85dc9-73d3-4fb2-b36d-8c38f3a8b71a" + "WESTUS:20200623T232050Z:68cae734-cad5-4afc-be27-29f3d837352c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1455,7 +1728,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:12:51 GMT" + "Tue, 23 Jun 2020 23:20:50 GMT" ], "Expires": [ "-1" @@ -1470,14 +1743,14 @@ ], "Names": { "Test-GetRegisteredServerParentResourceId": [ - "ps8790", - "ps5462" + "ps986", + "ps5708" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "", - "SyncServerId": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8790/providers/Microsoft.StorageSync/storageSyncServices/sssps5462/registeredServers/9B5DBBA6-8903-454E-AFF7-E8AAF5C1773F" + "SyncServerId": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps986/providers/Microsoft.StorageSync/storageSyncServices/sssps5708/registeredServers/F473304A-612F-4E83-ACC3-309081C06469" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestGetRegisteredServers.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestGetRegisteredServers.json index 6b725ed54deb..ccd54d508bd4 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestGetRegisteredServers.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestGetRegisteredServers.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f56844a0-071b-4e5e-bc63-20b3179e33f5" + "bc49827a-6efb-41af-913a-1adf86a784ca" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "0a67dcd9-d519-4cb4-b2fc-9245dddd5afb" + "63fdfcba-9126-4a1c-8a0e-eb33e06ba4e1" ], "x-ms-correlation-request-id": [ - "0a67dcd9-d519-4cb4-b2fc-9245dddd5afb" + "63fdfcba-9126-4a1c-8a0e-eb33e06ba4e1" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T233710Z:0a67dcd9-d519-4cb4-b2fc-9245dddd5afb" + "WESTUS:20200623T233450Z:63fdfcba-9126-4a1c-8a0e-eb33e06ba4e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:37:10 GMT" + "Tue, 23 Jun 2020 23:34:50 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\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\": \"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\": \"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\": \"notifyResourceJobs\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\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 ]\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-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-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-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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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-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-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 },\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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9854d96a-a71f-4366-aaec-dac8511bce6b" + "3f6c1a8b-dc03-4592-a785-72fd1e9f28e9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "c97b35ac-fc5a-46e8-9c29-ea8ffb40caf4" + "41f895fb-82d7-457a-af92-606f1140070f" ], "x-ms-correlation-request-id": [ - "c97b35ac-fc5a-46e8-9c29-ea8ffb40caf4" + "41f895fb-82d7-457a-af92-606f1140070f" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T233710Z:c97b35ac-fc5a-46e8-9c29-ea8ffb40caf4" + "WESTUS:20200623T233450Z:41f895fb-82d7-457a-af92-606f1140070f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:37:10 GMT" + "Tue, 23 Jun 2020 23:34:50 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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-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-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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 \"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 \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps159?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMTU5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps7302?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNzMwMj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "66d6d428-b9f5-4904-a871-15f2fdf6a1ad" + "23ab1d05-4bf9-41fa-b8f5-c5df99445c0b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,13 +156,13 @@ "1199" ], "x-ms-request-id": [ - "ee6bfa7a-2317-4441-8385-f1d963d14cfc" + "d7dfa7e5-d4b9-43ce-ab74-96e4f11d6383" ], "x-ms-correlation-request-id": [ - "ee6bfa7a-2317-4441-8385-f1d963d14cfc" + "d7dfa7e5-d4b9-43ce-ab74-96e4f11d6383" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T233713Z:ee6bfa7a-2317-4441-8385-f1d963d14cfc" + "WESTUS:20200623T233450Z:d7dfa7e5-d4b9-43ce-ab74-96e4f11d6383" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,10 +171,10 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:37:13 GMT" + "Tue, 23 Jun 2020 23:34:50 GMT" ], "Content-Length": [ - "163" + "165" ], "Content-Type": [ "application/json; charset=utf-8" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159\",\r\n \"name\": \"ps159\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7302\",\r\n \"name\": \"ps7302\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps1715\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps5971\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "487ff01a-9030-4587-a0dd-d7e2800138a6" + "f822c8c1-e5c4-483f-96d6-6a308594749e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "986ba176-60a1-4ac7-a29a-2d47e209aa74" + "094a1b7b-bece-4ef5-94a7-7843fe39534e" ], "X-Content-Type-Options": [ "nosniff" @@ -240,50 +240,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "e6915304-6c9b-49f6-9811-5909f2029fdd" + "a58cb4c7-ac21-4de9-9ac9-255c00d48782" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T233713Z:e6915304-6c9b-49f6-9811-5909f2029fdd" + "WESTUS:20200623T233451Z:a58cb4c7-ac21-4de9-9ac9-255c00d48782" ], "Date": [ - "Wed, 03 Jul 2019 23:37:13 GMT" + "Tue, 23 Jun 2020 23:34:51 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/Microsoft.StorageSync/storageSyncServices/sssps1715?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTU5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczE3MTU/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7302/providers/Microsoft.StorageSync/storageSyncServices/sssps5971?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzMwMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1OTcxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0dcf43dd-d50c-4b40-9493-c902a56c8a3f" + "2b14fc63-8624-4cf8-8cdb-53530cc334f1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJkNDlkOTFlNS0xYzVjLTQ4N2QtOWZjNC01NmJjY2I4NmRhOWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZWQxYWZiNTEtY2FjYi00ZTJlLTk1YmQtMDMxYzVlNGNmZjdkIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJkNDlkOTFlNS0xYzVjLTQ4N2QtOWZjNC01NmJjY2I4NmRhOWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZWQxYWZiNTEtY2FjYi00ZTJlLTk1YmQtMDMxYzVlNGNmZjdkIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "5f28e69f-d393-49cf-b5a4-f7cdab508462" + "33da1f8d-a584-4da9-9ee0-995bb874166a" ], "X-Content-Type-Options": [ "nosniff" @@ -312,53 +321,176 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1199" ], "x-ms-correlation-request-id": [ - "ebcd088a-6efd-43ca-a694-0c353c5a2165" + "15babb5e-941b-4590-a899-973142f2226c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T233714Z:ebcd088a-6efd-43ca-a694-0c353c5a2165" + "WESTUS:20200623T233452Z:15babb5e-941b-4590-a899-973142f2226c" ], "Date": [ - "Wed, 03 Jul 2019 23:37:14 GMT" + "Tue, 23 Jun 2020 23:34:51 GMT" + ], + "Expires": [ + "-1" ], "Content-Length": [ - "328" + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJkNDlkOTFlNS0xYzVjLTQ4N2QtOWZjNC01NmJjY2I4NmRhOWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZWQxYWZiNTEtY2FjYi00ZTJlLTk1YmQtMDMxYzVlNGNmZjdkIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqWTVZV015WXpGbExUZGhOemN0TkdJNFlpMDRNV0kxTFdSaU1EWXdNamRqTjJOaVlpSXNJbmR2Y210bWJHOTNTV1FpT2lKa05EbGtPVEZsTlMweFl6VmpMVFE0TjJRdE9XWmpOQzAxTm1KalkySTRObVJoT1dFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWldReFlXWmlOVEV0WTJGallpMDBaVEpsTFRrMVltUXRNRE14WXpWbE5HTm1aamRrSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "ce18d970-aecd-4523-83ea-dda864ebb33d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "c978fa60-902e-4979-98eb-06ef77ca17ff" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T233502Z:c978fa60-902e-4979-98eb-06ef77ca17ff" + ], + "Date": [ + "Tue, 23 Jun 2020 23:35:02 GMT" + ], + "Content-Length": [ + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/microsoft.storagesync/storageSyncServices/sssps1715\",\r\n \"name\": \"sssps1715\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJkNDlkOTFlNS0xYzVjLTQ4N2QtOWZjNC01NmJjY2I4NmRhOWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZWQxYWZiNTEtY2FjYi00ZTJlLTk1YmQtMDMxYzVlNGNmZjdkIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJkNDlkOTFlNS0xYzVjLTQ4N2QtOWZjNC01NmJjY2I4NmRhOWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZWQxYWZiNTEtY2FjYi00ZTJlLTk1YmQtMDMxYzVlNGNmZjdkIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:34:52.5189407Z\",\r\n \"endTime\": \"2020-06-23T23:34:58.7658873Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/Microsoft.StorageSync/storageSyncServices/sssps1715/registeredServers/ab70cec8-226f-4b2e-858b-bff314dce3a1?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTU5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczE3MTUvcmVnaXN0ZXJlZFNlcnZlcnMvYWI3MGNlYzgtMjI2Zi00YjJlLTg1OGItYmZmMzE0ZGNlM2ExP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7302/providers/Microsoft.StorageSync/storageSyncServices/sssps5971?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzMwMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1OTcxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "b6935b5c-18a4-4cd2-a368-d6caf531142a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "257fbbe5-7421-421a-994d-ca15496dc36f" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T233502Z:257fbbe5-7421-421a-994d-ca15496dc36f" + ], + "Date": [ + "Tue, 23 Jun 2020 23:35:02 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps5971/workflows/d49d91e5-1c5c-487d-9fc4-56bccb86da9a\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7302/providers/microsoft.storagesync/storageSyncServices/sssps5971\",\r\n \"name\": \"sssps5971\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7302/providers/Microsoft.StorageSync/storageSyncServices/sssps5971/registeredServers/77b976f6-9b42-4be7-80eb-e35ac5bff883?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzMwMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1OTcxL3JlZ2lzdGVyZWRTZXJ2ZXJzLzc3Yjk3NmY2LTliNDItNGJlNy04MGViLWUzNWFjNWJmZjg4Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDGDCCAgCgAwIBAgIQZrMnSW/lG5xELR7EikisXDANBgkqhkiG9w0BAQ0FADA0MTIwMAYDVQQDEylhbmRyZXlhemRldm9wcy5yZWRtb25kLmNvcnAubWljcm9zb2Z0LmNvbTAeFw0xOTA1MjkwMjEyNDlaFw0yMDA1MjkwMjEyNDlaMDQxMjAwBgNVBAMTKWFuZHJleWF6ZGV2b3BzLnJlZG1vbmQuY29ycC5taWNyb3NvZnQuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzWEfgMvao6tCt/lexsMFViVxCCoJbLClwvqfWN79eFc3bmXBtERIvKTlb1TqAigp5VjP021TaQsyN/K2t8qr2rAdlaeJtCXNSILe3+ForYGcQOP0p802kFXkhMUojfX8jGs1BLQTsUoKN4UtuxWIhpb7Iw00rT7wchTg6Yk+ULCRFAlxOQHZI0drM13tDO4kz0BRbTCoSvazS3O570p8sMrWFra6P1/HG1f7sIQP5txw205siGb5FpB0u16qD/z0d7tfMGv+JIqAb6InI393dj2FtbzExkkiBUFXWaH9czGkAFyWuzkECb0WEEK+7oTOrLlo0dh0bp6nxlZ+G7FLfQIDAQABoyYwJDAiBgNVHSUBAf8EGDAWBggrBgEFBQcDAgYKKwYBBAGCNwoDDDANBgkqhkiG9w0BAQ0FAAOCAQEAEn8WHN0h00/Vem50CnwXwnty0vGwu2v3plD1m0mw+3jCtDUTa/tF/a7jTVTCtK6VdqNP6tp/f+GflNRmZWIK/6DIEntouzL++7M5hArcJj01t0S0Vc+0FN3b2wuBuJUYWxR5Q8bNHStOm7l6nXjQ96k1fH/L/hu0dmhciak8LUEIowhSiIpnB3C9AGFuPi9DqjKdWxxzIPLybiDidgUfGbcCNHaZXvcNqNq4zpzeFPTi3VBEOXHIJhk0fT3iWjwvBwtUxPJJs3FIRZFWQa/cgEvBWrYMem98lqKNdmGDJP11OmUeAqJQTe+iSX9pDFzpEj/lM/tIjEh9fwKXuoO1uw==\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"7/3/2019 4:37:14 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"ab70cec8-226f-4b2e-858b-bff314dce3a1\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDEDCCAfigAwIBAgIQHMX6MF8k1YRIo40AAPKx/TANBgkqhkiG9w0BAQ0FADAwMS4wLAYDVQQDEyVhbmt1c2hiLXZtMDIubnRkZXYuY29ycC5taWNyb3NvZnQuY29tMB4XDTIwMDEyNzE5NTkwN1oXDTIxMDEyNzE5NTkwN1owMDEuMCwGA1UEAxMlYW5rdXNoYi12bTAyLm50ZGV2LmNvcnAubWljcm9zb2Z0LmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOGKtANwb+dUXi5QVPKCUkpcWJ1/s18EqVBGRaQvIE518p7zWSfnk79FOerjfCT6kDBZPccnxBHK3hZZNgxrAkgv0LeDIEwHDvttYbcMfUzq1VviGnPuKWTsFkIAkG+8IehxX9eB/kBlkoyriziQXg4Bz74HBaQWlZeC65R6Tp8XcuO8HuKtnT3RfV6365pPHq4yp/N5e3NLxDoG1AKXEs8NtDkw2xOltLCu3qluV/AUX343pDEkLV3F8IOu3I7cU+NA/WzCF7UcZ8ZOhS5klMVNiUwCFsUdFUAXh9ufXEBs50IcVJlZU6ZUADbmrqaqpYtD94aKQeFsBlnou5s1A/kCAwEAAaMmMCQwIgYDVR0lAQH/BBgwFgYIKwYBBQUHAwIGCisGAQQBgjcKAwwwDQYJKoZIhvcNAQENBQADggEBAH7p2XFxnOdk/lbNBKW7nmjsjE5BeBU/OlBhKCUrmmY+fk3FvAYSs2jaJKqgZjxek/KdNf2UZMXztg8joF5s1Pdg6ICxJqc1t4gJunHUOoTHHyrotMyt6xJnClRCNqshA0n2z304hjKXcyCoLopemMFpOPEg2oG+EOuvwK/g1gAavGbmYJQc82uNF1LKNMmNfQ4Nn48dKLKg65SHgU+BISlCjHb/6NRTpTmK5acUOlHSrhGsJYCBsN1xJOzwxssXAoy25ebjajvnGcsC9k2HwLZWaSGsPuwWPfEtPPHjNRDrnaNLjSu2zc0uxZza8JWlE0pWD2kyf9OjyD1V0PxtZuM=\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"6/23/2020 4:35:02 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"77b976f6-9b42-4be7-80eb-e35ac5bff883\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "cba0e801-c63b-4b9e-baf6-690ef863293b" + "ed8ebf0c-c199-4cec-89a3-ac90e3a91bf6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1452" + "1437" ] }, "ResponseHeaders": { @@ -369,16 +501,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/microsoft.storagesync/storageSyncServices/sssps1715/workflows/886dbb91-04c7-4b5a-8638-f1ce6dd3d66e/operationresults/08170cd4-dab1-40b4-a08b-18fcade5c881?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJmYmU0ZjQwNy03YzRhLTQyNmQtYWNmNC03M2QxNWRkM2JhYWQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjE4ZjhjYmMtNGUyZi00YTI4LWE0ZTAtN2M5NDE3MWYyYmEzIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/microsoft.storagesync/storageSyncServices/sssps1715/workflows/886dbb91-04c7-4b5a-8638-f1ce6dd3d66e/operations/08170cd4-dab1-40b4-a08b-18fcade5c881?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJmYmU0ZjQwNy03YzRhLTQyNmQtYWNmNC03M2QxNWRkM2JhYWQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjE4ZjhjYmMtNGUyZi00YTI4LWE0ZTAtN2M5NDE3MWYyYmEzIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "eba751d1-b7e0-45b2-88cc-60ca5219c2d1" + "18357047-d1bb-4c40-b5fd-e22c374246d8" ], "X-Content-Type-Options": [ "nosniff" @@ -396,16 +528,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1198" ], "x-ms-correlation-request-id": [ - "23ed1631-caba-46fe-9eaf-300f8dadc2e3" + "247a5c8a-ea6c-4d19-a9e9-c6138c9d0238" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T233715Z:23ed1631-caba-46fe-9eaf-300f8dadc2e3" + "WESTUS:20200623T233503Z:247a5c8a-ea6c-4d19-a9e9-c6138c9d0238" ], "Date": [ - "Wed, 03 Jul 2019 23:37:14 GMT" + "Tue, 23 Jun 2020 23:35:02 GMT" ], "Expires": [ "-1" @@ -418,16 +550,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/microsoft.storagesync/storageSyncServices/sssps1715/workflows/886dbb91-04c7-4b5a-8638-f1ce6dd3d66e/operations/08170cd4-dab1-40b4-a08b-18fcade5c881?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTU5L3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczE3MTUvd29ya2Zsb3dzLzg4NmRiYjkxLTA0YzctNGI1YS04NjM4LWYxY2U2ZGQzZDY2ZS9vcGVyYXRpb25zLzA4MTcwY2Q0LWRhYjEtNDBiNC1hMDhiLTE4ZmNhZGU1Yzg4MT9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJmYmU0ZjQwNy03YzRhLTQyNmQtYWNmNC03M2QxNWRkM2JhYWQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjE4ZjhjYmMtNGUyZi00YTI4LWE0ZTAtN2M5NDE3MWYyYmEzIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqWTVZV015WXpGbExUZGhOemN0TkdJNFlpMDRNV0kxTFdSaU1EWXdNamRqTjJOaVlpSXNJbmR2Y210bWJHOTNTV1FpT2lKbVltVTBaalF3TnkwM1l6UmhMVFF5Tm1RdFlXTm1OQzAzTTJReE5XUmtNMkpoWVdRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTmpFNFpqaGpZbU10TkdVeVppMDBZVEk0TFdFMFpUQXROMk01TkRFM01XWXlZbUV6SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -438,7 +570,7 @@ "no-cache" ], "x-ms-request-id": [ - "ea8f993f-dc9e-4e0c-b290-184feb1b8f57" + "650f5e54-58d8-407b-aba7-314d063331f3" ], "X-Content-Type-Options": [ "nosniff" @@ -456,41 +588,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-correlation-request-id": [ - "55cb1698-3b83-4b25-b596-a1c3bfe72812" + "7a0c2501-beda-4319-b120-d5f2bf884ca0" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T233726Z:55cb1698-3b83-4b25-b596-a1c3bfe72812" + "WESTUS:20200623T233513Z:7a0c2501-beda-4319-b120-d5f2bf884ca0" ], "Date": [ - "Wed, 03 Jul 2019 23:37:25 GMT" + "Tue, 23 Jun 2020 23:35:13 GMT" ], "Content-Length": [ - "446" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/microsoft.storagesync/storageSyncServices/sssps1715/workflow/886dbb91-04c7-4b5a-8638-f1ce6dd3d66e/operationresults/08170cd4-dab1-40b4-a08b-18fcade5c881\",\r\n \"name\": \"08170cd4-dab1-40b4-a08b-18fcade5c881\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T23:37:15.5527563Z\",\r\n \"endTime\": \"2019-07-03T23:37:19.0360406Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJmYmU0ZjQwNy03YzRhLTQyNmQtYWNmNC03M2QxNWRkM2JhYWQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjE4ZjhjYmMtNGUyZi00YTI4LWE0ZTAtN2M5NDE3MWYyYmEzIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJmYmU0ZjQwNy03YzRhLTQyNmQtYWNmNC03M2QxNWRkM2JhYWQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjE4ZjhjYmMtNGUyZi00YTI4LWE0ZTAtN2M5NDE3MWYyYmEzIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:35:04.7910359Z\",\r\n \"endTime\": \"2020-06-23T23:35:08.3145321Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/Microsoft.StorageSync/storageSyncServices/sssps1715/registeredServers/ab70cec8-226f-4b2e-858b-bff314dce3a1?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTU5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczE3MTUvcmVnaXN0ZXJlZFNlcnZlcnMvYWI3MGNlYzgtMjI2Zi00YjJlLTg1OGItYmZmMzE0ZGNlM2ExP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7302/providers/Microsoft.StorageSync/storageSyncServices/sssps5971/registeredServers/77b976f6-9b42-4be7-80eb-e35ac5bff883?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzMwMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1OTcxL3JlZ2lzdGVyZWRTZXJ2ZXJzLzc3Yjk3NmY2LTliNDItNGJlNy04MGViLWUzNWFjNWJmZjg4Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -501,7 +633,7 @@ "no-cache" ], "x-ms-request-id": [ - "7797b220-a1e0-49bf-8fd4-ea210171c5e5" + "5526a298-17f8-494d-843a-94cd0ac82545" ], "X-Content-Type-Options": [ "nosniff" @@ -519,47 +651,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11996" ], "x-ms-correlation-request-id": [ - "934b2f6f-6618-4a5c-afc3-15156c1a8532" + "149f9823-5ef3-4eef-80cf-9b31aea1cc50" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T233726Z:934b2f6f-6618-4a5c-afc3-15156c1a8532" + "WESTUS:20200623T233513Z:149f9823-5ef3-4eef-80cf-9b31aea1cc50" ], "Date": [ - "Wed, 03 Jul 2019 23:37:25 GMT" + "Tue, 23 Jun 2020 23:35:13 GMT" ], "Content-Length": [ - "13367" + "13498" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": null,\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"agentVersionStatus\": null,\r\n \"agentVersionExpirationDate\": null,\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2019-07-03T16:37:18.8328686-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"ab70cec8-226f-4b2e-858b-bff314dce3a1\",\r\n \"storageSyncServiceUid\": \"281186bc-69dd-4397-82a3-d13b0b8f2b7f\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps1715/workflows/886dbb91-04c7-4b5a-8638-f1ce6dd3d66e\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/microsoft.storagesync/storageSyncServices/sssps1715/registeredServers/ab70cec8-226f-4b2e-858b-bff314dce3a1\",\r\n \"name\": \"ab70cec8-226f-4b2e-858b-bff314dce3a1\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2020-06-23T16:35:08.0795163-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"77b976f6-9b42-4be7-80eb-e35ac5bff883\",\r\n \"storageSyncServiceUid\": \"69ac2c1e-7a77-4b8b-81b5-db06027c7cbb\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps5971/workflows/fbe4f407-7c4a-426d-acf4-73d15dd3baad\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\",\r\n \"monitoringEndpointUri\": \"https://euap01.afs.azure.net:443/\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7302/providers/microsoft.storagesync/storageSyncServices/sssps5971/registeredServers/77b976f6-9b42-4be7-80eb-e35ac5bff883\",\r\n \"name\": \"77b976f6-9b42-4be7-80eb-e35ac5bff883\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/Microsoft.StorageSync/storageSyncServices/sssps1715/registeredServers?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTU5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczE3MTUvcmVnaXN0ZXJlZFNlcnZlcnM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7302/providers/Microsoft.StorageSync/storageSyncServices/sssps5971/registeredServers?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzMwMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1OTcxL3JlZ2lzdGVyZWRTZXJ2ZXJzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "50a61dd0-6c75-46a5-bd38-8d992916aaa1" + "24817bfd-ae57-4ccc-ac48-2c8d1b7203c4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -570,7 +702,7 @@ "no-cache" ], "x-ms-request-id": [ - "56505458-5946-4dc4-9b64-6944ac5f25bc" + "3e46afb0-dc06-47b8-bb1a-aebfc1c08c02" ], "X-Content-Type-Options": [ "nosniff" @@ -588,47 +720,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11995" ], "x-ms-correlation-request-id": [ - "c5721fca-27d5-4d29-8110-d6dc194b01de" + "aca4a00f-a637-4408-9a89-cae0b30209f6" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T233727Z:c5721fca-27d5-4d29-8110-d6dc194b01de" + "WESTUS:20200623T233514Z:aca4a00f-a637-4408-9a89-cae0b30209f6" ], "Date": [ - "Wed, 03 Jul 2019 23:37:26 GMT" + "Tue, 23 Jun 2020 23:35:13 GMT" ], "Content-Length": [ - "13379" + "13627" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"serverCertificate\": null,\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"agentVersionStatus\": null,\r\n \"agentVersionExpirationDate\": null,\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2019-07-03T16:37:18.8328686-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"ab70cec8-226f-4b2e-858b-bff314dce3a1\",\r\n \"storageSyncServiceUid\": \"281186bc-69dd-4397-82a3-d13b0b8f2b7f\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps1715/workflows/886dbb91-04c7-4b5a-8638-f1ce6dd3d66e\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/microsoft.storagesync/storageSyncServices/sssps1715/registeredServers/ab70cec8-226f-4b2e-858b-bff314dce3a1\",\r\n \"name\": \"ab70cec8-226f-4b2e-858b-bff314dce3a1\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2020-06-23T16:35:08.0795163-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"77b976f6-9b42-4be7-80eb-e35ac5bff883\",\r\n \"storageSyncServiceUid\": \"69ac2c1e-7a77-4b8b-81b5-db06027c7cbb\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps5971/workflows/fbe4f407-7c4a-426d-acf4-73d15dd3baad\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\",\r\n \"monitoringEndpointUri\": \"https://euap01.afs.azure.net:443/\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7302/providers/microsoft.storagesync/storageSyncServices/sssps5971/registeredServers/77b976f6-9b42-4be7-80eb-e35ac5bff883\",\r\n \"name\": \"77b976f6-9b42-4be7-80eb-e35ac5bff883\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/Microsoft.StorageSync/storageSyncServices/sssps1715/registeredServers/ab70cec8-226f-4b2e-858b-bff314dce3a1?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTU5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczE3MTUvcmVnaXN0ZXJlZFNlcnZlcnMvYWI3MGNlYzgtMjI2Zi00YjJlLTg1OGItYmZmMzE0ZGNlM2ExP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7302/providers/Microsoft.StorageSync/storageSyncServices/sssps5971/registeredServers/77b976f6-9b42-4be7-80eb-e35ac5bff883?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzMwMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1OTcxL3JlZ2lzdGVyZWRTZXJ2ZXJzLzc3Yjk3NmY2LTliNDItNGJlNy04MGViLWUzNWFjNWJmZjg4Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8175930d-f4d7-47d6-a2c3-098f0b0b5945" + "e96a91a3-295a-4388-957c-cbb7c655abba" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -639,16 +771,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/microsoft.storagesync/storageSyncServices/sssps1715/workflows/0c7d6429-de1e-43ca-851d-41afcf6d39ac/operationresults/299d9160-8851-4df5-9eb6-4be92a27ece5?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJmYmZjNTVmMC03NmMzLTQ2MDgtODZmZS0wMzIwOWZkNjM1YjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjBjYzY5ODAtNjdjOC00ZDYyLWFlZDAtOWQxMTJhOTY2N2JiIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/microsoft.storagesync/storageSyncServices/sssps1715/workflows/0c7d6429-de1e-43ca-851d-41afcf6d39ac/operations/299d9160-8851-4df5-9eb6-4be92a27ece5?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJmYmZjNTVmMC03NmMzLTQ2MDgtODZmZS0wMzIwOWZkNjM1YjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjBjYzY5ODAtNjdjOC00ZDYyLWFlZDAtOWQxMTJhOTY2N2JiIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "03a70c49-1155-4da4-b863-a05d62dc6afe" + "104e717b-a13f-48f2-8cfd-ddcc93d4a569" ], "X-Content-Type-Options": [ "nosniff" @@ -666,16 +798,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14998" ], "x-ms-correlation-request-id": [ - "f2bcec5a-be4a-4f9a-af3b-d0ebd8cd23c0" + "1bff8376-c879-49a1-b844-8b5fd102dc58" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T233727Z:f2bcec5a-be4a-4f9a-af3b-d0ebd8cd23c0" + "WESTUS:20200623T233514Z:1bff8376-c879-49a1-b844-8b5fd102dc58" ], "Date": [ - "Wed, 03 Jul 2019 23:37:26 GMT" + "Tue, 23 Jun 2020 23:35:14 GMT" ], "Expires": [ "-1" @@ -688,16 +820,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/microsoft.storagesync/storageSyncServices/sssps1715/workflows/0c7d6429-de1e-43ca-851d-41afcf6d39ac/operations/299d9160-8851-4df5-9eb6-4be92a27ece5?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTU5L3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczE3MTUvd29ya2Zsb3dzLzBjN2Q2NDI5LWRlMWUtNDNjYS04NTFkLTQxYWZjZjZkMzlhYy9vcGVyYXRpb25zLzI5OWQ5MTYwLTg4NTEtNGRmNS05ZWI2LTRiZTkyYTI3ZWNlNT9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJmYmZjNTVmMC03NmMzLTQ2MDgtODZmZS0wMzIwOWZkNjM1YjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjBjYzY5ODAtNjdjOC00ZDYyLWFlZDAtOWQxMTJhOTY2N2JiIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqWTVZV015WXpGbExUZGhOemN0TkdJNFlpMDRNV0kxTFdSaU1EWXdNamRqTjJOaVlpSXNJbmR2Y210bWJHOTNTV1FpT2lKbVltWmpOVFZtTUMwM05tTXpMVFEyTURndE9EWm1aUzB3TXpJd09XWmtOak0xWWpjaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWWpCall6WTVPREF0Tmpkak9DMDBaRFl5TFdGbFpEQXRPV1F4TVRKaE9UWTJOMkppSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -708,7 +840,7 @@ "no-cache" ], "x-ms-request-id": [ - "527ffb43-0fc4-4a92-ab5d-009b30ba50b3" + "eb83c455-f2f2-42d2-ac76-5e52ab82b084" ], "X-Content-Type-Options": [ "nosniff" @@ -726,41 +858,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11994" ], "x-ms-correlation-request-id": [ - "51cdfada-25ef-41ca-9b8b-f95dbefffac1" + "e9267aef-57d3-4813-855d-1478c7560de7" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T233737Z:51cdfada-25ef-41ca-9b8b-f95dbefffac1" + "WESTUS:20200623T233524Z:e9267aef-57d3-4813-855d-1478c7560de7" ], "Date": [ - "Wed, 03 Jul 2019 23:37:36 GMT" + "Tue, 23 Jun 2020 23:35:24 GMT" ], "Content-Length": [ - "446" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/microsoft.storagesync/storageSyncServices/sssps1715/workflow/0c7d6429-de1e-43ca-851d-41afcf6d39ac/operationresults/299d9160-8851-4df5-9eb6-4be92a27ece5\",\r\n \"name\": \"299d9160-8851-4df5-9eb6-4be92a27ece5\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:37:28.3468999Z\",\r\n \"endTime\": \"2019-07-03T23:37:31.8712669Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJmYmZjNTVmMC03NmMzLTQ2MDgtODZmZS0wMzIwOWZkNjM1YjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjBjYzY5ODAtNjdjOC00ZDYyLWFlZDAtOWQxMTJhOTY2N2JiIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJmYmZjNTVmMC03NmMzLTQ2MDgtODZmZS0wMzIwOWZkNjM1YjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjBjYzY5ODAtNjdjOC00ZDYyLWFlZDAtOWQxMTJhOTY2N2JiIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:35:15.0097268Z\",\r\n \"endTime\": \"2020-06-23T23:35:18.5856633Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/microsoft.storagesync/storageSyncServices/sssps1715/workflows/0c7d6429-de1e-43ca-851d-41afcf6d39ac/operations/299d9160-8851-4df5-9eb6-4be92a27ece5?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTU5L3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczE3MTUvd29ya2Zsb3dzLzBjN2Q2NDI5LWRlMWUtNDNjYS04NTFkLTQxYWZjZjZkMzlhYy9vcGVyYXRpb25zLzI5OWQ5MTYwLTg4NTEtNGRmNS05ZWI2LTRiZTkyYTI3ZWNlNT9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJmYmZjNTVmMC03NmMzLTQ2MDgtODZmZS0wMzIwOWZkNjM1YjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjBjYzY5ODAtNjdjOC00ZDYyLWFlZDAtOWQxMTJhOTY2N2JiIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqWTVZV015WXpGbExUZGhOemN0TkdJNFlpMDRNV0kxTFdSaU1EWXdNamRqTjJOaVlpSXNJbmR2Y210bWJHOTNTV1FpT2lKbVltWmpOVFZtTUMwM05tTXpMVFEyTURndE9EWm1aUzB3TXpJd09XWmtOak0xWWpjaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWWpCall6WTVPREF0Tmpkak9DMDBaRFl5TFdGbFpEQXRPV1F4TVRKaE9UWTJOMkppSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -771,7 +903,7 @@ "no-cache" ], "x-ms-request-id": [ - "e9d1a46f-a62e-42da-b7cb-683aa0c94a35" + "25ba9aa0-92e3-4f17-ab4a-ca73dd8d451d" ], "X-Content-Type-Options": [ "nosniff" @@ -789,41 +921,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11993" ], "x-ms-correlation-request-id": [ - "1168cd11-be75-41cd-8aed-47b02b487d6e" + "3180246e-d998-41cf-ae17-ddcdffe2d2e8" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T233748Z:1168cd11-be75-41cd-8aed-47b02b487d6e" + "WESTUS:20200623T233535Z:3180246e-d998-41cf-ae17-ddcdffe2d2e8" ], "Date": [ - "Wed, 03 Jul 2019 23:37:47 GMT" + "Tue, 23 Jun 2020 23:35:34 GMT" ], "Content-Length": [ - "446" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/microsoft.storagesync/storageSyncServices/sssps1715/workflow/0c7d6429-de1e-43ca-851d-41afcf6d39ac/operationresults/299d9160-8851-4df5-9eb6-4be92a27ece5\",\r\n \"name\": \"299d9160-8851-4df5-9eb6-4be92a27ece5\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:37:28.3468999Z\",\r\n \"endTime\": \"2019-07-03T23:37:31.8712669Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJmYmZjNTVmMC03NmMzLTQ2MDgtODZmZS0wMzIwOWZkNjM1YjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjBjYzY5ODAtNjdjOC00ZDYyLWFlZDAtOWQxMTJhOTY2N2JiIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJmYmZjNTVmMC03NmMzLTQ2MDgtODZmZS0wMzIwOWZkNjM1YjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjBjYzY5ODAtNjdjOC00ZDYyLWFlZDAtOWQxMTJhOTY2N2JiIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:35:15.0097268Z\",\r\n \"endTime\": \"2020-06-23T23:35:18.5856633Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/microsoft.storagesync/storageSyncServices/sssps1715/workflows/0c7d6429-de1e-43ca-851d-41afcf6d39ac/operations/299d9160-8851-4df5-9eb6-4be92a27ece5?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTU5L3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczE3MTUvd29ya2Zsb3dzLzBjN2Q2NDI5LWRlMWUtNDNjYS04NTFkLTQxYWZjZjZkMzlhYy9vcGVyYXRpb25zLzI5OWQ5MTYwLTg4NTEtNGRmNS05ZWI2LTRiZTkyYTI3ZWNlNT9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJmYmZjNTVmMC03NmMzLTQ2MDgtODZmZS0wMzIwOWZkNjM1YjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjBjYzY5ODAtNjdjOC00ZDYyLWFlZDAtOWQxMTJhOTY2N2JiIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqWTVZV015WXpGbExUZGhOemN0TkdJNFlpMDRNV0kxTFdSaU1EWXdNamRqTjJOaVlpSXNJbmR2Y210bWJHOTNTV1FpT2lKbVltWmpOVFZtTUMwM05tTXpMVFEyTURndE9EWm1aUzB3TXpJd09XWmtOak0xWWpjaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWWpCall6WTVPREF0Tmpkak9DMDBaRFl5TFdGbFpEQXRPV1F4TVRKaE9UWTJOMkppSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -834,7 +966,7 @@ "no-cache" ], "x-ms-request-id": [ - "7fdecfb4-738e-4bbd-b29b-288fdedf1c98" + "b77c9dd9-7f8a-4af8-957c-420b6a44b510" ], "X-Content-Type-Options": [ "nosniff" @@ -852,41 +984,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11992" ], "x-ms-correlation-request-id": [ - "d164b775-e270-4f75-9a6e-aa7477c70a8c" + "b0fdceb8-d710-4331-810c-0e77c537303b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T233758Z:d164b775-e270-4f75-9a6e-aa7477c70a8c" + "WESTUS:20200623T233545Z:b0fdceb8-d710-4331-810c-0e77c537303b" ], "Date": [ - "Wed, 03 Jul 2019 23:37:58 GMT" + "Tue, 23 Jun 2020 23:35:44 GMT" ], "Content-Length": [ - "446" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/microsoft.storagesync/storageSyncServices/sssps1715/workflow/0c7d6429-de1e-43ca-851d-41afcf6d39ac/operationresults/299d9160-8851-4df5-9eb6-4be92a27ece5\",\r\n \"name\": \"299d9160-8851-4df5-9eb6-4be92a27ece5\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:37:28.3468999Z\",\r\n \"endTime\": \"2019-07-03T23:37:31.8712669Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJmYmZjNTVmMC03NmMzLTQ2MDgtODZmZS0wMzIwOWZkNjM1YjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjBjYzY5ODAtNjdjOC00ZDYyLWFlZDAtOWQxMTJhOTY2N2JiIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJmYmZjNTVmMC03NmMzLTQ2MDgtODZmZS0wMzIwOWZkNjM1YjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjBjYzY5ODAtNjdjOC00ZDYyLWFlZDAtOWQxMTJhOTY2N2JiIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:35:15.0097268Z\",\r\n \"endTime\": \"2020-06-23T23:35:18.5856633Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/microsoft.storagesync/storageSyncServices/sssps1715/workflows/0c7d6429-de1e-43ca-851d-41afcf6d39ac/operations/299d9160-8851-4df5-9eb6-4be92a27ece5?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTU5L3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczE3MTUvd29ya2Zsb3dzLzBjN2Q2NDI5LWRlMWUtNDNjYS04NTFkLTQxYWZjZjZkMzlhYy9vcGVyYXRpb25zLzI5OWQ5MTYwLTg4NTEtNGRmNS05ZWI2LTRiZTkyYTI3ZWNlNT9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJmYmZjNTVmMC03NmMzLTQ2MDgtODZmZS0wMzIwOWZkNjM1YjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjBjYzY5ODAtNjdjOC00ZDYyLWFlZDAtOWQxMTJhOTY2N2JiIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqWTVZV015WXpGbExUZGhOemN0TkdJNFlpMDRNV0kxTFdSaU1EWXdNamRqTjJOaVlpSXNJbmR2Y210bWJHOTNTV1FpT2lKbVltWmpOVFZtTUMwM05tTXpMVFEyTURndE9EWm1aUzB3TXpJd09XWmtOak0xWWpjaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWWpCall6WTVPREF0Tmpkak9DMDBaRFl5TFdGbFpEQXRPV1F4TVRKaE9UWTJOMkppSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -897,7 +1029,7 @@ "no-cache" ], "x-ms-request-id": [ - "75fa56d3-297e-4b82-97e7-02847c33cdeb" + "04e9263a-6b7d-4f86-a4f3-a2bbf9a02b99" ], "X-Content-Type-Options": [ "nosniff" @@ -915,41 +1047,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11991" ], "x-ms-correlation-request-id": [ - "f10b40cf-7074-497c-8bfd-e72045de9e41" + "5dcd05a2-cd6a-49e8-80f1-47620450f6fc" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T233808Z:f10b40cf-7074-497c-8bfd-e72045de9e41" + "WESTUS:20200623T233555Z:5dcd05a2-cd6a-49e8-80f1-47620450f6fc" ], "Date": [ - "Wed, 03 Jul 2019 23:38:08 GMT" + "Tue, 23 Jun 2020 23:35:54 GMT" ], "Content-Length": [ - "446" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/microsoft.storagesync/storageSyncServices/sssps1715/workflow/0c7d6429-de1e-43ca-851d-41afcf6d39ac/operationresults/299d9160-8851-4df5-9eb6-4be92a27ece5\",\r\n \"name\": \"299d9160-8851-4df5-9eb6-4be92a27ece5\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:37:28.3468999Z\",\r\n \"endTime\": \"2019-07-03T23:37:31.8712669Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJmYmZjNTVmMC03NmMzLTQ2MDgtODZmZS0wMzIwOWZkNjM1YjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjBjYzY5ODAtNjdjOC00ZDYyLWFlZDAtOWQxMTJhOTY2N2JiIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJmYmZjNTVmMC03NmMzLTQ2MDgtODZmZS0wMzIwOWZkNjM1YjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjBjYzY5ODAtNjdjOC00ZDYyLWFlZDAtOWQxMTJhOTY2N2JiIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:35:15.0097268Z\",\r\n \"endTime\": \"2020-06-23T23:35:18.5856633Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/microsoft.storagesync/storageSyncServices/sssps1715/workflows/0c7d6429-de1e-43ca-851d-41afcf6d39ac/operations/299d9160-8851-4df5-9eb6-4be92a27ece5?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTU5L3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczE3MTUvd29ya2Zsb3dzLzBjN2Q2NDI5LWRlMWUtNDNjYS04NTFkLTQxYWZjZjZkMzlhYy9vcGVyYXRpb25zLzI5OWQ5MTYwLTg4NTEtNGRmNS05ZWI2LTRiZTkyYTI3ZWNlNT9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJmYmZjNTVmMC03NmMzLTQ2MDgtODZmZS0wMzIwOWZkNjM1YjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjBjYzY5ODAtNjdjOC00ZDYyLWFlZDAtOWQxMTJhOTY2N2JiIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqWTVZV015WXpGbExUZGhOemN0TkdJNFlpMDRNV0kxTFdSaU1EWXdNamRqTjJOaVlpSXNJbmR2Y210bWJHOTNTV1FpT2lKbVltWmpOVFZtTUMwM05tTXpMVFEyTURndE9EWm1aUzB3TXpJd09XWmtOak0xWWpjaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWWpCall6WTVPREF0Tmpkak9DMDBaRFl5TFdGbFpEQXRPV1F4TVRKaE9UWTJOMkppSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -960,7 +1092,7 @@ "no-cache" ], "x-ms-request-id": [ - "dd61f428-0eaa-4188-8d29-24902b65d03e" + "4060438e-deba-4826-ae92-81261548755c" ], "X-Content-Type-Options": [ "nosniff" @@ -978,41 +1110,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11990" ], "x-ms-correlation-request-id": [ - "9315529b-54ee-4eb7-9c40-b091257212ca" + "b6a65c62-0af2-4957-af01-d6b02dbf1240" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T233819Z:9315529b-54ee-4eb7-9c40-b091257212ca" + "WESTUS:20200623T233605Z:b6a65c62-0af2-4957-af01-d6b02dbf1240" ], "Date": [ - "Wed, 03 Jul 2019 23:38:18 GMT" + "Tue, 23 Jun 2020 23:36:05 GMT" ], "Content-Length": [ - "446" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/microsoft.storagesync/storageSyncServices/sssps1715/workflow/0c7d6429-de1e-43ca-851d-41afcf6d39ac/operationresults/299d9160-8851-4df5-9eb6-4be92a27ece5\",\r\n \"name\": \"299d9160-8851-4df5-9eb6-4be92a27ece5\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T23:37:28.3468999Z\",\r\n \"endTime\": \"2019-07-03T23:38:16.9475367Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJmYmZjNTVmMC03NmMzLTQ2MDgtODZmZS0wMzIwOWZkNjM1YjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjBjYzY5ODAtNjdjOC00ZDYyLWFlZDAtOWQxMTJhOTY2N2JiIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJmYmZjNTVmMC03NmMzLTQ2MDgtODZmZS0wMzIwOWZkNjM1YjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjBjYzY5ODAtNjdjOC00ZDYyLWFlZDAtOWQxMTJhOTY2N2JiIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:35:15.0097268Z\",\r\n \"endTime\": \"2020-06-23T23:36:03.6625604Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/microsoft.storagesync/storageSyncServices/sssps1715/workflows/0c7d6429-de1e-43ca-851d-41afcf6d39ac/operationresults/299d9160-8851-4df5-9eb6-4be92a27ece5?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTU5L3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczE3MTUvd29ya2Zsb3dzLzBjN2Q2NDI5LWRlMWUtNDNjYS04NTFkLTQxYWZjZjZkMzlhYy9vcGVyYXRpb25yZXN1bHRzLzI5OWQ5MTYwLTg4NTEtNGRmNS05ZWI2LTRiZTkyYTI3ZWNlNT9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiJmYmZjNTVmMC03NmMzLTQ2MDgtODZmZS0wMzIwOWZkNjM1YjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjBjYzY5ODAtNjdjOC00ZDYyLWFlZDAtOWQxMTJhOTY2N2JiIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqWTVZV015WXpGbExUZGhOemN0TkdJNFlpMDRNV0kxTFdSaU1EWXdNamRqTjJOaVlpSXNJbmR2Y210bWJHOTNTV1FpT2lKbVltWmpOVFZtTUMwM05tTXpMVFEyTURndE9EWm1aUzB3TXpJd09XWmtOak0xWWpjaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWWpCall6WTVPREF0Tmpkak9DMDBaRFl5TFdGbFpEQXRPV1F4TVRKaE9UWTJOMkppSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1023,7 +1155,7 @@ "no-cache" ], "x-ms-request-id": [ - "24dd101d-304a-4f78-a497-b47d730c0f00" + "5a234c31-635c-4c2d-8bbd-ba6e7ea0876a" ], "X-Content-Type-Options": [ "nosniff" @@ -1041,16 +1173,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11989" ], "x-ms-correlation-request-id": [ - "e569a3ac-876d-4eaa-8721-d4f09f44d71f" + "44baaeee-f34c-46dd-82f3-76d83a5b73bd" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T233819Z:e569a3ac-876d-4eaa-8721-d4f09f44d71f" + "WESTUS:20200623T233606Z:44baaeee-f34c-46dd-82f3-76d83a5b73bd" ], "Date": [ - "Wed, 03 Jul 2019 23:38:19 GMT" + "Tue, 23 Jun 2020 23:36:05 GMT" ], "Expires": [ "-1" @@ -1063,22 +1195,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/Microsoft.StorageSync/storageSyncServices/sssps1715?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTU5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczE3MTU/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7302/providers/Microsoft.StorageSync/storageSyncServices/sssps5971?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzMwMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1OTcxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0f59fa6b-3de3-47a8-b170-5333db8a1c1c" + "a9efe675-c07e-431b-9269-e25f35065c9d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1088,8 +1220,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiI4OTg4NGZjYy01ZGExLTQyYmQtYWMyYi1kZjU4ZmRiYWM5ZjEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjg5MTk3YTAtNGE3OC00ZGY4LTlkMDgtNDQzYWFhOWI5MmJhIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiI4OTg4NGZjYy01ZGExLTQyYmQtYWMyYi1kZjU4ZmRiYWM5ZjEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjg5MTk3YTAtNGE3OC00ZGY4LTlkMDgtNDQzYWFhOWI5MmJhIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "fb00f060-ec37-48e0-9fa4-02534ec5d623" + "474b9a2e-e32b-4c56-a5dc-da06b9b1e5fd" ], "X-Content-Type-Options": [ "nosniff" @@ -1107,16 +1248,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14997" ], "x-ms-correlation-request-id": [ - "255e7de1-ce66-46e8-863e-bbbeb7bc1d4e" + "2a5df403-5d55-4e4c-a0e6-2c0dadf1106e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T233820Z:255e7de1-ce66-46e8-863e-bbbeb7bc1d4e" + "WESTUS:20200623T233606Z:2a5df403-5d55-4e4c-a0e6-2c0dadf1106e" ], "Date": [ - "Wed, 03 Jul 2019 23:38:19 GMT" + "Tue, 23 Jun 2020 23:36:05 GMT" ], "Expires": [ "-1" @@ -1126,25 +1267,148 @@ ] }, "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiI4OTg4NGZjYy01ZGExLTQyYmQtYWMyYi1kZjU4ZmRiYWM5ZjEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjg5MTk3YTAtNGE3OC00ZGY4LTlkMDgtNDQzYWFhOWI5MmJhIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqWTVZV015WXpGbExUZGhOemN0TkdJNFlpMDRNV0kxTFdSaU1EWXdNamRqTjJOaVlpSXNJbmR2Y210bWJHOTNTV1FpT2lJNE9UZzROR1pqWXkwMVpHRXhMVFF5WW1RdFlXTXlZaTFrWmpVNFptUmlZV001WmpFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTmpnNU1UazNZVEF0TkdFM09DMDBaR1k0TFRsa01EZ3RORFF6WVdGaE9XSTVNbUpoSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "5f71fde2-f776-40a1-8189-649b7c931da1" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11988" + ], + "x-ms-correlation-request-id": [ + "8112ea45-dd12-42cb-85d3-f115a91966ae" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T233616Z:8112ea45-dd12-42cb-85d3-f115a91966ae" + ], + "Date": [ + "Tue, 23 Jun 2020 23:36:15 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiI4OTg4NGZjYy01ZGExLTQyYmQtYWMyYi1kZjU4ZmRiYWM5ZjEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjg5MTk3YTAtNGE3OC00ZGY4LTlkMDgtNDQzYWFhOWI5MmJhIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiI4OTg4NGZjYy01ZGExLTQyYmQtYWMyYi1kZjU4ZmRiYWM5ZjEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjg5MTk3YTAtNGE3OC00ZGY4LTlkMDgtNDQzYWFhOWI5MmJhIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:36:07.0075584Z\",\r\n \"endTime\": \"2020-06-23T23:36:12.7951028Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTU5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcz9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY5YWMyYzFlLTdhNzctNGI4Yi04MWI1LWRiMDYwMjdjN2NiYiIsIndvcmtmbG93SWQiOiI4OTg4NGZjYy01ZGExLTQyYmQtYWMyYi1kZjU4ZmRiYWM5ZjEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjg5MTk3YTAtNGE3OC00ZGY4LTlkMDgtNDQzYWFhOWI5MmJhIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqWTVZV015WXpGbExUZGhOemN0TkdJNFlpMDRNV0kxTFdSaU1EWXdNamRqTjJOaVlpSXNJbmR2Y210bWJHOTNTV1FpT2lJNE9UZzROR1pqWXkwMVpHRXhMVFF5WW1RdFlXTXlZaTFrWmpVNFptUmlZV001WmpFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTmpnNU1UazNZVEF0TkdFM09DMDBaR1k0TFRsa01EZ3RORFF6WVdGaE9XSTVNbUpoSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "ce7e12ac-691b-4ccc-97bd-c981590f7b78" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11987" + ], + "x-ms-correlation-request-id": [ + "b1cd1c3f-3ac1-4b2f-b78d-4fde12dd3acc" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T233617Z:b1cd1c3f-3ac1-4b2f-b78d-4fde12dd3acc" + ], + "Date": [ + "Tue, 23 Jun 2020 23:36:16 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7302/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzMwMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ea5eab96-455d-471c-88e8-852ae1068f7f" + "95e149e6-c99b-4eea-9ad0-355bbebe1d76" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1154,57 +1418,66 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" - ], "x-ms-request-id": [ - "d4841b04-fa47-49d8-90e8-a9a1166d417c" + "979832d6-c58b-4a9b-974d-de488b1e7f59" ], - "x-ms-correlation-request-id": [ - "d4841b04-fa47-49d8-90e8-a9a1166d417c" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T233820Z:d4841b04-fa47-49d8-90e8-a9a1166d417c" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-correlation-request-id": [ + "df022eed-3a19-461e-b0de-667c4237fd45" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T233617Z:df022eed-3a19-461e-b0de-667c4237fd45" ], "Date": [ - "Wed, 03 Jul 2019 23:38:19 GMT" + "Tue, 23 Jun 2020 23:36:16 GMT" + ], + "Content-Length": [ + "19" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps159?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMTU5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps7302?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNzMwMj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9e9e2fb7-ffe6-4048-afe1-8c81f9ec0e35" + "f73466f1-f66a-45ae-aa7f-a9e9980cb6e4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1215,22 +1488,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzczMDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "14996" ], "x-ms-request-id": [ - "dc084ceb-a36c-4032-a86d-5f7b1af3cac8" + "71e63c15-08ed-4e7d-9977-2d889008e936" ], "x-ms-correlation-request-id": [ - "dc084ceb-a36c-4032-a86d-5f7b1af3cac8" + "71e63c15-08ed-4e7d-9977-2d889008e936" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T233821Z:dc084ceb-a36c-4032-a86d-5f7b1af3cac8" + "WESTUS:20200623T233617Z:71e63c15-08ed-4e7d-9977-2d889008e936" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1239,7 +1512,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:38:21 GMT" + "Tue, 23 Jun 2020 23:36:16 GMT" ], "Expires": [ "-1" @@ -1252,16 +1525,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMU9TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzczMDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjek1ESXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1272,22 +1545,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzczMDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11985" ], "x-ms-request-id": [ - "1099a29a-16ba-4ed7-a26e-ddf425c810f7" + "2493f265-ac53-4c10-8825-48c0afb43c10" ], "x-ms-correlation-request-id": [ - "1099a29a-16ba-4ed7-a26e-ddf425c810f7" + "2493f265-ac53-4c10-8825-48c0afb43c10" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T233836Z:1099a29a-16ba-4ed7-a26e-ddf425c810f7" + "WESTUS:20200623T233632Z:2493f265-ac53-4c10-8825-48c0afb43c10" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1296,7 +1569,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:38:35 GMT" + "Tue, 23 Jun 2020 23:36:32 GMT" ], "Expires": [ "-1" @@ -1309,16 +1582,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMU9TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzczMDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjek1ESXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1329,22 +1602,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzczMDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11984" ], "x-ms-request-id": [ - "5d4d3ba4-fcfc-4b51-8fa6-e143b271acb7" + "7496ce6e-0c52-4eab-9b5c-66aca885668c" ], "x-ms-correlation-request-id": [ - "5d4d3ba4-fcfc-4b51-8fa6-e143b271acb7" + "7496ce6e-0c52-4eab-9b5c-66aca885668c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T233851Z:5d4d3ba4-fcfc-4b51-8fa6-e143b271acb7" + "WESTUS:20200623T233647Z:7496ce6e-0c52-4eab-9b5c-66aca885668c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1353,7 +1626,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:38:50 GMT" + "Tue, 23 Jun 2020 23:36:47 GMT" ], "Expires": [ "-1" @@ -1366,16 +1639,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMU9TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzczMDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjek1ESXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1386,16 +1659,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11983" ], "x-ms-request-id": [ - "310b0aa7-50cc-43ef-977f-a2b08c6aae5c" + "f3197732-a6ed-4b2b-bfba-994cc9b070a1" ], "x-ms-correlation-request-id": [ - "310b0aa7-50cc-43ef-977f-a2b08c6aae5c" + "f3197732-a6ed-4b2b-bfba-994cc9b070a1" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T233906Z:310b0aa7-50cc-43ef-977f-a2b08c6aae5c" + "WESTUS:20200623T233702Z:f3197732-a6ed-4b2b-bfba-994cc9b070a1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1404,7 +1677,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:39:06 GMT" + "Tue, 23 Jun 2020 23:37:02 GMT" ], "Expires": [ "-1" @@ -1417,16 +1690,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMU9TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzczMDItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjek1ESXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1437,16 +1710,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11982" ], "x-ms-request-id": [ - "25514c60-0919-4456-8927-1a33fa5bdf9b" + "b3c203de-7466-4405-8978-42d31788a830" ], "x-ms-correlation-request-id": [ - "25514c60-0919-4456-8927-1a33fa5bdf9b" + "b3c203de-7466-4405-8978-42d31788a830" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T233906Z:25514c60-0919-4456-8927-1a33fa5bdf9b" + "WESTUS:20200623T233702Z:b3c203de-7466-4405-8978-42d31788a830" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1455,7 +1728,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:39:06 GMT" + "Tue, 23 Jun 2020 23:37:02 GMT" ], "Expires": [ "-1" @@ -1470,14 +1743,14 @@ ], "Names": { "Test-GetRegisteredServers": [ - "ps159", - "ps1715" + "ps7302", + "ps5971" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "", - "SyncServerId": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps159/providers/Microsoft.StorageSync/storageSyncServices/sssps1715/registeredServers/AB70CEC8-226F-4B2E-858B-BFF314DCE3A1" + "SyncServerId": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7302/providers/Microsoft.StorageSync/storageSyncServices/sssps5971/registeredServers/77B976F6-9B42-4BE7-80EB-E35AC5BFF883" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestNewRegisteredServer.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestNewRegisteredServer.json index 4825bbe23724..c6f37a4d18aa 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestNewRegisteredServer.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestNewRegisteredServer.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d290e680-e81d-42dc-9c8b-28eafaea620d" + "fa35d1e6-84c1-4097-a23f-d0ecfcc6e23b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "e228f7cb-74f3-42de-8f8f-81458eebc8bc" + "1cfc82da-227f-42f3-ba0d-3200cda3eb88" ], "x-ms-correlation-request-id": [ - "e228f7cb-74f3-42de-8f8f-81458eebc8bc" + "1cfc82da-227f-42f3-ba0d-3200cda3eb88" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230858Z:e228f7cb-74f3-42de-8f8f-81458eebc8bc" + "WESTUS:20200623T231618Z:1cfc82da-227f-42f3-ba0d-3200cda3eb88" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:08:58 GMT" + "Tue, 23 Jun 2020 23:16:17 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\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\": \"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\": \"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\": \"notifyResourceJobs\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\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 ]\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-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-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-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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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-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-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 },\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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "703414a5-c094-43df-a9dd-943eac2eadf1" + "289d565f-db84-4a84-936f-6acbb9d9004d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "7c5e0425-50a9-49fd-97ee-1ca27298a3b9" + "0837bf88-9c61-465a-a736-44da7a431fd0" ], "x-ms-correlation-request-id": [ - "7c5e0425-50a9-49fd-97ee-1ca27298a3b9" + "0837bf88-9c61-465a-a736-44da7a431fd0" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230858Z:7c5e0425-50a9-49fd-97ee-1ca27298a3b9" + "WESTUS:20200623T231618Z:0837bf88-9c61-465a-a736-44da7a431fd0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:08:58 GMT" + "Tue, 23 Jun 2020 23:16:17 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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-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-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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 \"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 \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps4647?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNDY0Nz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps5621?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNTYyMT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b8b16214-39ce-4476-afa7-4ff52400361a" + "45cd8909-bea0-4f84-9e39-702c1c9232eb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,13 +156,13 @@ "1199" ], "x-ms-request-id": [ - "8ae4b626-c273-4bbe-ae91-cf14abc6dfaa" + "23e78ad8-21f4-418b-a60c-9ab866577ee9" ], "x-ms-correlation-request-id": [ - "8ae4b626-c273-4bbe-ae91-cf14abc6dfaa" + "23e78ad8-21f4-418b-a60c-9ab866577ee9" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230900Z:8ae4b626-c273-4bbe-ae91-cf14abc6dfaa" + "WESTUS:20200623T231618Z:23e78ad8-21f4-418b-a60c-9ab866577ee9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:09:00 GMT" + "Tue, 23 Jun 2020 23:16:18 GMT" ], "Content-Length": [ "165" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647\",\r\n \"name\": \"ps4647\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5621\",\r\n \"name\": \"ps5621\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps8346\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps2589\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "977537d1-81f0-4eb7-96e4-7daba3c9ad7a" + "36338b81-76c5-48b1-b6c9-88a99ca180f5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "27725fe6-dd82-4ae3-b2ae-e58c6592eeed" + "e569095a-1927-4f8c-8b49-db38caf45c7d" ], "X-Content-Type-Options": [ "nosniff" @@ -240,50 +240,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "8ba0f196-0ad8-49ae-a5ce-81bc52f50d5a" + "a77c363e-6d63-49ef-b768-96bd732f0d5e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230901Z:8ba0f196-0ad8-49ae-a5ce-81bc52f50d5a" + "WESTUS:20200623T231619Z:a77c363e-6d63-49ef-b768-96bd732f0d5e" ], "Date": [ - "Wed, 03 Jul 2019 23:09:00 GMT" + "Tue, 23 Jun 2020 23:16:19 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/Microsoft.StorageSync/storageSyncServices/sssps8346?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDY0Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4MzQ2P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5621/providers/Microsoft.StorageSync/storageSyncServices/sssps2589?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTYyMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNTg5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "397cfaee-0bd0-447b-b9ed-d0a383d5c577" + "63f57d93-11ad-437f-a577-29eaad8a609f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiIzY2YzMzhlNC02MTZiLTQwMGYtOTc5NS1jMDNhZmQ3ZTM4MzIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTIxMmFlNzAtNTdhNC00YmVmLWJmMjktZjg1MjlkMTcyMmMzIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiIzY2YzMzhlNC02MTZiLTQwMGYtOTc5NS1jMDNhZmQ3ZTM4MzIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTIxMmFlNzAtNTdhNC00YmVmLWJmMjktZjg1MjlkMTcyMmMzIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "c57281f3-d8a8-483a-879e-2e16d354f091" + "8dee5085-7f21-428f-8a32-8ea6daeafa8c" ], "X-Content-Type-Options": [ "nosniff" @@ -315,50 +324,173 @@ "1199" ], "x-ms-correlation-request-id": [ - "ffb220a1-3b81-4c19-9709-542b8a5d5c65" + "2c373a1e-77fc-4225-b049-f731caca7c0b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230902Z:ffb220a1-3b81-4c19-9709-542b8a5d5c65" + "WESTUS:20200623T231620Z:2c373a1e-77fc-4225-b049-f731caca7c0b" ], "Date": [ - "Wed, 03 Jul 2019 23:09:01 GMT" + "Tue, 23 Jun 2020 23:16:20 GMT" + ], + "Expires": [ + "-1" ], "Content-Length": [ - "329" + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiIzY2YzMzhlNC02MTZiLTQwMGYtOTc5NS1jMDNhZmQ3ZTM4MzIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTIxMmFlNzAtNTdhNC00YmVmLWJmMjktZjg1MjlkMTcyMmMzIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqWTFORGd3TXpNekxUUmhPRGd0TkRsak15MDVZbUptTFdVek5UTmxNelUzTURJMVlTSXNJbmR2Y210bWJHOTNTV1FpT2lJelkyWXpNemhsTkMwMk1UWmlMVFF3TUdZdE9UYzVOUzFqTUROaFptUTNaVE00TXpJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWlRJeE1tRmxOekF0TlRkaE5DMDBZbVZtTFdKbU1qa3RaamcxTWpsa01UY3lNbU16SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "4094fb94-7b3d-475a-abb4-9aeb92cda40f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "3af7f9e4-826b-4992-947e-9668ffd36f33" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T231630Z:3af7f9e4-826b-4992-947e-9668ffd36f33" + ], + "Date": [ + "Tue, 23 Jun 2020 23:16:30 GMT" + ], + "Content-Length": [ + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/microsoft.storagesync/storageSyncServices/sssps8346\",\r\n \"name\": \"sssps8346\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiIzY2YzMzhlNC02MTZiLTQwMGYtOTc5NS1jMDNhZmQ3ZTM4MzIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTIxMmFlNzAtNTdhNC00YmVmLWJmMjktZjg1MjlkMTcyMmMzIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiIzY2YzMzhlNC02MTZiLTQwMGYtOTc5NS1jMDNhZmQ3ZTM4MzIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTIxMmFlNzAtNTdhNC00YmVmLWJmMjktZjg1MjlkMTcyMmMzIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:16:22.2842656Z\",\r\n \"endTime\": \"2020-06-23T23:16:28.3822497Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/Microsoft.StorageSync/storageSyncServices/sssps8346/registeredServers/2fd5a932-2687-4c63-be05-4f357473cc12?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDY0Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4MzQ2L3JlZ2lzdGVyZWRTZXJ2ZXJzLzJmZDVhOTMyLTI2ODctNGM2My1iZTA1LTRmMzU3NDczY2MxMj9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5621/providers/Microsoft.StorageSync/storageSyncServices/sssps2589?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTYyMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNTg5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "50350377-c4f8-4b11-8cc7-ab9d95029626" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "3cb2b5f3-debc-4f68-ac7c-6c75ff2ea71b" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T231631Z:3cb2b5f3-debc-4f68-ac7c-6c75ff2ea71b" + ], + "Date": [ + "Tue, 23 Jun 2020 23:16:30 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps2589/workflows/3cf338e4-616b-400f-9795-c03afd7e3832\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5621/providers/microsoft.storagesync/storageSyncServices/sssps2589\",\r\n \"name\": \"sssps2589\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5621/providers/Microsoft.StorageSync/storageSyncServices/sssps2589/registeredServers/05b3d6b5-025e-4e80-8bd6-1b9a281315de?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTYyMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNTg5L3JlZ2lzdGVyZWRTZXJ2ZXJzLzA1YjNkNmI1LTAyNWUtNGU4MC04YmQ2LTFiOWEyODEzMTVkZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDGDCCAgCgAwIBAgIQZrMnSW/lG5xELR7EikisXDANBgkqhkiG9w0BAQ0FADA0MTIwMAYDVQQDEylhbmRyZXlhemRldm9wcy5yZWRtb25kLmNvcnAubWljcm9zb2Z0LmNvbTAeFw0xOTA1MjkwMjEyNDlaFw0yMDA1MjkwMjEyNDlaMDQxMjAwBgNVBAMTKWFuZHJleWF6ZGV2b3BzLnJlZG1vbmQuY29ycC5taWNyb3NvZnQuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzWEfgMvao6tCt/lexsMFViVxCCoJbLClwvqfWN79eFc3bmXBtERIvKTlb1TqAigp5VjP021TaQsyN/K2t8qr2rAdlaeJtCXNSILe3+ForYGcQOP0p802kFXkhMUojfX8jGs1BLQTsUoKN4UtuxWIhpb7Iw00rT7wchTg6Yk+ULCRFAlxOQHZI0drM13tDO4kz0BRbTCoSvazS3O570p8sMrWFra6P1/HG1f7sIQP5txw205siGb5FpB0u16qD/z0d7tfMGv+JIqAb6InI393dj2FtbzExkkiBUFXWaH9czGkAFyWuzkECb0WEEK+7oTOrLlo0dh0bp6nxlZ+G7FLfQIDAQABoyYwJDAiBgNVHSUBAf8EGDAWBggrBgEFBQcDAgYKKwYBBAGCNwoDDDANBgkqhkiG9w0BAQ0FAAOCAQEAEn8WHN0h00/Vem50CnwXwnty0vGwu2v3plD1m0mw+3jCtDUTa/tF/a7jTVTCtK6VdqNP6tp/f+GflNRmZWIK/6DIEntouzL++7M5hArcJj01t0S0Vc+0FN3b2wuBuJUYWxR5Q8bNHStOm7l6nXjQ96k1fH/L/hu0dmhciak8LUEIowhSiIpnB3C9AGFuPi9DqjKdWxxzIPLybiDidgUfGbcCNHaZXvcNqNq4zpzeFPTi3VBEOXHIJhk0fT3iWjwvBwtUxPJJs3FIRZFWQa/cgEvBWrYMem98lqKNdmGDJP11OmUeAqJQTe+iSX9pDFzpEj/lM/tIjEh9fwKXuoO1uw==\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"7/3/2019 4:09:02 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"2fd5a932-2687-4c63-be05-4f357473cc12\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDEDCCAfigAwIBAgIQHMX6MF8k1YRIo40AAPKx/TANBgkqhkiG9w0BAQ0FADAwMS4wLAYDVQQDEyVhbmt1c2hiLXZtMDIubnRkZXYuY29ycC5taWNyb3NvZnQuY29tMB4XDTIwMDEyNzE5NTkwN1oXDTIxMDEyNzE5NTkwN1owMDEuMCwGA1UEAxMlYW5rdXNoYi12bTAyLm50ZGV2LmNvcnAubWljcm9zb2Z0LmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOGKtANwb+dUXi5QVPKCUkpcWJ1/s18EqVBGRaQvIE518p7zWSfnk79FOerjfCT6kDBZPccnxBHK3hZZNgxrAkgv0LeDIEwHDvttYbcMfUzq1VviGnPuKWTsFkIAkG+8IehxX9eB/kBlkoyriziQXg4Bz74HBaQWlZeC65R6Tp8XcuO8HuKtnT3RfV6365pPHq4yp/N5e3NLxDoG1AKXEs8NtDkw2xOltLCu3qluV/AUX343pDEkLV3F8IOu3I7cU+NA/WzCF7UcZ8ZOhS5klMVNiUwCFsUdFUAXh9ufXEBs50IcVJlZU6ZUADbmrqaqpYtD94aKQeFsBlnou5s1A/kCAwEAAaMmMCQwIgYDVR0lAQH/BBgwFgYIKwYBBQUHAwIGCisGAQQBgjcKAwwwDQYJKoZIhvcNAQENBQADggEBAH7p2XFxnOdk/lbNBKW7nmjsjE5BeBU/OlBhKCUrmmY+fk3FvAYSs2jaJKqgZjxek/KdNf2UZMXztg8joF5s1Pdg6ICxJqc1t4gJunHUOoTHHyrotMyt6xJnClRCNqshA0n2z304hjKXcyCoLopemMFpOPEg2oG+EOuvwK/g1gAavGbmYJQc82uNF1LKNMmNfQ4Nn48dKLKg65SHgU+BISlCjHb/6NRTpTmK5acUOlHSrhGsJYCBsN1xJOzwxssXAoy25ebjajvnGcsC9k2HwLZWaSGsPuwWPfEtPPHjNRDrnaNLjSu2zc0uxZza8JWlE0pWD2kyf9OjyD1V0PxtZuM=\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"6/23/2020 4:16:31 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"05b3d6b5-025e-4e80-8bd6-1b9a281315de\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "25cd3576-c99f-4fc5-9581-7ab44be3097c" + "099bc87d-4c32-4e45-89f5-8c340c8c2291" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1452" + "1437" ] }, "ResponseHeaders": { @@ -369,16 +501,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/microsoft.storagesync/storageSyncServices/sssps8346/workflows/7639cf80-08a0-4fdb-b011-b5c4f1994eed/operationresults/b04f968e-e279-4b82-9816-240631f84386?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiIwNzk0ZDdlNC1mZGMxLTRjYmQtYjU0Zi04YjNkOTMyY2IwMDQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzFjMGE3OTItMGM2Yi00Y2RkLWI5ODEtNWI0ZjI1NDdiODNhIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/microsoft.storagesync/storageSyncServices/sssps8346/workflows/7639cf80-08a0-4fdb-b011-b5c4f1994eed/operations/b04f968e-e279-4b82-9816-240631f84386?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiIwNzk0ZDdlNC1mZGMxLTRjYmQtYjU0Zi04YjNkOTMyY2IwMDQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzFjMGE3OTItMGM2Yi00Y2RkLWI5ODEtNWI0ZjI1NDdiODNhIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "90a0d80d-584e-47ce-9d8d-0948b274a207" + "1ce92135-7820-40ad-b712-9664769b8036" ], "X-Content-Type-Options": [ "nosniff" @@ -399,13 +531,13 @@ "1198" ], "x-ms-correlation-request-id": [ - "98fb442a-dcbf-481b-b624-e635e6cb03fd" + "8096b521-eb70-4f77-9779-8d3d4fd8d5b1" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230902Z:98fb442a-dcbf-481b-b624-e635e6cb03fd" + "WESTUS:20200623T231632Z:8096b521-eb70-4f77-9779-8d3d4fd8d5b1" ], "Date": [ - "Wed, 03 Jul 2019 23:09:01 GMT" + "Tue, 23 Jun 2020 23:16:31 GMT" ], "Expires": [ "-1" @@ -418,16 +550,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/microsoft.storagesync/storageSyncServices/sssps8346/workflows/7639cf80-08a0-4fdb-b011-b5c4f1994eed/operations/b04f968e-e279-4b82-9816-240631f84386?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDY0Ny9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4MzQ2L3dvcmtmbG93cy83NjM5Y2Y4MC0wOGEwLTRmZGItYjAxMS1iNWM0ZjE5OTRlZWQvb3BlcmF0aW9ucy9iMDRmOTY4ZS1lMjc5LTRiODItOTgxNi0yNDA2MzFmODQzODY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiIwNzk0ZDdlNC1mZGMxLTRjYmQtYjU0Zi04YjNkOTMyY2IwMDQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzFjMGE3OTItMGM2Yi00Y2RkLWI5ODEtNWI0ZjI1NDdiODNhIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqWTFORGd3TXpNekxUUmhPRGd0TkRsak15MDVZbUptTFdVek5UTmxNelUzTURJMVlTSXNJbmR2Y210bWJHOTNTV1FpT2lJd056azBaRGRsTkMxbVpHTXhMVFJqWW1RdFlqVTBaaTA0WWpOa09UTXlZMkl3TURRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTXpGak1HRTNPVEl0TUdNMllpMDBZMlJrTFdJNU9ERXROV0kwWmpJMU5EZGlPRE5oSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -438,7 +570,7 @@ "no-cache" ], "x-ms-request-id": [ - "de18fea0-8d09-4f69-b130-3320fd5a442a" + "841dfde7-935c-488a-b415-58fc838d4397" ], "X-Content-Type-Options": [ "nosniff" @@ -456,41 +588,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-correlation-request-id": [ - "8e59ca5e-4689-4dd6-966b-b5456555e0d2" + "de0b7c38-6085-4a0a-b712-226562bb45e2" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230913Z:8e59ca5e-4689-4dd6-966b-b5456555e0d2" + "WESTUS:20200623T231642Z:de0b7c38-6085-4a0a-b712-226562bb45e2" ], "Date": [ - "Wed, 03 Jul 2019 23:09:12 GMT" + "Tue, 23 Jun 2020 23:16:41 GMT" ], "Content-Length": [ - "446" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/microsoft.storagesync/storageSyncServices/sssps8346/workflow/7639cf80-08a0-4fdb-b011-b5c4f1994eed/operationresults/b04f968e-e279-4b82-9816-240631f84386\",\r\n \"name\": \"b04f968e-e279-4b82-9816-240631f84386\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T23:09:02.8802498Z\",\r\n \"endTime\": \"2019-07-03T23:09:06.648184Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiIwNzk0ZDdlNC1mZGMxLTRjYmQtYjU0Zi04YjNkOTMyY2IwMDQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzFjMGE3OTItMGM2Yi00Y2RkLWI5ODEtNWI0ZjI1NDdiODNhIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiIwNzk0ZDdlNC1mZGMxLTRjYmQtYjU0Zi04YjNkOTMyY2IwMDQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzFjMGE3OTItMGM2Yi00Y2RkLWI5ODEtNWI0ZjI1NDdiODNhIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:16:32.2671405Z\",\r\n \"endTime\": \"2020-06-23T23:16:35.9348906Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/Microsoft.StorageSync/storageSyncServices/sssps8346/registeredServers/2fd5a932-2687-4c63-be05-4f357473cc12?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDY0Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4MzQ2L3JlZ2lzdGVyZWRTZXJ2ZXJzLzJmZDVhOTMyLTI2ODctNGM2My1iZTA1LTRmMzU3NDczY2MxMj9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5621/providers/Microsoft.StorageSync/storageSyncServices/sssps2589/registeredServers/05b3d6b5-025e-4e80-8bd6-1b9a281315de?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTYyMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNTg5L3JlZ2lzdGVyZWRTZXJ2ZXJzLzA1YjNkNmI1LTAyNWUtNGU4MC04YmQ2LTFiOWEyODEzMTVkZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -501,7 +633,7 @@ "no-cache" ], "x-ms-request-id": [ - "4496c940-9727-44ea-8294-890fd6ed300e" + "f916c131-a570-467a-bcde-4e74ec12e9ec" ], "X-Content-Type-Options": [ "nosniff" @@ -519,47 +651,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11996" ], "x-ms-correlation-request-id": [ - "506791cb-ab97-4bbd-b90c-4f6ed422a580" + "6e457dac-fb61-4983-9140-8389901cc5a5" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230913Z:506791cb-ab97-4bbd-b90c-4f6ed422a580" + "WESTUS:20200623T231642Z:6e457dac-fb61-4983-9140-8389901cc5a5" ], "Date": [ - "Wed, 03 Jul 2019 23:09:12 GMT" + "Tue, 23 Jun 2020 23:16:41 GMT" ], "Content-Length": [ - "13368" + "13497" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": null,\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"agentVersionStatus\": null,\r\n \"agentVersionExpirationDate\": null,\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2019-07-03T16:09:06.2887929-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"2fd5a932-2687-4c63-be05-4f357473cc12\",\r\n \"storageSyncServiceUid\": \"1fada50e-cdf7-4bff-8d1e-39e86d352cb9\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps8346/workflows/7639cf80-08a0-4fdb-b011-b5c4f1994eed\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/microsoft.storagesync/storageSyncServices/sssps8346/registeredServers/2fd5a932-2687-4c63-be05-4f357473cc12\",\r\n \"name\": \"2fd5a932-2687-4c63-be05-4f357473cc12\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2020-06-23T16:16:35.639877-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"05b3d6b5-025e-4e80-8bd6-1b9a281315de\",\r\n \"storageSyncServiceUid\": \"65480333-4a88-49c3-9bbf-e353e357025a\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps2589/workflows/0794d7e4-fdc1-4cbd-b54f-8b3d932cb004\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\",\r\n \"monitoringEndpointUri\": \"https://euap01.afs.azure.net:443/\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5621/providers/microsoft.storagesync/storageSyncServices/sssps2589/registeredServers/05b3d6b5-025e-4e80-8bd6-1b9a281315de\",\r\n \"name\": \"05b3d6b5-025e-4e80-8bd6-1b9a281315de\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/Microsoft.StorageSync/storageSyncServices/sssps8346/registeredServers/2fd5a932-2687-4c63-be05-4f357473cc12?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDY0Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4MzQ2L3JlZ2lzdGVyZWRTZXJ2ZXJzLzJmZDVhOTMyLTI2ODctNGM2My1iZTA1LTRmMzU3NDczY2MxMj9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5621/providers/Microsoft.StorageSync/storageSyncServices/sssps2589/registeredServers/05b3d6b5-025e-4e80-8bd6-1b9a281315de?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTYyMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNTg5L3JlZ2lzdGVyZWRTZXJ2ZXJzLzA1YjNkNmI1LTAyNWUtNGU4MC04YmQ2LTFiOWEyODEzMTVkZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "90a367ad-eacd-4869-9216-2335729db63e" + "3539aff2-991b-4a28-a59c-815c5fdeefd5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -570,7 +702,7 @@ "no-cache" ], "x-ms-request-id": [ - "239be22d-5e12-4c82-8cff-66c73170a439" + "dd84c97f-2431-40a3-a302-7587531b70ad" ], "X-Content-Type-Options": [ "nosniff" @@ -588,47 +720,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11995" ], "x-ms-correlation-request-id": [ - "055e1cd5-6c3e-44f3-82cd-b620ed8a689f" + "53f7c11f-1c0a-4454-bfde-f4a5b1f4a14e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230914Z:055e1cd5-6c3e-44f3-82cd-b620ed8a689f" + "WESTUS:20200623T231643Z:53f7c11f-1c0a-4454-bfde-f4a5b1f4a14e" ], "Date": [ - "Wed, 03 Jul 2019 23:09:13 GMT" + "Tue, 23 Jun 2020 23:16:42 GMT" ], "Content-Length": [ - "13368" + "13497" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": null,\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"agentVersionStatus\": null,\r\n \"agentVersionExpirationDate\": null,\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2019-07-03T16:09:06.2887929-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"2fd5a932-2687-4c63-be05-4f357473cc12\",\r\n \"storageSyncServiceUid\": \"1fada50e-cdf7-4bff-8d1e-39e86d352cb9\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps8346/workflows/7639cf80-08a0-4fdb-b011-b5c4f1994eed\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/microsoft.storagesync/storageSyncServices/sssps8346/registeredServers/2fd5a932-2687-4c63-be05-4f357473cc12\",\r\n \"name\": \"2fd5a932-2687-4c63-be05-4f357473cc12\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2020-06-23T16:16:35.639877-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"05b3d6b5-025e-4e80-8bd6-1b9a281315de\",\r\n \"storageSyncServiceUid\": \"65480333-4a88-49c3-9bbf-e353e357025a\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps2589/workflows/0794d7e4-fdc1-4cbd-b54f-8b3d932cb004\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\",\r\n \"monitoringEndpointUri\": \"https://euap01.afs.azure.net:443/\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5621/providers/microsoft.storagesync/storageSyncServices/sssps2589/registeredServers/05b3d6b5-025e-4e80-8bd6-1b9a281315de\",\r\n \"name\": \"05b3d6b5-025e-4e80-8bd6-1b9a281315de\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/Microsoft.StorageSync/storageSyncServices/sssps8346/registeredServers/2fd5a932-2687-4c63-be05-4f357473cc12?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDY0Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4MzQ2L3JlZ2lzdGVyZWRTZXJ2ZXJzLzJmZDVhOTMyLTI2ODctNGM2My1iZTA1LTRmMzU3NDczY2MxMj9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5621/providers/Microsoft.StorageSync/storageSyncServices/sssps2589/registeredServers/05b3d6b5-025e-4e80-8bd6-1b9a281315de?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTYyMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNTg5L3JlZ2lzdGVyZWRTZXJ2ZXJzLzA1YjNkNmI1LTAyNWUtNGU4MC04YmQ2LTFiOWEyODEzMTVkZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4d48b2c1-2da1-471e-b87f-7f0d25f542ce" + "299d9529-f7bb-419f-8bea-59dbe9b2dff6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -639,16 +771,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/microsoft.storagesync/storageSyncServices/sssps8346/workflows/ca6bfdde-94ef-4eba-8203-06b331a429cc/operationresults/8060b970-e703-4cda-af85-217f02cef5b0?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiJhMzljNTM3NC1iZTMyLTQ5OGItYWIzYi1iZmVlMWViZTQyZjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmQ4NGMzOTEtYTY1NS00NjZjLWE1ZjEtYjNiYTQ4MmYyYzgxIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/microsoft.storagesync/storageSyncServices/sssps8346/workflows/ca6bfdde-94ef-4eba-8203-06b331a429cc/operations/8060b970-e703-4cda-af85-217f02cef5b0?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiJhMzljNTM3NC1iZTMyLTQ5OGItYWIzYi1iZmVlMWViZTQyZjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmQ4NGMzOTEtYTY1NS00NjZjLWE1ZjEtYjNiYTQ4MmYyYzgxIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "9732380f-4206-4eb6-ad1f-0f47a051fb19" + "2868977a-5141-47c1-85ef-8004ed5588e1" ], "X-Content-Type-Options": [ "nosniff" @@ -669,13 +801,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "3f37882c-fb2d-4ab6-8333-1fa37e7573f2" + "0411be1d-c10c-443c-9ff3-17981d1ef87a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230914Z:3f37882c-fb2d-4ab6-8333-1fa37e7573f2" + "WESTUS:20200623T231643Z:0411be1d-c10c-443c-9ff3-17981d1ef87a" ], "Date": [ - "Wed, 03 Jul 2019 23:09:13 GMT" + "Tue, 23 Jun 2020 23:16:42 GMT" ], "Expires": [ "-1" @@ -688,16 +820,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/microsoft.storagesync/storageSyncServices/sssps8346/workflows/ca6bfdde-94ef-4eba-8203-06b331a429cc/operations/8060b970-e703-4cda-af85-217f02cef5b0?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDY0Ny9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4MzQ2L3dvcmtmbG93cy9jYTZiZmRkZS05NGVmLTRlYmEtODIwMy0wNmIzMzFhNDI5Y2Mvb3BlcmF0aW9ucy84MDYwYjk3MC1lNzAzLTRjZGEtYWY4NS0yMTdmMDJjZWY1YjA/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiJhMzljNTM3NC1iZTMyLTQ5OGItYWIzYi1iZmVlMWViZTQyZjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmQ4NGMzOTEtYTY1NS00NjZjLWE1ZjEtYjNiYTQ4MmYyYzgxIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqWTFORGd3TXpNekxUUmhPRGd0TkRsak15MDVZbUptTFdVek5UTmxNelUzTURJMVlTSXNJbmR2Y210bWJHOTNTV1FpT2lKaE16bGpOVE0zTkMxaVpUTXlMVFE1T0dJdFlXSXpZaTFpWm1WbE1XVmlaVFF5WmpnaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWm1RNE5HTXpPVEV0WVRZMU5TMDBOalpqTFdFMVpqRXRZak5pWVRRNE1tWXlZemd4SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -708,7 +840,7 @@ "no-cache" ], "x-ms-request-id": [ - "b6e6ef66-fed5-4318-966b-d06fcc577372" + "7ef02318-4843-4340-92c7-13e511d20c3a" ], "X-Content-Type-Options": [ "nosniff" @@ -726,41 +858,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11994" ], "x-ms-correlation-request-id": [ - "eedf4eaf-4450-446d-a573-5d981c43ef71" + "cd94a2db-437b-41df-bfa5-c21bfe6531ae" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230925Z:eedf4eaf-4450-446d-a573-5d981c43ef71" + "WESTUS:20200623T231653Z:cd94a2db-437b-41df-bfa5-c21bfe6531ae" ], "Date": [ - "Wed, 03 Jul 2019 23:09:24 GMT" + "Tue, 23 Jun 2020 23:16:53 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/microsoft.storagesync/storageSyncServices/sssps8346/workflow/ca6bfdde-94ef-4eba-8203-06b331a429cc/operationresults/8060b970-e703-4cda-af85-217f02cef5b0\",\r\n \"name\": \"8060b970-e703-4cda-af85-217f02cef5b0\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:09:14.7964321Z\",\r\n \"endTime\": \"2019-07-03T23:09:18.2990831Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiJhMzljNTM3NC1iZTMyLTQ5OGItYWIzYi1iZmVlMWViZTQyZjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmQ4NGMzOTEtYTY1NS00NjZjLWE1ZjEtYjNiYTQ4MmYyYzgxIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiJhMzljNTM3NC1iZTMyLTQ5OGItYWIzYi1iZmVlMWViZTQyZjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmQ4NGMzOTEtYTY1NS00NjZjLWE1ZjEtYjNiYTQ4MmYyYzgxIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:16:44.2128578Z\",\r\n \"endTime\": \"2020-06-23T23:16:48.0833138Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/microsoft.storagesync/storageSyncServices/sssps8346/workflows/ca6bfdde-94ef-4eba-8203-06b331a429cc/operations/8060b970-e703-4cda-af85-217f02cef5b0?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDY0Ny9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4MzQ2L3dvcmtmbG93cy9jYTZiZmRkZS05NGVmLTRlYmEtODIwMy0wNmIzMzFhNDI5Y2Mvb3BlcmF0aW9ucy84MDYwYjk3MC1lNzAzLTRjZGEtYWY4NS0yMTdmMDJjZWY1YjA/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiJhMzljNTM3NC1iZTMyLTQ5OGItYWIzYi1iZmVlMWViZTQyZjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmQ4NGMzOTEtYTY1NS00NjZjLWE1ZjEtYjNiYTQ4MmYyYzgxIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqWTFORGd3TXpNekxUUmhPRGd0TkRsak15MDVZbUptTFdVek5UTmxNelUzTURJMVlTSXNJbmR2Y210bWJHOTNTV1FpT2lKaE16bGpOVE0zTkMxaVpUTXlMVFE1T0dJdFlXSXpZaTFpWm1WbE1XVmlaVFF5WmpnaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWm1RNE5HTXpPVEV0WVRZMU5TMDBOalpqTFdFMVpqRXRZak5pWVRRNE1tWXlZemd4SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -771,7 +903,7 @@ "no-cache" ], "x-ms-request-id": [ - "fff4b899-8f4b-41ca-90ce-3dd2e2e5d0d3" + "bdb0a4d8-ceb8-4c75-93af-61d5ac32bf5a" ], "X-Content-Type-Options": [ "nosniff" @@ -789,41 +921,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11993" ], "x-ms-correlation-request-id": [ - "6e3c7cd1-675e-4ba8-a72e-e58f285dab2a" + "db25fd8e-ce2f-4c85-b216-b7e89b156807" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230935Z:6e3c7cd1-675e-4ba8-a72e-e58f285dab2a" + "WESTUS:20200623T231704Z:db25fd8e-ce2f-4c85-b216-b7e89b156807" ], "Date": [ - "Wed, 03 Jul 2019 23:09:35 GMT" + "Tue, 23 Jun 2020 23:17:03 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/microsoft.storagesync/storageSyncServices/sssps8346/workflow/ca6bfdde-94ef-4eba-8203-06b331a429cc/operationresults/8060b970-e703-4cda-af85-217f02cef5b0\",\r\n \"name\": \"8060b970-e703-4cda-af85-217f02cef5b0\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:09:14.7964321Z\",\r\n \"endTime\": \"2019-07-03T23:09:18.2990831Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiJhMzljNTM3NC1iZTMyLTQ5OGItYWIzYi1iZmVlMWViZTQyZjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmQ4NGMzOTEtYTY1NS00NjZjLWE1ZjEtYjNiYTQ4MmYyYzgxIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiJhMzljNTM3NC1iZTMyLTQ5OGItYWIzYi1iZmVlMWViZTQyZjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmQ4NGMzOTEtYTY1NS00NjZjLWE1ZjEtYjNiYTQ4MmYyYzgxIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:16:44.2128578Z\",\r\n \"endTime\": \"2020-06-23T23:16:48.0833138Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/microsoft.storagesync/storageSyncServices/sssps8346/workflows/ca6bfdde-94ef-4eba-8203-06b331a429cc/operations/8060b970-e703-4cda-af85-217f02cef5b0?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDY0Ny9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4MzQ2L3dvcmtmbG93cy9jYTZiZmRkZS05NGVmLTRlYmEtODIwMy0wNmIzMzFhNDI5Y2Mvb3BlcmF0aW9ucy84MDYwYjk3MC1lNzAzLTRjZGEtYWY4NS0yMTdmMDJjZWY1YjA/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiJhMzljNTM3NC1iZTMyLTQ5OGItYWIzYi1iZmVlMWViZTQyZjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmQ4NGMzOTEtYTY1NS00NjZjLWE1ZjEtYjNiYTQ4MmYyYzgxIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqWTFORGd3TXpNekxUUmhPRGd0TkRsak15MDVZbUptTFdVek5UTmxNelUzTURJMVlTSXNJbmR2Y210bWJHOTNTV1FpT2lKaE16bGpOVE0zTkMxaVpUTXlMVFE1T0dJdFlXSXpZaTFpWm1WbE1XVmlaVFF5WmpnaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWm1RNE5HTXpPVEV0WVRZMU5TMDBOalpqTFdFMVpqRXRZak5pWVRRNE1tWXlZemd4SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -834,7 +966,7 @@ "no-cache" ], "x-ms-request-id": [ - "fe9e9588-ed76-4b7c-b2b1-b52768fbc1b3" + "632b19be-2069-4bc5-afc6-3a8e96046ac1" ], "X-Content-Type-Options": [ "nosniff" @@ -852,41 +984,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11992" ], "x-ms-correlation-request-id": [ - "77454d5d-4dd5-444f-87ef-57a0c3509dd8" + "02f0ddc4-be11-42a5-b350-5c346762a148" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230945Z:77454d5d-4dd5-444f-87ef-57a0c3509dd8" + "WESTUS:20200623T231714Z:02f0ddc4-be11-42a5-b350-5c346762a148" ], "Date": [ - "Wed, 03 Jul 2019 23:09:45 GMT" + "Tue, 23 Jun 2020 23:17:13 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/microsoft.storagesync/storageSyncServices/sssps8346/workflow/ca6bfdde-94ef-4eba-8203-06b331a429cc/operationresults/8060b970-e703-4cda-af85-217f02cef5b0\",\r\n \"name\": \"8060b970-e703-4cda-af85-217f02cef5b0\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:09:14.7964321Z\",\r\n \"endTime\": \"2019-07-03T23:09:18.2990831Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiJhMzljNTM3NC1iZTMyLTQ5OGItYWIzYi1iZmVlMWViZTQyZjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmQ4NGMzOTEtYTY1NS00NjZjLWE1ZjEtYjNiYTQ4MmYyYzgxIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiJhMzljNTM3NC1iZTMyLTQ5OGItYWIzYi1iZmVlMWViZTQyZjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmQ4NGMzOTEtYTY1NS00NjZjLWE1ZjEtYjNiYTQ4MmYyYzgxIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:16:44.2128578Z\",\r\n \"endTime\": \"2020-06-23T23:16:48.0833138Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/microsoft.storagesync/storageSyncServices/sssps8346/workflows/ca6bfdde-94ef-4eba-8203-06b331a429cc/operations/8060b970-e703-4cda-af85-217f02cef5b0?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDY0Ny9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4MzQ2L3dvcmtmbG93cy9jYTZiZmRkZS05NGVmLTRlYmEtODIwMy0wNmIzMzFhNDI5Y2Mvb3BlcmF0aW9ucy84MDYwYjk3MC1lNzAzLTRjZGEtYWY4NS0yMTdmMDJjZWY1YjA/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiJhMzljNTM3NC1iZTMyLTQ5OGItYWIzYi1iZmVlMWViZTQyZjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmQ4NGMzOTEtYTY1NS00NjZjLWE1ZjEtYjNiYTQ4MmYyYzgxIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqWTFORGd3TXpNekxUUmhPRGd0TkRsak15MDVZbUptTFdVek5UTmxNelUzTURJMVlTSXNJbmR2Y210bWJHOTNTV1FpT2lKaE16bGpOVE0zTkMxaVpUTXlMVFE1T0dJdFlXSXpZaTFpWm1WbE1XVmlaVFF5WmpnaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWm1RNE5HTXpPVEV0WVRZMU5TMDBOalpqTFdFMVpqRXRZak5pWVRRNE1tWXlZemd4SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -897,7 +1029,7 @@ "no-cache" ], "x-ms-request-id": [ - "85715e1f-a6b6-4d0a-ab8e-b4d81775c256" + "0bf93fbe-1e34-4527-ab6b-be4f052fa186" ], "X-Content-Type-Options": [ "nosniff" @@ -905,9 +1037,6 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], "Server": [ "Microsoft-IIS/10.0" ], @@ -917,39 +1046,42 @@ "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], "x-ms-correlation-request-id": [ - "07203589-b8db-46cf-8b95-b699fbb8ffae" + "5afc40db-8703-4daf-af98-9c5f6e82bbc4" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T230956Z:07203589-b8db-46cf-8b95-b699fbb8ffae" + "WESTUS:20200623T231724Z:5afc40db-8703-4daf-af98-9c5f6e82bbc4" ], "Date": [ - "Wed, 03 Jul 2019 23:09:55 GMT" + "Tue, 23 Jun 2020 23:17:23 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/microsoft.storagesync/storageSyncServices/sssps8346/workflow/ca6bfdde-94ef-4eba-8203-06b331a429cc/operationresults/8060b970-e703-4cda-af85-217f02cef5b0\",\r\n \"name\": \"8060b970-e703-4cda-af85-217f02cef5b0\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:09:14.7964321Z\",\r\n \"endTime\": \"2019-07-03T23:09:18.2990831Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiJhMzljNTM3NC1iZTMyLTQ5OGItYWIzYi1iZmVlMWViZTQyZjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmQ4NGMzOTEtYTY1NS00NjZjLWE1ZjEtYjNiYTQ4MmYyYzgxIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiJhMzljNTM3NC1iZTMyLTQ5OGItYWIzYi1iZmVlMWViZTQyZjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmQ4NGMzOTEtYTY1NS00NjZjLWE1ZjEtYjNiYTQ4MmYyYzgxIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:16:44.2128578Z\",\r\n \"endTime\": \"2020-06-23T23:16:48.0833138Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/microsoft.storagesync/storageSyncServices/sssps8346/workflows/ca6bfdde-94ef-4eba-8203-06b331a429cc/operations/8060b970-e703-4cda-af85-217f02cef5b0?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDY0Ny9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4MzQ2L3dvcmtmbG93cy9jYTZiZmRkZS05NGVmLTRlYmEtODIwMy0wNmIzMzFhNDI5Y2Mvb3BlcmF0aW9ucy84MDYwYjk3MC1lNzAzLTRjZGEtYWY4NS0yMTdmMDJjZWY1YjA/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiJhMzljNTM3NC1iZTMyLTQ5OGItYWIzYi1iZmVlMWViZTQyZjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmQ4NGMzOTEtYTY1NS00NjZjLWE1ZjEtYjNiYTQ4MmYyYzgxIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqWTFORGd3TXpNekxUUmhPRGd0TkRsak15MDVZbUptTFdVek5UTmxNelUzTURJMVlTSXNJbmR2Y210bWJHOTNTV1FpT2lKaE16bGpOVE0zTkMxaVpUTXlMVFE1T0dJdFlXSXpZaTFpWm1WbE1XVmlaVFF5WmpnaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWm1RNE5HTXpPVEV0WVRZMU5TMDBOalpqTFdFMVpqRXRZak5pWVRRNE1tWXlZemd4SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -960,7 +1092,7 @@ "no-cache" ], "x-ms-request-id": [ - "c393356e-9b7e-4270-b390-2b23e2a4e591" + "7418f2c5-1dfb-417e-a9e4-60c9bc69028e" ], "X-Content-Type-Options": [ "nosniff" @@ -978,41 +1110,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11990" ], "x-ms-correlation-request-id": [ - "14b9380c-8350-4b03-b816-c9144659e2a6" + "57d91802-1256-4160-b92d-fc2ad31453d9" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231006Z:14b9380c-8350-4b03-b816-c9144659e2a6" + "WESTUS:20200623T231735Z:57d91802-1256-4160-b92d-fc2ad31453d9" ], "Date": [ - "Wed, 03 Jul 2019 23:10:05 GMT" + "Tue, 23 Jun 2020 23:17:35 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/microsoft.storagesync/storageSyncServices/sssps8346/workflow/ca6bfdde-94ef-4eba-8203-06b331a429cc/operationresults/8060b970-e703-4cda-af85-217f02cef5b0\",\r\n \"name\": \"8060b970-e703-4cda-af85-217f02cef5b0\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T23:09:14.7964321Z\",\r\n \"endTime\": \"2019-07-03T23:10:03.3593423Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiJhMzljNTM3NC1iZTMyLTQ5OGItYWIzYi1iZmVlMWViZTQyZjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmQ4NGMzOTEtYTY1NS00NjZjLWE1ZjEtYjNiYTQ4MmYyYzgxIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiJhMzljNTM3NC1iZTMyLTQ5OGItYWIzYi1iZmVlMWViZTQyZjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmQ4NGMzOTEtYTY1NS00NjZjLWE1ZjEtYjNiYTQ4MmYyYzgxIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:16:44.2128578Z\",\r\n \"endTime\": \"2020-06-23T23:17:33.1959404Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/microsoft.storagesync/storageSyncServices/sssps8346/workflows/ca6bfdde-94ef-4eba-8203-06b331a429cc/operationresults/8060b970-e703-4cda-af85-217f02cef5b0?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDY0Ny9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4MzQ2L3dvcmtmbG93cy9jYTZiZmRkZS05NGVmLTRlYmEtODIwMy0wNmIzMzFhNDI5Y2Mvb3BlcmF0aW9ucmVzdWx0cy84MDYwYjk3MC1lNzAzLTRjZGEtYWY4NS0yMTdmMDJjZWY1YjA/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiJhMzljNTM3NC1iZTMyLTQ5OGItYWIzYi1iZmVlMWViZTQyZjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmQ4NGMzOTEtYTY1NS00NjZjLWE1ZjEtYjNiYTQ4MmYyYzgxIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqWTFORGd3TXpNekxUUmhPRGd0TkRsak15MDVZbUptTFdVek5UTmxNelUzTURJMVlTSXNJbmR2Y210bWJHOTNTV1FpT2lKaE16bGpOVE0zTkMxaVpUTXlMVFE1T0dJdFlXSXpZaTFpWm1WbE1XVmlaVFF5WmpnaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWm1RNE5HTXpPVEV0WVRZMU5TMDBOalpqTFdFMVpqRXRZak5pWVRRNE1tWXlZemd4SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1023,7 +1155,7 @@ "no-cache" ], "x-ms-request-id": [ - "2d166b20-91d9-4303-8101-8ce8e810cc49" + "ba458d82-a667-4757-9c30-8d0d84903f55" ], "X-Content-Type-Options": [ "nosniff" @@ -1041,16 +1173,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11989" ], "x-ms-correlation-request-id": [ - "f76f78bc-6789-47b3-86cd-8e909040404c" + "650dcb94-a64c-4945-a684-e8f844d56c3b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231006Z:f76f78bc-6789-47b3-86cd-8e909040404c" + "WESTUS:20200623T231735Z:650dcb94-a64c-4945-a684-e8f844d56c3b" ], "Date": [ - "Wed, 03 Jul 2019 23:10:06 GMT" + "Tue, 23 Jun 2020 23:17:35 GMT" ], "Expires": [ "-1" @@ -1063,22 +1195,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/Microsoft.StorageSync/storageSyncServices/sssps8346?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDY0Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4MzQ2P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5621/providers/Microsoft.StorageSync/storageSyncServices/sssps2589?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTYyMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNTg5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cc141980-9bf1-4ed0-865e-eb11cdd8dec5" + "a0f57323-78a9-461c-83b1-51bc7daa10f1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1088,8 +1220,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiIxMzAzNzAxYy00MDBkLTRlNTYtOTRhYS05MjEyOTA2ZDg0Y2EiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzI2OTZjMzUtMzEyZi00ZjZhLWIwYzAtYjRmZTVlMGEwOGIzIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiIxMzAzNzAxYy00MDBkLTRlNTYtOTRhYS05MjEyOTA2ZDg0Y2EiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzI2OTZjMzUtMzEyZi00ZjZhLWIwYzAtYjRmZTVlMGEwOGIzIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "81db436a-0d84-4e01-9d58-ebb1caeb4e91" + "608e9e50-101a-4b41-82ac-95df1198c66f" ], "X-Content-Type-Options": [ "nosniff" @@ -1110,13 +1251,136 @@ "14998" ], "x-ms-correlation-request-id": [ - "e7df408b-304f-48c5-a7ee-b81cb3d2c03f" + "ddd89bba-e750-4654-88e8-e60163f2d9e7" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T231735Z:ddd89bba-e750-4654-88e8-e60163f2d9e7" + ], + "Date": [ + "Tue, 23 Jun 2020 23:17:35 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiIxMzAzNzAxYy00MDBkLTRlNTYtOTRhYS05MjEyOTA2ZDg0Y2EiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzI2OTZjMzUtMzEyZi00ZjZhLWIwYzAtYjRmZTVlMGEwOGIzIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqWTFORGd3TXpNekxUUmhPRGd0TkRsak15MDVZbUptTFdVek5UTmxNelUzTURJMVlTSXNJbmR2Y210bWJHOTNTV1FpT2lJeE16QXpOekF4WXkwME1EQmtMVFJsTlRZdE9UUmhZUzA1TWpFeU9UQTJaRGcwWTJFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTXpJMk9UWmpNelV0TXpFeVppMDBaalpoTFdJd1l6QXRZalJtWlRWbE1HRXdPR0l6SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "d863dccf-6506-48c2-9db9-c0031d80b93d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11988" + ], + "x-ms-correlation-request-id": [ + "01e67ea6-73c0-4580-9dc6-a267b7222694" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T231746Z:01e67ea6-73c0-4580-9dc6-a267b7222694" + ], + "Date": [ + "Tue, 23 Jun 2020 23:17:45 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiIxMzAzNzAxYy00MDBkLTRlNTYtOTRhYS05MjEyOTA2ZDg0Y2EiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzI2OTZjMzUtMzEyZi00ZjZhLWIwYzAtYjRmZTVlMGEwOGIzIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiIxMzAzNzAxYy00MDBkLTRlNTYtOTRhYS05MjEyOTA2ZDg0Y2EiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzI2OTZjMzUtMzEyZi00ZjZhLWIwYzAtYjRmZTVlMGEwOGIzIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:17:36.8004346Z\",\r\n \"endTime\": \"2020-06-23T23:17:42.2339753Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjY1NDgwMzMzLTRhODgtNDljMy05YmJmLWUzNTNlMzU3MDI1YSIsIndvcmtmbG93SWQiOiIxMzAzNzAxYy00MDBkLTRlNTYtOTRhYS05MjEyOTA2ZDg0Y2EiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzI2OTZjMzUtMzEyZi00ZjZhLWIwYzAtYjRmZTVlMGEwOGIzIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqWTFORGd3TXpNekxUUmhPRGd0TkRsak15MDVZbUptTFdVek5UTmxNelUzTURJMVlTSXNJbmR2Y210bWJHOTNTV1FpT2lJeE16QXpOekF4WXkwME1EQmtMVFJsTlRZdE9UUmhZUzA1TWpFeU9UQTJaRGcwWTJFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTXpJMk9UWmpNelV0TXpFeVppMDBaalpoTFdJd1l6QXRZalJtWlRWbE1HRXdPR0l6SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "71c32395-f9b9-4786-a50f-151104686493" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11987" + ], + "x-ms-correlation-request-id": [ + "4267e2d4-1669-4834-b5b4-a8db68a1f99b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231007Z:e7df408b-304f-48c5-a7ee-b81cb3d2c03f" + "WESTUS:20200623T231746Z:4267e2d4-1669-4834-b5b4-a8db68a1f99b" ], "Date": [ - "Wed, 03 Jul 2019 23:10:06 GMT" + "Tue, 23 Jun 2020 23:17:46 GMT" ], "Expires": [ "-1" @@ -1129,22 +1393,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDY0Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5621/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTYyMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "866ba1ae-15f7-4a72-943c-70079087ac54" + "1385cecb-f751-4c83-9706-a8ca85a1f4be" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1154,57 +1418,66 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" - ], "x-ms-request-id": [ - "cc02d487-79ce-4237-a2ab-61209bcfe11d" + "aff30d8a-e606-4831-b3dd-2eede0bfdba6" ], - "x-ms-correlation-request-id": [ - "cc02d487-79ce-4237-a2ab-61209bcfe11d" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T231007Z:cc02d487-79ce-4237-a2ab-61209bcfe11d" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-correlation-request-id": [ + "7d89bf6c-bd97-4dcf-9687-7a8d64f9d16a" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T231746Z:7d89bf6c-bd97-4dcf-9687-7a8d64f9d16a" ], "Date": [ - "Wed, 03 Jul 2019 23:10:06 GMT" + "Tue, 23 Jun 2020 23:17:46 GMT" + ], + "Content-Length": [ + "19" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps4647?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNDY0Nz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps5621?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNTYyMT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "957498af-a1bd-45d7-94c5-d1f658c0e281" + "3d2c2319-7aeb-4924-9506-4a352b515654" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1215,7 +1488,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ2NDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2MjEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -1224,13 +1497,13 @@ "14997" ], "x-ms-request-id": [ - "7b86d120-1686-436c-ba71-a957901bbbd5" + "172e695e-9263-43df-b1a8-aeb756ef8e39" ], "x-ms-correlation-request-id": [ - "7b86d120-1686-436c-ba71-a957901bbbd5" + "172e695e-9263-43df-b1a8-aeb756ef8e39" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231009Z:7b86d120-1686-436c-ba71-a957901bbbd5" + "WESTUS:20200623T231747Z:172e695e-9263-43df-b1a8-aeb756ef8e39" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1239,7 +1512,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:10:08 GMT" + "Tue, 23 Jun 2020 23:17:47 GMT" ], "Expires": [ "-1" @@ -1252,16 +1525,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ2NDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMk5EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2MjEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMk1qRXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1272,22 +1545,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ2NDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2MjEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11985" ], "x-ms-request-id": [ - "2fdd7eaf-695d-4ce9-8d6f-7905c3a36655" + "8cf7314f-22c5-4a8b-b951-23841ea644f0" ], "x-ms-correlation-request-id": [ - "2fdd7eaf-695d-4ce9-8d6f-7905c3a36655" + "8cf7314f-22c5-4a8b-b951-23841ea644f0" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231024Z:2fdd7eaf-695d-4ce9-8d6f-7905c3a36655" + "WESTUS:20200623T231802Z:8cf7314f-22c5-4a8b-b951-23841ea644f0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1296,7 +1569,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:10:24 GMT" + "Tue, 23 Jun 2020 23:18:01 GMT" ], "Expires": [ "-1" @@ -1309,16 +1582,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ2NDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMk5EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2MjEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMk1qRXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1329,22 +1602,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ2NDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2MjEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11984" ], "x-ms-request-id": [ - "52e31715-b4f0-4f98-a8bc-be177839fc65" + "e0603b96-abe0-4e95-afbe-8bddd66614d7" ], "x-ms-correlation-request-id": [ - "52e31715-b4f0-4f98-a8bc-be177839fc65" + "e0603b96-abe0-4e95-afbe-8bddd66614d7" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231039Z:52e31715-b4f0-4f98-a8bc-be177839fc65" + "WESTUS:20200623T231817Z:e0603b96-abe0-4e95-afbe-8bddd66614d7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1353,7 +1626,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:10:38 GMT" + "Tue, 23 Jun 2020 23:18:16 GMT" ], "Expires": [ "-1" @@ -1366,16 +1639,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ2NDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMk5EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2MjEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMk1qRXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1386,16 +1659,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11983" ], "x-ms-request-id": [ - "580d67fd-0f0d-4674-bbce-651c16142821" + "acc0ec89-de3c-4c9c-ac03-f65dc215124e" ], "x-ms-correlation-request-id": [ - "580d67fd-0f0d-4674-bbce-651c16142821" + "acc0ec89-de3c-4c9c-ac03-f65dc215124e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231054Z:580d67fd-0f0d-4674-bbce-651c16142821" + "WESTUS:20200623T231832Z:acc0ec89-de3c-4c9c-ac03-f65dc215124e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1404,7 +1677,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:10:53 GMT" + "Tue, 23 Jun 2020 23:18:31 GMT" ], "Expires": [ "-1" @@ -1417,16 +1690,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ2NDctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMk5EY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2MjEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMk1qRXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1437,16 +1710,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11982" ], "x-ms-request-id": [ - "86e24269-4b33-4bcb-b6de-221139b022fc" + "9543c127-b181-4d9b-b820-9789a0a8ea14" ], "x-ms-correlation-request-id": [ - "86e24269-4b33-4bcb-b6de-221139b022fc" + "9543c127-b181-4d9b-b820-9789a0a8ea14" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231054Z:86e24269-4b33-4bcb-b6de-221139b022fc" + "WESTUS:20200623T231832Z:9543c127-b181-4d9b-b820-9789a0a8ea14" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1455,7 +1728,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:10:53 GMT" + "Tue, 23 Jun 2020 23:18:31 GMT" ], "Expires": [ "-1" @@ -1470,14 +1743,14 @@ ], "Names": { "Test-NewRegisteredServer": [ - "ps4647", - "ps8346" + "ps5621", + "ps2589" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "", - "SyncServerId": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4647/providers/Microsoft.StorageSync/storageSyncServices/sssps8346/registeredServers/2FD5A932-2687-4C63-BE05-4F357473CC12" + "SyncServerId": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5621/providers/Microsoft.StorageSync/storageSyncServices/sssps2589/registeredServers/05B3D6B5-025E-4E80-8BD6-1B9A281315DE" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestNewRegisteredServerParentObject.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestNewRegisteredServerParentObject.json index d753fa3f487a..2824fd1885c5 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestNewRegisteredServerParentObject.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestNewRegisteredServerParentObject.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "70703387-8a57-4b2f-8b8c-517a326a54aa" + "90352e99-fbbd-42a0-87c1-f30a797488f2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11999" ], "x-ms-request-id": [ - "1cb44323-052c-4bac-9b53-4fdab4a638da" + "6337f331-0101-4bfd-bd5a-090fc5cd3948" ], "x-ms-correlation-request-id": [ - "1cb44323-052c-4bac-9b53-4fdab4a638da" + "6337f331-0101-4bfd-bd5a-090fc5cd3948" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234807Z:1cb44323-052c-4bac-9b53-4fdab4a638da" + "WESTUS:20200623T233706Z:6337f331-0101-4bfd-bd5a-090fc5cd3948" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:48:06 GMT" + "Tue, 23 Jun 2020 23:37:05 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\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\": \"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\": \"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\": \"notifyResourceJobs\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\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 ]\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-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-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-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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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-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-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 },\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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2143a73c-7e2a-4bcc-920c-b3edf4611310" + "789106b2-2ecb-4449-aa5c-0f0f6c16e219" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -87,16 +87,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11998" ], "x-ms-request-id": [ - "3eeed49a-a0aa-4f8a-ad47-53ac565193a5" + "26f0e744-5ed4-4028-9b93-6b6b9930c89c" ], "x-ms-correlation-request-id": [ - "3eeed49a-a0aa-4f8a-ad47-53ac565193a5" + "26f0e744-5ed4-4028-9b93-6b6b9930c89c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234807Z:3eeed49a-a0aa-4f8a-ad47-53ac565193a5" + "WESTUS:20200623T233706Z:26f0e744-5ed4-4028-9b93-6b6b9930c89c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:48:06 GMT" + "Tue, 23 Jun 2020 23:37:06 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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-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-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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 \"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 \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps4998?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNDk5OD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps797?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNzk3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a47cdade-0ce5-4611-a8a1-42103feed909" + "77834353-fa68-4507-ba75-cb1ed6437c65" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -153,16 +153,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-request-id": [ - "a2628ab4-8609-4927-9d79-3fbadca1c38c" + "fcf2a903-39f8-46f5-8ae5-5cbc1b009517" ], "x-ms-correlation-request-id": [ - "a2628ab4-8609-4927-9d79-3fbadca1c38c" + "fcf2a903-39f8-46f5-8ae5-5cbc1b009517" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234809Z:a2628ab4-8609-4927-9d79-3fbadca1c38c" + "WESTUS:20200623T233706Z:fcf2a903-39f8-46f5-8ae5-5cbc1b009517" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,10 +171,10 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:48:08 GMT" + "Tue, 23 Jun 2020 23:37:06 GMT" ], "Content-Length": [ - "165" + "163" ], "Content-Type": [ "application/json; charset=utf-8" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998\",\r\n \"name\": \"ps4998\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps797\",\r\n \"name\": \"ps797\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps3234\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps2547\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b73745e8-3be7-46ab-b335-5a30560863cc" + "7537091c-2dd5-49d7-86a7-b211ce9f36e2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "e9d45304-13ca-48c6-82ef-415f45f6f675" + "f3afa29a-c30c-4531-be1f-dc56035a5fdd" ], "X-Content-Type-Options": [ "nosniff" @@ -237,53 +237,53 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "642666cb-020f-40e2-87ad-4f79ac4fb591" + "53d56936-59f0-4cc1-8d1b-924b2cba1f3d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234809Z:642666cb-020f-40e2-87ad-4f79ac4fb591" + "WESTUS:20200623T233707Z:53d56936-59f0-4cc1-8d1b-924b2cba1f3d" ], "Date": [ - "Wed, 03 Jul 2019 23:48:09 GMT" + "Tue, 23 Jun 2020 23:37:06 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/Microsoft.StorageSync/storageSyncServices/sssps3234?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDk5OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMjM0P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps797/providers/Microsoft.StorageSync/storageSyncServices/sssps2547?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzk3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczI1NDc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "69b1c734-2c7a-461d-a77f-8845947a0fda" + "c303e024-43f7-4a14-a553-5a036d3ba975" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiJlYjhmYzBmMy1mMjBhLTRmOTUtYjc5My00YzlmMDQ4ZjEzNTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmZjMDkxMWYtMzMwNi00ZGM1LWIyZTMtOGQ4NGYwNjY1MjZhIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiJlYjhmYzBmMy1mMjBhLTRmOTUtYjc5My00YzlmMDQ4ZjEzNTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmZjMDkxMWYtMzMwNi00ZGM1LWIyZTMtOGQ4NGYwNjY1MjZhIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "3a225623-d00d-4f49-b8ae-f20af85b6585" + "68f5326b-bfa1-4689-ab0b-2d5b7e1cc368" ], "X-Content-Type-Options": [ "nosniff" @@ -312,53 +321,176 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-correlation-request-id": [ - "28b0e673-bd0a-4c82-be8a-628f4d53c8c2" + "ec921a12-547e-4eac-95b9-f3a5a3171991" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234810Z:28b0e673-bd0a-4c82-be8a-628f4d53c8c2" + "WESTUS:20200623T233708Z:ec921a12-547e-4eac-95b9-f3a5a3171991" ], "Date": [ - "Wed, 03 Jul 2019 23:48:10 GMT" + "Tue, 23 Jun 2020 23:37:07 GMT" + ], + "Expires": [ + "-1" ], "Content-Length": [ - "329" + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiJlYjhmYzBmMy1mMjBhLTRmOTUtYjc5My00YzlmMDQ4ZjEzNTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmZjMDkxMWYtMzMwNi00ZGM1LWIyZTMtOGQ4NGYwNjY1MjZhIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqSTRaakl6T0dNd0xUVmhPV1F0TkdFM05TMWlNR1k1TFRNeVpXUmxOek0xWWpjeU1pSXNJbmR2Y210bWJHOTNTV1FpT2lKbFlqaG1ZekJtTXkxbU1qQmhMVFJtT1RVdFlqYzVNeTAwWXpsbU1EUTRaakV6TlRNaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTW1aak1Ea3hNV1l0TXpNd05pMDBaR00xTFdJeVpUTXRPR1E0TkdZd05qWTFNalpoSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "dd546146-a1af-49e4-adfc-6100272fa3a1" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "7dc89678-d333-44c1-8a5d-e801d135890a" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T233718Z:7dc89678-d333-44c1-8a5d-e801d135890a" + ], + "Date": [ + "Tue, 23 Jun 2020 23:37:17 GMT" + ], + "Content-Length": [ + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/microsoft.storagesync/storageSyncServices/sssps3234\",\r\n \"name\": \"sssps3234\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiJlYjhmYzBmMy1mMjBhLTRmOTUtYjc5My00YzlmMDQ4ZjEzNTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmZjMDkxMWYtMzMwNi00ZGM1LWIyZTMtOGQ4NGYwNjY1MjZhIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiJlYjhmYzBmMy1mMjBhLTRmOTUtYjc5My00YzlmMDQ4ZjEzNTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmZjMDkxMWYtMzMwNi00ZGM1LWIyZTMtOGQ4NGYwNjY1MjZhIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:37:08.4494367Z\",\r\n \"endTime\": \"2020-06-23T23:37:14.5243836Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/Microsoft.StorageSync/storageSyncServices/sssps3234/registeredServers/b404ebb5-fd7f-4e87-9159-9058c50ffbc8?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDk5OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMjM0L3JlZ2lzdGVyZWRTZXJ2ZXJzL2I0MDRlYmI1LWZkN2YtNGU4Ny05MTU5LTkwNThjNTBmZmJjOD9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps797/providers/Microsoft.StorageSync/storageSyncServices/sssps2547?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzk3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczI1NDc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "11102bf6-a419-4dd0-9d06-a5dc49da10b3" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "05db22e7-db6c-4552-9db1-d8274a56eff2" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T233718Z:05db22e7-db6c-4552-9db1-d8274a56eff2" + ], + "Date": [ + "Tue, 23 Jun 2020 23:37:17 GMT" + ], + "Content-Length": [ + "632" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps2547/workflows/eb8fc0f3-f20a-4f95-b793-4c9f048f1353\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps797/providers/microsoft.storagesync/storageSyncServices/sssps2547\",\r\n \"name\": \"sssps2547\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps797/providers/Microsoft.StorageSync/storageSyncServices/sssps2547/registeredServers/33b89a0e-6b4e-401f-a028-3184a99351f1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzk3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczI1NDcvcmVnaXN0ZXJlZFNlcnZlcnMvMzNiODlhMGUtNmI0ZS00MDFmLWEwMjgtMzE4NGE5OTM1MWYxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDGDCCAgCgAwIBAgIQZrMnSW/lG5xELR7EikisXDANBgkqhkiG9w0BAQ0FADA0MTIwMAYDVQQDEylhbmRyZXlhemRldm9wcy5yZWRtb25kLmNvcnAubWljcm9zb2Z0LmNvbTAeFw0xOTA1MjkwMjEyNDlaFw0yMDA1MjkwMjEyNDlaMDQxMjAwBgNVBAMTKWFuZHJleWF6ZGV2b3BzLnJlZG1vbmQuY29ycC5taWNyb3NvZnQuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzWEfgMvao6tCt/lexsMFViVxCCoJbLClwvqfWN79eFc3bmXBtERIvKTlb1TqAigp5VjP021TaQsyN/K2t8qr2rAdlaeJtCXNSILe3+ForYGcQOP0p802kFXkhMUojfX8jGs1BLQTsUoKN4UtuxWIhpb7Iw00rT7wchTg6Yk+ULCRFAlxOQHZI0drM13tDO4kz0BRbTCoSvazS3O570p8sMrWFra6P1/HG1f7sIQP5txw205siGb5FpB0u16qD/z0d7tfMGv+JIqAb6InI393dj2FtbzExkkiBUFXWaH9czGkAFyWuzkECb0WEEK+7oTOrLlo0dh0bp6nxlZ+G7FLfQIDAQABoyYwJDAiBgNVHSUBAf8EGDAWBggrBgEFBQcDAgYKKwYBBAGCNwoDDDANBgkqhkiG9w0BAQ0FAAOCAQEAEn8WHN0h00/Vem50CnwXwnty0vGwu2v3plD1m0mw+3jCtDUTa/tF/a7jTVTCtK6VdqNP6tp/f+GflNRmZWIK/6DIEntouzL++7M5hArcJj01t0S0Vc+0FN3b2wuBuJUYWxR5Q8bNHStOm7l6nXjQ96k1fH/L/hu0dmhciak8LUEIowhSiIpnB3C9AGFuPi9DqjKdWxxzIPLybiDidgUfGbcCNHaZXvcNqNq4zpzeFPTi3VBEOXHIJhk0fT3iWjwvBwtUxPJJs3FIRZFWQa/cgEvBWrYMem98lqKNdmGDJP11OmUeAqJQTe+iSX9pDFzpEj/lM/tIjEh9fwKXuoO1uw==\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"7/3/2019 4:48:10 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"b404ebb5-fd7f-4e87-9159-9058c50ffbc8\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDEDCCAfigAwIBAgIQHMX6MF8k1YRIo40AAPKx/TANBgkqhkiG9w0BAQ0FADAwMS4wLAYDVQQDEyVhbmt1c2hiLXZtMDIubnRkZXYuY29ycC5taWNyb3NvZnQuY29tMB4XDTIwMDEyNzE5NTkwN1oXDTIxMDEyNzE5NTkwN1owMDEuMCwGA1UEAxMlYW5rdXNoYi12bTAyLm50ZGV2LmNvcnAubWljcm9zb2Z0LmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOGKtANwb+dUXi5QVPKCUkpcWJ1/s18EqVBGRaQvIE518p7zWSfnk79FOerjfCT6kDBZPccnxBHK3hZZNgxrAkgv0LeDIEwHDvttYbcMfUzq1VviGnPuKWTsFkIAkG+8IehxX9eB/kBlkoyriziQXg4Bz74HBaQWlZeC65R6Tp8XcuO8HuKtnT3RfV6365pPHq4yp/N5e3NLxDoG1AKXEs8NtDkw2xOltLCu3qluV/AUX343pDEkLV3F8IOu3I7cU+NA/WzCF7UcZ8ZOhS5klMVNiUwCFsUdFUAXh9ufXEBs50IcVJlZU6ZUADbmrqaqpYtD94aKQeFsBlnou5s1A/kCAwEAAaMmMCQwIgYDVR0lAQH/BBgwFgYIKwYBBQUHAwIGCisGAQQBgjcKAwwwDQYJKoZIhvcNAQENBQADggEBAH7p2XFxnOdk/lbNBKW7nmjsjE5BeBU/OlBhKCUrmmY+fk3FvAYSs2jaJKqgZjxek/KdNf2UZMXztg8joF5s1Pdg6ICxJqc1t4gJunHUOoTHHyrotMyt6xJnClRCNqshA0n2z304hjKXcyCoLopemMFpOPEg2oG+EOuvwK/g1gAavGbmYJQc82uNF1LKNMmNfQ4Nn48dKLKg65SHgU+BISlCjHb/6NRTpTmK5acUOlHSrhGsJYCBsN1xJOzwxssXAoy25ebjajvnGcsC9k2HwLZWaSGsPuwWPfEtPPHjNRDrnaNLjSu2zc0uxZza8JWlE0pWD2kyf9OjyD1V0PxtZuM=\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"6/23/2020 4:37:18 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"33b89a0e-6b4e-401f-a028-3184a99351f1\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "301b14d7-3df6-417f-87f2-b08f0263102a" + "a8951692-ae33-4b7f-8bd3-e2084ef122fa" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1452" + "1437" ] }, "ResponseHeaders": { @@ -369,16 +501,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/microsoft.storagesync/storageSyncServices/sssps3234/workflows/82db5adc-d5f1-4c75-add3-3fb676f8c68d/operationresults/0b68bd99-452b-432b-89c3-b2b2b6eb8682?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiI5ZTVkYWM0OC0yZjNmLTQxYjMtYTNhMy03YTdjZjcxMDczMTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMjNiYjBiM2EtODcyNy00NWQ1LTk3MjEtNTQ0ZjYyZWI2ZjVmIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/microsoft.storagesync/storageSyncServices/sssps3234/workflows/82db5adc-d5f1-4c75-add3-3fb676f8c68d/operations/0b68bd99-452b-432b-89c3-b2b2b6eb8682?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiI5ZTVkYWM0OC0yZjNmLTQxYjMtYTNhMy03YTdjZjcxMDczMTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMjNiYjBiM2EtODcyNy00NWQ1LTk3MjEtNTQ0ZjYyZWI2ZjVmIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "13eca13c-9836-496b-b1a6-293e5dea244d" + "3ff53cc7-d193-4e94-a233-b01cca36dc7f" ], "X-Content-Type-Options": [ "nosniff" @@ -396,16 +528,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1198" ], "x-ms-correlation-request-id": [ - "7cebc456-1c6d-492c-9d19-8032d94f33eb" + "7789115f-c4bb-42c5-a02d-bc01c3fe2e3a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234810Z:7cebc456-1c6d-492c-9d19-8032d94f33eb" + "WESTUS:20200623T233719Z:7789115f-c4bb-42c5-a02d-bc01c3fe2e3a" ], "Date": [ - "Wed, 03 Jul 2019 23:48:10 GMT" + "Tue, 23 Jun 2020 23:37:18 GMT" ], "Expires": [ "-1" @@ -418,16 +550,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/microsoft.storagesync/storageSyncServices/sssps3234/workflows/82db5adc-d5f1-4c75-add3-3fb676f8c68d/operations/0b68bd99-452b-432b-89c3-b2b2b6eb8682?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDk5OC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMjM0L3dvcmtmbG93cy84MmRiNWFkYy1kNWYxLTRjNzUtYWRkMy0zZmI2NzZmOGM2OGQvb3BlcmF0aW9ucy8wYjY4YmQ5OS00NTJiLTQzMmItODljMy1iMmIyYjZlYjg2ODI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiI5ZTVkYWM0OC0yZjNmLTQxYjMtYTNhMy03YTdjZjcxMDczMTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMjNiYjBiM2EtODcyNy00NWQ1LTk3MjEtNTQ0ZjYyZWI2ZjVmIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqSTRaakl6T0dNd0xUVmhPV1F0TkdFM05TMWlNR1k1TFRNeVpXUmxOek0xWWpjeU1pSXNJbmR2Y210bWJHOTNTV1FpT2lJNVpUVmtZV00wT0MweVpqTm1MVFF4WWpNdFlUTmhNeTAzWVRkalpqY3hNRGN6TVRRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTWpOaVlqQmlNMkV0T0RjeU55MDBOV1ExTFRrM01qRXROVFEwWmpZeVpXSTJaalZtSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -438,7 +570,7 @@ "no-cache" ], "x-ms-request-id": [ - "21db8abe-fad2-4fa5-b0a8-047a732b7ec6" + "2ceed230-d1f6-48c1-b396-3381da20a32d" ], "X-Content-Type-Options": [ "nosniff" @@ -456,41 +588,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11997" ], "x-ms-correlation-request-id": [ - "8b88e280-6605-4180-806b-2ce418bdc2b1" + "0a31683a-0afd-4e06-8720-83d9b98fb92a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234821Z:8b88e280-6605-4180-806b-2ce418bdc2b1" + "WESTUS:20200623T233729Z:0a31683a-0afd-4e06-8720-83d9b98fb92a" ], "Date": [ - "Wed, 03 Jul 2019 23:48:20 GMT" + "Tue, 23 Jun 2020 23:37:29 GMT" ], "Content-Length": [ - "443" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/microsoft.storagesync/storageSyncServices/sssps3234/workflow/82db5adc-d5f1-4c75-add3-3fb676f8c68d/operationresults/0b68bd99-452b-432b-89c3-b2b2b6eb8682\",\r\n \"name\": \"0b68bd99-452b-432b-89c3-b2b2b6eb8682\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T23:48:11.0237Z\",\r\n \"endTime\": \"2019-07-03T23:48:14.493884Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiI5ZTVkYWM0OC0yZjNmLTQxYjMtYTNhMy03YTdjZjcxMDczMTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMjNiYjBiM2EtODcyNy00NWQ1LTk3MjEtNTQ0ZjYyZWI2ZjVmIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiI5ZTVkYWM0OC0yZjNmLTQxYjMtYTNhMy03YTdjZjcxMDczMTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMjNiYjBiM2EtODcyNy00NWQ1LTk3MjEtNTQ0ZjYyZWI2ZjVmIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:37:19.6605217Z\",\r\n \"endTime\": \"2020-06-23T23:37:23.1362667Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/Microsoft.StorageSync/storageSyncServices/sssps3234/registeredServers/b404ebb5-fd7f-4e87-9159-9058c50ffbc8?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDk5OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMjM0L3JlZ2lzdGVyZWRTZXJ2ZXJzL2I0MDRlYmI1LWZkN2YtNGU4Ny05MTU5LTkwNThjNTBmZmJjOD9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps797/providers/Microsoft.StorageSync/storageSyncServices/sssps2547/registeredServers/33b89a0e-6b4e-401f-a028-3184a99351f1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzk3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczI1NDcvcmVnaXN0ZXJlZFNlcnZlcnMvMzNiODlhMGUtNmI0ZS00MDFmLWEwMjgtMzE4NGE5OTM1MWYxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -501,7 +633,7 @@ "no-cache" ], "x-ms-request-id": [ - "33259c02-ac4b-4f8b-93fb-eb97dfd207de" + "adbc57a2-4b06-445a-956d-a19fb602ea2c" ], "X-Content-Type-Options": [ "nosniff" @@ -519,47 +651,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11996" ], "x-ms-correlation-request-id": [ - "3e411467-fd95-4ea5-b5bd-98ae348c0e35" + "c448c925-fae7-44b4-a6c3-edb93a6cdc57" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234821Z:3e411467-fd95-4ea5-b5bd-98ae348c0e35" + "WESTUS:20200623T233729Z:c448c925-fae7-44b4-a6c3-edb93a6cdc57" ], "Date": [ - "Wed, 03 Jul 2019 23:48:21 GMT" + "Tue, 23 Jun 2020 23:37:29 GMT" ], "Content-Length": [ - "13368" + "13497" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": null,\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"agentVersionStatus\": null,\r\n \"agentVersionExpirationDate\": null,\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2019-07-03T16:48:14.2907527-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"b404ebb5-fd7f-4e87-9159-9058c50ffbc8\",\r\n \"storageSyncServiceUid\": \"e430deb6-40bd-44ef-8308-bdb06435a829\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps3234/workflows/82db5adc-d5f1-4c75-add3-3fb676f8c68d\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/microsoft.storagesync/storageSyncServices/sssps3234/registeredServers/b404ebb5-fd7f-4e87-9159-9058c50ffbc8\",\r\n \"name\": \"b404ebb5-fd7f-4e87-9159-9058c50ffbc8\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2020-06-23T16:37:22.8962564-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"33b89a0e-6b4e-401f-a028-3184a99351f1\",\r\n \"storageSyncServiceUid\": \"28f238c0-5a9d-4a75-b0f9-32ede735b722\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps2547/workflows/9e5dac48-2f3f-41b3-a3a3-7a7cf7107314\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\",\r\n \"monitoringEndpointUri\": \"https://euap01.afs.azure.net:443/\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps797/providers/microsoft.storagesync/storageSyncServices/sssps2547/registeredServers/33b89a0e-6b4e-401f-a028-3184a99351f1\",\r\n \"name\": \"33b89a0e-6b4e-401f-a028-3184a99351f1\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/Microsoft.StorageSync/storageSyncServices/sssps3234/registeredServers/b404ebb5-fd7f-4e87-9159-9058c50ffbc8?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDk5OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMjM0L3JlZ2lzdGVyZWRTZXJ2ZXJzL2I0MDRlYmI1LWZkN2YtNGU4Ny05MTU5LTkwNThjNTBmZmJjOD9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps797/providers/Microsoft.StorageSync/storageSyncServices/sssps2547/registeredServers/33b89a0e-6b4e-401f-a028-3184a99351f1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzk3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczI1NDcvcmVnaXN0ZXJlZFNlcnZlcnMvMzNiODlhMGUtNmI0ZS00MDFmLWEwMjgtMzE4NGE5OTM1MWYxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5cff8f0d-b98b-478a-a0d6-2095ee4aa344" + "5728afbe-9bc3-41a1-8923-5ae4244957ae" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -570,7 +702,7 @@ "no-cache" ], "x-ms-request-id": [ - "1e5a499f-b63c-4794-99d6-b8368bb88f72" + "30957670-2a45-4fe0-9c0e-a63f18f69f8f" ], "X-Content-Type-Options": [ "nosniff" @@ -588,47 +720,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11995" ], "x-ms-correlation-request-id": [ - "0b2b83a7-7bfd-4b2c-9408-7c84d15aa117" + "e61bc6bf-33b8-43b7-b49c-e494778347d5" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234822Z:0b2b83a7-7bfd-4b2c-9408-7c84d15aa117" + "WESTUS:20200623T233730Z:e61bc6bf-33b8-43b7-b49c-e494778347d5" ], "Date": [ - "Wed, 03 Jul 2019 23:48:21 GMT" + "Tue, 23 Jun 2020 23:37:30 GMT" ], "Content-Length": [ - "13368" + "13497" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": null,\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"agentVersionStatus\": null,\r\n \"agentVersionExpirationDate\": null,\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2019-07-03T16:48:14.2907527-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"b404ebb5-fd7f-4e87-9159-9058c50ffbc8\",\r\n \"storageSyncServiceUid\": \"e430deb6-40bd-44ef-8308-bdb06435a829\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps3234/workflows/82db5adc-d5f1-4c75-add3-3fb676f8c68d\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/microsoft.storagesync/storageSyncServices/sssps3234/registeredServers/b404ebb5-fd7f-4e87-9159-9058c50ffbc8\",\r\n \"name\": \"b404ebb5-fd7f-4e87-9159-9058c50ffbc8\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2020-06-23T16:37:22.8962564-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"33b89a0e-6b4e-401f-a028-3184a99351f1\",\r\n \"storageSyncServiceUid\": \"28f238c0-5a9d-4a75-b0f9-32ede735b722\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps2547/workflows/9e5dac48-2f3f-41b3-a3a3-7a7cf7107314\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\",\r\n \"monitoringEndpointUri\": \"https://euap01.afs.azure.net:443/\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps797/providers/microsoft.storagesync/storageSyncServices/sssps2547/registeredServers/33b89a0e-6b4e-401f-a028-3184a99351f1\",\r\n \"name\": \"33b89a0e-6b4e-401f-a028-3184a99351f1\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/Microsoft.StorageSync/storageSyncServices/sssps3234/registeredServers/b404ebb5-fd7f-4e87-9159-9058c50ffbc8?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDk5OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMjM0L3JlZ2lzdGVyZWRTZXJ2ZXJzL2I0MDRlYmI1LWZkN2YtNGU4Ny05MTU5LTkwNThjNTBmZmJjOD9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps797/providers/Microsoft.StorageSync/storageSyncServices/sssps2547/registeredServers/33b89a0e-6b4e-401f-a028-3184a99351f1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzk3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczI1NDcvcmVnaXN0ZXJlZFNlcnZlcnMvMzNiODlhMGUtNmI0ZS00MDFmLWEwMjgtMzE4NGE5OTM1MWYxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d155a1b1-5914-4cb8-94b5-90adfb4d4cbc" + "dd0b0020-d0d9-46cf-9006-1f8100d0f167" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -639,16 +771,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/microsoft.storagesync/storageSyncServices/sssps3234/workflows/40d400a0-7401-4b3c-938b-1e2181901672/operationresults/0fa2e3a9-381a-45c2-972b-da70674eea07?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiJkOGE0MjkzYy04MGY3LTQ1ZjgtODM2Mi01NTU1ZTFlNjdlZTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzg0OTQ0OWMtNjJlOS00NzBhLWFhZDYtNzY5MmVlMDBiNGJiIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/microsoft.storagesync/storageSyncServices/sssps3234/workflows/40d400a0-7401-4b3c-938b-1e2181901672/operations/0fa2e3a9-381a-45c2-972b-da70674eea07?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiJkOGE0MjkzYy04MGY3LTQ1ZjgtODM2Mi01NTU1ZTFlNjdlZTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzg0OTQ0OWMtNjJlOS00NzBhLWFhZDYtNzY5MmVlMDBiNGJiIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "db9df2ce-ccf5-45f8-903b-c94f00900c1f" + "28c671bc-bfc3-4e6c-af30-6ef64f0dd957" ], "X-Content-Type-Options": [ "nosniff" @@ -666,16 +798,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14996" + "14999" ], "x-ms-correlation-request-id": [ - "de21eb06-eec8-491c-92d0-83924b386cba" + "05054747-5490-49fe-b6da-66450612e618" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234822Z:de21eb06-eec8-491c-92d0-83924b386cba" + "WESTUS:20200623T233732Z:05054747-5490-49fe-b6da-66450612e618" ], "Date": [ - "Wed, 03 Jul 2019 23:48:22 GMT" + "Tue, 23 Jun 2020 23:37:32 GMT" ], "Expires": [ "-1" @@ -688,16 +820,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/microsoft.storagesync/storageSyncServices/sssps3234/workflows/40d400a0-7401-4b3c-938b-1e2181901672/operations/0fa2e3a9-381a-45c2-972b-da70674eea07?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDk5OC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMjM0L3dvcmtmbG93cy80MGQ0MDBhMC03NDAxLTRiM2MtOTM4Yi0xZTIxODE5MDE2NzIvb3BlcmF0aW9ucy8wZmEyZTNhOS0zODFhLTQ1YzItOTcyYi1kYTcwNjc0ZWVhMDc/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiJkOGE0MjkzYy04MGY3LTQ1ZjgtODM2Mi01NTU1ZTFlNjdlZTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzg0OTQ0OWMtNjJlOS00NzBhLWFhZDYtNzY5MmVlMDBiNGJiIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqSTRaakl6T0dNd0xUVmhPV1F0TkdFM05TMWlNR1k1TFRNeVpXUmxOek0xWWpjeU1pSXNJbmR2Y210bWJHOTNTV1FpT2lKa09HRTBNamt6WXkwNE1HWTNMVFExWmpndE9ETTJNaTAxTlRVMVpURmxOamRsWlRNaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTXpnME9UUTBPV010TmpKbE9TMDBOekJoTFdGaFpEWXROelk1TW1WbE1EQmlOR0ppSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -708,7 +840,7 @@ "no-cache" ], "x-ms-request-id": [ - "1bfc012f-9cc2-4cda-8c4c-c56f16381d85" + "397de0cb-accd-41d7-aa87-63f1cbd9824f" ], "X-Content-Type-Options": [ "nosniff" @@ -726,41 +858,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11994" ], "x-ms-correlation-request-id": [ - "d2166c5c-5859-4897-9a5a-07553367a5d8" + "33b82bd7-4beb-4e25-a76f-60f1910faa6d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234833Z:d2166c5c-5859-4897-9a5a-07553367a5d8" + "WESTUS:20200623T233742Z:33b82bd7-4beb-4e25-a76f-60f1910faa6d" ], "Date": [ - "Wed, 03 Jul 2019 23:48:32 GMT" + "Tue, 23 Jun 2020 23:37:42 GMT" ], "Content-Length": [ - "447" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/microsoft.storagesync/storageSyncServices/sssps3234/workflow/40d400a0-7401-4b3c-938b-1e2181901672/operationresults/0fa2e3a9-381a-45c2-972b-da70674eea07\",\r\n \"name\": \"0fa2e3a9-381a-45c2-972b-da70674eea07\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:48:22.7570064Z\",\r\n \"endTime\": \"2019-07-03T23:48:26.2031315Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiJkOGE0MjkzYy04MGY3LTQ1ZjgtODM2Mi01NTU1ZTFlNjdlZTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzg0OTQ0OWMtNjJlOS00NzBhLWFhZDYtNzY5MmVlMDBiNGJiIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiJkOGE0MjkzYy04MGY3LTQ1ZjgtODM2Mi01NTU1ZTFlNjdlZTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzg0OTQ0OWMtNjJlOS00NzBhLWFhZDYtNzY5MmVlMDBiNGJiIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:37:30.8598896Z\",\r\n \"endTime\": \"2020-06-23T23:37:34.348927Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/microsoft.storagesync/storageSyncServices/sssps3234/workflows/40d400a0-7401-4b3c-938b-1e2181901672/operations/0fa2e3a9-381a-45c2-972b-da70674eea07?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDk5OC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMjM0L3dvcmtmbG93cy80MGQ0MDBhMC03NDAxLTRiM2MtOTM4Yi0xZTIxODE5MDE2NzIvb3BlcmF0aW9ucy8wZmEyZTNhOS0zODFhLTQ1YzItOTcyYi1kYTcwNjc0ZWVhMDc/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiJkOGE0MjkzYy04MGY3LTQ1ZjgtODM2Mi01NTU1ZTFlNjdlZTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzg0OTQ0OWMtNjJlOS00NzBhLWFhZDYtNzY5MmVlMDBiNGJiIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqSTRaakl6T0dNd0xUVmhPV1F0TkdFM05TMWlNR1k1TFRNeVpXUmxOek0xWWpjeU1pSXNJbmR2Y210bWJHOTNTV1FpT2lKa09HRTBNamt6WXkwNE1HWTNMVFExWmpndE9ETTJNaTAxTlRVMVpURmxOamRsWlRNaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTXpnME9UUTBPV010TmpKbE9TMDBOekJoTFdGaFpEWXROelk1TW1WbE1EQmlOR0ppSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -771,7 +903,7 @@ "no-cache" ], "x-ms-request-id": [ - "3f63ae71-7f09-425f-9d6c-a773b82fa90f" + "4a623634-822e-4c40-b270-d08dcd93da60" ], "X-Content-Type-Options": [ "nosniff" @@ -789,41 +921,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11993" ], "x-ms-correlation-request-id": [ - "937524ad-d1b6-4664-808e-eeba899e1c2b" + "04eb3951-6c5c-4059-b20c-dbbf592d503e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234843Z:937524ad-d1b6-4664-808e-eeba899e1c2b" + "WESTUS:20200623T233753Z:04eb3951-6c5c-4059-b20c-dbbf592d503e" ], "Date": [ - "Wed, 03 Jul 2019 23:48:42 GMT" + "Tue, 23 Jun 2020 23:37:52 GMT" ], "Content-Length": [ - "447" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/microsoft.storagesync/storageSyncServices/sssps3234/workflow/40d400a0-7401-4b3c-938b-1e2181901672/operationresults/0fa2e3a9-381a-45c2-972b-da70674eea07\",\r\n \"name\": \"0fa2e3a9-381a-45c2-972b-da70674eea07\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:48:22.7570064Z\",\r\n \"endTime\": \"2019-07-03T23:48:26.2031315Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiJkOGE0MjkzYy04MGY3LTQ1ZjgtODM2Mi01NTU1ZTFlNjdlZTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzg0OTQ0OWMtNjJlOS00NzBhLWFhZDYtNzY5MmVlMDBiNGJiIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiJkOGE0MjkzYy04MGY3LTQ1ZjgtODM2Mi01NTU1ZTFlNjdlZTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzg0OTQ0OWMtNjJlOS00NzBhLWFhZDYtNzY5MmVlMDBiNGJiIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:37:30.8598896Z\",\r\n \"endTime\": \"2020-06-23T23:37:34.348927Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/microsoft.storagesync/storageSyncServices/sssps3234/workflows/40d400a0-7401-4b3c-938b-1e2181901672/operations/0fa2e3a9-381a-45c2-972b-da70674eea07?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDk5OC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMjM0L3dvcmtmbG93cy80MGQ0MDBhMC03NDAxLTRiM2MtOTM4Yi0xZTIxODE5MDE2NzIvb3BlcmF0aW9ucy8wZmEyZTNhOS0zODFhLTQ1YzItOTcyYi1kYTcwNjc0ZWVhMDc/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiJkOGE0MjkzYy04MGY3LTQ1ZjgtODM2Mi01NTU1ZTFlNjdlZTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzg0OTQ0OWMtNjJlOS00NzBhLWFhZDYtNzY5MmVlMDBiNGJiIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqSTRaakl6T0dNd0xUVmhPV1F0TkdFM05TMWlNR1k1TFRNeVpXUmxOek0xWWpjeU1pSXNJbmR2Y210bWJHOTNTV1FpT2lKa09HRTBNamt6WXkwNE1HWTNMVFExWmpndE9ETTJNaTAxTlRVMVpURmxOamRsWlRNaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTXpnME9UUTBPV010TmpKbE9TMDBOekJoTFdGaFpEWXROelk1TW1WbE1EQmlOR0ppSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -834,7 +966,7 @@ "no-cache" ], "x-ms-request-id": [ - "e6b29b1e-b7af-4dcf-b39c-181c685cf977" + "c08ac5f2-1a29-4b42-afaf-556211dda38e" ], "X-Content-Type-Options": [ "nosniff" @@ -852,41 +984,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11992" ], "x-ms-correlation-request-id": [ - "fbc8626a-1c82-4853-9a75-01e449dee775" + "498b9c51-535a-491b-8653-c3fe70176e27" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234853Z:fbc8626a-1c82-4853-9a75-01e449dee775" + "WESTUS:20200623T233803Z:498b9c51-535a-491b-8653-c3fe70176e27" ], "Date": [ - "Wed, 03 Jul 2019 23:48:52 GMT" + "Tue, 23 Jun 2020 23:38:02 GMT" ], "Content-Length": [ - "447" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/microsoft.storagesync/storageSyncServices/sssps3234/workflow/40d400a0-7401-4b3c-938b-1e2181901672/operationresults/0fa2e3a9-381a-45c2-972b-da70674eea07\",\r\n \"name\": \"0fa2e3a9-381a-45c2-972b-da70674eea07\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:48:22.7570064Z\",\r\n \"endTime\": \"2019-07-03T23:48:26.2031315Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiJkOGE0MjkzYy04MGY3LTQ1ZjgtODM2Mi01NTU1ZTFlNjdlZTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzg0OTQ0OWMtNjJlOS00NzBhLWFhZDYtNzY5MmVlMDBiNGJiIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiJkOGE0MjkzYy04MGY3LTQ1ZjgtODM2Mi01NTU1ZTFlNjdlZTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzg0OTQ0OWMtNjJlOS00NzBhLWFhZDYtNzY5MmVlMDBiNGJiIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:37:30.8598896Z\",\r\n \"endTime\": \"2020-06-23T23:37:34.348927Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/microsoft.storagesync/storageSyncServices/sssps3234/workflows/40d400a0-7401-4b3c-938b-1e2181901672/operations/0fa2e3a9-381a-45c2-972b-da70674eea07?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDk5OC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMjM0L3dvcmtmbG93cy80MGQ0MDBhMC03NDAxLTRiM2MtOTM4Yi0xZTIxODE5MDE2NzIvb3BlcmF0aW9ucy8wZmEyZTNhOS0zODFhLTQ1YzItOTcyYi1kYTcwNjc0ZWVhMDc/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiJkOGE0MjkzYy04MGY3LTQ1ZjgtODM2Mi01NTU1ZTFlNjdlZTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzg0OTQ0OWMtNjJlOS00NzBhLWFhZDYtNzY5MmVlMDBiNGJiIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqSTRaakl6T0dNd0xUVmhPV1F0TkdFM05TMWlNR1k1TFRNeVpXUmxOek0xWWpjeU1pSXNJbmR2Y210bWJHOTNTV1FpT2lKa09HRTBNamt6WXkwNE1HWTNMVFExWmpndE9ETTJNaTAxTlRVMVpURmxOamRsWlRNaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTXpnME9UUTBPV010TmpKbE9TMDBOekJoTFdGaFpEWXROelk1TW1WbE1EQmlOR0ppSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -897,7 +1029,7 @@ "no-cache" ], "x-ms-request-id": [ - "2b0db4b7-f697-467b-b72a-c169f9da222c" + "72f37a42-0b18-4987-80dc-9e168e04d42b" ], "X-Content-Type-Options": [ "nosniff" @@ -915,41 +1047,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11991" ], "x-ms-correlation-request-id": [ - "ecfa3cf6-fab3-4492-bb98-69b6ce5db934" + "6da39cfe-c345-4aa8-9082-8e441cffef9d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234904Z:ecfa3cf6-fab3-4492-bb98-69b6ce5db934" + "WESTUS:20200623T233813Z:6da39cfe-c345-4aa8-9082-8e441cffef9d" ], "Date": [ - "Wed, 03 Jul 2019 23:49:04 GMT" + "Tue, 23 Jun 2020 23:38:13 GMT" ], "Content-Length": [ - "447" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/microsoft.storagesync/storageSyncServices/sssps3234/workflow/40d400a0-7401-4b3c-938b-1e2181901672/operationresults/0fa2e3a9-381a-45c2-972b-da70674eea07\",\r\n \"name\": \"0fa2e3a9-381a-45c2-972b-da70674eea07\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:48:22.7570064Z\",\r\n \"endTime\": \"2019-07-03T23:48:26.2031315Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiJkOGE0MjkzYy04MGY3LTQ1ZjgtODM2Mi01NTU1ZTFlNjdlZTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzg0OTQ0OWMtNjJlOS00NzBhLWFhZDYtNzY5MmVlMDBiNGJiIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiJkOGE0MjkzYy04MGY3LTQ1ZjgtODM2Mi01NTU1ZTFlNjdlZTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzg0OTQ0OWMtNjJlOS00NzBhLWFhZDYtNzY5MmVlMDBiNGJiIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:37:30.8598896Z\",\r\n \"endTime\": \"2020-06-23T23:37:34.348927Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/microsoft.storagesync/storageSyncServices/sssps3234/workflows/40d400a0-7401-4b3c-938b-1e2181901672/operations/0fa2e3a9-381a-45c2-972b-da70674eea07?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDk5OC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMjM0L3dvcmtmbG93cy80MGQ0MDBhMC03NDAxLTRiM2MtOTM4Yi0xZTIxODE5MDE2NzIvb3BlcmF0aW9ucy8wZmEyZTNhOS0zODFhLTQ1YzItOTcyYi1kYTcwNjc0ZWVhMDc/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiJkOGE0MjkzYy04MGY3LTQ1ZjgtODM2Mi01NTU1ZTFlNjdlZTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzg0OTQ0OWMtNjJlOS00NzBhLWFhZDYtNzY5MmVlMDBiNGJiIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqSTRaakl6T0dNd0xUVmhPV1F0TkdFM05TMWlNR1k1TFRNeVpXUmxOek0xWWpjeU1pSXNJbmR2Y210bWJHOTNTV1FpT2lKa09HRTBNamt6WXkwNE1HWTNMVFExWmpndE9ETTJNaTAxTlRVMVpURmxOamRsWlRNaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTXpnME9UUTBPV010TmpKbE9TMDBOekJoTFdGaFpEWXROelk1TW1WbE1EQmlOR0ppSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -960,7 +1092,7 @@ "no-cache" ], "x-ms-request-id": [ - "4f1b66e6-5f67-428a-b891-da862237c7bf" + "19dfbd77-ce49-4359-82c5-a345cbeb62cf" ], "X-Content-Type-Options": [ "nosniff" @@ -968,9 +1100,6 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" - ], "Server": [ "Microsoft-IIS/10.0" ], @@ -980,39 +1109,42 @@ "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], "x-ms-correlation-request-id": [ - "395ba5ea-408a-4e7e-9a04-bb9ac840d442" + "aa74dea9-72a4-4844-bac2-920333e4e811" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234914Z:395ba5ea-408a-4e7e-9a04-bb9ac840d442" + "WESTUS:20200623T233823Z:aa74dea9-72a4-4844-bac2-920333e4e811" ], "Date": [ - "Wed, 03 Jul 2019 23:49:14 GMT" + "Tue, 23 Jun 2020 23:38:23 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/microsoft.storagesync/storageSyncServices/sssps3234/workflow/40d400a0-7401-4b3c-938b-1e2181901672/operationresults/0fa2e3a9-381a-45c2-972b-da70674eea07\",\r\n \"name\": \"0fa2e3a9-381a-45c2-972b-da70674eea07\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T23:48:22.7570064Z\",\r\n \"endTime\": \"2019-07-03T23:49:11.2738787Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiJkOGE0MjkzYy04MGY3LTQ1ZjgtODM2Mi01NTU1ZTFlNjdlZTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzg0OTQ0OWMtNjJlOS00NzBhLWFhZDYtNzY5MmVlMDBiNGJiIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiJkOGE0MjkzYy04MGY3LTQ1ZjgtODM2Mi01NTU1ZTFlNjdlZTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzg0OTQ0OWMtNjJlOS00NzBhLWFhZDYtNzY5MmVlMDBiNGJiIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:37:30.8598896Z\",\r\n \"endTime\": \"2020-06-23T23:38:19.4195016Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/microsoft.storagesync/storageSyncServices/sssps3234/workflows/40d400a0-7401-4b3c-938b-1e2181901672/operationresults/0fa2e3a9-381a-45c2-972b-da70674eea07?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDk5OC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMjM0L3dvcmtmbG93cy80MGQ0MDBhMC03NDAxLTRiM2MtOTM4Yi0xZTIxODE5MDE2NzIvb3BlcmF0aW9ucmVzdWx0cy8wZmEyZTNhOS0zODFhLTQ1YzItOTcyYi1kYTcwNjc0ZWVhMDc/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiJkOGE0MjkzYy04MGY3LTQ1ZjgtODM2Mi01NTU1ZTFlNjdlZTMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzg0OTQ0OWMtNjJlOS00NzBhLWFhZDYtNzY5MmVlMDBiNGJiIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqSTRaakl6T0dNd0xUVmhPV1F0TkdFM05TMWlNR1k1TFRNeVpXUmxOek0xWWpjeU1pSXNJbmR2Y210bWJHOTNTV1FpT2lKa09HRTBNamt6WXkwNE1HWTNMVFExWmpndE9ETTJNaTAxTlRVMVpURmxOamRsWlRNaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTXpnME9UUTBPV010TmpKbE9TMDBOekJoTFdGaFpEWXROelk1TW1WbE1EQmlOR0ppSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1023,7 +1155,7 @@ "no-cache" ], "x-ms-request-id": [ - "c5feca5e-f897-4cc2-9904-fdb9844c4ce7" + "ffa87e83-edb4-48d5-9a94-98015dc99952" ], "X-Content-Type-Options": [ "nosniff" @@ -1041,16 +1173,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11989" ], "x-ms-correlation-request-id": [ - "8770c561-3ad9-411d-a1db-f7f9aec98a38" + "d7deab82-37ce-4159-b0ff-f9a8b2be6edc" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234915Z:8770c561-3ad9-411d-a1db-f7f9aec98a38" + "WESTUS:20200623T233823Z:d7deab82-37ce-4159-b0ff-f9a8b2be6edc" ], "Date": [ - "Wed, 03 Jul 2019 23:49:14 GMT" + "Tue, 23 Jun 2020 23:38:23 GMT" ], "Expires": [ "-1" @@ -1063,22 +1195,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/Microsoft.StorageSync/storageSyncServices/sssps3234?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDk5OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMjM0P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps797/providers/Microsoft.StorageSync/storageSyncServices/sssps2547?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzk3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczI1NDc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e476876a-03db-4b65-b82d-60d0cdf50d8b" + "30a54260-3b99-46d6-a924-7e6a5b170796" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1088,8 +1220,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiI5OGY4ZjliZC01ODBlLTRlMTktYjY4My1kMmQ4MTQ5YmFhYjkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWU0YmY5MWQtODcxYy00ZTM3LTgwYWItMGQ5YjEwOWQwNDA3In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiI5OGY4ZjliZC01ODBlLTRlMTktYjY4My1kMmQ4MTQ5YmFhYjkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWU0YmY5MWQtODcxYy00ZTM3LTgwYWItMGQ5YjEwOWQwNDA3In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "d4f1803e-dd1f-4667-b221-9ead818b16b8" + "78f62e96-144c-419d-8e98-797ef3ae5f1d" ], "X-Content-Type-Options": [ "nosniff" @@ -1107,16 +1248,139 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14995" + "14998" + ], + "x-ms-correlation-request-id": [ + "28fa7008-0ef6-448d-8988-9a1fdd17cfb0" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T233824Z:28fa7008-0ef6-448d-8988-9a1fdd17cfb0" + ], + "Date": [ + "Tue, 23 Jun 2020 23:38:24 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiI5OGY4ZjliZC01ODBlLTRlMTktYjY4My1kMmQ4MTQ5YmFhYjkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWU0YmY5MWQtODcxYy00ZTM3LTgwYWItMGQ5YjEwOWQwNDA3In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqSTRaakl6T0dNd0xUVmhPV1F0TkdFM05TMWlNR1k1TFRNeVpXUmxOek0xWWpjeU1pSXNJbmR2Y210bWJHOTNTV1FpT2lJNU9HWTRaamxpWkMwMU9EQmxMVFJsTVRrdFlqWTRNeTFrTW1RNE1UUTVZbUZoWWpraUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTVdVMFltWTVNV1F0T0RjeFl5MDBaVE0zTFRnd1lXSXRNR1E1WWpFd09XUXdOREEzSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "069bb5dd-e8ea-421c-991d-9aa7d036f717" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11988" + ], + "x-ms-correlation-request-id": [ + "3b8ac4e6-20b9-4665-99e5-2bad89b28b56" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T233834Z:3b8ac4e6-20b9-4665-99e5-2bad89b28b56" + ], + "Date": [ + "Tue, 23 Jun 2020 23:38:34 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiI5OGY4ZjliZC01ODBlLTRlMTktYjY4My1kMmQ4MTQ5YmFhYjkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWU0YmY5MWQtODcxYy00ZTM3LTgwYWItMGQ5YjEwOWQwNDA3In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiI5OGY4ZjliZC01ODBlLTRlMTktYjY4My1kMmQ4MTQ5YmFhYjkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWU0YmY5MWQtODcxYy00ZTM3LTgwYWItMGQ5YjEwOWQwNDA3In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:38:24.6460192Z\",\r\n \"endTime\": \"2020-06-23T23:38:30.0628309Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjI4ZjIzOGMwLTVhOWQtNGE3NS1iMGY5LTMyZWRlNzM1YjcyMiIsIndvcmtmbG93SWQiOiI5OGY4ZjliZC01ODBlLTRlMTktYjY4My1kMmQ4MTQ5YmFhYjkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWU0YmY5MWQtODcxYy00ZTM3LTgwYWItMGQ5YjEwOWQwNDA3In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqSTRaakl6T0dNd0xUVmhPV1F0TkdFM05TMWlNR1k1TFRNeVpXUmxOek0xWWpjeU1pSXNJbmR2Y210bWJHOTNTV1FpT2lJNU9HWTRaamxpWkMwMU9EQmxMVFJsTVRrdFlqWTRNeTFrTW1RNE1UUTVZbUZoWWpraUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTVdVMFltWTVNV1F0T0RjeFl5MDBaVE0zTFRnd1lXSXRNR1E1WWpFd09XUXdOREEzSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "3f525640-77a5-4bf3-8242-6d43b844c5d3" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11987" ], "x-ms-correlation-request-id": [ - "eb808902-ab09-411b-84dd-e1b8a14eac67" + "47b0b196-dbac-4ea5-8ac3-b6f0b6a45008" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234915Z:eb808902-ab09-411b-84dd-e1b8a14eac67" + "WESTUS:20200623T233835Z:47b0b196-dbac-4ea5-8ac3-b6f0b6a45008" ], "Date": [ - "Wed, 03 Jul 2019 23:49:15 GMT" + "Tue, 23 Jun 2020 23:38:34 GMT" ], "Expires": [ "-1" @@ -1129,22 +1393,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDk5OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps797/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzk3L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f6efff81-a198-4ae2-be0f-00c3699dad0f" + "e8cb3cae-c0f9-4917-ab5b-ab85afbd7778" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1154,57 +1418,66 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" - ], "x-ms-request-id": [ - "89d79460-bf03-41c2-a0fc-1665b6a65176" + "e0bb3dbf-3a12-4808-80e6-2ea0e39e842a" ], - "x-ms-correlation-request-id": [ - "89d79460-bf03-41c2-a0fc-1665b6a65176" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T234915Z:89d79460-bf03-41c2-a0fc-1665b6a65176" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-correlation-request-id": [ + "5fe105ca-2f04-49a3-93a7-a2eb7081211e" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T233835Z:5fe105ca-2f04-49a3-93a7-a2eb7081211e" ], "Date": [ - "Wed, 03 Jul 2019 23:49:15 GMT" + "Tue, 23 Jun 2020 23:38:34 GMT" + ], + "Content-Length": [ + "19" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps4998?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNDk5OD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps797?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNzk3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a5b1c4fb-351f-4786-8f45-396b1e44af96" + "ae4328e1-7f11-4286-80ba-198d54e954e4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1215,22 +1488,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ5OTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14994" + "14997" ], "x-ms-request-id": [ - "710a4aa8-81e5-43cd-a1d9-e3ffa8fd0bda" + "77e14364-d225-41ab-842e-3e24d8c27c13" ], "x-ms-correlation-request-id": [ - "710a4aa8-81e5-43cd-a1d9-e3ffa8fd0bda" + "77e14364-d225-41ab-842e-3e24d8c27c13" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234916Z:710a4aa8-81e5-43cd-a1d9-e3ffa8fd0bda" + "WESTUS:20200623T233835Z:77e14364-d225-41ab-842e-3e24d8c27c13" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1239,7 +1512,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:49:16 GMT" + "Tue, 23 Jun 2020 23:38:35 GMT" ], "Expires": [ "-1" @@ -1252,16 +1525,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ5OTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNU9UZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU55MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1272,22 +1545,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ5OTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11985" ], "x-ms-request-id": [ - "d0794c57-e1fa-40fd-8264-c433a29a9cd8" + "894569f8-6cf9-4ff5-b7d0-c18b5aa46f0c" ], "x-ms-correlation-request-id": [ - "d0794c57-e1fa-40fd-8264-c433a29a9cd8" + "894569f8-6cf9-4ff5-b7d0-c18b5aa46f0c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234931Z:d0794c57-e1fa-40fd-8264-c433a29a9cd8" + "WESTUS:20200623T233850Z:894569f8-6cf9-4ff5-b7d0-c18b5aa46f0c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1296,7 +1569,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:49:31 GMT" + "Tue, 23 Jun 2020 23:38:50 GMT" ], "Expires": [ "-1" @@ -1309,16 +1582,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ5OTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNU9UZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU55MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1329,22 +1602,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ5OTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11984" ], "x-ms-request-id": [ - "8aee3b4a-7f7b-4d3c-8f11-dd3b53391b3e" + "eac49b9d-f941-4f3a-aeff-737d7b001af3" ], "x-ms-correlation-request-id": [ - "8aee3b4a-7f7b-4d3c-8f11-dd3b53391b3e" + "eac49b9d-f941-4f3a-aeff-737d7b001af3" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234946Z:8aee3b4a-7f7b-4d3c-8f11-dd3b53391b3e" + "WESTUS:20200623T233905Z:eac49b9d-f941-4f3a-aeff-737d7b001af3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1353,7 +1626,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:49:46 GMT" + "Tue, 23 Jun 2020 23:39:04 GMT" ], "Expires": [ "-1" @@ -1366,16 +1639,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ5OTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNU9UZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU55MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1386,16 +1659,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11983" ], "x-ms-request-id": [ - "6967a232-46ae-40f3-932e-49a217658328" + "9b12f0ef-a1b6-4eba-bd51-2480c854dd52" ], "x-ms-correlation-request-id": [ - "6967a232-46ae-40f3-932e-49a217658328" + "9b12f0ef-a1b6-4eba-bd51-2480c854dd52" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235001Z:6967a232-46ae-40f3-932e-49a217658328" + "WESTUS:20200623T233920Z:9b12f0ef-a1b6-4eba-bd51-2480c854dd52" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1404,7 +1677,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:50:01 GMT" + "Tue, 23 Jun 2020 23:39:19 GMT" ], "Expires": [ "-1" @@ -1417,16 +1690,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ5OTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNU9UZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5Ny1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU55MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1437,16 +1710,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11982" ], "x-ms-request-id": [ - "2babf039-8490-415c-95d8-06a931fb475f" + "427a08b8-3c6a-48d3-97ad-06ee444b69b4" ], "x-ms-correlation-request-id": [ - "2babf039-8490-415c-95d8-06a931fb475f" + "427a08b8-3c6a-48d3-97ad-06ee444b69b4" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235001Z:2babf039-8490-415c-95d8-06a931fb475f" + "WESTUS:20200623T233920Z:427a08b8-3c6a-48d3-97ad-06ee444b69b4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1455,7 +1728,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:50:01 GMT" + "Tue, 23 Jun 2020 23:39:19 GMT" ], "Expires": [ "-1" @@ -1470,14 +1743,14 @@ ], "Names": { "Test-NewRegisteredServerParentObject": [ - "ps4998", - "ps3234" + "ps797", + "ps2547" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "", - "SyncServerId": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4998/providers/Microsoft.StorageSync/storageSyncServices/sssps3234/registeredServers/B404EBB5-FD7F-4E87-9159-9058C50FFBC8" + "SyncServerId": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps797/providers/Microsoft.StorageSync/storageSyncServices/sssps2547/registeredServers/33B89A0E-6B4E-401F-A028-3184A99351F1" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestNewRegisteredServerParentResourceId.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestNewRegisteredServerParentResourceId.json index 1615ee24429e..178b14d0208c 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestNewRegisteredServerParentResourceId.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestNewRegisteredServerParentResourceId.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2254ef95-5496-4c38-99a2-ee42df3b692d" + "63774edf-259d-488a-8584-4baff4fbbcdc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "de227561-1b60-4087-ad10-ffd4be200c2d" + "e633bdda-c3b0-42ae-975b-a74d0896b5bf" ], "x-ms-correlation-request-id": [ - "de227561-1b60-4087-ad10-ffd4be200c2d" + "e633bdda-c3b0-42ae-975b-a74d0896b5bf" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231454Z:de227561-1b60-4087-ad10-ffd4be200c2d" + "WESTUS:20200623T232527Z:e633bdda-c3b0-42ae-975b-a74d0896b5bf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:14:54 GMT" + "Tue, 23 Jun 2020 23:25:27 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\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\": \"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\": \"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\": \"notifyResourceJobs\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\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 ]\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-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-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-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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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-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-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 },\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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ef849104-dd51-40b5-823f-be61f595b4e8" + "78790561-d5e9-4bad-b189-8555b1e8d0b6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "c7f0d77c-6059-4305-8a2a-f66b6d5c5672" + "b30b2aa9-ec26-4125-ab94-6ec35c95836d" ], "x-ms-correlation-request-id": [ - "c7f0d77c-6059-4305-8a2a-f66b6d5c5672" + "b30b2aa9-ec26-4125-ab94-6ec35c95836d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231454Z:c7f0d77c-6059-4305-8a2a-f66b6d5c5672" + "WESTUS:20200623T232527Z:b30b2aa9-ec26-4125-ab94-6ec35c95836d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:14:54 GMT" + "Tue, 23 Jun 2020 23:25:27 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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-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-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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 \"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 \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps8215?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzODIxNT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps2151?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzMjE1MT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "66878287-ab37-453b-a2a9-5467850eabd2" + "ab8a0945-322c-47ba-b341-a9869ab0dc51" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,13 +156,13 @@ "1199" ], "x-ms-request-id": [ - "32614918-b7a0-4f92-9c0f-05edf987f6fd" + "3efd6776-86dd-4214-827e-cc9d3715ed2e" ], "x-ms-correlation-request-id": [ - "32614918-b7a0-4f92-9c0f-05edf987f6fd" + "3efd6776-86dd-4214-827e-cc9d3715ed2e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231456Z:32614918-b7a0-4f92-9c0f-05edf987f6fd" + "WESTUS:20200623T232527Z:3efd6776-86dd-4214-827e-cc9d3715ed2e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:14:56 GMT" + "Tue, 23 Jun 2020 23:25:27 GMT" ], "Content-Length": [ "165" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215\",\r\n \"name\": \"ps8215\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2151\",\r\n \"name\": \"ps2151\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps2980\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps3004\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "813eca91-aa6d-4bb4-82a6-40eab20630a0" + "300aa7fc-8278-44c4-9dd0-bddb21b2ceb7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "390498e5-0173-4524-827e-c90a0d14beeb" + "db870ad9-c5e3-4376-98be-cd3f963c1fab" ], "X-Content-Type-Options": [ "nosniff" @@ -240,50 +240,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "6c63610b-4244-44b7-9803-b578a7ddbcca" + "e34f5bb8-2dea-428d-b7ec-393562123fb9" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231457Z:6c63610b-4244-44b7-9803-b578a7ddbcca" + "WESTUS:20200623T232528Z:e34f5bb8-2dea-428d-b7ec-393562123fb9" ], "Date": [ - "Wed, 03 Jul 2019 23:14:57 GMT" + "Tue, 23 Jun 2020 23:25:27 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/Microsoft.StorageSync/storageSyncServices/sssps2980?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODIxNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyOTgwP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2151/providers/Microsoft.StorageSync/storageSyncServices/sssps3004?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjE1MS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMDA0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "faa6224c-cdea-47ff-9af5-e6ff23f40e89" + "e6026cfc-c6f6-443a-b524-205e26173d6c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJjYTBhMjE3ZC1kOWExLTRjMGEtYmNiNS1mMjIwZDIwYjMwNzYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNmFmYjNlMDQtNWU1Mi00ZTIxLTg0ZjktN2UxOTUwN2JiMWFiIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJjYTBhMjE3ZC1kOWExLTRjMGEtYmNiNS1mMjIwZDIwYjMwNzYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNmFmYjNlMDQtNWU1Mi00ZTIxLTg0ZjktN2UxOTUwN2JiMWFiIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "ab855bcd-4860-486a-a78b-5a791c6f3bcd" + "11ebccd5-4760-4a65-99d2-c5dd55f6dbdd" ], "X-Content-Type-Options": [ "nosniff" @@ -315,50 +324,173 @@ "1199" ], "x-ms-correlation-request-id": [ - "6aa0dd50-9d91-45fc-ac1b-df3cf1bdb325" + "a27c542c-0e10-4320-b3ed-e70d901262d2" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231457Z:6aa0dd50-9d91-45fc-ac1b-df3cf1bdb325" + "WESTUS:20200623T232529Z:a27c542c-0e10-4320-b3ed-e70d901262d2" ], "Date": [ - "Wed, 03 Jul 2019 23:14:57 GMT" + "Tue, 23 Jun 2020 23:25:28 GMT" + ], + "Expires": [ + "-1" ], "Content-Length": [ - "329" + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJjYTBhMjE3ZC1kOWExLTRjMGEtYmNiNS1mMjIwZDIwYjMwNzYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNmFmYjNlMDQtNWU1Mi00ZTIxLTg0ZjktN2UxOTUwN2JiMWFiIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqbGlNRFkxWkdRMExXSm1NMk10TkdSalpDMWlabVJrTFRBM1lqa3dPVFl5WW1JM015SXNJbmR2Y210bWJHOTNTV1FpT2lKallUQmhNakUzWkMxa09XRXhMVFJqTUdFdFltTmlOUzFtTWpJd1pESXdZak13TnpZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTm1GbVlqTmxNRFF0TldVMU1pMDBaVEl4TFRnMFpqa3ROMlV4T1RVd04ySmlNV0ZpSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "82903e59-eb35-4ddf-bf7c-b9e69f3a3897" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "185e6250-876f-4e6a-a64b-0fa0c2191838" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T232539Z:185e6250-876f-4e6a-a64b-0fa0c2191838" + ], + "Date": [ + "Tue, 23 Jun 2020 23:25:38 GMT" + ], + "Content-Length": [ + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/microsoft.storagesync/storageSyncServices/sssps2980\",\r\n \"name\": \"sssps2980\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJjYTBhMjE3ZC1kOWExLTRjMGEtYmNiNS1mMjIwZDIwYjMwNzYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNmFmYjNlMDQtNWU1Mi00ZTIxLTg0ZjktN2UxOTUwN2JiMWFiIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJjYTBhMjE3ZC1kOWExLTRjMGEtYmNiNS1mMjIwZDIwYjMwNzYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNmFmYjNlMDQtNWU1Mi00ZTIxLTg0ZjktN2UxOTUwN2JiMWFiIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:25:29.5114626Z\",\r\n \"endTime\": \"2020-06-23T23:25:35.9138836Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/Microsoft.StorageSync/storageSyncServices/sssps2980/registeredServers/d46c9369-0a02-4c8c-8de4-cdd4e518d68d?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODIxNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyOTgwL3JlZ2lzdGVyZWRTZXJ2ZXJzL2Q0NmM5MzY5LTBhMDItNGM4Yy04ZGU0LWNkZDRlNTE4ZDY4ZD9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2151/providers/Microsoft.StorageSync/storageSyncServices/sssps3004?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjE1MS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMDA0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "6b35289c-0e10-4d94-bf08-704df193b0d4" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "9331ce5c-4af0-47bb-a358-e73c909ba131" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T232539Z:9331ce5c-4af0-47bb-a358-e73c909ba131" + ], + "Date": [ + "Tue, 23 Jun 2020 23:25:39 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps3004/workflows/ca0a217d-d9a1-4c0a-bcb5-f220d20b3076\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2151/providers/microsoft.storagesync/storageSyncServices/sssps3004\",\r\n \"name\": \"sssps3004\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2151/providers/Microsoft.StorageSync/storageSyncServices/sssps3004/registeredServers/f92f99d1-1d3b-4f5d-8e34-f546dbc8f0c2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjE1MS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMDA0L3JlZ2lzdGVyZWRTZXJ2ZXJzL2Y5MmY5OWQxLTFkM2ItNGY1ZC04ZTM0LWY1NDZkYmM4ZjBjMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDGDCCAgCgAwIBAgIQZrMnSW/lG5xELR7EikisXDANBgkqhkiG9w0BAQ0FADA0MTIwMAYDVQQDEylhbmRyZXlhemRldm9wcy5yZWRtb25kLmNvcnAubWljcm9zb2Z0LmNvbTAeFw0xOTA1MjkwMjEyNDlaFw0yMDA1MjkwMjEyNDlaMDQxMjAwBgNVBAMTKWFuZHJleWF6ZGV2b3BzLnJlZG1vbmQuY29ycC5taWNyb3NvZnQuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzWEfgMvao6tCt/lexsMFViVxCCoJbLClwvqfWN79eFc3bmXBtERIvKTlb1TqAigp5VjP021TaQsyN/K2t8qr2rAdlaeJtCXNSILe3+ForYGcQOP0p802kFXkhMUojfX8jGs1BLQTsUoKN4UtuxWIhpb7Iw00rT7wchTg6Yk+ULCRFAlxOQHZI0drM13tDO4kz0BRbTCoSvazS3O570p8sMrWFra6P1/HG1f7sIQP5txw205siGb5FpB0u16qD/z0d7tfMGv+JIqAb6InI393dj2FtbzExkkiBUFXWaH9czGkAFyWuzkECb0WEEK+7oTOrLlo0dh0bp6nxlZ+G7FLfQIDAQABoyYwJDAiBgNVHSUBAf8EGDAWBggrBgEFBQcDAgYKKwYBBAGCNwoDDDANBgkqhkiG9w0BAQ0FAAOCAQEAEn8WHN0h00/Vem50CnwXwnty0vGwu2v3plD1m0mw+3jCtDUTa/tF/a7jTVTCtK6VdqNP6tp/f+GflNRmZWIK/6DIEntouzL++7M5hArcJj01t0S0Vc+0FN3b2wuBuJUYWxR5Q8bNHStOm7l6nXjQ96k1fH/L/hu0dmhciak8LUEIowhSiIpnB3C9AGFuPi9DqjKdWxxzIPLybiDidgUfGbcCNHaZXvcNqNq4zpzeFPTi3VBEOXHIJhk0fT3iWjwvBwtUxPJJs3FIRZFWQa/cgEvBWrYMem98lqKNdmGDJP11OmUeAqJQTe+iSX9pDFzpEj/lM/tIjEh9fwKXuoO1uw==\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"7/3/2019 4:14:57 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"d46c9369-0a02-4c8c-8de4-cdd4e518d68d\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDEDCCAfigAwIBAgIQHMX6MF8k1YRIo40AAPKx/TANBgkqhkiG9w0BAQ0FADAwMS4wLAYDVQQDEyVhbmt1c2hiLXZtMDIubnRkZXYuY29ycC5taWNyb3NvZnQuY29tMB4XDTIwMDEyNzE5NTkwN1oXDTIxMDEyNzE5NTkwN1owMDEuMCwGA1UEAxMlYW5rdXNoYi12bTAyLm50ZGV2LmNvcnAubWljcm9zb2Z0LmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOGKtANwb+dUXi5QVPKCUkpcWJ1/s18EqVBGRaQvIE518p7zWSfnk79FOerjfCT6kDBZPccnxBHK3hZZNgxrAkgv0LeDIEwHDvttYbcMfUzq1VviGnPuKWTsFkIAkG+8IehxX9eB/kBlkoyriziQXg4Bz74HBaQWlZeC65R6Tp8XcuO8HuKtnT3RfV6365pPHq4yp/N5e3NLxDoG1AKXEs8NtDkw2xOltLCu3qluV/AUX343pDEkLV3F8IOu3I7cU+NA/WzCF7UcZ8ZOhS5klMVNiUwCFsUdFUAXh9ufXEBs50IcVJlZU6ZUADbmrqaqpYtD94aKQeFsBlnou5s1A/kCAwEAAaMmMCQwIgYDVR0lAQH/BBgwFgYIKwYBBQUHAwIGCisGAQQBgjcKAwwwDQYJKoZIhvcNAQENBQADggEBAH7p2XFxnOdk/lbNBKW7nmjsjE5BeBU/OlBhKCUrmmY+fk3FvAYSs2jaJKqgZjxek/KdNf2UZMXztg8joF5s1Pdg6ICxJqc1t4gJunHUOoTHHyrotMyt6xJnClRCNqshA0n2z304hjKXcyCoLopemMFpOPEg2oG+EOuvwK/g1gAavGbmYJQc82uNF1LKNMmNfQ4Nn48dKLKg65SHgU+BISlCjHb/6NRTpTmK5acUOlHSrhGsJYCBsN1xJOzwxssXAoy25ebjajvnGcsC9k2HwLZWaSGsPuwWPfEtPPHjNRDrnaNLjSu2zc0uxZza8JWlE0pWD2kyf9OjyD1V0PxtZuM=\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"6/23/2020 4:25:39 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"f92f99d1-1d3b-4f5d-8e34-f546dbc8f0c2\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "777f470c-d101-42c7-a68e-a666c77256dd" + "ca4fb38a-7028-4f0e-8497-8eec422a95e0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1452" + "1437" ] }, "ResponseHeaders": { @@ -369,16 +501,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/microsoft.storagesync/storageSyncServices/sssps2980/workflows/3835be70-b8f9-489f-942f-17cb3b9a3242/operationresults/14048d74-6b12-40a7-a57c-0c474a8f807e?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiIzYmE4NzllZC0xYWU2LTQ4ZDUtOWQ2Mi05NDc5ZjMyMjhmMzgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNmQxNmVmZjgtODAyMy00NDk1LTg3ZDYtNDYxOWUxYTA0NjM0In0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/microsoft.storagesync/storageSyncServices/sssps2980/workflows/3835be70-b8f9-489f-942f-17cb3b9a3242/operations/14048d74-6b12-40a7-a57c-0c474a8f807e?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiIzYmE4NzllZC0xYWU2LTQ4ZDUtOWQ2Mi05NDc5ZjMyMjhmMzgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNmQxNmVmZjgtODAyMy00NDk1LTg3ZDYtNDYxOWUxYTA0NjM0In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "07ceb56f-3c38-4794-8394-af81352a627d" + "6d03cfec-f5a9-42cc-b25e-61c5fc67585e" ], "X-Content-Type-Options": [ "nosniff" @@ -399,13 +531,13 @@ "1198" ], "x-ms-correlation-request-id": [ - "86e2a47b-a295-4495-9f23-b88bbba72238" + "d3fdbc36-4778-46e5-87a2-79b2c6e3d2a4" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231458Z:86e2a47b-a295-4495-9f23-b88bbba72238" + "WESTUS:20200623T232540Z:d3fdbc36-4778-46e5-87a2-79b2c6e3d2a4" ], "Date": [ - "Wed, 03 Jul 2019 23:14:58 GMT" + "Tue, 23 Jun 2020 23:25:39 GMT" ], "Expires": [ "-1" @@ -418,16 +550,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/microsoft.storagesync/storageSyncServices/sssps2980/workflows/3835be70-b8f9-489f-942f-17cb3b9a3242/operations/14048d74-6b12-40a7-a57c-0c474a8f807e?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODIxNS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyOTgwL3dvcmtmbG93cy8zODM1YmU3MC1iOGY5LTQ4OWYtOTQyZi0xN2NiM2I5YTMyNDIvb3BlcmF0aW9ucy8xNDA0OGQ3NC02YjEyLTQwYTctYTU3Yy0wYzQ3NGE4ZjgwN2U/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiIzYmE4NzllZC0xYWU2LTQ4ZDUtOWQ2Mi05NDc5ZjMyMjhmMzgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNmQxNmVmZjgtODAyMy00NDk1LTg3ZDYtNDYxOWUxYTA0NjM0In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqbGlNRFkxWkdRMExXSm1NMk10TkdSalpDMWlabVJrTFRBM1lqa3dPVFl5WW1JM015SXNJbmR2Y210bWJHOTNTV1FpT2lJelltRTROemxsWkMweFlXVTJMVFE0WkRVdE9XUTJNaTA1TkRjNVpqTXlNamhtTXpnaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTm1ReE5tVm1aamd0T0RBeU15MDBORGsxTFRnM1pEWXRORFl4T1dVeFlUQTBOak0wSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -438,7 +570,7 @@ "no-cache" ], "x-ms-request-id": [ - "1b82bcf5-cb5f-45ff-b2be-3fece8f434b3" + "9b9c045e-125b-49b4-94f5-4f0a3dd9336f" ], "X-Content-Type-Options": [ "nosniff" @@ -456,41 +588,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-correlation-request-id": [ - "d46cf81a-ee6a-43f2-8654-2ad0e2fec83c" + "fdde9c70-6573-48aa-9610-4c8724d0ac0a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231508Z:d46cf81a-ee6a-43f2-8654-2ad0e2fec83c" + "WESTUS:20200623T232550Z:fdde9c70-6573-48aa-9610-4c8724d0ac0a" ], "Date": [ - "Wed, 03 Jul 2019 23:15:08 GMT" + "Tue, 23 Jun 2020 23:25:49 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/microsoft.storagesync/storageSyncServices/sssps2980/workflow/3835be70-b8f9-489f-942f-17cb3b9a3242/operationresults/14048d74-6b12-40a7-a57c-0c474a8f807e\",\r\n \"name\": \"14048d74-6b12-40a7-a57c-0c474a8f807e\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T23:14:58.5228907Z\",\r\n \"endTime\": \"2019-07-03T23:15:01.9654986Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiIzYmE4NzllZC0xYWU2LTQ4ZDUtOWQ2Mi05NDc5ZjMyMjhmMzgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNmQxNmVmZjgtODAyMy00NDk1LTg3ZDYtNDYxOWUxYTA0NjM0In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiIzYmE4NzllZC0xYWU2LTQ4ZDUtOWQ2Mi05NDc5ZjMyMjhmMzgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNmQxNmVmZjgtODAyMy00NDk1LTg3ZDYtNDYxOWUxYTA0NjM0In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:25:40.3987883Z\",\r\n \"endTime\": \"2020-06-23T23:25:43.8262429Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/Microsoft.StorageSync/storageSyncServices/sssps2980/registeredServers/d46c9369-0a02-4c8c-8de4-cdd4e518d68d?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODIxNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyOTgwL3JlZ2lzdGVyZWRTZXJ2ZXJzL2Q0NmM5MzY5LTBhMDItNGM4Yy04ZGU0LWNkZDRlNTE4ZDY4ZD9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2151/providers/Microsoft.StorageSync/storageSyncServices/sssps3004/registeredServers/f92f99d1-1d3b-4f5d-8e34-f546dbc8f0c2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjE1MS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMDA0L3JlZ2lzdGVyZWRTZXJ2ZXJzL2Y5MmY5OWQxLTFkM2ItNGY1ZC04ZTM0LWY1NDZkYmM4ZjBjMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -501,7 +633,7 @@ "no-cache" ], "x-ms-request-id": [ - "a318eac2-0cd4-4ba7-a59c-6b95a062d4fe" + "3d1fa7a5-7281-4e0f-8eff-0876303155f2" ], "X-Content-Type-Options": [ "nosniff" @@ -519,47 +651,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11996" ], "x-ms-correlation-request-id": [ - "2d976ddf-0b88-4b61-9e55-d37a291be824" + "c465ac4b-baa2-4aed-b23d-5ed28e8ecb55" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231508Z:2d976ddf-0b88-4b61-9e55-d37a291be824" + "WESTUS:20200623T232550Z:c465ac4b-baa2-4aed-b23d-5ed28e8ecb55" ], "Date": [ - "Wed, 03 Jul 2019 23:15:08 GMT" + "Tue, 23 Jun 2020 23:25:50 GMT" ], "Content-Length": [ - "13368" + "13498" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": null,\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"agentVersionStatus\": null,\r\n \"agentVersionExpirationDate\": null,\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2019-07-03T16:15:01.7779613-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"d46c9369-0a02-4c8c-8de4-cdd4e518d68d\",\r\n \"storageSyncServiceUid\": \"8e75faaa-5281-4a20-93ab-58379468d13a\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps2980/workflows/3835be70-b8f9-489f-942f-17cb3b9a3242\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/microsoft.storagesync/storageSyncServices/sssps2980/registeredServers/d46c9369-0a02-4c8c-8de4-cdd4e518d68d\",\r\n \"name\": \"d46c9369-0a02-4c8c-8de4-cdd4e518d68d\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2020-06-23T16:25:43.6316801-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"f92f99d1-1d3b-4f5d-8e34-f546dbc8f0c2\",\r\n \"storageSyncServiceUid\": \"9b065dd4-bf3c-4dcd-bfdd-07b90962bb73\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps3004/workflows/3ba879ed-1ae6-48d5-9d62-9479f3228f38\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\",\r\n \"monitoringEndpointUri\": \"https://euap01.afs.azure.net:443/\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2151/providers/microsoft.storagesync/storageSyncServices/sssps3004/registeredServers/f92f99d1-1d3b-4f5d-8e34-f546dbc8f0c2\",\r\n \"name\": \"f92f99d1-1d3b-4f5d-8e34-f546dbc8f0c2\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/Microsoft.StorageSync/storageSyncServices/sssps2980/registeredServers/d46c9369-0a02-4c8c-8de4-cdd4e518d68d?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODIxNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyOTgwL3JlZ2lzdGVyZWRTZXJ2ZXJzL2Q0NmM5MzY5LTBhMDItNGM4Yy04ZGU0LWNkZDRlNTE4ZDY4ZD9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2151/providers/Microsoft.StorageSync/storageSyncServices/sssps3004/registeredServers/f92f99d1-1d3b-4f5d-8e34-f546dbc8f0c2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjE1MS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMDA0L3JlZ2lzdGVyZWRTZXJ2ZXJzL2Y5MmY5OWQxLTFkM2ItNGY1ZC04ZTM0LWY1NDZkYmM4ZjBjMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0e255539-b039-43a5-be6d-d583a09be384" + "259e8dc2-d113-48e0-b3e2-ba56fe9fcc06" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -570,7 +702,7 @@ "no-cache" ], "x-ms-request-id": [ - "3be78c48-5836-41f8-9646-8c052ade13ca" + "fcf63a8d-0646-4513-8f50-97936623be04" ], "X-Content-Type-Options": [ "nosniff" @@ -588,47 +720,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11995" ], "x-ms-correlation-request-id": [ - "b1efffd3-3418-4480-bebe-2ab0bd9d5cc5" + "dd90bcd9-de9e-4dab-9717-a341430254e6" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231509Z:b1efffd3-3418-4480-bebe-2ab0bd9d5cc5" + "WESTUS:20200623T232552Z:dd90bcd9-de9e-4dab-9717-a341430254e6" ], "Date": [ - "Wed, 03 Jul 2019 23:15:08 GMT" + "Tue, 23 Jun 2020 23:25:51 GMT" ], "Content-Length": [ - "13368" + "13498" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": null,\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"agentVersionStatus\": null,\r\n \"agentVersionExpirationDate\": null,\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2019-07-03T16:15:01.7779613-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"d46c9369-0a02-4c8c-8de4-cdd4e518d68d\",\r\n \"storageSyncServiceUid\": \"8e75faaa-5281-4a20-93ab-58379468d13a\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps2980/workflows/3835be70-b8f9-489f-942f-17cb3b9a3242\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/microsoft.storagesync/storageSyncServices/sssps2980/registeredServers/d46c9369-0a02-4c8c-8de4-cdd4e518d68d\",\r\n \"name\": \"d46c9369-0a02-4c8c-8de4-cdd4e518d68d\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2020-06-23T16:25:43.6316801-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"f92f99d1-1d3b-4f5d-8e34-f546dbc8f0c2\",\r\n \"storageSyncServiceUid\": \"9b065dd4-bf3c-4dcd-bfdd-07b90962bb73\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps3004/workflows/3ba879ed-1ae6-48d5-9d62-9479f3228f38\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\",\r\n \"monitoringEndpointUri\": \"https://euap01.afs.azure.net:443/\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2151/providers/microsoft.storagesync/storageSyncServices/sssps3004/registeredServers/f92f99d1-1d3b-4f5d-8e34-f546dbc8f0c2\",\r\n \"name\": \"f92f99d1-1d3b-4f5d-8e34-f546dbc8f0c2\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/Microsoft.StorageSync/storageSyncServices/sssps2980/registeredServers/d46c9369-0a02-4c8c-8de4-cdd4e518d68d?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODIxNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyOTgwL3JlZ2lzdGVyZWRTZXJ2ZXJzL2Q0NmM5MzY5LTBhMDItNGM4Yy04ZGU0LWNkZDRlNTE4ZDY4ZD9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2151/providers/Microsoft.StorageSync/storageSyncServices/sssps3004/registeredServers/f92f99d1-1d3b-4f5d-8e34-f546dbc8f0c2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjE1MS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMDA0L3JlZ2lzdGVyZWRTZXJ2ZXJzL2Y5MmY5OWQxLTFkM2ItNGY1ZC04ZTM0LWY1NDZkYmM4ZjBjMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1dac8816-2a8d-4909-9dff-a7f37f593348" + "1fd245b8-e54f-459e-a547-13f568f47c16" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -639,16 +771,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/microsoft.storagesync/storageSyncServices/sssps2980/workflows/da5387ee-a3ba-4271-834a-6ab3893cc14a/operationresults/b0b9420b-dfd7-40ea-afaf-f066bcaf2cde?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJkMDBjOTA0Mi0yMjQ0LTQyMWQtYTlmNy00MjA4NzBiZjc0ZGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTY4OTIwODktMmI1YS00NWQ3LTgyZjUtOTlhZmI0YmIwODk5In0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/microsoft.storagesync/storageSyncServices/sssps2980/workflows/da5387ee-a3ba-4271-834a-6ab3893cc14a/operations/b0b9420b-dfd7-40ea-afaf-f066bcaf2cde?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJkMDBjOTA0Mi0yMjQ0LTQyMWQtYTlmNy00MjA4NzBiZjc0ZGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTY4OTIwODktMmI1YS00NWQ3LTgyZjUtOTlhZmI0YmIwODk5In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "051269f3-09a0-4978-b6ce-984f63ea7aa2" + "52713cf7-8690-45bf-ade8-c1af9f6f35ae" ], "X-Content-Type-Options": [ "nosniff" @@ -669,13 +801,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "81608968-bb05-40bf-8d71-973394706bc6" + "c3d920d1-32a9-4051-be49-69d5c790a2ff" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231509Z:81608968-bb05-40bf-8d71-973394706bc6" + "WESTUS:20200623T232553Z:c3d920d1-32a9-4051-be49-69d5c790a2ff" ], "Date": [ - "Wed, 03 Jul 2019 23:15:09 GMT" + "Tue, 23 Jun 2020 23:25:52 GMT" ], "Expires": [ "-1" @@ -688,16 +820,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/microsoft.storagesync/storageSyncServices/sssps2980/workflows/da5387ee-a3ba-4271-834a-6ab3893cc14a/operations/b0b9420b-dfd7-40ea-afaf-f066bcaf2cde?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODIxNS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyOTgwL3dvcmtmbG93cy9kYTUzODdlZS1hM2JhLTQyNzEtODM0YS02YWIzODkzY2MxNGEvb3BlcmF0aW9ucy9iMGI5NDIwYi1kZmQ3LTQwZWEtYWZhZi1mMDY2YmNhZjJjZGU/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJkMDBjOTA0Mi0yMjQ0LTQyMWQtYTlmNy00MjA4NzBiZjc0ZGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTY4OTIwODktMmI1YS00NWQ3LTgyZjUtOTlhZmI0YmIwODk5In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqbGlNRFkxWkdRMExXSm1NMk10TkdSalpDMWlabVJrTFRBM1lqa3dPVFl5WW1JM015SXNJbmR2Y210bWJHOTNTV1FpT2lKa01EQmpPVEEwTWkweU1qUTBMVFF5TVdRdFlUbG1OeTAwTWpBNE56QmlaamMwWkdRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVRZNE9USXdPRGt0TW1JMVlTMDBOV1EzTFRneVpqVXRPVGxoWm1JMFltSXdPRGs1SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -708,7 +840,7 @@ "no-cache" ], "x-ms-request-id": [ - "a7717227-9e91-4a11-b435-07db86249a8a" + "53121b97-f802-4329-820c-1dd43a9e3e7e" ], "X-Content-Type-Options": [ "nosniff" @@ -726,41 +858,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11994" ], "x-ms-correlation-request-id": [ - "d7d5e535-bc01-4362-82b7-d60cb8a8d390" + "abdf927e-66b5-4363-bc74-fdfc3da62ccc" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231519Z:d7d5e535-bc01-4362-82b7-d60cb8a8d390" + "WESTUS:20200623T232603Z:abdf927e-66b5-4363-bc74-fdfc3da62ccc" ], "Date": [ - "Wed, 03 Jul 2019 23:15:19 GMT" + "Tue, 23 Jun 2020 23:26:02 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/microsoft.storagesync/storageSyncServices/sssps2980/workflow/da5387ee-a3ba-4271-834a-6ab3893cc14a/operationresults/b0b9420b-dfd7-40ea-afaf-f066bcaf2cde\",\r\n \"name\": \"b0b9420b-dfd7-40ea-afaf-f066bcaf2cde\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:15:10.1667468Z\",\r\n \"endTime\": \"2019-07-03T23:15:13.6356114Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJkMDBjOTA0Mi0yMjQ0LTQyMWQtYTlmNy00MjA4NzBiZjc0ZGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTY4OTIwODktMmI1YS00NWQ3LTgyZjUtOTlhZmI0YmIwODk5In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJkMDBjOTA0Mi0yMjQ0LTQyMWQtYTlmNy00MjA4NzBiZjc0ZGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTY4OTIwODktMmI1YS00NWQ3LTgyZjUtOTlhZmI0YmIwODk5In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:25:54.0258751Z\",\r\n \"endTime\": \"2020-06-23T23:25:57.6504513Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/microsoft.storagesync/storageSyncServices/sssps2980/workflows/da5387ee-a3ba-4271-834a-6ab3893cc14a/operations/b0b9420b-dfd7-40ea-afaf-f066bcaf2cde?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODIxNS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyOTgwL3dvcmtmbG93cy9kYTUzODdlZS1hM2JhLTQyNzEtODM0YS02YWIzODkzY2MxNGEvb3BlcmF0aW9ucy9iMGI5NDIwYi1kZmQ3LTQwZWEtYWZhZi1mMDY2YmNhZjJjZGU/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJkMDBjOTA0Mi0yMjQ0LTQyMWQtYTlmNy00MjA4NzBiZjc0ZGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTY4OTIwODktMmI1YS00NWQ3LTgyZjUtOTlhZmI0YmIwODk5In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqbGlNRFkxWkdRMExXSm1NMk10TkdSalpDMWlabVJrTFRBM1lqa3dPVFl5WW1JM015SXNJbmR2Y210bWJHOTNTV1FpT2lKa01EQmpPVEEwTWkweU1qUTBMVFF5TVdRdFlUbG1OeTAwTWpBNE56QmlaamMwWkdRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVRZNE9USXdPRGt0TW1JMVlTMDBOV1EzTFRneVpqVXRPVGxoWm1JMFltSXdPRGs1SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -771,7 +903,7 @@ "no-cache" ], "x-ms-request-id": [ - "6003dab0-c7fd-4c16-87ef-6d12cc09c640" + "e15a688f-d8e5-48a5-9159-ede43d99b991" ], "X-Content-Type-Options": [ "nosniff" @@ -789,41 +921,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11993" ], "x-ms-correlation-request-id": [ - "4174ce66-6ff9-4417-ab36-1082f64b3372" + "06288d4e-a7a8-42b1-b707-d5c718b4cab5" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231530Z:4174ce66-6ff9-4417-ab36-1082f64b3372" + "WESTUS:20200623T232613Z:06288d4e-a7a8-42b1-b707-d5c718b4cab5" ], "Date": [ - "Wed, 03 Jul 2019 23:15:29 GMT" + "Tue, 23 Jun 2020 23:26:12 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/microsoft.storagesync/storageSyncServices/sssps2980/workflow/da5387ee-a3ba-4271-834a-6ab3893cc14a/operationresults/b0b9420b-dfd7-40ea-afaf-f066bcaf2cde\",\r\n \"name\": \"b0b9420b-dfd7-40ea-afaf-f066bcaf2cde\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:15:10.1667468Z\",\r\n \"endTime\": \"2019-07-03T23:15:13.6356114Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJkMDBjOTA0Mi0yMjQ0LTQyMWQtYTlmNy00MjA4NzBiZjc0ZGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTY4OTIwODktMmI1YS00NWQ3LTgyZjUtOTlhZmI0YmIwODk5In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJkMDBjOTA0Mi0yMjQ0LTQyMWQtYTlmNy00MjA4NzBiZjc0ZGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTY4OTIwODktMmI1YS00NWQ3LTgyZjUtOTlhZmI0YmIwODk5In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:25:54.0258751Z\",\r\n \"endTime\": \"2020-06-23T23:25:57.6504513Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/microsoft.storagesync/storageSyncServices/sssps2980/workflows/da5387ee-a3ba-4271-834a-6ab3893cc14a/operations/b0b9420b-dfd7-40ea-afaf-f066bcaf2cde?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODIxNS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyOTgwL3dvcmtmbG93cy9kYTUzODdlZS1hM2JhLTQyNzEtODM0YS02YWIzODkzY2MxNGEvb3BlcmF0aW9ucy9iMGI5NDIwYi1kZmQ3LTQwZWEtYWZhZi1mMDY2YmNhZjJjZGU/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJkMDBjOTA0Mi0yMjQ0LTQyMWQtYTlmNy00MjA4NzBiZjc0ZGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTY4OTIwODktMmI1YS00NWQ3LTgyZjUtOTlhZmI0YmIwODk5In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqbGlNRFkxWkdRMExXSm1NMk10TkdSalpDMWlabVJrTFRBM1lqa3dPVFl5WW1JM015SXNJbmR2Y210bWJHOTNTV1FpT2lKa01EQmpPVEEwTWkweU1qUTBMVFF5TVdRdFlUbG1OeTAwTWpBNE56QmlaamMwWkdRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVRZNE9USXdPRGt0TW1JMVlTMDBOV1EzTFRneVpqVXRPVGxoWm1JMFltSXdPRGs1SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -834,7 +966,7 @@ "no-cache" ], "x-ms-request-id": [ - "512cf152-266b-495c-afcd-3c280e96c784" + "1d3f4246-e10c-4b6f-91ce-dbca52b775b7" ], "X-Content-Type-Options": [ "nosniff" @@ -852,41 +984,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11992" ], "x-ms-correlation-request-id": [ - "9102b0db-1e71-4321-97f9-46d1897ce699" + "c8d322b6-15bd-4e40-8dce-04f89c00c075" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231540Z:9102b0db-1e71-4321-97f9-46d1897ce699" + "WESTUS:20200623T232623Z:c8d322b6-15bd-4e40-8dce-04f89c00c075" ], "Date": [ - "Wed, 03 Jul 2019 23:15:40 GMT" + "Tue, 23 Jun 2020 23:26:22 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/microsoft.storagesync/storageSyncServices/sssps2980/workflow/da5387ee-a3ba-4271-834a-6ab3893cc14a/operationresults/b0b9420b-dfd7-40ea-afaf-f066bcaf2cde\",\r\n \"name\": \"b0b9420b-dfd7-40ea-afaf-f066bcaf2cde\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:15:10.1667468Z\",\r\n \"endTime\": \"2019-07-03T23:15:13.6356114Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJkMDBjOTA0Mi0yMjQ0LTQyMWQtYTlmNy00MjA4NzBiZjc0ZGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTY4OTIwODktMmI1YS00NWQ3LTgyZjUtOTlhZmI0YmIwODk5In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJkMDBjOTA0Mi0yMjQ0LTQyMWQtYTlmNy00MjA4NzBiZjc0ZGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTY4OTIwODktMmI1YS00NWQ3LTgyZjUtOTlhZmI0YmIwODk5In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:25:54.0258751Z\",\r\n \"endTime\": \"2020-06-23T23:25:57.6504513Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/microsoft.storagesync/storageSyncServices/sssps2980/workflows/da5387ee-a3ba-4271-834a-6ab3893cc14a/operations/b0b9420b-dfd7-40ea-afaf-f066bcaf2cde?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODIxNS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyOTgwL3dvcmtmbG93cy9kYTUzODdlZS1hM2JhLTQyNzEtODM0YS02YWIzODkzY2MxNGEvb3BlcmF0aW9ucy9iMGI5NDIwYi1kZmQ3LTQwZWEtYWZhZi1mMDY2YmNhZjJjZGU/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJkMDBjOTA0Mi0yMjQ0LTQyMWQtYTlmNy00MjA4NzBiZjc0ZGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTY4OTIwODktMmI1YS00NWQ3LTgyZjUtOTlhZmI0YmIwODk5In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqbGlNRFkxWkdRMExXSm1NMk10TkdSalpDMWlabVJrTFRBM1lqa3dPVFl5WW1JM015SXNJbmR2Y210bWJHOTNTV1FpT2lKa01EQmpPVEEwTWkweU1qUTBMVFF5TVdRdFlUbG1OeTAwTWpBNE56QmlaamMwWkdRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVRZNE9USXdPRGt0TW1JMVlTMDBOV1EzTFRneVpqVXRPVGxoWm1JMFltSXdPRGs1SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -897,7 +1029,7 @@ "no-cache" ], "x-ms-request-id": [ - "3fb3314a-39d1-425a-9973-6e2d4d5c4efe" + "0b85c1ca-c57e-4332-8d4e-8044cf22ef59" ], "X-Content-Type-Options": [ "nosniff" @@ -905,9 +1037,6 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], "Server": [ "Microsoft-IIS/10.0" ], @@ -917,39 +1046,42 @@ "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], "x-ms-correlation-request-id": [ - "2d5ca1d1-e0dd-46a5-a0fd-9afacb6ff455" + "16ebf577-a2a6-427c-95d9-40cb036a175f" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231551Z:2d5ca1d1-e0dd-46a5-a0fd-9afacb6ff455" + "WESTUS:20200623T232634Z:16ebf577-a2a6-427c-95d9-40cb036a175f" ], "Date": [ - "Wed, 03 Jul 2019 23:15:50 GMT" + "Tue, 23 Jun 2020 23:26:33 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/microsoft.storagesync/storageSyncServices/sssps2980/workflow/da5387ee-a3ba-4271-834a-6ab3893cc14a/operationresults/b0b9420b-dfd7-40ea-afaf-f066bcaf2cde\",\r\n \"name\": \"b0b9420b-dfd7-40ea-afaf-f066bcaf2cde\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:15:10.1667468Z\",\r\n \"endTime\": \"2019-07-03T23:15:13.6356114Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJkMDBjOTA0Mi0yMjQ0LTQyMWQtYTlmNy00MjA4NzBiZjc0ZGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTY4OTIwODktMmI1YS00NWQ3LTgyZjUtOTlhZmI0YmIwODk5In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJkMDBjOTA0Mi0yMjQ0LTQyMWQtYTlmNy00MjA4NzBiZjc0ZGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTY4OTIwODktMmI1YS00NWQ3LTgyZjUtOTlhZmI0YmIwODk5In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:25:54.0258751Z\",\r\n \"endTime\": \"2020-06-23T23:25:57.6504513Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/microsoft.storagesync/storageSyncServices/sssps2980/workflows/da5387ee-a3ba-4271-834a-6ab3893cc14a/operations/b0b9420b-dfd7-40ea-afaf-f066bcaf2cde?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODIxNS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyOTgwL3dvcmtmbG93cy9kYTUzODdlZS1hM2JhLTQyNzEtODM0YS02YWIzODkzY2MxNGEvb3BlcmF0aW9ucy9iMGI5NDIwYi1kZmQ3LTQwZWEtYWZhZi1mMDY2YmNhZjJjZGU/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJkMDBjOTA0Mi0yMjQ0LTQyMWQtYTlmNy00MjA4NzBiZjc0ZGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTY4OTIwODktMmI1YS00NWQ3LTgyZjUtOTlhZmI0YmIwODk5In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqbGlNRFkxWkdRMExXSm1NMk10TkdSalpDMWlabVJrTFRBM1lqa3dPVFl5WW1JM015SXNJbmR2Y210bWJHOTNTV1FpT2lKa01EQmpPVEEwTWkweU1qUTBMVFF5TVdRdFlUbG1OeTAwTWpBNE56QmlaamMwWkdRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVRZNE9USXdPRGt0TW1JMVlTMDBOV1EzTFRneVpqVXRPVGxoWm1JMFltSXdPRGs1SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -960,7 +1092,7 @@ "no-cache" ], "x-ms-request-id": [ - "095b014e-d23c-4dc5-869f-e05f8e222643" + "8ba8f1cb-5a8e-457f-aa5a-ec88a048e15d" ], "X-Content-Type-Options": [ "nosniff" @@ -978,41 +1110,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11990" ], "x-ms-correlation-request-id": [ - "5d2fa082-55ef-4e6c-8445-f6735e4a0ab3" + "9d3b5ed4-3bcc-41ae-a0e0-087f8e7ebb4a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231602Z:5d2fa082-55ef-4e6c-8445-f6735e4a0ab3" + "WESTUS:20200623T232644Z:9d3b5ed4-3bcc-41ae-a0e0-087f8e7ebb4a" ], "Date": [ - "Wed, 03 Jul 2019 23:16:02 GMT" + "Tue, 23 Jun 2020 23:26:44 GMT" ], "Content-Length": [ - "447" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/microsoft.storagesync/storageSyncServices/sssps2980/workflow/da5387ee-a3ba-4271-834a-6ab3893cc14a/operationresults/b0b9420b-dfd7-40ea-afaf-f066bcaf2cde\",\r\n \"name\": \"b0b9420b-dfd7-40ea-afaf-f066bcaf2cde\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T23:15:10.1667468Z\",\r\n \"endTime\": \"2019-07-03T23:15:58.6942541Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJkMDBjOTA0Mi0yMjQ0LTQyMWQtYTlmNy00MjA4NzBiZjc0ZGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTY4OTIwODktMmI1YS00NWQ3LTgyZjUtOTlhZmI0YmIwODk5In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJkMDBjOTA0Mi0yMjQ0LTQyMWQtYTlmNy00MjA4NzBiZjc0ZGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTY4OTIwODktMmI1YS00NWQ3LTgyZjUtOTlhZmI0YmIwODk5In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:25:54.0258751Z\",\r\n \"endTime\": \"2020-06-23T23:26:42.721939Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/microsoft.storagesync/storageSyncServices/sssps2980/workflows/da5387ee-a3ba-4271-834a-6ab3893cc14a/operationresults/b0b9420b-dfd7-40ea-afaf-f066bcaf2cde?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODIxNS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyOTgwL3dvcmtmbG93cy9kYTUzODdlZS1hM2JhLTQyNzEtODM0YS02YWIzODkzY2MxNGEvb3BlcmF0aW9ucmVzdWx0cy9iMGI5NDIwYi1kZmQ3LTQwZWEtYWZhZi1mMDY2YmNhZjJjZGU/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJkMDBjOTA0Mi0yMjQ0LTQyMWQtYTlmNy00MjA4NzBiZjc0ZGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTY4OTIwODktMmI1YS00NWQ3LTgyZjUtOTlhZmI0YmIwODk5In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqbGlNRFkxWkdRMExXSm1NMk10TkdSalpDMWlabVJrTFRBM1lqa3dPVFl5WW1JM015SXNJbmR2Y210bWJHOTNTV1FpT2lKa01EQmpPVEEwTWkweU1qUTBMVFF5TVdRdFlUbG1OeTAwTWpBNE56QmlaamMwWkdRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVRZNE9USXdPRGt0TW1JMVlTMDBOV1EzTFRneVpqVXRPVGxoWm1JMFltSXdPRGs1SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1023,7 +1155,7 @@ "no-cache" ], "x-ms-request-id": [ - "005ad9dc-c369-496f-85d3-b07fd7d59013" + "b2a4aca2-a484-485e-b974-9a9e73bd984a" ], "X-Content-Type-Options": [ "nosniff" @@ -1041,16 +1173,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11989" ], "x-ms-correlation-request-id": [ - "4555407c-5cbe-4e31-8aa2-6ead6a31c171" + "702cfd03-e6f2-4093-a72c-1aa773b9c35a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231602Z:4555407c-5cbe-4e31-8aa2-6ead6a31c171" + "WESTUS:20200623T232644Z:702cfd03-e6f2-4093-a72c-1aa773b9c35a" ], "Date": [ - "Wed, 03 Jul 2019 23:16:02 GMT" + "Tue, 23 Jun 2020 23:26:44 GMT" ], "Expires": [ "-1" @@ -1063,22 +1195,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/Microsoft.StorageSync/storageSyncServices/sssps2980?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODIxNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyOTgwP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2151/providers/Microsoft.StorageSync/storageSyncServices/sssps3004?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjE1MS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMDA0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d592cd04-26ff-433d-bc4d-e556fe124da4" + "07ca22a8-313f-45dd-80d1-01fbccb57383" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1088,8 +1220,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJkNjRlZTA1MS1mNzA4LTRlNTAtOGVhMy01NjY0YzQ2MmQyZWIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODVhNGI2NGItNWE2Ni00NDhjLWJjOTAtZjY0ZTZiZjcyMTQ0In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJkNjRlZTA1MS1mNzA4LTRlNTAtOGVhMy01NjY0YzQ2MmQyZWIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODVhNGI2NGItNWE2Ni00NDhjLWJjOTAtZjY0ZTZiZjcyMTQ0In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "39343ded-6d4f-4ef8-922e-7e6b5436b4df" + "5fd0d349-d89b-476a-beaf-1a6961dc61fd" ], "X-Content-Type-Options": [ "nosniff" @@ -1110,13 +1251,136 @@ "14998" ], "x-ms-correlation-request-id": [ - "a36e8a1c-b0bb-440a-8b90-3db1d6dcabba" + "1c47e09d-1e7c-45ce-af19-8e61503ef0a6" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T232644Z:1c47e09d-1e7c-45ce-af19-8e61503ef0a6" + ], + "Date": [ + "Tue, 23 Jun 2020 23:26:44 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJkNjRlZTA1MS1mNzA4LTRlNTAtOGVhMy01NjY0YzQ2MmQyZWIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODVhNGI2NGItNWE2Ni00NDhjLWJjOTAtZjY0ZTZiZjcyMTQ0In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqbGlNRFkxWkdRMExXSm1NMk10TkdSalpDMWlabVJrTFRBM1lqa3dPVFl5WW1JM015SXNJbmR2Y210bWJHOTNTV1FpT2lKa05qUmxaVEExTVMxbU56QTRMVFJsTlRBdE9HVmhNeTAxTmpZMFl6UTJNbVF5WldJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT0RWaE5HSTJOR0l0TldFMk5pMDBORGhqTFdKak9UQXRaalkwWlRaaVpqY3lNVFEwSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "b5343eb5-072c-4f85-a7c1-6569868358d5" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11988" + ], + "x-ms-correlation-request-id": [ + "f75ca926-7a3e-4b8b-811d-e088099773b9" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T232655Z:f75ca926-7a3e-4b8b-811d-e088099773b9" + ], + "Date": [ + "Tue, 23 Jun 2020 23:26:55 GMT" + ], + "Content-Length": [ + "744" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJkNjRlZTA1MS1mNzA4LTRlNTAtOGVhMy01NjY0YzQ2MmQyZWIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODVhNGI2NGItNWE2Ni00NDhjLWJjOTAtZjY0ZTZiZjcyMTQ0In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJkNjRlZTA1MS1mNzA4LTRlNTAtOGVhMy01NjY0YzQ2MmQyZWIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODVhNGI2NGItNWE2Ni00NDhjLWJjOTAtZjY0ZTZiZjcyMTQ0In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:26:45.2903384Z\",\r\n \"endTime\": \"2020-06-23T23:26:50.688432Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjliMDY1ZGQ0LWJmM2MtNGRjZC1iZmRkLTA3YjkwOTYyYmI3MyIsIndvcmtmbG93SWQiOiJkNjRlZTA1MS1mNzA4LTRlNTAtOGVhMy01NjY0YzQ2MmQyZWIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODVhNGI2NGItNWE2Ni00NDhjLWJjOTAtZjY0ZTZiZjcyMTQ0In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqbGlNRFkxWkdRMExXSm1NMk10TkdSalpDMWlabVJrTFRBM1lqa3dPVFl5WW1JM015SXNJbmR2Y210bWJHOTNTV1FpT2lKa05qUmxaVEExTVMxbU56QTRMVFJsTlRBdE9HVmhNeTAxTmpZMFl6UTJNbVF5WldJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT0RWaE5HSTJOR0l0TldFMk5pMDBORGhqTFdKak9UQXRaalkwWlRaaVpqY3lNVFEwSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "9e5a05fb-f870-4f65-b361-0b3ede920938" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11987" + ], + "x-ms-correlation-request-id": [ + "d9a480a9-e91d-4717-8555-a6d71da3c51d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231603Z:a36e8a1c-b0bb-440a-8b90-3db1d6dcabba" + "WESTUS:20200623T232655Z:d9a480a9-e91d-4717-8555-a6d71da3c51d" ], "Date": [ - "Wed, 03 Jul 2019 23:16:02 GMT" + "Tue, 23 Jun 2020 23:26:55 GMT" ], "Expires": [ "-1" @@ -1129,22 +1393,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODIxNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2151/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjE1MS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7cb102c4-cc70-48ca-8beb-f4b700610329" + "d94ae054-7489-449e-ab3e-999108a4029e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1154,57 +1418,66 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" - ], "x-ms-request-id": [ - "b98703bd-1604-4a44-89ed-bc5398a65fad" + "00477fb3-93ed-46f5-a5e3-3b33ada57a88" ], - "x-ms-correlation-request-id": [ - "b98703bd-1604-4a44-89ed-bc5398a65fad" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T231603Z:b98703bd-1604-4a44-89ed-bc5398a65fad" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-correlation-request-id": [ + "6e578c38-76d0-471a-9c6a-cfe269cf54ef" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T232655Z:6e578c38-76d0-471a-9c6a-cfe269cf54ef" ], "Date": [ - "Wed, 03 Jul 2019 23:16:02 GMT" + "Tue, 23 Jun 2020 23:26:55 GMT" + ], + "Content-Length": [ + "19" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps8215?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzODIxNT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps2151?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzMjE1MT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eec4a36f-f031-4047-ae09-a1151b02f756" + "caee0290-6424-4fb4-a03c-5165125b08b3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1215,7 +1488,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgyMTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxNTEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -1224,13 +1497,13 @@ "14997" ], "x-ms-request-id": [ - "0b194c9b-e142-4fa8-9495-aef7348dae9e" + "7ff710a7-8132-4060-92be-dc40fd1539e3" ], "x-ms-correlation-request-id": [ - "0b194c9b-e142-4fa8-9495-aef7348dae9e" + "7ff710a7-8132-4060-92be-dc40fd1539e3" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231605Z:0b194c9b-e142-4fa8-9495-aef7348dae9e" + "WESTUS:20200623T232655Z:7ff710a7-8132-4060-92be-dc40fd1539e3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1239,7 +1512,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:16:04 GMT" + "Tue, 23 Jun 2020 23:26:55 GMT" ], "Expires": [ "-1" @@ -1252,16 +1525,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgyMTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpneU1UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxNTEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE5URXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1272,22 +1545,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgyMTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxNTEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11985" ], "x-ms-request-id": [ - "cfa28d93-3686-4ee4-a489-f8a03d7293fd" + "28774bf7-ef82-4732-8393-f2938e17ef0c" ], "x-ms-correlation-request-id": [ - "cfa28d93-3686-4ee4-a489-f8a03d7293fd" + "28774bf7-ef82-4732-8393-f2938e17ef0c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231620Z:cfa28d93-3686-4ee4-a489-f8a03d7293fd" + "WESTUS:20200623T232710Z:28774bf7-ef82-4732-8393-f2938e17ef0c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1296,7 +1569,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:16:19 GMT" + "Tue, 23 Jun 2020 23:27:10 GMT" ], "Expires": [ "-1" @@ -1309,16 +1582,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgyMTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpneU1UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxNTEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE5URXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1329,22 +1602,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgyMTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxNTEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11984" ], "x-ms-request-id": [ - "616f26b0-8202-4b3b-a610-6b39ed56006d" + "482f7e21-d92e-42f5-9a4b-891d97b0e8a5" ], "x-ms-correlation-request-id": [ - "616f26b0-8202-4b3b-a610-6b39ed56006d" + "482f7e21-d92e-42f5-9a4b-891d97b0e8a5" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231635Z:616f26b0-8202-4b3b-a610-6b39ed56006d" + "WESTUS:20200623T232726Z:482f7e21-d92e-42f5-9a4b-891d97b0e8a5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1353,7 +1626,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:16:34 GMT" + "Tue, 23 Jun 2020 23:27:25 GMT" ], "Expires": [ "-1" @@ -1366,16 +1639,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgyMTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpneU1UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxNTEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE5URXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1386,16 +1659,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11983" ], "x-ms-request-id": [ - "7734e340-0327-4453-84d3-338d01beb360" + "a693d9e1-ae15-4f71-b217-7fe73f75f55b" ], "x-ms-correlation-request-id": [ - "7734e340-0327-4453-84d3-338d01beb360" + "a693d9e1-ae15-4f71-b217-7fe73f75f55b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231650Z:7734e340-0327-4453-84d3-338d01beb360" + "WESTUS:20200623T232741Z:a693d9e1-ae15-4f71-b217-7fe73f75f55b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1404,7 +1677,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:16:49 GMT" + "Tue, 23 Jun 2020 23:27:41 GMT" ], "Expires": [ "-1" @@ -1417,16 +1690,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgyMTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpneU1UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxNTEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE5URXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1437,16 +1710,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11982" ], "x-ms-request-id": [ - "a2fc169a-7a32-4667-a7e6-7edbd17efc5b" + "93252f68-c57c-4e58-a339-ad36e36be49e" ], "x-ms-correlation-request-id": [ - "a2fc169a-7a32-4667-a7e6-7edbd17efc5b" + "93252f68-c57c-4e58-a339-ad36e36be49e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231650Z:a2fc169a-7a32-4667-a7e6-7edbd17efc5b" + "WESTUS:20200623T232741Z:93252f68-c57c-4e58-a339-ad36e36be49e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1455,7 +1728,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:16:49 GMT" + "Tue, 23 Jun 2020 23:27:41 GMT" ], "Expires": [ "-1" @@ -1470,14 +1743,14 @@ ], "Names": { "Test-NewRegisteredServerParentResourceId": [ - "ps8215", - "ps2980" + "ps2151", + "ps3004" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "", - "SyncServerId": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8215/providers/Microsoft.StorageSync/storageSyncServices/sssps2980/registeredServers/D46C9369-0A02-4C8C-8DE4-CDD4E518D68D" + "SyncServerId": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2151/providers/Microsoft.StorageSync/storageSyncServices/sssps3004/registeredServers/F92F99D1-1D3B-4F5D-8E34-F546DBC8F0C2" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestRegisteredServer.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestRegisteredServer.json index 519d17fb9070..a7cfc28115fc 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestRegisteredServer.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestRegisteredServer.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1e2730d2-7d94-4739-82da-47659f950418" + "913ad8c0-542b-45cd-89ae-5e6ec4452e4d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "048cd4ac-fab1-436c-a716-cc09c71a964a" + "332a39cf-4766-4337-8865-5203666aeba9" ], "x-ms-correlation-request-id": [ - "048cd4ac-fab1-436c-a716-cc09c71a964a" + "332a39cf-4766-4337-8865-5203666aeba9" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T232152Z:048cd4ac-fab1-436c-a716-cc09c71a964a" + "WESTUS:20200623T232751Z:332a39cf-4766-4337-8865-5203666aeba9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:21:51 GMT" + "Tue, 23 Jun 2020 23:27:50 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\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\": \"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\": \"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\": \"notifyResourceJobs\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\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 ]\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-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-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-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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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-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-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 },\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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6838d72e-bf97-40cf-9de8-75b63fa5aac0" + "6d9325b4-1a12-477c-8d3d-bb918cc8121c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "8c65d93d-b1df-4f33-ad8c-63173f522039" + "52dff7fb-6286-4374-8ac4-86b934258c0b" ], "x-ms-correlation-request-id": [ - "8c65d93d-b1df-4f33-ad8c-63173f522039" + "52dff7fb-6286-4374-8ac4-86b934258c0b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T232152Z:8c65d93d-b1df-4f33-ad8c-63173f522039" + "WESTUS:20200623T232751Z:52dff7fb-6286-4374-8ac4-86b934258c0b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:21:51 GMT" + "Tue, 23 Jun 2020 23:27:50 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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-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-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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 \"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 \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps2930?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMjkzMD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps9412?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzOTQxMj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "60a73870-cdfa-4678-9e5e-f8340fc5ad70" + "373ddde3-06e1-4791-9e4d-a42519108cd4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,13 +156,13 @@ "1199" ], "x-ms-request-id": [ - "6c030c60-bbea-45aa-a77a-eaed4c1caa7e" + "8df5dd5e-9f9a-4c63-88da-c04a2a7f6274" ], "x-ms-correlation-request-id": [ - "6c030c60-bbea-45aa-a77a-eaed4c1caa7e" + "8df5dd5e-9f9a-4c63-88da-c04a2a7f6274" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T232154Z:6c030c60-bbea-45aa-a77a-eaed4c1caa7e" + "WESTUS:20200623T232751Z:8df5dd5e-9f9a-4c63-88da-c04a2a7f6274" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:21:53 GMT" + "Tue, 23 Jun 2020 23:27:51 GMT" ], "Content-Length": [ "165" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930\",\r\n \"name\": \"ps2930\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9412\",\r\n \"name\": \"ps9412\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps1108\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps8766\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2ae82e62-0fea-4c39-a682-878aae772c59" + "3bb91858-beec-4d6e-8be2-8b9a040f2772" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "113b96f4-128b-4e68-a7e5-e72699667ba4" + "e7723a02-7401-40b9-a80e-4b28c4adb7ee" ], "X-Content-Type-Options": [ "nosniff" @@ -240,50 +240,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "d0f36e5b-f812-4482-89b3-816225abc008" + "8dc04ee4-8a80-450b-a413-e39fb425557a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T232154Z:d0f36e5b-f812-4482-89b3-816225abc008" + "WESTUS:20200623T232752Z:8dc04ee4-8a80-450b-a413-e39fb425557a" ], "Date": [ - "Wed, 03 Jul 2019 23:21:53 GMT" + "Tue, 23 Jun 2020 23:27:51 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/Microsoft.StorageSync/storageSyncServices/sssps1108?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjkzMC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMTA4P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9412/providers/Microsoft.StorageSync/storageSyncServices/sssps8766?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTQxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NzY2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4cd97553-06da-4a9f-ba05-23f9604b849d" + "b4cd45e8-8eeb-48ee-aa27-cc35f9ef4203" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiI3ZDgyMWNlYy0yNGYxLTQ1YmUtYjE3ZS03ZTA2NDg0NzBlNWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTBhZTg0MTUtNmE0Ni00ODY3LTkwYzUtZGQ2NDg4MmViOWQ4In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiI3ZDgyMWNlYy0yNGYxLTQ1YmUtYjE3ZS03ZTA2NDg0NzBlNWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTBhZTg0MTUtNmE0Ni00ODY3LTkwYzUtZGQ2NDg4MmViOWQ4In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "ca21534d-c30e-49a4-b3ce-3ca396dfb393" + "aa9140e6-b0ab-4f02-8439-b14e91468151" ], "X-Content-Type-Options": [ "nosniff" @@ -315,50 +324,173 @@ "1199" ], "x-ms-correlation-request-id": [ - "3c2e6c93-f2a0-4bdc-b989-d69cf5590e8b" + "7fedc28a-5686-4771-adb7-ac2152065c1e" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T232753Z:7fedc28a-5686-4771-adb7-ac2152065c1e" + ], + "Date": [ + "Tue, 23 Jun 2020 23:27:52 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiI3ZDgyMWNlYy0yNGYxLTQ1YmUtYjE3ZS03ZTA2NDg0NzBlNWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTBhZTg0MTUtNmE0Ni00ODY3LTkwYzUtZGQ2NDg4MmViOWQ4In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqaGtNR1JqWXpGaUxXSmtNbVl0TkdRellpMDROakE1TFRZMU56TTFaamxrT0RZMlppSXNJbmR2Y210bWJHOTNTV1FpT2lJM1pEZ3lNV05sWXkweU5HWXhMVFExWW1VdFlqRTNaUzAzWlRBMk5EZzBOekJsTldZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVRCaFpUZzBNVFV0Tm1FME5pMDBPRFkzTFRrd1l6VXRaR1EyTkRnNE1tVmlPV1E0SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "61aa3164-7e91-4fa5-9ee3-d4071803c88e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "b447fc09-a693-4f1e-87a0-77a3e8934f41" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T232155Z:3c2e6c93-f2a0-4bdc-b989-d69cf5590e8b" + "WESTUS:20200623T232803Z:b447fc09-a693-4f1e-87a0-77a3e8934f41" ], "Date": [ - "Wed, 03 Jul 2019 23:21:54 GMT" + "Tue, 23 Jun 2020 23:28:02 GMT" ], "Content-Length": [ - "329" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiI3ZDgyMWNlYy0yNGYxLTQ1YmUtYjE3ZS03ZTA2NDg0NzBlNWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTBhZTg0MTUtNmE0Ni00ODY3LTkwYzUtZGQ2NDg4MmViOWQ4In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiI3ZDgyMWNlYy0yNGYxLTQ1YmUtYjE3ZS03ZTA2NDg0NzBlNWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTBhZTg0MTUtNmE0Ni00ODY3LTkwYzUtZGQ2NDg4MmViOWQ4In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:27:53.3471025Z\",\r\n \"endTime\": \"2020-06-23T23:27:59.585345Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9412/providers/Microsoft.StorageSync/storageSyncServices/sssps8766?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTQxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NzY2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "53f21c24-bd59-47a6-82a5-f07ed9cef0e7" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "331555f6-4010-457f-a537-6ce1f2e5f9b2" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T232803Z:331555f6-4010-457f-a537-6ce1f2e5f9b2" + ], + "Date": [ + "Tue, 23 Jun 2020 23:28:02 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/microsoft.storagesync/storageSyncServices/sssps1108\",\r\n \"name\": \"sssps1108\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps8766/workflows/7d821cec-24f1-45be-b17e-7e0648470e5f\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9412/providers/microsoft.storagesync/storageSyncServices/sssps8766\",\r\n \"name\": \"sssps8766\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/Microsoft.StorageSync/storageSyncServices/sssps1108/registeredServers/2831bf81-4a03-41bd-92da-87c651f94a78?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjkzMC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMTA4L3JlZ2lzdGVyZWRTZXJ2ZXJzLzI4MzFiZjgxLTRhMDMtNDFiZC05MmRhLTg3YzY1MWY5NGE3OD9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9412/providers/Microsoft.StorageSync/storageSyncServices/sssps8766/registeredServers/da5e038a-b418-4e2f-a7bb-9fa95ec1480d?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTQxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NzY2L3JlZ2lzdGVyZWRTZXJ2ZXJzL2RhNWUwMzhhLWI0MTgtNGUyZi1hN2JiLTlmYTk1ZWMxNDgwZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDGDCCAgCgAwIBAgIQZrMnSW/lG5xELR7EikisXDANBgkqhkiG9w0BAQ0FADA0MTIwMAYDVQQDEylhbmRyZXlhemRldm9wcy5yZWRtb25kLmNvcnAubWljcm9zb2Z0LmNvbTAeFw0xOTA1MjkwMjEyNDlaFw0yMDA1MjkwMjEyNDlaMDQxMjAwBgNVBAMTKWFuZHJleWF6ZGV2b3BzLnJlZG1vbmQuY29ycC5taWNyb3NvZnQuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzWEfgMvao6tCt/lexsMFViVxCCoJbLClwvqfWN79eFc3bmXBtERIvKTlb1TqAigp5VjP021TaQsyN/K2t8qr2rAdlaeJtCXNSILe3+ForYGcQOP0p802kFXkhMUojfX8jGs1BLQTsUoKN4UtuxWIhpb7Iw00rT7wchTg6Yk+ULCRFAlxOQHZI0drM13tDO4kz0BRbTCoSvazS3O570p8sMrWFra6P1/HG1f7sIQP5txw205siGb5FpB0u16qD/z0d7tfMGv+JIqAb6InI393dj2FtbzExkkiBUFXWaH9czGkAFyWuzkECb0WEEK+7oTOrLlo0dh0bp6nxlZ+G7FLfQIDAQABoyYwJDAiBgNVHSUBAf8EGDAWBggrBgEFBQcDAgYKKwYBBAGCNwoDDDANBgkqhkiG9w0BAQ0FAAOCAQEAEn8WHN0h00/Vem50CnwXwnty0vGwu2v3plD1m0mw+3jCtDUTa/tF/a7jTVTCtK6VdqNP6tp/f+GflNRmZWIK/6DIEntouzL++7M5hArcJj01t0S0Vc+0FN3b2wuBuJUYWxR5Q8bNHStOm7l6nXjQ96k1fH/L/hu0dmhciak8LUEIowhSiIpnB3C9AGFuPi9DqjKdWxxzIPLybiDidgUfGbcCNHaZXvcNqNq4zpzeFPTi3VBEOXHIJhk0fT3iWjwvBwtUxPJJs3FIRZFWQa/cgEvBWrYMem98lqKNdmGDJP11OmUeAqJQTe+iSX9pDFzpEj/lM/tIjEh9fwKXuoO1uw==\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"7/3/2019 4:21:56 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"2831bf81-4a03-41bd-92da-87c651f94a78\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDEDCCAfigAwIBAgIQHMX6MF8k1YRIo40AAPKx/TANBgkqhkiG9w0BAQ0FADAwMS4wLAYDVQQDEyVhbmt1c2hiLXZtMDIubnRkZXYuY29ycC5taWNyb3NvZnQuY29tMB4XDTIwMDEyNzE5NTkwN1oXDTIxMDEyNzE5NTkwN1owMDEuMCwGA1UEAxMlYW5rdXNoYi12bTAyLm50ZGV2LmNvcnAubWljcm9zb2Z0LmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOGKtANwb+dUXi5QVPKCUkpcWJ1/s18EqVBGRaQvIE518p7zWSfnk79FOerjfCT6kDBZPccnxBHK3hZZNgxrAkgv0LeDIEwHDvttYbcMfUzq1VviGnPuKWTsFkIAkG+8IehxX9eB/kBlkoyriziQXg4Bz74HBaQWlZeC65R6Tp8XcuO8HuKtnT3RfV6365pPHq4yp/N5e3NLxDoG1AKXEs8NtDkw2xOltLCu3qluV/AUX343pDEkLV3F8IOu3I7cU+NA/WzCF7UcZ8ZOhS5klMVNiUwCFsUdFUAXh9ufXEBs50IcVJlZU6ZUADbmrqaqpYtD94aKQeFsBlnou5s1A/kCAwEAAaMmMCQwIgYDVR0lAQH/BBgwFgYIKwYBBQUHAwIGCisGAQQBgjcKAwwwDQYJKoZIhvcNAQENBQADggEBAH7p2XFxnOdk/lbNBKW7nmjsjE5BeBU/OlBhKCUrmmY+fk3FvAYSs2jaJKqgZjxek/KdNf2UZMXztg8joF5s1Pdg6ICxJqc1t4gJunHUOoTHHyrotMyt6xJnClRCNqshA0n2z304hjKXcyCoLopemMFpOPEg2oG+EOuvwK/g1gAavGbmYJQc82uNF1LKNMmNfQ4Nn48dKLKg65SHgU+BISlCjHb/6NRTpTmK5acUOlHSrhGsJYCBsN1xJOzwxssXAoy25ebjajvnGcsC9k2HwLZWaSGsPuwWPfEtPPHjNRDrnaNLjSu2zc0uxZza8JWlE0pWD2kyf9OjyD1V0PxtZuM=\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"6/23/2020 4:28:03 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"da5e038a-b418-4e2f-a7bb-9fa95ec1480d\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ead91a78-0e86-4b3c-b10a-d2067c10c6f4" + "e6ba9f77-467b-48da-acb7-dc221e69caee" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1452" + "1437" ] }, "ResponseHeaders": { @@ -369,16 +501,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/microsoft.storagesync/storageSyncServices/sssps1108/workflows/4b9efbf7-7404-4f82-bc07-5283b24cdf27/operationresults/1d18605e-3a07-4f1a-8d7c-8e2825022d1f?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiIxZjAxMDA4OC0yOGMzLTQ3MzctOTA1Ny05MjZiMTQxY2MwYjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmU2ZjU1ZjMtZTJiOS00ZWVmLTk5ODMtNTg3MDFhNjRlNTViIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/microsoft.storagesync/storageSyncServices/sssps1108/workflows/4b9efbf7-7404-4f82-bc07-5283b24cdf27/operations/1d18605e-3a07-4f1a-8d7c-8e2825022d1f?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiIxZjAxMDA4OC0yOGMzLTQ3MzctOTA1Ny05MjZiMTQxY2MwYjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmU2ZjU1ZjMtZTJiOS00ZWVmLTk5ODMtNTg3MDFhNjRlNTViIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "239af66a-fe5b-40e3-8df3-53f17ad2b5ba" + "c8e9aa23-dec0-4a20-aaef-d367d604d482" ], "X-Content-Type-Options": [ "nosniff" @@ -399,13 +531,13 @@ "1198" ], "x-ms-correlation-request-id": [ - "65a14bb2-4da7-4f0b-a7a6-170924259a13" + "55827db7-7bdd-48e3-ab44-5fbb34ef289d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T232156Z:65a14bb2-4da7-4f0b-a7a6-170924259a13" + "WESTUS:20200623T232804Z:55827db7-7bdd-48e3-ab44-5fbb34ef289d" ], "Date": [ - "Wed, 03 Jul 2019 23:21:56 GMT" + "Tue, 23 Jun 2020 23:28:03 GMT" ], "Expires": [ "-1" @@ -418,16 +550,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/microsoft.storagesync/storageSyncServices/sssps1108/workflows/4b9efbf7-7404-4f82-bc07-5283b24cdf27/operations/1d18605e-3a07-4f1a-8d7c-8e2825022d1f?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjkzMC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMTA4L3dvcmtmbG93cy80YjllZmJmNy03NDA0LTRmODItYmMwNy01MjgzYjI0Y2RmMjcvb3BlcmF0aW9ucy8xZDE4NjA1ZS0zYTA3LTRmMWEtOGQ3Yy04ZTI4MjUwMjJkMWY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiIxZjAxMDA4OC0yOGMzLTQ3MzctOTA1Ny05MjZiMTQxY2MwYjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmU2ZjU1ZjMtZTJiOS00ZWVmLTk5ODMtNTg3MDFhNjRlNTViIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqaGtNR1JqWXpGaUxXSmtNbVl0TkdRellpMDROakE1TFRZMU56TTFaamxrT0RZMlppSXNJbmR2Y210bWJHOTNTV1FpT2lJeFpqQXhNREE0T0MweU9HTXpMVFEzTXpjdE9UQTFOeTA1TWpaaU1UUXhZMk13WWpjaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTW1VMlpqVTFaak10WlRKaU9TMDBaV1ZtTFRrNU9ETXROVGczTURGaE5qUmxOVFZpSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -438,7 +570,7 @@ "no-cache" ], "x-ms-request-id": [ - "ed45fa3e-5144-413f-a305-5c32a64e813d" + "e9ac89da-d476-424e-be5f-3a6abe8538fc" ], "X-Content-Type-Options": [ "nosniff" @@ -456,41 +588,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-correlation-request-id": [ - "e9608e77-74fa-4e48-87ee-07a4905ec107" + "f84c0e00-46b8-49a5-824a-fe32a7e33b77" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T232207Z:e9608e77-74fa-4e48-87ee-07a4905ec107" + "WESTUS:20200623T232814Z:f84c0e00-46b8-49a5-824a-fe32a7e33b77" ], "Date": [ - "Wed, 03 Jul 2019 23:22:07 GMT" + "Tue, 23 Jun 2020 23:28:13 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/microsoft.storagesync/storageSyncServices/sssps1108/workflow/4b9efbf7-7404-4f82-bc07-5283b24cdf27/operationresults/1d18605e-3a07-4f1a-8d7c-8e2825022d1f\",\r\n \"name\": \"1d18605e-3a07-4f1a-8d7c-8e2825022d1f\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T23:21:57.2858809Z\",\r\n \"endTime\": \"2019-07-03T23:22:00.7551826Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiIxZjAxMDA4OC0yOGMzLTQ3MzctOTA1Ny05MjZiMTQxY2MwYjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmU2ZjU1ZjMtZTJiOS00ZWVmLTk5ODMtNTg3MDFhNjRlNTViIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiIxZjAxMDA4OC0yOGMzLTQ3MzctOTA1Ny05MjZiMTQxY2MwYjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmU2ZjU1ZjMtZTJiOS00ZWVmLTk5ODMtNTg3MDFhNjRlNTViIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:28:05.5757158Z\",\r\n \"endTime\": \"2020-06-23T23:28:08.9698051Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/Microsoft.StorageSync/storageSyncServices/sssps1108/registeredServers/2831bf81-4a03-41bd-92da-87c651f94a78?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjkzMC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMTA4L3JlZ2lzdGVyZWRTZXJ2ZXJzLzI4MzFiZjgxLTRhMDMtNDFiZC05MmRhLTg3YzY1MWY5NGE3OD9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9412/providers/Microsoft.StorageSync/storageSyncServices/sssps8766/registeredServers/da5e038a-b418-4e2f-a7bb-9fa95ec1480d?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTQxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NzY2L3JlZ2lzdGVyZWRTZXJ2ZXJzL2RhNWUwMzhhLWI0MTgtNGUyZi1hN2JiLTlmYTk1ZWMxNDgwZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -501,7 +633,7 @@ "no-cache" ], "x-ms-request-id": [ - "0ca827b7-bbc7-48b0-a511-f749b03a2647" + "6b914809-f2ae-42e0-8934-b46ea9c43f1f" ], "X-Content-Type-Options": [ "nosniff" @@ -519,47 +651,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11996" ], "x-ms-correlation-request-id": [ - "5256f0e3-9d03-4e64-9eb6-22a565730b12" + "bdd9ce0b-0819-4fcf-972a-7af5115abb27" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T232207Z:5256f0e3-9d03-4e64-9eb6-22a565730b12" + "WESTUS:20200623T232814Z:bdd9ce0b-0819-4fcf-972a-7af5115abb27" ], "Date": [ - "Wed, 03 Jul 2019 23:22:07 GMT" + "Tue, 23 Jun 2020 23:28:13 GMT" ], "Content-Length": [ - "13367" + "13498" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": null,\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"agentVersionStatus\": null,\r\n \"agentVersionExpirationDate\": null,\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2019-07-03T16:22:00.552001-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"2831bf81-4a03-41bd-92da-87c651f94a78\",\r\n \"storageSyncServiceUid\": \"6db7dbaa-cfed-4f92-9687-b5fd4b8e11f0\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps1108/workflows/4b9efbf7-7404-4f82-bc07-5283b24cdf27\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/microsoft.storagesync/storageSyncServices/sssps1108/registeredServers/2831bf81-4a03-41bd-92da-87c651f94a78\",\r\n \"name\": \"2831bf81-4a03-41bd-92da-87c651f94a78\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2020-06-23T16:28:08.7812442-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"da5e038a-b418-4e2f-a7bb-9fa95ec1480d\",\r\n \"storageSyncServiceUid\": \"8d0dcc1b-bd2f-4d3b-8609-65735f9d866f\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps8766/workflows/1f010088-28c3-4737-9057-926b141cc0b7\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\",\r\n \"monitoringEndpointUri\": \"https://euap01.afs.azure.net:443/\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9412/providers/microsoft.storagesync/storageSyncServices/sssps8766/registeredServers/da5e038a-b418-4e2f-a7bb-9fa95ec1480d\",\r\n \"name\": \"da5e038a-b418-4e2f-a7bb-9fa95ec1480d\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/Microsoft.StorageSync/storageSyncServices/sssps1108/registeredServers/2831bf81-4a03-41bd-92da-87c651f94a78?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjkzMC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMTA4L3JlZ2lzdGVyZWRTZXJ2ZXJzLzI4MzFiZjgxLTRhMDMtNDFiZC05MmRhLTg3YzY1MWY5NGE3OD9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9412/providers/Microsoft.StorageSync/storageSyncServices/sssps8766/registeredServers/da5e038a-b418-4e2f-a7bb-9fa95ec1480d?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTQxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NzY2L3JlZ2lzdGVyZWRTZXJ2ZXJzL2RhNWUwMzhhLWI0MTgtNGUyZi1hN2JiLTlmYTk1ZWMxNDgwZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2bbe2287-93d6-4051-828f-6dcc801880eb" + "bdf56d03-f5c1-4ab2-a060-ba5e7fdbbe6d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -570,7 +702,7 @@ "no-cache" ], "x-ms-request-id": [ - "1624d482-d7a0-4cb2-be6c-2b254dabb724" + "224e2745-e15e-47b6-81ee-1f3684b0aafe" ], "X-Content-Type-Options": [ "nosniff" @@ -588,47 +720,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11995" ], "x-ms-correlation-request-id": [ - "bf336cbb-c109-48eb-9a13-d71451afdf30" + "0a2e923a-e6b2-483f-bb24-c23fc341dec0" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T232208Z:bf336cbb-c109-48eb-9a13-d71451afdf30" + "WESTUS:20200623T232815Z:0a2e923a-e6b2-483f-bb24-c23fc341dec0" ], "Date": [ - "Wed, 03 Jul 2019 23:22:08 GMT" + "Tue, 23 Jun 2020 23:28:14 GMT" ], "Content-Length": [ - "13367" + "13498" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": null,\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"agentVersionStatus\": null,\r\n \"agentVersionExpirationDate\": null,\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2019-07-03T16:22:00.552001-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"2831bf81-4a03-41bd-92da-87c651f94a78\",\r\n \"storageSyncServiceUid\": \"6db7dbaa-cfed-4f92-9687-b5fd4b8e11f0\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps1108/workflows/4b9efbf7-7404-4f82-bc07-5283b24cdf27\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/microsoft.storagesync/storageSyncServices/sssps1108/registeredServers/2831bf81-4a03-41bd-92da-87c651f94a78\",\r\n \"name\": \"2831bf81-4a03-41bd-92da-87c651f94a78\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2020-06-23T16:28:08.7812442-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"da5e038a-b418-4e2f-a7bb-9fa95ec1480d\",\r\n \"storageSyncServiceUid\": \"8d0dcc1b-bd2f-4d3b-8609-65735f9d866f\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps8766/workflows/1f010088-28c3-4737-9057-926b141cc0b7\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\",\r\n \"monitoringEndpointUri\": \"https://euap01.afs.azure.net:443/\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9412/providers/microsoft.storagesync/storageSyncServices/sssps8766/registeredServers/da5e038a-b418-4e2f-a7bb-9fa95ec1480d\",\r\n \"name\": \"da5e038a-b418-4e2f-a7bb-9fa95ec1480d\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/Microsoft.StorageSync/storageSyncServices/sssps1108/registeredServers?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjkzMC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMTA4L3JlZ2lzdGVyZWRTZXJ2ZXJzP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9412/providers/Microsoft.StorageSync/storageSyncServices/sssps8766/registeredServers?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTQxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NzY2L3JlZ2lzdGVyZWRTZXJ2ZXJzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "94572990-4deb-41b2-af1d-ca1fcab73c1f" + "e92f0b65-fcc0-41a4-99b5-f1160a184b63" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -639,7 +771,7 @@ "no-cache" ], "x-ms-request-id": [ - "6f6c368e-b0dc-4dc6-8a58-6558e7bc7a90" + "b4dfc8d4-fbfd-423c-8ab1-098b0093dd32" ], "X-Content-Type-Options": [ "nosniff" @@ -657,47 +789,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11994" ], "x-ms-correlation-request-id": [ - "5ee2a7bd-3b78-4a83-8e54-11f123ac241f" + "8e453893-61fe-4d7c-ac66-21f83c73cd9c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T232208Z:5ee2a7bd-3b78-4a83-8e54-11f123ac241f" + "WESTUS:20200623T232815Z:8e453893-61fe-4d7c-ac66-21f83c73cd9c" ], "Date": [ - "Wed, 03 Jul 2019 23:22:08 GMT" + "Tue, 23 Jun 2020 23:28:14 GMT" ], "Content-Length": [ - "13379" + "13627" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"serverCertificate\": null,\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"agentVersionStatus\": null,\r\n \"agentVersionExpirationDate\": null,\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2019-07-03T16:22:00.552001-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"2831bf81-4a03-41bd-92da-87c651f94a78\",\r\n \"storageSyncServiceUid\": \"6db7dbaa-cfed-4f92-9687-b5fd4b8e11f0\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps1108/workflows/4b9efbf7-7404-4f82-bc07-5283b24cdf27\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/microsoft.storagesync/storageSyncServices/sssps1108/registeredServers/2831bf81-4a03-41bd-92da-87c651f94a78\",\r\n \"name\": \"2831bf81-4a03-41bd-92da-87c651f94a78\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2020-06-23T16:28:08.7812442-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"da5e038a-b418-4e2f-a7bb-9fa95ec1480d\",\r\n \"storageSyncServiceUid\": \"8d0dcc1b-bd2f-4d3b-8609-65735f9d866f\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps8766/workflows/1f010088-28c3-4737-9057-926b141cc0b7\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\",\r\n \"monitoringEndpointUri\": \"https://euap01.afs.azure.net:443/\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9412/providers/microsoft.storagesync/storageSyncServices/sssps8766/registeredServers/da5e038a-b418-4e2f-a7bb-9fa95ec1480d\",\r\n \"name\": \"da5e038a-b418-4e2f-a7bb-9fa95ec1480d\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/Microsoft.StorageSync/storageSyncServices/sssps1108/registeredServers?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjkzMC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMTA4L3JlZ2lzdGVyZWRTZXJ2ZXJzP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9412/providers/Microsoft.StorageSync/storageSyncServices/sssps8766/registeredServers?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTQxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NzY2L3JlZ2lzdGVyZWRTZXJ2ZXJzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f2b7a61b-a223-4433-84d1-afa27be70a2e" + "dd0906e4-0563-4bf4-b660-16db1ef85ddf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -708,7 +840,7 @@ "no-cache" ], "x-ms-request-id": [ - "159453fc-5c5b-4441-b017-ec25d5933333" + "6bc7acef-88e9-4fd2-9ca0-fff83667c101" ], "X-Content-Type-Options": [ "nosniff" @@ -726,47 +858,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11993" ], "x-ms-correlation-request-id": [ - "84fc1daf-f0ba-448e-aebf-db53718ce98d" + "bf0c7a25-0e53-4d63-84e4-8e59f2eed4b6" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T232209Z:84fc1daf-f0ba-448e-aebf-db53718ce98d" + "WESTUS:20200623T232815Z:bf0c7a25-0e53-4d63-84e4-8e59f2eed4b6" ], "Date": [ - "Wed, 03 Jul 2019 23:22:08 GMT" + "Tue, 23 Jun 2020 23:28:14 GMT" ], "Content-Length": [ - "13379" + "13627" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"serverCertificate\": null,\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"agentVersionStatus\": null,\r\n \"agentVersionExpirationDate\": null,\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2019-07-03T16:22:00.552001-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"2831bf81-4a03-41bd-92da-87c651f94a78\",\r\n \"storageSyncServiceUid\": \"6db7dbaa-cfed-4f92-9687-b5fd4b8e11f0\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps1108/workflows/4b9efbf7-7404-4f82-bc07-5283b24cdf27\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/microsoft.storagesync/storageSyncServices/sssps1108/registeredServers/2831bf81-4a03-41bd-92da-87c651f94a78\",\r\n \"name\": \"2831bf81-4a03-41bd-92da-87c651f94a78\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2020-06-23T16:28:08.7812442-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"da5e038a-b418-4e2f-a7bb-9fa95ec1480d\",\r\n \"storageSyncServiceUid\": \"8d0dcc1b-bd2f-4d3b-8609-65735f9d866f\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps8766/workflows/1f010088-28c3-4737-9057-926b141cc0b7\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\",\r\n \"monitoringEndpointUri\": \"https://euap01.afs.azure.net:443/\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9412/providers/microsoft.storagesync/storageSyncServices/sssps8766/registeredServers/da5e038a-b418-4e2f-a7bb-9fa95ec1480d\",\r\n \"name\": \"da5e038a-b418-4e2f-a7bb-9fa95ec1480d\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/Microsoft.StorageSync/storageSyncServices/sssps1108/registeredServers/2831bf81-4a03-41bd-92da-87c651f94a78?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjkzMC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMTA4L3JlZ2lzdGVyZWRTZXJ2ZXJzLzI4MzFiZjgxLTRhMDMtNDFiZC05MmRhLTg3YzY1MWY5NGE3OD9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9412/providers/Microsoft.StorageSync/storageSyncServices/sssps8766/registeredServers/da5e038a-b418-4e2f-a7bb-9fa95ec1480d?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTQxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NzY2L3JlZ2lzdGVyZWRTZXJ2ZXJzL2RhNWUwMzhhLWI0MTgtNGUyZi1hN2JiLTlmYTk1ZWMxNDgwZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bf9542f0-9119-4565-b2e5-4b6c83b15c0d" + "7a666838-431c-44de-a1fe-0ca8f448545a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -777,16 +909,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/microsoft.storagesync/storageSyncServices/sssps1108/workflows/c7272df6-c4ee-4efc-ab37-af8f8a06655e/operationresults/c9d25e5e-c4b3-4a1d-a826-2d93a62c9fdc?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiJiYWFlNjYxZS1lYWY2LTQ0ZTUtYWVkMS02NDJkMGRjNjFhMWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTc5ZmYxZjYtYTU3OC00YjkwLWFkMWMtOTkwODg4Y2JhODE3In0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/microsoft.storagesync/storageSyncServices/sssps1108/workflows/c7272df6-c4ee-4efc-ab37-af8f8a06655e/operations/c9d25e5e-c4b3-4a1d-a826-2d93a62c9fdc?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiJiYWFlNjYxZS1lYWY2LTQ0ZTUtYWVkMS02NDJkMGRjNjFhMWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTc5ZmYxZjYtYTU3OC00YjkwLWFkMWMtOTkwODg4Y2JhODE3In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "f1a935fc-3dd5-428c-af22-9b7616733934" + "df78cf95-7314-44b7-8139-3b58ab9d606e" ], "X-Content-Type-Options": [ "nosniff" @@ -804,16 +936,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14999" ], "x-ms-correlation-request-id": [ - "0ea15542-cb04-41ff-adae-e1fd21604b77" + "21fcf95b-8a0a-4c66-bc24-221d5adf2b10" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T232209Z:0ea15542-cb04-41ff-adae-e1fd21604b77" + "WESTUS:20200623T232816Z:21fcf95b-8a0a-4c66-bc24-221d5adf2b10" ], "Date": [ - "Wed, 03 Jul 2019 23:22:09 GMT" + "Tue, 23 Jun 2020 23:28:15 GMT" ], "Expires": [ "-1" @@ -826,16 +958,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/microsoft.storagesync/storageSyncServices/sssps1108/workflows/c7272df6-c4ee-4efc-ab37-af8f8a06655e/operations/c9d25e5e-c4b3-4a1d-a826-2d93a62c9fdc?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjkzMC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMTA4L3dvcmtmbG93cy9jNzI3MmRmNi1jNGVlLTRlZmMtYWIzNy1hZjhmOGEwNjY1NWUvb3BlcmF0aW9ucy9jOWQyNWU1ZS1jNGIzLTRhMWQtYTgyNi0yZDkzYTYyYzlmZGM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiJiYWFlNjYxZS1lYWY2LTQ0ZTUtYWVkMS02NDJkMGRjNjFhMWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTc5ZmYxZjYtYTU3OC00YjkwLWFkMWMtOTkwODg4Y2JhODE3In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqaGtNR1JqWXpGaUxXSmtNbVl0TkdRellpMDROakE1TFRZMU56TTFaamxrT0RZMlppSXNJbmR2Y210bWJHOTNTV1FpT2lKaVlXRmxOall4WlMxbFlXWTJMVFEwWlRVdFlXVmtNUzAyTkRKa01HUmpOakZoTVdZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVRjNVptWXhaall0WVRVM09DMDBZamt3TFdGa01XTXRPVGt3T0RnNFkySmhPREUzSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -846,7 +978,7 @@ "no-cache" ], "x-ms-request-id": [ - "4d7136e5-871d-42e0-a13f-94d4c05a4d88" + "aa9300b2-9769-452f-9d2a-d8c677f7df6b" ], "X-Content-Type-Options": [ "nosniff" @@ -864,41 +996,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11992" ], "x-ms-correlation-request-id": [ - "03c90161-9e78-4a5a-89a9-a027e640e3b6" + "8b8b36b9-4ab9-4060-aa16-04f6d4b6e586" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T232219Z:03c90161-9e78-4a5a-89a9-a027e640e3b6" + "WESTUS:20200623T232826Z:8b8b36b9-4ab9-4060-aa16-04f6d4b6e586" ], "Date": [ - "Wed, 03 Jul 2019 23:22:19 GMT" + "Tue, 23 Jun 2020 23:28:26 GMT" ], "Content-Length": [ - "447" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/microsoft.storagesync/storageSyncServices/sssps1108/workflow/c7272df6-c4ee-4efc-ab37-af8f8a06655e/operationresults/c9d25e5e-c4b3-4a1d-a826-2d93a62c9fdc\",\r\n \"name\": \"c9d25e5e-c4b3-4a1d-a826-2d93a62c9fdc\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:22:09.5519734Z\",\r\n \"endTime\": \"2019-07-03T23:22:13.0814813Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiJiYWFlNjYxZS1lYWY2LTQ0ZTUtYWVkMS02NDJkMGRjNjFhMWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTc5ZmYxZjYtYTU3OC00YjkwLWFkMWMtOTkwODg4Y2JhODE3In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiJiYWFlNjYxZS1lYWY2LTQ0ZTUtYWVkMS02NDJkMGRjNjFhMWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTc5ZmYxZjYtYTU3OC00YjkwLWFkMWMtOTkwODg4Y2JhODE3In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:28:17.215396Z\",\r\n \"endTime\": \"2020-06-23T23:28:20.6635368Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/microsoft.storagesync/storageSyncServices/sssps1108/workflows/c7272df6-c4ee-4efc-ab37-af8f8a06655e/operations/c9d25e5e-c4b3-4a1d-a826-2d93a62c9fdc?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjkzMC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMTA4L3dvcmtmbG93cy9jNzI3MmRmNi1jNGVlLTRlZmMtYWIzNy1hZjhmOGEwNjY1NWUvb3BlcmF0aW9ucy9jOWQyNWU1ZS1jNGIzLTRhMWQtYTgyNi0yZDkzYTYyYzlmZGM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiJiYWFlNjYxZS1lYWY2LTQ0ZTUtYWVkMS02NDJkMGRjNjFhMWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTc5ZmYxZjYtYTU3OC00YjkwLWFkMWMtOTkwODg4Y2JhODE3In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqaGtNR1JqWXpGaUxXSmtNbVl0TkdRellpMDROakE1TFRZMU56TTFaamxrT0RZMlppSXNJbmR2Y210bWJHOTNTV1FpT2lKaVlXRmxOall4WlMxbFlXWTJMVFEwWlRVdFlXVmtNUzAyTkRKa01HUmpOakZoTVdZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVRjNVptWXhaall0WVRVM09DMDBZamt3TFdGa01XTXRPVGt3T0RnNFkySmhPREUzSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -909,7 +1041,7 @@ "no-cache" ], "x-ms-request-id": [ - "2a65ee86-4ad1-496b-b22b-3b65efd6323e" + "823dab7e-6087-48d6-912b-7848eb763789" ], "X-Content-Type-Options": [ "nosniff" @@ -927,41 +1059,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11991" ], "x-ms-correlation-request-id": [ - "997d79ea-91fc-4b72-a0de-043783e47c31" + "35792203-79b6-434c-94cb-6a917650bb56" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T232230Z:997d79ea-91fc-4b72-a0de-043783e47c31" + "WESTUS:20200623T232836Z:35792203-79b6-434c-94cb-6a917650bb56" ], "Date": [ - "Wed, 03 Jul 2019 23:22:29 GMT" + "Tue, 23 Jun 2020 23:28:36 GMT" ], "Content-Length": [ - "447" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/microsoft.storagesync/storageSyncServices/sssps1108/workflow/c7272df6-c4ee-4efc-ab37-af8f8a06655e/operationresults/c9d25e5e-c4b3-4a1d-a826-2d93a62c9fdc\",\r\n \"name\": \"c9d25e5e-c4b3-4a1d-a826-2d93a62c9fdc\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:22:09.5519734Z\",\r\n \"endTime\": \"2019-07-03T23:22:13.0814813Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiJiYWFlNjYxZS1lYWY2LTQ0ZTUtYWVkMS02NDJkMGRjNjFhMWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTc5ZmYxZjYtYTU3OC00YjkwLWFkMWMtOTkwODg4Y2JhODE3In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiJiYWFlNjYxZS1lYWY2LTQ0ZTUtYWVkMS02NDJkMGRjNjFhMWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTc5ZmYxZjYtYTU3OC00YjkwLWFkMWMtOTkwODg4Y2JhODE3In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:28:17.215396Z\",\r\n \"endTime\": \"2020-06-23T23:28:20.6635368Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/microsoft.storagesync/storageSyncServices/sssps1108/workflows/c7272df6-c4ee-4efc-ab37-af8f8a06655e/operations/c9d25e5e-c4b3-4a1d-a826-2d93a62c9fdc?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjkzMC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMTA4L3dvcmtmbG93cy9jNzI3MmRmNi1jNGVlLTRlZmMtYWIzNy1hZjhmOGEwNjY1NWUvb3BlcmF0aW9ucy9jOWQyNWU1ZS1jNGIzLTRhMWQtYTgyNi0yZDkzYTYyYzlmZGM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiJiYWFlNjYxZS1lYWY2LTQ0ZTUtYWVkMS02NDJkMGRjNjFhMWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTc5ZmYxZjYtYTU3OC00YjkwLWFkMWMtOTkwODg4Y2JhODE3In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqaGtNR1JqWXpGaUxXSmtNbVl0TkdRellpMDROakE1TFRZMU56TTFaamxrT0RZMlppSXNJbmR2Y210bWJHOTNTV1FpT2lKaVlXRmxOall4WlMxbFlXWTJMVFEwWlRVdFlXVmtNUzAyTkRKa01HUmpOakZoTVdZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVRjNVptWXhaall0WVRVM09DMDBZamt3TFdGa01XTXRPVGt3T0RnNFkySmhPREUzSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -972,7 +1104,7 @@ "no-cache" ], "x-ms-request-id": [ - "2d28fe06-7a1e-4602-add4-31ebf04b1f4e" + "ef70af60-7489-4d20-832e-c2e1bb008e20" ], "X-Content-Type-Options": [ "nosniff" @@ -990,41 +1122,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11990" ], "x-ms-correlation-request-id": [ - "81dc4e7b-7e5c-4148-a40d-e3650aa33404" + "ea7461ae-7a6e-4d94-a280-c37524189182" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T232240Z:81dc4e7b-7e5c-4148-a40d-e3650aa33404" + "WESTUS:20200623T232846Z:ea7461ae-7a6e-4d94-a280-c37524189182" ], "Date": [ - "Wed, 03 Jul 2019 23:22:39 GMT" + "Tue, 23 Jun 2020 23:28:46 GMT" ], "Content-Length": [ - "447" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/microsoft.storagesync/storageSyncServices/sssps1108/workflow/c7272df6-c4ee-4efc-ab37-af8f8a06655e/operationresults/c9d25e5e-c4b3-4a1d-a826-2d93a62c9fdc\",\r\n \"name\": \"c9d25e5e-c4b3-4a1d-a826-2d93a62c9fdc\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:22:09.5519734Z\",\r\n \"endTime\": \"2019-07-03T23:22:13.0814813Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiJiYWFlNjYxZS1lYWY2LTQ0ZTUtYWVkMS02NDJkMGRjNjFhMWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTc5ZmYxZjYtYTU3OC00YjkwLWFkMWMtOTkwODg4Y2JhODE3In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiJiYWFlNjYxZS1lYWY2LTQ0ZTUtYWVkMS02NDJkMGRjNjFhMWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTc5ZmYxZjYtYTU3OC00YjkwLWFkMWMtOTkwODg4Y2JhODE3In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:28:17.215396Z\",\r\n \"endTime\": \"2020-06-23T23:28:20.6635368Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/microsoft.storagesync/storageSyncServices/sssps1108/workflows/c7272df6-c4ee-4efc-ab37-af8f8a06655e/operations/c9d25e5e-c4b3-4a1d-a826-2d93a62c9fdc?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjkzMC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMTA4L3dvcmtmbG93cy9jNzI3MmRmNi1jNGVlLTRlZmMtYWIzNy1hZjhmOGEwNjY1NWUvb3BlcmF0aW9ucy9jOWQyNWU1ZS1jNGIzLTRhMWQtYTgyNi0yZDkzYTYyYzlmZGM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiJiYWFlNjYxZS1lYWY2LTQ0ZTUtYWVkMS02NDJkMGRjNjFhMWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTc5ZmYxZjYtYTU3OC00YjkwLWFkMWMtOTkwODg4Y2JhODE3In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqaGtNR1JqWXpGaUxXSmtNbVl0TkdRellpMDROakE1TFRZMU56TTFaamxrT0RZMlppSXNJbmR2Y210bWJHOTNTV1FpT2lKaVlXRmxOall4WlMxbFlXWTJMVFEwWlRVdFlXVmtNUzAyTkRKa01HUmpOakZoTVdZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVRjNVptWXhaall0WVRVM09DMDBZamt3TFdGa01XTXRPVGt3T0RnNFkySmhPREUzSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1035,7 +1167,7 @@ "no-cache" ], "x-ms-request-id": [ - "5f1907e1-d14b-4ace-8ad9-cd7aecaadc50" + "6ef8afb6-3374-4463-81f6-e7250bdb93e1" ], "X-Content-Type-Options": [ "nosniff" @@ -1053,41 +1185,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11989" ], "x-ms-correlation-request-id": [ - "55240d2b-4e6a-4700-8347-803bee3ade9b" + "de70174a-84bc-424f-83c4-65644cb62e6c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T232250Z:55240d2b-4e6a-4700-8347-803bee3ade9b" + "WESTUS:20200623T232857Z:de70174a-84bc-424f-83c4-65644cb62e6c" ], "Date": [ - "Wed, 03 Jul 2019 23:22:50 GMT" + "Tue, 23 Jun 2020 23:28:56 GMT" ], "Content-Length": [ - "447" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/microsoft.storagesync/storageSyncServices/sssps1108/workflow/c7272df6-c4ee-4efc-ab37-af8f8a06655e/operationresults/c9d25e5e-c4b3-4a1d-a826-2d93a62c9fdc\",\r\n \"name\": \"c9d25e5e-c4b3-4a1d-a826-2d93a62c9fdc\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:22:09.5519734Z\",\r\n \"endTime\": \"2019-07-03T23:22:13.0814813Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiJiYWFlNjYxZS1lYWY2LTQ0ZTUtYWVkMS02NDJkMGRjNjFhMWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTc5ZmYxZjYtYTU3OC00YjkwLWFkMWMtOTkwODg4Y2JhODE3In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiJiYWFlNjYxZS1lYWY2LTQ0ZTUtYWVkMS02NDJkMGRjNjFhMWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTc5ZmYxZjYtYTU3OC00YjkwLWFkMWMtOTkwODg4Y2JhODE3In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:28:17.215396Z\",\r\n \"endTime\": \"2020-06-23T23:28:20.6635368Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/microsoft.storagesync/storageSyncServices/sssps1108/workflows/c7272df6-c4ee-4efc-ab37-af8f8a06655e/operations/c9d25e5e-c4b3-4a1d-a826-2d93a62c9fdc?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjkzMC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMTA4L3dvcmtmbG93cy9jNzI3MmRmNi1jNGVlLTRlZmMtYWIzNy1hZjhmOGEwNjY1NWUvb3BlcmF0aW9ucy9jOWQyNWU1ZS1jNGIzLTRhMWQtYTgyNi0yZDkzYTYyYzlmZGM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiJiYWFlNjYxZS1lYWY2LTQ0ZTUtYWVkMS02NDJkMGRjNjFhMWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTc5ZmYxZjYtYTU3OC00YjkwLWFkMWMtOTkwODg4Y2JhODE3In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqaGtNR1JqWXpGaUxXSmtNbVl0TkdRellpMDROakE1TFRZMU56TTFaamxrT0RZMlppSXNJbmR2Y210bWJHOTNTV1FpT2lKaVlXRmxOall4WlMxbFlXWTJMVFEwWlRVdFlXVmtNUzAyTkRKa01HUmpOakZoTVdZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVRjNVptWXhaall0WVRVM09DMDBZamt3TFdGa01XTXRPVGt3T0RnNFkySmhPREUzSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1098,7 +1230,7 @@ "no-cache" ], "x-ms-request-id": [ - "634c4ff2-61cd-4fa5-ab9c-4eed24bcb788" + "64e84478-3027-4187-9055-d703b987ce21" ], "X-Content-Type-Options": [ "nosniff" @@ -1116,41 +1248,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11988" ], "x-ms-correlation-request-id": [ - "300d8fa9-e028-49a7-8e27-987823fb90c1" + "62f2d3f2-6f38-4d05-8221-2a2138016a89" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T232301Z:300d8fa9-e028-49a7-8e27-987823fb90c1" + "WESTUS:20200623T232907Z:62f2d3f2-6f38-4d05-8221-2a2138016a89" ], "Date": [ - "Wed, 03 Jul 2019 23:23:01 GMT" + "Tue, 23 Jun 2020 23:29:07 GMT" ], "Content-Length": [ - "446" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/microsoft.storagesync/storageSyncServices/sssps1108/workflow/c7272df6-c4ee-4efc-ab37-af8f8a06655e/operationresults/c9d25e5e-c4b3-4a1d-a826-2d93a62c9fdc\",\r\n \"name\": \"c9d25e5e-c4b3-4a1d-a826-2d93a62c9fdc\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T23:22:09.5519734Z\",\r\n \"endTime\": \"2019-07-03T23:22:58.148223Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiJiYWFlNjYxZS1lYWY2LTQ0ZTUtYWVkMS02NDJkMGRjNjFhMWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTc5ZmYxZjYtYTU3OC00YjkwLWFkMWMtOTkwODg4Y2JhODE3In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiJiYWFlNjYxZS1lYWY2LTQ0ZTUtYWVkMS02NDJkMGRjNjFhMWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTc5ZmYxZjYtYTU3OC00YjkwLWFkMWMtOTkwODg4Y2JhODE3In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:28:17.215396Z\",\r\n \"endTime\": \"2020-06-23T23:29:05.9973636Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/microsoft.storagesync/storageSyncServices/sssps1108/workflows/c7272df6-c4ee-4efc-ab37-af8f8a06655e/operationresults/c9d25e5e-c4b3-4a1d-a826-2d93a62c9fdc?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjkzMC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMTA4L3dvcmtmbG93cy9jNzI3MmRmNi1jNGVlLTRlZmMtYWIzNy1hZjhmOGEwNjY1NWUvb3BlcmF0aW9ucmVzdWx0cy9jOWQyNWU1ZS1jNGIzLTRhMWQtYTgyNi0yZDkzYTYyYzlmZGM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiJiYWFlNjYxZS1lYWY2LTQ0ZTUtYWVkMS02NDJkMGRjNjFhMWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTc5ZmYxZjYtYTU3OC00YjkwLWFkMWMtOTkwODg4Y2JhODE3In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqaGtNR1JqWXpGaUxXSmtNbVl0TkdRellpMDROakE1TFRZMU56TTFaamxrT0RZMlppSXNJbmR2Y210bWJHOTNTV1FpT2lKaVlXRmxOall4WlMxbFlXWTJMVFEwWlRVdFlXVmtNUzAyTkRKa01HUmpOakZoTVdZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVRjNVptWXhaall0WVRVM09DMDBZamt3TFdGa01XTXRPVGt3T0RnNFkySmhPREUzSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1161,7 +1293,7 @@ "no-cache" ], "x-ms-request-id": [ - "ade78883-8c34-4a26-a926-4c95980868a7" + "2c6ee04b-1ae9-430f-9760-a7a0663d362a" ], "X-Content-Type-Options": [ "nosniff" @@ -1179,16 +1311,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11987" ], "x-ms-correlation-request-id": [ - "b1d21411-5535-4893-88cc-65e9a42f6124" + "9276b90f-6c36-4abe-843c-59a650f98a45" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T232301Z:b1d21411-5535-4893-88cc-65e9a42f6124" + "WESTUS:20200623T232908Z:9276b90f-6c36-4abe-843c-59a650f98a45" ], "Date": [ - "Wed, 03 Jul 2019 23:23:01 GMT" + "Tue, 23 Jun 2020 23:29:07 GMT" ], "Expires": [ "-1" @@ -1201,22 +1333,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/Microsoft.StorageSync/storageSyncServices/sssps1108?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjkzMC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMTA4P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9412/providers/Microsoft.StorageSync/storageSyncServices/sssps8766?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTQxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NzY2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "df1e77a9-4192-4729-9598-ca9bb2674ce4" + "8e20fa32-949e-45f3-a259-fc988f34b30b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1226,8 +1358,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiJlODg0ZWVhZC1lOWY1LTRiMmItOGUxMi0zNjA0Y2FjMjI3MGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzNmYThlNzItMWQ1NS00NjMwLTk2MjgtOGZjMDBiMjNhY2Y5In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiJlODg0ZWVhZC1lOWY1LTRiMmItOGUxMi0zNjA0Y2FjMjI3MGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzNmYThlNzItMWQ1NS00NjMwLTk2MjgtOGZjMDBiMjNhY2Y5In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "bbdf99b3-9f74-4875-ab78-4b7612444303" + "a780434a-214a-4131-9754-38a689099d00" ], "X-Content-Type-Options": [ "nosniff" @@ -1235,8 +1376,65 @@ "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-deletes": [ - "14997" + "14998" + ], + "x-ms-correlation-request-id": [ + "97ab09a5-ba80-4d69-976b-c60ab6f47b9a" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T232908Z:97ab09a5-ba80-4d69-976b-c60ab6f47b9a" + ], + "Date": [ + "Tue, 23 Jun 2020 23:29:08 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiJlODg0ZWVhZC1lOWY1LTRiMmItOGUxMi0zNjA0Y2FjMjI3MGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzNmYThlNzItMWQ1NS00NjMwLTk2MjgtOGZjMDBiMjNhY2Y5In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqaGtNR1JqWXpGaUxXSmtNbVl0TkdRellpMDROakE1TFRZMU56TTFaamxrT0RZMlppSXNJbmR2Y210bWJHOTNTV1FpT2lKbE9EZzBaV1ZoWkMxbE9XWTFMVFJpTW1JdE9HVXhNaTB6TmpBMFkyRmpNakkzTUdRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTXpObVlUaGxOekl0TVdRMU5TMDBOak13TFRrMk1qZ3RPR1pqTURCaU1qTmhZMlk1SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "9ebbcce3-b750-4813-95ce-379b8a663e4e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-IIS/10.0" @@ -1247,14 +1445,80 @@ "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], "x-ms-correlation-request-id": [ - "59754018-7aa5-4aaf-b7cb-a795bf7e0506" + "bc4f1549-316c-44c3-910c-1f2eb579aa7f" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T232302Z:59754018-7aa5-4aaf-b7cb-a795bf7e0506" + "WESTUS:20200623T232918Z:bc4f1549-316c-44c3-910c-1f2eb579aa7f" ], "Date": [ - "Wed, 03 Jul 2019 23:23:02 GMT" + "Tue, 23 Jun 2020 23:29:18 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiJlODg0ZWVhZC1lOWY1LTRiMmItOGUxMi0zNjA0Y2FjMjI3MGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzNmYThlNzItMWQ1NS00NjMwLTk2MjgtOGZjMDBiMjNhY2Y5In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiJlODg0ZWVhZC1lOWY1LTRiMmItOGUxMi0zNjA0Y2FjMjI3MGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzNmYThlNzItMWQ1NS00NjMwLTk2MjgtOGZjMDBiMjNhY2Y5In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:29:08.7630567Z\",\r\n \"endTime\": \"2020-06-23T23:29:14.4634897Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkMGRjYzFiLWJkMmYtNGQzYi04NjA5LTY1NzM1ZjlkODY2ZiIsIndvcmtmbG93SWQiOiJlODg0ZWVhZC1lOWY1LTRiMmItOGUxMi0zNjA0Y2FjMjI3MGQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzNmYThlNzItMWQ1NS00NjMwLTk2MjgtOGZjMDBiMjNhY2Y5In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqaGtNR1JqWXpGaUxXSmtNbVl0TkdRellpMDROakE1TFRZMU56TTFaamxrT0RZMlppSXNJbmR2Y210bWJHOTNTV1FpT2lKbE9EZzBaV1ZoWkMxbE9XWTFMVFJpTW1JdE9HVXhNaTB6TmpBMFkyRmpNakkzTUdRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTXpObVlUaGxOekl0TVdRMU5TMDBOak13TFRrMk1qZ3RPR1pqTURCaU1qTmhZMlk1SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "ad6e1a90-6210-4f32-8ee3-571c80f1b2a3" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11985" + ], + "x-ms-correlation-request-id": [ + "49e573e6-1d20-453a-95b8-d6f19e10202e" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T232919Z:49e573e6-1d20-453a-95b8-d6f19e10202e" + ], + "Date": [ + "Tue, 23 Jun 2020 23:29:18 GMT" ], "Expires": [ "-1" @@ -1267,22 +1531,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjkzMC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9412/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTQxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "62228491-acd2-4d0b-9239-8cdb8238c7cf" + "2da9ce5c-e104-4a07-8373-5307f68a1d1c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1292,57 +1556,66 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" - ], "x-ms-request-id": [ - "b78a09b8-bf62-4f56-9c14-8a7c8dab295b" + "dc494081-7f26-4c86-8e19-fd2a7909c34b" ], - "x-ms-correlation-request-id": [ - "b78a09b8-bf62-4f56-9c14-8a7c8dab295b" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T232302Z:b78a09b8-bf62-4f56-9c14-8a7c8dab295b" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" + ], + "x-ms-correlation-request-id": [ + "42cfc2c3-2439-40b4-a159-7b3f4b2ae509" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T232919Z:42cfc2c3-2439-40b4-a159-7b3f4b2ae509" ], "Date": [ - "Wed, 03 Jul 2019 23:23:02 GMT" + "Tue, 23 Jun 2020 23:29:18 GMT" + ], + "Content-Length": [ + "19" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps2930?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMjkzMD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps9412?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzOTQxMj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a1ac5f8d-9dc5-47d4-b4f6-c4de0c0719a8" + "8d15e3d6-e4b1-408c-aca5-7daf4b19e3a7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1353,22 +1626,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5MzAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk0MTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14996" + "14997" ], "x-ms-request-id": [ - "74604447-ffbd-42b1-b34f-5524f18e2446" + "8afbbbdc-f6ad-4215-b7e0-99978cbb8667" ], "x-ms-correlation-request-id": [ - "74604447-ffbd-42b1-b34f-5524f18e2446" + "8afbbbdc-f6ad-4215-b7e0-99978cbb8667" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T232303Z:74604447-ffbd-42b1-b34f-5524f18e2446" + "WESTUS:20200623T232919Z:8afbbbdc-f6ad-4215-b7e0-99978cbb8667" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1377,7 +1650,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:23:03 GMT" + "Tue, 23 Jun 2020 23:29:19 GMT" ], "Expires": [ "-1" @@ -1390,16 +1663,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5MzAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJNU16QXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk0MTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprME1USXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1410,22 +1683,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5MzAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk0MTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11983" ], "x-ms-request-id": [ - "b6f2568d-5d1f-486b-a92e-469ec0d7d86d" + "11cc2d58-8ec9-4c44-a631-31266543469c" ], "x-ms-correlation-request-id": [ - "b6f2568d-5d1f-486b-a92e-469ec0d7d86d" + "11cc2d58-8ec9-4c44-a631-31266543469c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T232318Z:b6f2568d-5d1f-486b-a92e-469ec0d7d86d" + "WESTUS:20200623T232934Z:11cc2d58-8ec9-4c44-a631-31266543469c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1434,7 +1707,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:23:18 GMT" + "Tue, 23 Jun 2020 23:29:33 GMT" ], "Expires": [ "-1" @@ -1447,16 +1720,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5MzAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJNU16QXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk0MTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprME1USXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1467,22 +1740,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5MzAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk0MTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11982" ], "x-ms-request-id": [ - "b6995f72-7509-4b14-b23b-f0fd6da23ac0" + "fd694eb8-50f2-48f9-97f4-b81e3d782b28" ], "x-ms-correlation-request-id": [ - "b6995f72-7509-4b14-b23b-f0fd6da23ac0" + "fd694eb8-50f2-48f9-97f4-b81e3d782b28" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T232333Z:b6995f72-7509-4b14-b23b-f0fd6da23ac0" + "WESTUS:20200623T232949Z:fd694eb8-50f2-48f9-97f4-b81e3d782b28" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1491,7 +1764,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:23:33 GMT" + "Tue, 23 Jun 2020 23:29:48 GMT" ], "Expires": [ "-1" @@ -1504,16 +1777,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5MzAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJNU16QXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk0MTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprME1USXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1524,16 +1797,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11981" ], "x-ms-request-id": [ - "ec79f95a-e59c-498e-a727-b982aff09e3c" + "1802ba74-08ff-4a98-8085-25f9b4efa6df" ], "x-ms-correlation-request-id": [ - "ec79f95a-e59c-498e-a727-b982aff09e3c" + "1802ba74-08ff-4a98-8085-25f9b4efa6df" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T232348Z:ec79f95a-e59c-498e-a727-b982aff09e3c" + "WESTUS:20200623T233004Z:1802ba74-08ff-4a98-8085-25f9b4efa6df" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1542,7 +1815,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:23:47 GMT" + "Tue, 23 Jun 2020 23:30:04 GMT" ], "Expires": [ "-1" @@ -1555,16 +1828,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5MzAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJNU16QXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk0MTItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprME1USXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1575,16 +1848,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11980" ], "x-ms-request-id": [ - "e47948a5-a1b1-4f32-8a3f-6613e55f8a80" + "7addf485-0fb2-4bfe-9d28-184229e5e927" ], "x-ms-correlation-request-id": [ - "e47948a5-a1b1-4f32-8a3f-6613e55f8a80" + "7addf485-0fb2-4bfe-9d28-184229e5e927" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T232348Z:e47948a5-a1b1-4f32-8a3f-6613e55f8a80" + "WESTUS:20200623T233005Z:7addf485-0fb2-4bfe-9d28-184229e5e927" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1593,7 +1866,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:23:48 GMT" + "Tue, 23 Jun 2020 23:30:05 GMT" ], "Expires": [ "-1" @@ -1608,14 +1881,14 @@ ], "Names": { "Test-RegisteredServer": [ - "ps2930", - "ps1108" + "ps9412", + "ps8766" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "", - "SyncServerId": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2930/providers/Microsoft.StorageSync/storageSyncServices/sssps1108/registeredServers/2831BF81-4A03-41BD-92DA-87C651F94A78" + "SyncServerId": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9412/providers/Microsoft.StorageSync/storageSyncServices/sssps8766/registeredServers/DA5E038A-B418-4E2F-A7BB-9FA95EC1480D" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestRegisteredServerPipeline1.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestRegisteredServerPipeline1.json index 4eb4a8119b99..b2c417e6832d 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestRegisteredServerPipeline1.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestRegisteredServerPipeline1.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2973e258-49b3-458f-930c-16a50ead63ea" + "42a258cd-68ce-4e84-a74a-b8e73e4f2a35" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "156f2362-4e79-471a-ae41-e532140d9fcc" + "f181e8bc-b0de-429c-b21b-25d4a73c8390" ], "x-ms-correlation-request-id": [ - "156f2362-4e79-471a-ae41-e532140d9fcc" + "f181e8bc-b0de-429c-b21b-25d4a73c8390" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231255Z:156f2362-4e79-471a-ae41-e532140d9fcc" + "WESTUS:20200623T232311Z:f181e8bc-b0de-429c-b21b-25d4a73c8390" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:12:55 GMT" + "Tue, 23 Jun 2020 23:23:11 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\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\": \"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\": \"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\": \"notifyResourceJobs\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\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 ]\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-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-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-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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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-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-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 },\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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "830b8a37-050b-4cfb-9fc9-5200d19f3e21" + "ce6f9757-d562-4fa2-bb1f-a685ca22d93c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "1d03e2c6-9ef6-4f93-8edf-057a29e03dd4" + "1606dac1-73f2-4b51-b513-3247d91316ba" ], "x-ms-correlation-request-id": [ - "1d03e2c6-9ef6-4f93-8edf-057a29e03dd4" + "1606dac1-73f2-4b51-b513-3247d91316ba" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231255Z:1d03e2c6-9ef6-4f93-8edf-057a29e03dd4" + "WESTUS:20200623T232311Z:1606dac1-73f2-4b51-b513-3247d91316ba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:12:55 GMT" + "Tue, 23 Jun 2020 23:23:11 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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-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-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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 \"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 \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps5831?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNTgzMT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps8555?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzODU1NT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "76159ae3-c610-4d4e-9ef3-495287f8f2d3" + "ccfecffc-036a-451b-896d-53a80afd86fe" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,13 +156,13 @@ "1199" ], "x-ms-request-id": [ - "694514e3-7f2b-4114-806a-901455f19572" + "f9428636-4343-4111-95ec-9dcd28d07139" ], "x-ms-correlation-request-id": [ - "694514e3-7f2b-4114-806a-901455f19572" + "f9428636-4343-4111-95ec-9dcd28d07139" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231257Z:694514e3-7f2b-4114-806a-901455f19572" + "WESTUS:20200623T232311Z:f9428636-4343-4111-95ec-9dcd28d07139" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:12:57 GMT" + "Tue, 23 Jun 2020 23:23:11 GMT" ], "Content-Length": [ "165" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831\",\r\n \"name\": \"ps5831\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8555\",\r\n \"name\": \"ps8555\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps4013\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps4729\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "bddd35e9-9e61-423a-a7a0-dbc81a87e9b7" + "3ed8ed7e-4d56-45a0-a0a2-359571a647fd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "822ee9ea-e3dd-4d7b-a4de-9fc5e2fb0e34" + "7caf4535-1223-49a2-8fbd-12d99d78c60a" ], "X-Content-Type-Options": [ "nosniff" @@ -237,53 +237,53 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-correlation-request-id": [ - "af75c7ab-7a0a-49a9-9cfe-a63691ea5048" + "b9ea93b1-5f88-4af1-9413-c771f16b067d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231258Z:af75c7ab-7a0a-49a9-9cfe-a63691ea5048" + "WESTUS:20200623T232312Z:b9ea93b1-5f88-4af1-9413-c771f16b067d" ], "Date": [ - "Wed, 03 Jul 2019 23:12:57 GMT" + "Tue, 23 Jun 2020 23:23:11 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/Microsoft.StorageSync/storageSyncServices/sssps4013?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTgzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0MDEzP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8555/providers/Microsoft.StorageSync/storageSyncServices/sssps4729?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODU1NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NzI5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5adcb7d0-746c-4b85-9e1d-a0fa240783de" + "35e14f69-68ac-489e-9c9f-576a3e64e759" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJmZThlMmI4NS1iNDFlLTQwZDctYWU4Zi1hNmNhNGViOTBiOWUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMTZmMzBjNDktMTk5ZC00Zjk1LTg1N2YtM2JmNDI2ZjM3OGFiIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJmZThlMmI4NS1iNDFlLTQwZDctYWU4Zi1hNmNhNGViOTBiOWUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMTZmMzBjNDktMTk5ZC00Zjk1LTg1N2YtM2JmNDI2ZjM3OGFiIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "0f9ceaf3-10e2-4dfb-a413-ab9b2097fd91" + "7346fcee-6c00-4432-96c3-95442cc2707b" ], "X-Content-Type-Options": [ "nosniff" @@ -312,53 +321,176 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1197" + ], + "x-ms-correlation-request-id": [ + "3ab8a7e5-0eeb-4402-8b20-5370744f27f3" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T232312Z:3ab8a7e5-0eeb-4402-8b20-5370744f27f3" + ], + "Date": [ + "Tue, 23 Jun 2020 23:23:11 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJmZThlMmI4NS1iNDFlLTQwZDctYWU4Zi1hNmNhNGViOTBiOWUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMTZmMzBjNDktMTk5ZC00Zjk1LTg1N2YtM2JmNDI2ZjM3OGFiIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltRmxPV0ZoTnpobExUVXdNak10TkdFME1DMWhNVEkzTFRNMlpqY3pNV0ZoWm1JNVlTSXNJbmR2Y210bWJHOTNTV1FpT2lKbVpUaGxNbUk0TlMxaU5ERmxMVFF3WkRjdFlXVTRaaTFoTm1OaE5HVmlPVEJpT1dVaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTVRabU16QmpORGt0TVRrNVpDMDBaamsxTFRnMU4yWXRNMkptTkRJMlpqTTNPR0ZpSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "7ffd2281-41fb-4e01-b693-f1cc6271685f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11980" ], "x-ms-correlation-request-id": [ - "19dcf188-7e23-4315-83c7-371650830cd0" + "39cedea8-eefe-4acb-b67a-cb78cfdb3b45" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231259Z:19dcf188-7e23-4315-83c7-371650830cd0" + "WESTUS:20200623T232323Z:39cedea8-eefe-4acb-b67a-cb78cfdb3b45" ], "Date": [ - "Wed, 03 Jul 2019 23:12:58 GMT" + "Tue, 23 Jun 2020 23:23:22 GMT" ], "Content-Length": [ - "329" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJmZThlMmI4NS1iNDFlLTQwZDctYWU4Zi1hNmNhNGViOTBiOWUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMTZmMzBjNDktMTk5ZC00Zjk1LTg1N2YtM2JmNDI2ZjM3OGFiIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJmZThlMmI4NS1iNDFlLTQwZDctYWU4Zi1hNmNhNGViOTBiOWUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMTZmMzBjNDktMTk5ZC00Zjk1LTg1N2YtM2JmNDI2ZjM3OGFiIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:23:13.1090202Z\",\r\n \"endTime\": \"2020-06-23T23:23:19.276166Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8555/providers/Microsoft.StorageSync/storageSyncServices/sssps4729?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODU1NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NzI5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "de1f4a5c-ea7d-4d00-9818-2cacb346e9b9" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11979" + ], + "x-ms-correlation-request-id": [ + "89ed8273-e130-4d34-92f9-469348e8a681" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T232323Z:89ed8273-e130-4d34-92f9-469348e8a681" + ], + "Date": [ + "Tue, 23 Jun 2020 23:23:22 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/microsoft.storagesync/storageSyncServices/sssps4013\",\r\n \"name\": \"sssps4013\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps4729/workflows/fe8e2b85-b41e-40d7-ae8f-a6ca4eb90b9e\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8555/providers/microsoft.storagesync/storageSyncServices/sssps4729\",\r\n \"name\": \"sssps4729\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/Microsoft.StorageSync/storageSyncServices/sssps4013/registeredServers/8bdfe13d-04ae-47a0-94fb-294b6bc52cd7?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTgzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0MDEzL3JlZ2lzdGVyZWRTZXJ2ZXJzLzhiZGZlMTNkLTA0YWUtNDdhMC05NGZiLTI5NGI2YmM1MmNkNz9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8555/providers/Microsoft.StorageSync/storageSyncServices/sssps4729/registeredServers/cd301b0c-6a4f-440c-9368-92f64b1ca95a?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODU1NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NzI5L3JlZ2lzdGVyZWRTZXJ2ZXJzL2NkMzAxYjBjLTZhNGYtNDQwYy05MzY4LTkyZjY0YjFjYTk1YT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDGDCCAgCgAwIBAgIQZrMnSW/lG5xELR7EikisXDANBgkqhkiG9w0BAQ0FADA0MTIwMAYDVQQDEylhbmRyZXlhemRldm9wcy5yZWRtb25kLmNvcnAubWljcm9zb2Z0LmNvbTAeFw0xOTA1MjkwMjEyNDlaFw0yMDA1MjkwMjEyNDlaMDQxMjAwBgNVBAMTKWFuZHJleWF6ZGV2b3BzLnJlZG1vbmQuY29ycC5taWNyb3NvZnQuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzWEfgMvao6tCt/lexsMFViVxCCoJbLClwvqfWN79eFc3bmXBtERIvKTlb1TqAigp5VjP021TaQsyN/K2t8qr2rAdlaeJtCXNSILe3+ForYGcQOP0p802kFXkhMUojfX8jGs1BLQTsUoKN4UtuxWIhpb7Iw00rT7wchTg6Yk+ULCRFAlxOQHZI0drM13tDO4kz0BRbTCoSvazS3O570p8sMrWFra6P1/HG1f7sIQP5txw205siGb5FpB0u16qD/z0d7tfMGv+JIqAb6InI393dj2FtbzExkkiBUFXWaH9czGkAFyWuzkECb0WEEK+7oTOrLlo0dh0bp6nxlZ+G7FLfQIDAQABoyYwJDAiBgNVHSUBAf8EGDAWBggrBgEFBQcDAgYKKwYBBAGCNwoDDDANBgkqhkiG9w0BAQ0FAAOCAQEAEn8WHN0h00/Vem50CnwXwnty0vGwu2v3plD1m0mw+3jCtDUTa/tF/a7jTVTCtK6VdqNP6tp/f+GflNRmZWIK/6DIEntouzL++7M5hArcJj01t0S0Vc+0FN3b2wuBuJUYWxR5Q8bNHStOm7l6nXjQ96k1fH/L/hu0dmhciak8LUEIowhSiIpnB3C9AGFuPi9DqjKdWxxzIPLybiDidgUfGbcCNHaZXvcNqNq4zpzeFPTi3VBEOXHIJhk0fT3iWjwvBwtUxPJJs3FIRZFWQa/cgEvBWrYMem98lqKNdmGDJP11OmUeAqJQTe+iSX9pDFzpEj/lM/tIjEh9fwKXuoO1uw==\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"7/3/2019 4:12:59 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"8bdfe13d-04ae-47a0-94fb-294b6bc52cd7\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDEDCCAfigAwIBAgIQHMX6MF8k1YRIo40AAPKx/TANBgkqhkiG9w0BAQ0FADAwMS4wLAYDVQQDEyVhbmt1c2hiLXZtMDIubnRkZXYuY29ycC5taWNyb3NvZnQuY29tMB4XDTIwMDEyNzE5NTkwN1oXDTIxMDEyNzE5NTkwN1owMDEuMCwGA1UEAxMlYW5rdXNoYi12bTAyLm50ZGV2LmNvcnAubWljcm9zb2Z0LmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOGKtANwb+dUXi5QVPKCUkpcWJ1/s18EqVBGRaQvIE518p7zWSfnk79FOerjfCT6kDBZPccnxBHK3hZZNgxrAkgv0LeDIEwHDvttYbcMfUzq1VviGnPuKWTsFkIAkG+8IehxX9eB/kBlkoyriziQXg4Bz74HBaQWlZeC65R6Tp8XcuO8HuKtnT3RfV6365pPHq4yp/N5e3NLxDoG1AKXEs8NtDkw2xOltLCu3qluV/AUX343pDEkLV3F8IOu3I7cU+NA/WzCF7UcZ8ZOhS5klMVNiUwCFsUdFUAXh9ufXEBs50IcVJlZU6ZUADbmrqaqpYtD94aKQeFsBlnou5s1A/kCAwEAAaMmMCQwIgYDVR0lAQH/BBgwFgYIKwYBBQUHAwIGCisGAQQBgjcKAwwwDQYJKoZIhvcNAQENBQADggEBAH7p2XFxnOdk/lbNBKW7nmjsjE5BeBU/OlBhKCUrmmY+fk3FvAYSs2jaJKqgZjxek/KdNf2UZMXztg8joF5s1Pdg6ICxJqc1t4gJunHUOoTHHyrotMyt6xJnClRCNqshA0n2z304hjKXcyCoLopemMFpOPEg2oG+EOuvwK/g1gAavGbmYJQc82uNF1LKNMmNfQ4Nn48dKLKg65SHgU+BISlCjHb/6NRTpTmK5acUOlHSrhGsJYCBsN1xJOzwxssXAoy25ebjajvnGcsC9k2HwLZWaSGsPuwWPfEtPPHjNRDrnaNLjSu2zc0uxZza8JWlE0pWD2kyf9OjyD1V0PxtZuM=\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"6/23/2020 4:23:23 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"cd301b0c-6a4f-440c-9368-92f64b1ca95a\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "17392b4d-3dbc-4220-b4d4-78b6ceaf3b06" + "33790168-0953-4832-bb4e-a152e5e0e616" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1452" + "1437" ] }, "ResponseHeaders": { @@ -369,16 +501,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/microsoft.storagesync/storageSyncServices/sssps4013/workflows/4d909988-dac4-4158-b7a9-8c50e121ecec/operationresults/1b1547a1-7b42-4890-b172-f9335d3cc06d?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJmMDlmMjg1MC04N2Q3LTQzNjAtODUwZi04NjhkZTVhODQ3M2IiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNWE1ZmNiOWMtZWI4Mi00ODE2LWE3MzMtODE2ZjBkYjY5NDJlIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/microsoft.storagesync/storageSyncServices/sssps4013/workflows/4d909988-dac4-4158-b7a9-8c50e121ecec/operations/1b1547a1-7b42-4890-b172-f9335d3cc06d?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJmMDlmMjg1MC04N2Q3LTQzNjAtODUwZi04NjhkZTVhODQ3M2IiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNWE1ZmNiOWMtZWI4Mi00ODE2LWE3MzMtODE2ZjBkYjY5NDJlIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "4c211115-6004-4bac-af27-51a4a38f38e1" + "5bc518a9-085b-4e89-9c11-3a1244832069" ], "X-Content-Type-Options": [ "nosniff" @@ -396,16 +528,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1196" ], "x-ms-correlation-request-id": [ - "7a71be0d-2d08-44ec-aa97-47525f686f60" + "f3f4aa8e-b583-439d-adc3-5cf6ad106924" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231259Z:7a71be0d-2d08-44ec-aa97-47525f686f60" + "WESTUS:20200623T232323Z:f3f4aa8e-b583-439d-adc3-5cf6ad106924" ], "Date": [ - "Wed, 03 Jul 2019 23:12:58 GMT" + "Tue, 23 Jun 2020 23:23:22 GMT" ], "Expires": [ "-1" @@ -418,16 +550,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/microsoft.storagesync/storageSyncServices/sssps4013/workflows/4d909988-dac4-4158-b7a9-8c50e121ecec/operations/1b1547a1-7b42-4890-b172-f9335d3cc06d?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTgzMS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0MDEzL3dvcmtmbG93cy80ZDkwOTk4OC1kYWM0LTQxNTgtYjdhOS04YzUwZTEyMWVjZWMvb3BlcmF0aW9ucy8xYjE1NDdhMS03YjQyLTQ4OTAtYjE3Mi1mOTMzNWQzY2MwNmQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJmMDlmMjg1MC04N2Q3LTQzNjAtODUwZi04NjhkZTVhODQ3M2IiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNWE1ZmNiOWMtZWI4Mi00ODE2LWE3MzMtODE2ZjBkYjY5NDJlIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltRmxPV0ZoTnpobExUVXdNak10TkdFME1DMWhNVEkzTFRNMlpqY3pNV0ZoWm1JNVlTSXNJbmR2Y210bWJHOTNTV1FpT2lKbU1EbG1NamcxTUMwNE4yUTNMVFF6TmpBdE9EVXdaaTA0Tmpoa1pUVmhPRFEzTTJJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTldFMVptTmlPV010WldJNE1pMDBPREUyTFdFM016TXRPREUyWmpCa1lqWTVOREpsSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -438,7 +570,7 @@ "no-cache" ], "x-ms-request-id": [ - "7517d785-0adf-40d7-bb84-e2107fc340fd" + "009a50a5-17a9-4cfd-9cc4-c20bfca5bb2f" ], "X-Content-Type-Options": [ "nosniff" @@ -456,41 +588,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11978" ], "x-ms-correlation-request-id": [ - "03c53d4d-960c-4372-a228-6d7426f7a8b5" + "b2772555-25d5-4e21-b7f5-1894354b2ee8" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231310Z:03c53d4d-960c-4372-a228-6d7426f7a8b5" + "WESTUS:20200623T232334Z:b2772555-25d5-4e21-b7f5-1894354b2ee8" ], "Date": [ - "Wed, 03 Jul 2019 23:13:09 GMT" + "Tue, 23 Jun 2020 23:23:34 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/microsoft.storagesync/storageSyncServices/sssps4013/workflow/4d909988-dac4-4158-b7a9-8c50e121ecec/operationresults/1b1547a1-7b42-4890-b172-f9335d3cc06d\",\r\n \"name\": \"1b1547a1-7b42-4890-b172-f9335d3cc06d\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T23:12:59.8431647Z\",\r\n \"endTime\": \"2019-07-03T23:13:03.3475131Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJmMDlmMjg1MC04N2Q3LTQzNjAtODUwZi04NjhkZTVhODQ3M2IiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNWE1ZmNiOWMtZWI4Mi00ODE2LWE3MzMtODE2ZjBkYjY5NDJlIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJmMDlmMjg1MC04N2Q3LTQzNjAtODUwZi04NjhkZTVhODQ3M2IiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNWE1ZmNiOWMtZWI4Mi00ODE2LWE3MzMtODE2ZjBkYjY5NDJlIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:23:24.9924936Z\",\r\n \"endTime\": \"2020-06-23T23:23:28.5392317Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/Microsoft.StorageSync/storageSyncServices/sssps4013/registeredServers/8bdfe13d-04ae-47a0-94fb-294b6bc52cd7?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTgzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0MDEzL3JlZ2lzdGVyZWRTZXJ2ZXJzLzhiZGZlMTNkLTA0YWUtNDdhMC05NGZiLTI5NGI2YmM1MmNkNz9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8555/providers/Microsoft.StorageSync/storageSyncServices/sssps4729/registeredServers/cd301b0c-6a4f-440c-9368-92f64b1ca95a?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODU1NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NzI5L3JlZ2lzdGVyZWRTZXJ2ZXJzL2NkMzAxYjBjLTZhNGYtNDQwYy05MzY4LTkyZjY0YjFjYTk1YT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -501,7 +633,7 @@ "no-cache" ], "x-ms-request-id": [ - "08396f22-0dbe-43fa-bf69-9f41ac78690a" + "92d81992-16ec-43d3-87a8-65bfd4d992f3" ], "X-Content-Type-Options": [ "nosniff" @@ -519,47 +651,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11977" ], "x-ms-correlation-request-id": [ - "13deb910-3ed9-430b-a437-93fcafd113a8" + "9851d096-3217-42b0-ba86-baecd850ac8c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231310Z:13deb910-3ed9-430b-a437-93fcafd113a8" + "WESTUS:20200623T232334Z:9851d096-3217-42b0-ba86-baecd850ac8c" ], "Date": [ - "Wed, 03 Jul 2019 23:13:10 GMT" + "Tue, 23 Jun 2020 23:23:34 GMT" ], "Content-Length": [ - "13368" + "13498" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": null,\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"agentVersionStatus\": null,\r\n \"agentVersionExpirationDate\": null,\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2019-07-03T16:13:03.1131187-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"8bdfe13d-04ae-47a0-94fb-294b6bc52cd7\",\r\n \"storageSyncServiceUid\": \"f1a2f03c-14f1-4a8b-b017-b86c677fe8ca\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps4013/workflows/4d909988-dac4-4158-b7a9-8c50e121ecec\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/microsoft.storagesync/storageSyncServices/sssps4013/registeredServers/8bdfe13d-04ae-47a0-94fb-294b6bc52cd7\",\r\n \"name\": \"8bdfe13d-04ae-47a0-94fb-294b6bc52cd7\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2020-06-23T16:23:28.3192182-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"cd301b0c-6a4f-440c-9368-92f64b1ca95a\",\r\n \"storageSyncServiceUid\": \"ae9aa78e-5023-4a40-a127-36f731aafb9a\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps4729/workflows/f09f2850-87d7-4360-850f-868de5a8473b\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\",\r\n \"monitoringEndpointUri\": \"https://euap01.afs.azure.net:443/\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8555/providers/microsoft.storagesync/storageSyncServices/sssps4729/registeredServers/cd301b0c-6a4f-440c-9368-92f64b1ca95a\",\r\n \"name\": \"cd301b0c-6a4f-440c-9368-92f64b1ca95a\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/Microsoft.StorageSync/storageSyncServices/sssps4013/registeredServers/8bdfe13d-04ae-47a0-94fb-294b6bc52cd7?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTgzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0MDEzL3JlZ2lzdGVyZWRTZXJ2ZXJzLzhiZGZlMTNkLTA0YWUtNDdhMC05NGZiLTI5NGI2YmM1MmNkNz9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8555/providers/Microsoft.StorageSync/storageSyncServices/sssps4729/registeredServers/cd301b0c-6a4f-440c-9368-92f64b1ca95a?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODU1NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NzI5L3JlZ2lzdGVyZWRTZXJ2ZXJzL2NkMzAxYjBjLTZhNGYtNDQwYy05MzY4LTkyZjY0YjFjYTk1YT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "758a7086-06d6-4060-94d2-fa4fa323edfd" + "bb6c3124-6447-40d0-aeac-099cb7ebc43a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -570,7 +702,7 @@ "no-cache" ], "x-ms-request-id": [ - "2ec1ffa8-57bd-43f8-9453-f9b9de8b0b9e" + "fafccf43-ebd5-44f1-988f-dbd7a7cb70d8" ], "X-Content-Type-Options": [ "nosniff" @@ -588,47 +720,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11976" ], "x-ms-correlation-request-id": [ - "c7e8774f-9d89-4a5b-b09a-bb893407ad06" + "5c26f448-cbd6-4755-9140-ef6b421acd5d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231310Z:c7e8774f-9d89-4a5b-b09a-bb893407ad06" + "WESTUS:20200623T232334Z:5c26f448-cbd6-4755-9140-ef6b421acd5d" ], "Date": [ - "Wed, 03 Jul 2019 23:13:10 GMT" + "Tue, 23 Jun 2020 23:23:34 GMT" ], "Content-Length": [ - "13368" + "13498" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": null,\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"agentVersionStatus\": null,\r\n \"agentVersionExpirationDate\": null,\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2019-07-03T16:13:03.1131187-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"8bdfe13d-04ae-47a0-94fb-294b6bc52cd7\",\r\n \"storageSyncServiceUid\": \"f1a2f03c-14f1-4a8b-b017-b86c677fe8ca\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps4013/workflows/4d909988-dac4-4158-b7a9-8c50e121ecec\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/microsoft.storagesync/storageSyncServices/sssps4013/registeredServers/8bdfe13d-04ae-47a0-94fb-294b6bc52cd7\",\r\n \"name\": \"8bdfe13d-04ae-47a0-94fb-294b6bc52cd7\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2020-06-23T16:23:28.3192182-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"cd301b0c-6a4f-440c-9368-92f64b1ca95a\",\r\n \"storageSyncServiceUid\": \"ae9aa78e-5023-4a40-a127-36f731aafb9a\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps4729/workflows/f09f2850-87d7-4360-850f-868de5a8473b\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\",\r\n \"monitoringEndpointUri\": \"https://euap01.afs.azure.net:443/\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8555/providers/microsoft.storagesync/storageSyncServices/sssps4729/registeredServers/cd301b0c-6a4f-440c-9368-92f64b1ca95a\",\r\n \"name\": \"cd301b0c-6a4f-440c-9368-92f64b1ca95a\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/Microsoft.StorageSync/storageSyncServices/sssps4013/registeredServers/8bdfe13d-04ae-47a0-94fb-294b6bc52cd7?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTgzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0MDEzL3JlZ2lzdGVyZWRTZXJ2ZXJzLzhiZGZlMTNkLTA0YWUtNDdhMC05NGZiLTI5NGI2YmM1MmNkNz9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8555/providers/Microsoft.StorageSync/storageSyncServices/sssps4729/registeredServers/cd301b0c-6a4f-440c-9368-92f64b1ca95a?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODU1NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NzI5L3JlZ2lzdGVyZWRTZXJ2ZXJzL2NkMzAxYjBjLTZhNGYtNDQwYy05MzY4LTkyZjY0YjFjYTk1YT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1dc2f8f2-8ca4-458f-91e5-5460bcc576d5" + "fd9d1f38-0187-4d86-9432-73b1c6a5ba72" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -639,16 +771,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/microsoft.storagesync/storageSyncServices/sssps4013/workflows/287f9e78-ede9-4754-aa9c-2790f271e3fa/operationresults/09c3698f-39ea-4905-b16c-7daaa026ba52?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJlMTJlYzZhYS1jNGJmLTRkYTMtOGY5Ny0wYjExMGVmMDMwNDYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzc4YTIwN2YtNDZlYy00ZjVjLTk3ZTUtZTZiYjBhYzY1ZTk1In0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/microsoft.storagesync/storageSyncServices/sssps4013/workflows/287f9e78-ede9-4754-aa9c-2790f271e3fa/operations/09c3698f-39ea-4905-b16c-7daaa026ba52?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJlMTJlYzZhYS1jNGJmLTRkYTMtOGY5Ny0wYjExMGVmMDMwNDYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzc4YTIwN2YtNDZlYy00ZjVjLTk3ZTUtZTZiYjBhYzY1ZTk1In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "ac114b9d-06bc-45f0-9645-c15e706e457b" + "1487ab53-d5db-495b-a173-ebed1836de59" ], "X-Content-Type-Options": [ "nosniff" @@ -666,16 +798,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14996" ], "x-ms-correlation-request-id": [ - "e61d196e-7269-446f-823c-5386f6435e74" + "42f70370-703c-424d-83f0-42bf3fde2940" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231311Z:e61d196e-7269-446f-823c-5386f6435e74" + "WESTUS:20200623T232335Z:42f70370-703c-424d-83f0-42bf3fde2940" ], "Date": [ - "Wed, 03 Jul 2019 23:13:11 GMT" + "Tue, 23 Jun 2020 23:23:35 GMT" ], "Expires": [ "-1" @@ -688,16 +820,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/microsoft.storagesync/storageSyncServices/sssps4013/workflows/287f9e78-ede9-4754-aa9c-2790f271e3fa/operations/09c3698f-39ea-4905-b16c-7daaa026ba52?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTgzMS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0MDEzL3dvcmtmbG93cy8yODdmOWU3OC1lZGU5LTQ3NTQtYWE5Yy0yNzkwZjI3MWUzZmEvb3BlcmF0aW9ucy8wOWMzNjk4Zi0zOWVhLTQ5MDUtYjE2Yy03ZGFhYTAyNmJhNTI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJlMTJlYzZhYS1jNGJmLTRkYTMtOGY5Ny0wYjExMGVmMDMwNDYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzc4YTIwN2YtNDZlYy00ZjVjLTk3ZTUtZTZiYjBhYzY1ZTk1In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltRmxPV0ZoTnpobExUVXdNak10TkdFME1DMWhNVEkzTFRNMlpqY3pNV0ZoWm1JNVlTSXNJbmR2Y210bWJHOTNTV1FpT2lKbE1USmxZelpoWVMxak5HSm1MVFJrWVRNdE9HWTVOeTB3WWpFeE1HVm1NRE13TkRZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWXpjNFlUSXdOMll0TkRabFl5MDBaalZqTFRrM1pUVXRaVFppWWpCaFl6WTFaVGsxSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -708,7 +840,7 @@ "no-cache" ], "x-ms-request-id": [ - "381567de-12a0-4884-a8be-b541c3e4abeb" + "97b52741-0fc9-474f-aa42-b9ab633e0ccd" ], "X-Content-Type-Options": [ "nosniff" @@ -726,41 +858,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11975" ], "x-ms-correlation-request-id": [ - "adaa69bf-b123-43dc-ae2d-633c7a9e7390" + "1a32fdf8-b5d3-41a9-8eb5-0c853ac4c600" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231321Z:adaa69bf-b123-43dc-ae2d-633c7a9e7390" + "WESTUS:20200623T232345Z:1a32fdf8-b5d3-41a9-8eb5-0c853ac4c600" ], "Date": [ - "Wed, 03 Jul 2019 23:13:21 GMT" + "Tue, 23 Jun 2020 23:23:45 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/microsoft.storagesync/storageSyncServices/sssps4013/workflow/287f9e78-ede9-4754-aa9c-2790f271e3fa/operationresults/09c3698f-39ea-4905-b16c-7daaa026ba52\",\r\n \"name\": \"09c3698f-39ea-4905-b16c-7daaa026ba52\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:13:11.5111354Z\",\r\n \"endTime\": \"2019-07-03T23:13:15.0171392Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJlMTJlYzZhYS1jNGJmLTRkYTMtOGY5Ny0wYjExMGVmMDMwNDYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzc4YTIwN2YtNDZlYy00ZjVjLTk3ZTUtZTZiYjBhYzY1ZTk1In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJlMTJlYzZhYS1jNGJmLTRkYTMtOGY5Ny0wYjExMGVmMDMwNDYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzc4YTIwN2YtNDZlYy00ZjVjLTk3ZTUtZTZiYjBhYzY1ZTk1In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:23:35.3908025Z\",\r\n \"endTime\": \"2020-06-23T23:23:38.9846119Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/microsoft.storagesync/storageSyncServices/sssps4013/workflows/287f9e78-ede9-4754-aa9c-2790f271e3fa/operations/09c3698f-39ea-4905-b16c-7daaa026ba52?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTgzMS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0MDEzL3dvcmtmbG93cy8yODdmOWU3OC1lZGU5LTQ3NTQtYWE5Yy0yNzkwZjI3MWUzZmEvb3BlcmF0aW9ucy8wOWMzNjk4Zi0zOWVhLTQ5MDUtYjE2Yy03ZGFhYTAyNmJhNTI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJlMTJlYzZhYS1jNGJmLTRkYTMtOGY5Ny0wYjExMGVmMDMwNDYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzc4YTIwN2YtNDZlYy00ZjVjLTk3ZTUtZTZiYjBhYzY1ZTk1In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltRmxPV0ZoTnpobExUVXdNak10TkdFME1DMWhNVEkzTFRNMlpqY3pNV0ZoWm1JNVlTSXNJbmR2Y210bWJHOTNTV1FpT2lKbE1USmxZelpoWVMxak5HSm1MVFJrWVRNdE9HWTVOeTB3WWpFeE1HVm1NRE13TkRZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWXpjNFlUSXdOMll0TkRabFl5MDBaalZqTFRrM1pUVXRaVFppWWpCaFl6WTFaVGsxSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -771,7 +903,7 @@ "no-cache" ], "x-ms-request-id": [ - "0d50bb6f-74cb-4c40-b159-704b0ef0ab89" + "8015e77a-7845-4696-93ea-c15f99169fbc" ], "X-Content-Type-Options": [ "nosniff" @@ -789,41 +921,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11974" ], "x-ms-correlation-request-id": [ - "341cdb95-6a2f-4886-96bd-44047988b36c" + "8126844c-834a-4c98-94ec-9c22c1e01518" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231332Z:341cdb95-6a2f-4886-96bd-44047988b36c" + "WESTUS:20200623T232355Z:8126844c-834a-4c98-94ec-9c22c1e01518" ], "Date": [ - "Wed, 03 Jul 2019 23:13:31 GMT" + "Tue, 23 Jun 2020 23:23:55 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/microsoft.storagesync/storageSyncServices/sssps4013/workflow/287f9e78-ede9-4754-aa9c-2790f271e3fa/operationresults/09c3698f-39ea-4905-b16c-7daaa026ba52\",\r\n \"name\": \"09c3698f-39ea-4905-b16c-7daaa026ba52\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:13:11.5111354Z\",\r\n \"endTime\": \"2019-07-03T23:13:15.0171392Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJlMTJlYzZhYS1jNGJmLTRkYTMtOGY5Ny0wYjExMGVmMDMwNDYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzc4YTIwN2YtNDZlYy00ZjVjLTk3ZTUtZTZiYjBhYzY1ZTk1In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJlMTJlYzZhYS1jNGJmLTRkYTMtOGY5Ny0wYjExMGVmMDMwNDYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzc4YTIwN2YtNDZlYy00ZjVjLTk3ZTUtZTZiYjBhYzY1ZTk1In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:23:35.3908025Z\",\r\n \"endTime\": \"2020-06-23T23:23:38.9846119Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/microsoft.storagesync/storageSyncServices/sssps4013/workflows/287f9e78-ede9-4754-aa9c-2790f271e3fa/operations/09c3698f-39ea-4905-b16c-7daaa026ba52?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTgzMS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0MDEzL3dvcmtmbG93cy8yODdmOWU3OC1lZGU5LTQ3NTQtYWE5Yy0yNzkwZjI3MWUzZmEvb3BlcmF0aW9ucy8wOWMzNjk4Zi0zOWVhLTQ5MDUtYjE2Yy03ZGFhYTAyNmJhNTI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJlMTJlYzZhYS1jNGJmLTRkYTMtOGY5Ny0wYjExMGVmMDMwNDYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzc4YTIwN2YtNDZlYy00ZjVjLTk3ZTUtZTZiYjBhYzY1ZTk1In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltRmxPV0ZoTnpobExUVXdNak10TkdFME1DMWhNVEkzTFRNMlpqY3pNV0ZoWm1JNVlTSXNJbmR2Y210bWJHOTNTV1FpT2lKbE1USmxZelpoWVMxak5HSm1MVFJrWVRNdE9HWTVOeTB3WWpFeE1HVm1NRE13TkRZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWXpjNFlUSXdOMll0TkRabFl5MDBaalZqTFRrM1pUVXRaVFppWWpCaFl6WTFaVGsxSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -834,7 +966,7 @@ "no-cache" ], "x-ms-request-id": [ - "0de3d07d-851f-44ee-ac21-6f7475e5e687" + "c66159e1-aaa6-4250-88ea-08f4b585d588" ], "X-Content-Type-Options": [ "nosniff" @@ -852,41 +984,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11973" ], "x-ms-correlation-request-id": [ - "07649af2-cb83-4b64-9bec-74b5844a63dd" + "c75bdfa1-e755-421a-a2f2-2478e9da1d6e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231342Z:07649af2-cb83-4b64-9bec-74b5844a63dd" + "WESTUS:20200623T232406Z:c75bdfa1-e755-421a-a2f2-2478e9da1d6e" ], "Date": [ - "Wed, 03 Jul 2019 23:13:41 GMT" + "Tue, 23 Jun 2020 23:24:05 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/microsoft.storagesync/storageSyncServices/sssps4013/workflow/287f9e78-ede9-4754-aa9c-2790f271e3fa/operationresults/09c3698f-39ea-4905-b16c-7daaa026ba52\",\r\n \"name\": \"09c3698f-39ea-4905-b16c-7daaa026ba52\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:13:11.5111354Z\",\r\n \"endTime\": \"2019-07-03T23:13:15.0171392Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJlMTJlYzZhYS1jNGJmLTRkYTMtOGY5Ny0wYjExMGVmMDMwNDYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzc4YTIwN2YtNDZlYy00ZjVjLTk3ZTUtZTZiYjBhYzY1ZTk1In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJlMTJlYzZhYS1jNGJmLTRkYTMtOGY5Ny0wYjExMGVmMDMwNDYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzc4YTIwN2YtNDZlYy00ZjVjLTk3ZTUtZTZiYjBhYzY1ZTk1In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:23:35.3908025Z\",\r\n \"endTime\": \"2020-06-23T23:23:38.9846119Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/microsoft.storagesync/storageSyncServices/sssps4013/workflows/287f9e78-ede9-4754-aa9c-2790f271e3fa/operations/09c3698f-39ea-4905-b16c-7daaa026ba52?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTgzMS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0MDEzL3dvcmtmbG93cy8yODdmOWU3OC1lZGU5LTQ3NTQtYWE5Yy0yNzkwZjI3MWUzZmEvb3BlcmF0aW9ucy8wOWMzNjk4Zi0zOWVhLTQ5MDUtYjE2Yy03ZGFhYTAyNmJhNTI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJlMTJlYzZhYS1jNGJmLTRkYTMtOGY5Ny0wYjExMGVmMDMwNDYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzc4YTIwN2YtNDZlYy00ZjVjLTk3ZTUtZTZiYjBhYzY1ZTk1In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltRmxPV0ZoTnpobExUVXdNak10TkdFME1DMWhNVEkzTFRNMlpqY3pNV0ZoWm1JNVlTSXNJbmR2Y210bWJHOTNTV1FpT2lKbE1USmxZelpoWVMxak5HSm1MVFJrWVRNdE9HWTVOeTB3WWpFeE1HVm1NRE13TkRZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWXpjNFlUSXdOMll0TkRabFl5MDBaalZqTFRrM1pUVXRaVFppWWpCaFl6WTFaVGsxSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -897,7 +1029,7 @@ "no-cache" ], "x-ms-request-id": [ - "1a82fb09-0867-4fef-bb3f-290adb4a8813" + "7accaaaa-1f29-4e55-b873-e8f1ab216fc8" ], "X-Content-Type-Options": [ "nosniff" @@ -915,41 +1047,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11972" ], "x-ms-correlation-request-id": [ - "8b5a544f-76b0-410d-b0a8-ae7e993b8819" + "f8c8c649-2306-43b0-8555-445a6d4ed3ca" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231352Z:8b5a544f-76b0-410d-b0a8-ae7e993b8819" + "WESTUS:20200623T232416Z:f8c8c649-2306-43b0-8555-445a6d4ed3ca" ], "Date": [ - "Wed, 03 Jul 2019 23:13:51 GMT" + "Tue, 23 Jun 2020 23:24:16 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/microsoft.storagesync/storageSyncServices/sssps4013/workflow/287f9e78-ede9-4754-aa9c-2790f271e3fa/operationresults/09c3698f-39ea-4905-b16c-7daaa026ba52\",\r\n \"name\": \"09c3698f-39ea-4905-b16c-7daaa026ba52\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:13:11.5111354Z\",\r\n \"endTime\": \"2019-07-03T23:13:15.0171392Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJlMTJlYzZhYS1jNGJmLTRkYTMtOGY5Ny0wYjExMGVmMDMwNDYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzc4YTIwN2YtNDZlYy00ZjVjLTk3ZTUtZTZiYjBhYzY1ZTk1In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJlMTJlYzZhYS1jNGJmLTRkYTMtOGY5Ny0wYjExMGVmMDMwNDYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzc4YTIwN2YtNDZlYy00ZjVjLTk3ZTUtZTZiYjBhYzY1ZTk1In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:23:35.3908025Z\",\r\n \"endTime\": \"2020-06-23T23:23:38.9846119Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/microsoft.storagesync/storageSyncServices/sssps4013/workflows/287f9e78-ede9-4754-aa9c-2790f271e3fa/operations/09c3698f-39ea-4905-b16c-7daaa026ba52?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTgzMS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0MDEzL3dvcmtmbG93cy8yODdmOWU3OC1lZGU5LTQ3NTQtYWE5Yy0yNzkwZjI3MWUzZmEvb3BlcmF0aW9ucy8wOWMzNjk4Zi0zOWVhLTQ5MDUtYjE2Yy03ZGFhYTAyNmJhNTI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJlMTJlYzZhYS1jNGJmLTRkYTMtOGY5Ny0wYjExMGVmMDMwNDYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzc4YTIwN2YtNDZlYy00ZjVjLTk3ZTUtZTZiYjBhYzY1ZTk1In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltRmxPV0ZoTnpobExUVXdNak10TkdFME1DMWhNVEkzTFRNMlpqY3pNV0ZoWm1JNVlTSXNJbmR2Y210bWJHOTNTV1FpT2lKbE1USmxZelpoWVMxak5HSm1MVFJrWVRNdE9HWTVOeTB3WWpFeE1HVm1NRE13TkRZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWXpjNFlUSXdOMll0TkRabFl5MDBaalZqTFRrM1pUVXRaVFppWWpCaFl6WTFaVGsxSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -960,7 +1092,7 @@ "no-cache" ], "x-ms-request-id": [ - "0ee24139-4136-423f-b7d3-be89947883ad" + "8f0fc6f8-6a99-47c7-9b2c-898b92a94245" ], "X-Content-Type-Options": [ "nosniff" @@ -978,41 +1110,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11971" ], "x-ms-correlation-request-id": [ - "5f701e9b-ae4a-4592-8152-02bb61945779" + "4fd604de-e0f6-4d1f-ae9d-9af8939f0ebb" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231402Z:5f701e9b-ae4a-4592-8152-02bb61945779" + "WESTUS:20200623T232426Z:4fd604de-e0f6-4d1f-ae9d-9af8939f0ebb" ], "Date": [ - "Wed, 03 Jul 2019 23:14:02 GMT" + "Tue, 23 Jun 2020 23:24:26 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/microsoft.storagesync/storageSyncServices/sssps4013/workflow/287f9e78-ede9-4754-aa9c-2790f271e3fa/operationresults/09c3698f-39ea-4905-b16c-7daaa026ba52\",\r\n \"name\": \"09c3698f-39ea-4905-b16c-7daaa026ba52\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T23:13:11.5111354Z\",\r\n \"endTime\": \"2019-07-03T23:14:00.0992256Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJlMTJlYzZhYS1jNGJmLTRkYTMtOGY5Ny0wYjExMGVmMDMwNDYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzc4YTIwN2YtNDZlYy00ZjVjLTk3ZTUtZTZiYjBhYzY1ZTk1In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJlMTJlYzZhYS1jNGJmLTRkYTMtOGY5Ny0wYjExMGVmMDMwNDYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzc4YTIwN2YtNDZlYy00ZjVjLTk3ZTUtZTZiYjBhYzY1ZTk1In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:23:35.3908025Z\",\r\n \"endTime\": \"2020-06-23T23:24:24.0590551Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/microsoft.storagesync/storageSyncServices/sssps4013/workflows/287f9e78-ede9-4754-aa9c-2790f271e3fa/operationresults/09c3698f-39ea-4905-b16c-7daaa026ba52?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTgzMS9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0MDEzL3dvcmtmbG93cy8yODdmOWU3OC1lZGU5LTQ3NTQtYWE5Yy0yNzkwZjI3MWUzZmEvb3BlcmF0aW9ucmVzdWx0cy8wOWMzNjk4Zi0zOWVhLTQ5MDUtYjE2Yy03ZGFhYTAyNmJhNTI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJlMTJlYzZhYS1jNGJmLTRkYTMtOGY5Ny0wYjExMGVmMDMwNDYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzc4YTIwN2YtNDZlYy00ZjVjLTk3ZTUtZTZiYjBhYzY1ZTk1In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltRmxPV0ZoTnpobExUVXdNak10TkdFME1DMWhNVEkzTFRNMlpqY3pNV0ZoWm1JNVlTSXNJbmR2Y210bWJHOTNTV1FpT2lKbE1USmxZelpoWVMxak5HSm1MVFJrWVRNdE9HWTVOeTB3WWpFeE1HVm1NRE13TkRZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWXpjNFlUSXdOMll0TkRabFl5MDBaalZqTFRrM1pUVXRaVFppWWpCaFl6WTFaVGsxSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1023,7 +1155,7 @@ "no-cache" ], "x-ms-request-id": [ - "56a6684b-798a-4062-9a85-256b7c5b6a4e" + "7c12a3c5-37fa-44d0-9756-121a89eaaad2" ], "X-Content-Type-Options": [ "nosniff" @@ -1041,16 +1173,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11970" ], "x-ms-correlation-request-id": [ - "990e9968-a5f2-4f4f-a884-aa7b02c3bf7e" + "84e1c2e9-2bfc-4b12-a706-51a5261bcfdc" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231403Z:990e9968-a5f2-4f4f-a884-aa7b02c3bf7e" + "WESTUS:20200623T232426Z:84e1c2e9-2bfc-4b12-a706-51a5261bcfdc" ], "Date": [ - "Wed, 03 Jul 2019 23:14:02 GMT" + "Tue, 23 Jun 2020 23:24:26 GMT" ], "Expires": [ "-1" @@ -1063,22 +1195,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/Microsoft.StorageSync/storageSyncServices/sssps4013?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTgzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0MDEzP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8555/providers/Microsoft.StorageSync/storageSyncServices/sssps4729?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODU1NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NzI5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "86706ab1-e589-48ac-9f98-2f6ae22be94a" + "924a9dd3-4554-4dd6-a2d4-a2b0bbaf12eb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1088,8 +1220,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJiYWNlY2JjYi04N2JkLTRjOTAtOTNiMS02NTI5YjBhYTE1NzQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmZjN2VmZjYtNDc1YS00YjRjLWExODEtZDBjYzY1YWMzY2UzIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJiYWNlY2JjYi04N2JkLTRjOTAtOTNiMS02NTI5YjBhYTE1NzQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmZjN2VmZjYtNDc1YS00YjRjLWExODEtZDBjYzY1YWMzY2UzIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "91b0baa0-f277-4884-8b8d-1f79f2d95bd8" + "04f950e5-7dda-445d-a1fb-c9417187b5b7" ], "X-Content-Type-Options": [ "nosniff" @@ -1107,16 +1248,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14995" ], "x-ms-correlation-request-id": [ - "c8ffa678-2da2-4e3d-9402-ffd3d125ae24" + "c840d8d4-6f2a-4012-9c70-925d9e53b2f9" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231403Z:c8ffa678-2da2-4e3d-9402-ffd3d125ae24" + "WESTUS:20200623T232427Z:c840d8d4-6f2a-4012-9c70-925d9e53b2f9" ], "Date": [ - "Wed, 03 Jul 2019 23:14:02 GMT" + "Tue, 23 Jun 2020 23:24:26 GMT" ], "Expires": [ "-1" @@ -1126,25 +1267,148 @@ ] }, "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJiYWNlY2JjYi04N2JkLTRjOTAtOTNiMS02NTI5YjBhYTE1NzQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmZjN2VmZjYtNDc1YS00YjRjLWExODEtZDBjYzY1YWMzY2UzIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltRmxPV0ZoTnpobExUVXdNak10TkdFME1DMWhNVEkzTFRNMlpqY3pNV0ZoWm1JNVlTSXNJbmR2Y210bWJHOTNTV1FpT2lKaVlXTmxZMkpqWWkwNE4ySmtMVFJqT1RBdE9UTmlNUzAyTlRJNVlqQmhZVEUxTnpRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWm1aak4yVm1aall0TkRjMVlTMDBZalJqTFdFeE9ERXRaREJqWXpZMVlXTXpZMlV6SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "32f1af6b-1e63-412b-a04c-ffcd8acb9edb" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11969" + ], + "x-ms-correlation-request-id": [ + "cfff4b08-2768-453d-8ea4-5af4a4e352f0" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T232437Z:cfff4b08-2768-453d-8ea4-5af4a4e352f0" + ], + "Date": [ + "Tue, 23 Jun 2020 23:24:37 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJiYWNlY2JjYi04N2JkLTRjOTAtOTNiMS02NTI5YjBhYTE1NzQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmZjN2VmZjYtNDc1YS00YjRjLWExODEtZDBjYzY1YWMzY2UzIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJiYWNlY2JjYi04N2JkLTRjOTAtOTNiMS02NTI5YjBhYTE1NzQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmZjN2VmZjYtNDc1YS00YjRjLWExODEtZDBjYzY1YWMzY2UzIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:24:27.5118306Z\",\r\n \"endTime\": \"2020-06-23T23:24:32.9760867Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTgzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImFlOWFhNzhlLTUwMjMtNGE0MC1hMTI3LTM2ZjczMWFhZmI5YSIsIndvcmtmbG93SWQiOiJiYWNlY2JjYi04N2JkLTRjOTAtOTNiMS02NTI5YjBhYTE1NzQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmZjN2VmZjYtNDc1YS00YjRjLWExODEtZDBjYzY1YWMzY2UzIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltRmxPV0ZoTnpobExUVXdNak10TkdFME1DMWhNVEkzTFRNMlpqY3pNV0ZoWm1JNVlTSXNJbmR2Y210bWJHOTNTV1FpT2lKaVlXTmxZMkpqWWkwNE4ySmtMVFJqT1RBdE9UTmlNUzAyTlRJNVlqQmhZVEUxTnpRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWm1aak4yVm1aall0TkRjMVlTMDBZalJqTFdFeE9ERXRaREJqWXpZMVlXTXpZMlV6SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "323594f7-c44d-4b01-a9e2-bfdcf75650c3" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11968" + ], + "x-ms-correlation-request-id": [ + "a65bd44d-0eeb-4200-8a17-ff4ed1d33d68" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T232437Z:a65bd44d-0eeb-4200-8a17-ff4ed1d33d68" + ], + "Date": [ + "Tue, 23 Jun 2020 23:24:37 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8555/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODU1NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9c890dcb-9f1f-4681-9c23-371e2622c133" + "d92e1e42-5b14-48b7-a076-43103d467ce8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1154,57 +1418,66 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" - ], "x-ms-request-id": [ - "81bd2d42-0989-4689-9847-9d509fb3bda0" - ], - "x-ms-correlation-request-id": [ - "81bd2d42-0989-4689-9847-9d509fb3bda0" + "f3713de7-d78c-4d1f-bfe9-1fae461f1caf" ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T231404Z:81bd2d42-0989-4689-9847-9d509fb3bda0" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11967" + ], + "x-ms-correlation-request-id": [ + "31196575-0cc1-4eb6-bbea-25a165c9331f" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T232438Z:31196575-0cc1-4eb6-bbea-25a165c9331f" ], "Date": [ - "Wed, 03 Jul 2019 23:14:03 GMT" + "Tue, 23 Jun 2020 23:24:37 GMT" + ], + "Content-Length": [ + "19" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps5831?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNTgzMT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps8555?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzODU1NT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "871a8f69-94c9-4009-afe5-fc240dae2d18" + "23f02a58-d596-4e9c-80c5-0867cfae5938" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1215,22 +1488,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU4MzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg1NTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "14994" ], "x-ms-request-id": [ - "0f79b3be-cdf3-45c9-b253-8935be6da010" + "632c59dd-2e28-4878-bc82-4bbc0025a370" ], "x-ms-correlation-request-id": [ - "0f79b3be-cdf3-45c9-b253-8935be6da010" + "632c59dd-2e28-4878-bc82-4bbc0025a370" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231405Z:0f79b3be-cdf3-45c9-b253-8935be6da010" + "WESTUS:20200623T232438Z:632c59dd-2e28-4878-bc82-4bbc0025a370" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1239,7 +1512,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:14:04 GMT" + "Tue, 23 Jun 2020 23:24:38 GMT" ], "Expires": [ "-1" @@ -1252,16 +1525,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU4MzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVNE16RXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg1NTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnMU5UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1272,22 +1545,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU4MzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg1NTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11966" ], "x-ms-request-id": [ - "1cbc04c1-50fe-4b58-b3c0-38db03959435" + "f99036c7-93f7-49b4-96fc-ffee538b427b" ], "x-ms-correlation-request-id": [ - "1cbc04c1-50fe-4b58-b3c0-38db03959435" + "f99036c7-93f7-49b4-96fc-ffee538b427b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231420Z:1cbc04c1-50fe-4b58-b3c0-38db03959435" + "WESTUS:20200623T232453Z:f99036c7-93f7-49b4-96fc-ffee538b427b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1296,7 +1569,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:14:20 GMT" + "Tue, 23 Jun 2020 23:24:52 GMT" ], "Expires": [ "-1" @@ -1309,16 +1582,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU4MzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVNE16RXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg1NTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnMU5UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1329,22 +1602,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU4MzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg1NTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11965" ], "x-ms-request-id": [ - "8661e1b9-91e9-4845-a6f4-acdcb91daa52" + "d8238973-4757-43b8-a5d2-9645ee4401e1" ], "x-ms-correlation-request-id": [ - "8661e1b9-91e9-4845-a6f4-acdcb91daa52" + "d8238973-4757-43b8-a5d2-9645ee4401e1" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231435Z:8661e1b9-91e9-4845-a6f4-acdcb91daa52" + "WESTUS:20200623T232508Z:d8238973-4757-43b8-a5d2-9645ee4401e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1353,7 +1626,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:14:34 GMT" + "Tue, 23 Jun 2020 23:25:07 GMT" ], "Expires": [ "-1" @@ -1366,16 +1639,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU4MzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVNE16RXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg1NTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnMU5UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1386,16 +1659,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11964" ], "x-ms-request-id": [ - "a4bd36f9-daa8-49dc-bcce-05c158d8385a" + "e0371e0a-89ea-4d19-81fd-53fcdf561614" ], "x-ms-correlation-request-id": [ - "a4bd36f9-daa8-49dc-bcce-05c158d8385a" + "e0371e0a-89ea-4d19-81fd-53fcdf561614" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231450Z:a4bd36f9-daa8-49dc-bcce-05c158d8385a" + "WESTUS:20200623T232523Z:e0371e0a-89ea-4d19-81fd-53fcdf561614" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1404,7 +1677,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:14:49 GMT" + "Tue, 23 Jun 2020 23:25:23 GMT" ], "Expires": [ "-1" @@ -1417,16 +1690,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU4MzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVNE16RXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg1NTUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnMU5UVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1437,16 +1710,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11963" ], "x-ms-request-id": [ - "84b0963f-4d00-4de9-8959-2d7b32374bef" + "50dd7af7-15ab-4089-9a4a-ce549ef87948" ], "x-ms-correlation-request-id": [ - "84b0963f-4d00-4de9-8959-2d7b32374bef" + "50dd7af7-15ab-4089-9a4a-ce549ef87948" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231450Z:84b0963f-4d00-4de9-8959-2d7b32374bef" + "WESTUS:20200623T232523Z:50dd7af7-15ab-4089-9a4a-ce549ef87948" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1455,7 +1728,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:14:49 GMT" + "Tue, 23 Jun 2020 23:25:23 GMT" ], "Expires": [ "-1" @@ -1470,14 +1743,14 @@ ], "Names": { "Test-RegisteredServerPipeline1": [ - "ps5831", - "ps4013" + "ps8555", + "ps4729" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "", - "SyncServerId": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5831/providers/Microsoft.StorageSync/storageSyncServices/sssps4013/registeredServers/8BDFE13D-04AE-47A0-94FB-294B6BC52CD7" + "SyncServerId": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8555/providers/Microsoft.StorageSync/storageSyncServices/sssps4729/registeredServers/CD301B0C-6A4F-440C-9368-92F64B1CA95A" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestRegisteredServerPipeline2.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestRegisteredServerPipeline2.json index bdd0c0d3e48e..8c0e0bd6db08 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestRegisteredServerPipeline2.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestRegisteredServerPipeline2.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "29ed2502-7bac-4f10-acb1-fb439a5a9d2e" + "8a0d6736-1b1b-4106-a059-695c871907f3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11999" ], "x-ms-request-id": [ - "46b6732a-d854-4f3c-86b0-2d1b0cc1b765" + "cdc8daa3-218a-4d91-a813-2972e667791f" ], "x-ms-correlation-request-id": [ - "46b6732a-d854-4f3c-86b0-2d1b0cc1b765" + "cdc8daa3-218a-4d91-a813-2972e667791f" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231749Z:46b6732a-d854-4f3c-86b0-2d1b0cc1b765" + "WESTUS:20200623T233012Z:cdc8daa3-218a-4d91-a813-2972e667791f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:17:49 GMT" + "Tue, 23 Jun 2020 23:30:11 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\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\": \"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\": \"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\": \"notifyResourceJobs\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\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 ]\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-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-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-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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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-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-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 },\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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "89795ddc-d683-4c7e-9deb-2c27b6a75f2c" + "66f1d5de-3251-43cb-af88-348fb7e40d8b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -87,16 +87,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11998" ], "x-ms-request-id": [ - "ce0c6e09-208d-4891-b07b-55583a3e81e0" + "6f562c33-78e9-416c-85f1-aca5976a4a99" ], "x-ms-correlation-request-id": [ - "ce0c6e09-208d-4891-b07b-55583a3e81e0" + "6f562c33-78e9-416c-85f1-aca5976a4a99" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231749Z:ce0c6e09-208d-4891-b07b-55583a3e81e0" + "WESTUS:20200623T233012Z:6f562c33-78e9-416c-85f1-aca5976a4a99" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:17:49 GMT" + "Tue, 23 Jun 2020 23:30:11 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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-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-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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 \"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 \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps568?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNTY4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps3031?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzMzAzMT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6f357402-2e81-46e9-9388-651634b10bed" + "bb13e1f7-b43e-4393-9786-1337082ff863" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -153,16 +153,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-request-id": [ - "4eeb26aa-1c12-4cae-a40e-3ecdac8830a0" + "7e73d132-12ea-4550-8659-ade74cd3c624" ], "x-ms-correlation-request-id": [ - "4eeb26aa-1c12-4cae-a40e-3ecdac8830a0" + "7e73d132-12ea-4550-8659-ade74cd3c624" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231750Z:4eeb26aa-1c12-4cae-a40e-3ecdac8830a0" + "WESTUS:20200623T233012Z:7e73d132-12ea-4550-8659-ade74cd3c624" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,10 +171,10 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:17:50 GMT" + "Tue, 23 Jun 2020 23:30:11 GMT" ], "Content-Length": [ - "163" + "165" ], "Content-Type": [ "application/json; charset=utf-8" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568\",\r\n \"name\": \"ps568\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3031\",\r\n \"name\": \"ps3031\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps9429\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps3953\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1e33d47f-4e4b-466a-8959-010955f9de4e" + "a2f5f433-edfd-48d0-ba67-0f0c3c40f971" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "49d415de-4fbc-44b6-908c-56ca76ab9b7c" + "272624b6-0118-4d9d-9251-3688f994c49f" ], "X-Content-Type-Options": [ "nosniff" @@ -237,53 +237,53 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "e32efb4c-6a4f-4dca-9ba2-36b0470f9c03" + "d9bc0b9b-18cb-4524-bdb6-c33cc634157e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231751Z:e32efb4c-6a4f-4dca-9ba2-36b0470f9c03" + "WESTUS:20200623T233013Z:d9bc0b9b-18cb-4524-bdb6-c33cc634157e" ], "Date": [ - "Wed, 03 Jul 2019 23:17:50 GMT" + "Tue, 23 Jun 2020 23:30:12 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568/providers/Microsoft.StorageSync/storageSyncServices/sssps9429?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczk0Mjk/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3031/providers/Microsoft.StorageSync/storageSyncServices/sssps3953?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzAzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTUzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0a76cbaa-04ae-4b90-8540-dd7b41785106" + "8ffb6d6b-4633-4d34-9f3f-ec7e844ea918" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiI3YmNjNmIxZC0xMDZmLTRhNjctYTQ1My04NjY0ODBkNGUwOWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzI1ZmM5NTctMGZiNS00ZDU1LTk0ODgtMGIzYTlhY2NiZGU2In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiI3YmNjNmIxZC0xMDZmLTRhNjctYTQ1My04NjY0ODBkNGUwOWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzI1ZmM5NTctMGZiNS00ZDU1LTk0ODgtMGIzYTlhY2NiZGU2In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "b849c8af-fcab-4c5b-8f33-6f4bd76fcdf2" + "717ab19e-e6d0-4536-be18-917cd19f9b45" ], "X-Content-Type-Options": [ "nosniff" @@ -312,53 +321,176 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" + ], + "x-ms-correlation-request-id": [ + "ac5e6ca4-1538-4cd0-bd7c-a72897932bfd" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T233014Z:ac5e6ca4-1538-4cd0-bd7c-a72897932bfd" + ], + "Date": [ + "Tue, 23 Jun 2020 23:30:13 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiI3YmNjNmIxZC0xMDZmLTRhNjctYTQ1My04NjY0ODBkNGUwOWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzI1ZmM5NTctMGZiNS00ZDU1LTk0ODgtMGIzYTlhY2NiZGU2In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqa3pPREpsTURjd0xXSTFNV0l0TkRRek5DMWlZek5oTFdFeVlUZGlZbUpsTVdReE5DSXNJbmR2Y210bWJHOTNTV1FpT2lJM1ltTmpObUl4WkMweE1EWm1MVFJoTmpjdFlUUTFNeTA0TmpZME9EQmtOR1V3T1dFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTXpJMVptTTVOVGN0TUdaaU5TMDBaRFUxTFRrME9EZ3RNR0l6WVRsaFkyTmlaR1UySW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "bace4023-ba97-422d-a5bc-9befa3ddcd8d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11999" ], "x-ms-correlation-request-id": [ - "b010da38-ddda-4a43-b45f-a8bd089d47a0" + "64745686-70dc-429e-ada6-312e0f674eec" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231752Z:b010da38-ddda-4a43-b45f-a8bd089d47a0" + "WESTUS:20200623T233024Z:64745686-70dc-429e-ada6-312e0f674eec" ], "Date": [ - "Wed, 03 Jul 2019 23:17:51 GMT" + "Tue, 23 Jun 2020 23:30:23 GMT" ], "Content-Length": [ - "328" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiI3YmNjNmIxZC0xMDZmLTRhNjctYTQ1My04NjY0ODBkNGUwOWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzI1ZmM5NTctMGZiNS00ZDU1LTk0ODgtMGIzYTlhY2NiZGU2In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiI3YmNjNmIxZC0xMDZmLTRhNjctYTQ1My04NjY0ODBkNGUwOWEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzI1ZmM5NTctMGZiNS00ZDU1LTk0ODgtMGIzYTlhY2NiZGU2In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:30:15.0312726Z\",\r\n \"endTime\": \"2020-06-23T23:30:21.3033444Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3031/providers/Microsoft.StorageSync/storageSyncServices/sssps3953?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzAzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTUzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "b8088de6-8041-4876-9349-32e1f27ab21f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "a4601443-0e58-431a-90b2-b3480f99ddb5" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T233024Z:a4601443-0e58-431a-90b2-b3480f99ddb5" + ], + "Date": [ + "Tue, 23 Jun 2020 23:30:23 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568/providers/microsoft.storagesync/storageSyncServices/sssps9429\",\r\n \"name\": \"sssps9429\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps3953/workflows/7bcc6b1d-106f-4a67-a453-866480d4e09a\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3031/providers/microsoft.storagesync/storageSyncServices/sssps3953\",\r\n \"name\": \"sssps3953\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568/providers/Microsoft.StorageSync/storageSyncServices/sssps9429/registeredServers/1f8076cc-9b75-4994-a512-a216178e477e?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczk0MjkvcmVnaXN0ZXJlZFNlcnZlcnMvMWY4MDc2Y2MtOWI3NS00OTk0LWE1MTItYTIxNjE3OGU0NzdlP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3031/providers/Microsoft.StorageSync/storageSyncServices/sssps3953/registeredServers/147aca58-571c-4e50-bbc2-d968ed9243b2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzAzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTUzL3JlZ2lzdGVyZWRTZXJ2ZXJzLzE0N2FjYTU4LTU3MWMtNGU1MC1iYmMyLWQ5NjhlZDkyNDNiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDGDCCAgCgAwIBAgIQZrMnSW/lG5xELR7EikisXDANBgkqhkiG9w0BAQ0FADA0MTIwMAYDVQQDEylhbmRyZXlhemRldm9wcy5yZWRtb25kLmNvcnAubWljcm9zb2Z0LmNvbTAeFw0xOTA1MjkwMjEyNDlaFw0yMDA1MjkwMjEyNDlaMDQxMjAwBgNVBAMTKWFuZHJleWF6ZGV2b3BzLnJlZG1vbmQuY29ycC5taWNyb3NvZnQuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzWEfgMvao6tCt/lexsMFViVxCCoJbLClwvqfWN79eFc3bmXBtERIvKTlb1TqAigp5VjP021TaQsyN/K2t8qr2rAdlaeJtCXNSILe3+ForYGcQOP0p802kFXkhMUojfX8jGs1BLQTsUoKN4UtuxWIhpb7Iw00rT7wchTg6Yk+ULCRFAlxOQHZI0drM13tDO4kz0BRbTCoSvazS3O570p8sMrWFra6P1/HG1f7sIQP5txw205siGb5FpB0u16qD/z0d7tfMGv+JIqAb6InI393dj2FtbzExkkiBUFXWaH9czGkAFyWuzkECb0WEEK+7oTOrLlo0dh0bp6nxlZ+G7FLfQIDAQABoyYwJDAiBgNVHSUBAf8EGDAWBggrBgEFBQcDAgYKKwYBBAGCNwoDDDANBgkqhkiG9w0BAQ0FAAOCAQEAEn8WHN0h00/Vem50CnwXwnty0vGwu2v3plD1m0mw+3jCtDUTa/tF/a7jTVTCtK6VdqNP6tp/f+GflNRmZWIK/6DIEntouzL++7M5hArcJj01t0S0Vc+0FN3b2wuBuJUYWxR5Q8bNHStOm7l6nXjQ96k1fH/L/hu0dmhciak8LUEIowhSiIpnB3C9AGFuPi9DqjKdWxxzIPLybiDidgUfGbcCNHaZXvcNqNq4zpzeFPTi3VBEOXHIJhk0fT3iWjwvBwtUxPJJs3FIRZFWQa/cgEvBWrYMem98lqKNdmGDJP11OmUeAqJQTe+iSX9pDFzpEj/lM/tIjEh9fwKXuoO1uw==\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"7/3/2019 4:17:52 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"1f8076cc-9b75-4994-a512-a216178e477e\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDEDCCAfigAwIBAgIQHMX6MF8k1YRIo40AAPKx/TANBgkqhkiG9w0BAQ0FADAwMS4wLAYDVQQDEyVhbmt1c2hiLXZtMDIubnRkZXYuY29ycC5taWNyb3NvZnQuY29tMB4XDTIwMDEyNzE5NTkwN1oXDTIxMDEyNzE5NTkwN1owMDEuMCwGA1UEAxMlYW5rdXNoYi12bTAyLm50ZGV2LmNvcnAubWljcm9zb2Z0LmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOGKtANwb+dUXi5QVPKCUkpcWJ1/s18EqVBGRaQvIE518p7zWSfnk79FOerjfCT6kDBZPccnxBHK3hZZNgxrAkgv0LeDIEwHDvttYbcMfUzq1VviGnPuKWTsFkIAkG+8IehxX9eB/kBlkoyriziQXg4Bz74HBaQWlZeC65R6Tp8XcuO8HuKtnT3RfV6365pPHq4yp/N5e3NLxDoG1AKXEs8NtDkw2xOltLCu3qluV/AUX343pDEkLV3F8IOu3I7cU+NA/WzCF7UcZ8ZOhS5klMVNiUwCFsUdFUAXh9ufXEBs50IcVJlZU6ZUADbmrqaqpYtD94aKQeFsBlnou5s1A/kCAwEAAaMmMCQwIgYDVR0lAQH/BBgwFgYIKwYBBQUHAwIGCisGAQQBgjcKAwwwDQYJKoZIhvcNAQENBQADggEBAH7p2XFxnOdk/lbNBKW7nmjsjE5BeBU/OlBhKCUrmmY+fk3FvAYSs2jaJKqgZjxek/KdNf2UZMXztg8joF5s1Pdg6ICxJqc1t4gJunHUOoTHHyrotMyt6xJnClRCNqshA0n2z304hjKXcyCoLopemMFpOPEg2oG+EOuvwK/g1gAavGbmYJQc82uNF1LKNMmNfQ4Nn48dKLKg65SHgU+BISlCjHb/6NRTpTmK5acUOlHSrhGsJYCBsN1xJOzwxssXAoy25ebjajvnGcsC9k2HwLZWaSGsPuwWPfEtPPHjNRDrnaNLjSu2zc0uxZza8JWlE0pWD2kyf9OjyD1V0PxtZuM=\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"6/23/2020 4:30:24 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"147aca58-571c-4e50-bbc2-d968ed9243b2\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "46be7467-fa4b-4751-b46a-c4882de0b9ad" + "d3aafe1b-a814-44ab-a244-20b425e26042" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1452" + "1437" ] }, "ResponseHeaders": { @@ -369,16 +501,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568/providers/microsoft.storagesync/storageSyncServices/sssps9429/workflows/c1a3c32a-8ff8-4d2e-b98f-1e0ec02ae579/operationresults/aab592da-14ac-42f2-bfac-db520d75c60c?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiIwOTE4ZGI3ZC0yMjczLTQyZTQtYjBhMi00NjNjOWUxNDI0MDIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjFmMTI3OTAtOGYzMC00Zjk3LWFlZDktNzc0NzhhMjA0ZGE4In0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568/providers/microsoft.storagesync/storageSyncServices/sssps9429/workflows/c1a3c32a-8ff8-4d2e-b98f-1e0ec02ae579/operations/aab592da-14ac-42f2-bfac-db520d75c60c?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiIwOTE4ZGI3ZC0yMjczLTQyZTQtYjBhMi00NjNjOWUxNDI0MDIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjFmMTI3OTAtOGYzMC00Zjk3LWFlZDktNzc0NzhhMjA0ZGE4In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "cb778f88-8059-4edd-904b-29a7f5482dd5" + "cb069512-8585-4462-b1f7-993c2f5e9d0b" ], "X-Content-Type-Options": [ "nosniff" @@ -396,16 +528,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1198" ], "x-ms-correlation-request-id": [ - "a230c71f-2358-495d-8e8b-5fe6a0671aa8" + "df4e642b-3d3e-42fd-82c8-16ab140a2299" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231752Z:a230c71f-2358-495d-8e8b-5fe6a0671aa8" + "WESTUS:20200623T233025Z:df4e642b-3d3e-42fd-82c8-16ab140a2299" ], "Date": [ - "Wed, 03 Jul 2019 23:17:51 GMT" + "Tue, 23 Jun 2020 23:30:24 GMT" ], "Expires": [ "-1" @@ -418,16 +550,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568/providers/microsoft.storagesync/storageSyncServices/sssps9429/workflows/c1a3c32a-8ff8-4d2e-b98f-1e0ec02ae579/operations/aab592da-14ac-42f2-bfac-db520d75c60c?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY4L3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczk0Mjkvd29ya2Zsb3dzL2MxYTNjMzJhLThmZjgtNGQyZS1iOThmLTFlMGVjMDJhZTU3OS9vcGVyYXRpb25zL2FhYjU5MmRhLTE0YWMtNDJmMi1iZmFjLWRiNTIwZDc1YzYwYz9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiIwOTE4ZGI3ZC0yMjczLTQyZTQtYjBhMi00NjNjOWUxNDI0MDIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjFmMTI3OTAtOGYzMC00Zjk3LWFlZDktNzc0NzhhMjA0ZGE4In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqa3pPREpsTURjd0xXSTFNV0l0TkRRek5DMWlZek5oTFdFeVlUZGlZbUpsTVdReE5DSXNJbmR2Y210bWJHOTNTV1FpT2lJd09URTRaR0kzWkMweU1qY3pMVFF5WlRRdFlqQmhNaTAwTmpOak9XVXhOREkwTURJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTmpGbU1USTNPVEF0T0dZek1DMDBaamszTFdGbFpEa3ROemMwTnpoaE1qQTBaR0U0SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -438,7 +570,7 @@ "no-cache" ], "x-ms-request-id": [ - "4842c47c-d04f-4727-9fec-5a94553ddcea" + "4d24105e-5d71-485e-a4b4-373668fc1e29" ], "X-Content-Type-Options": [ "nosniff" @@ -459,38 +591,38 @@ "11997" ], "x-ms-correlation-request-id": [ - "ffe396a6-5ef2-4878-b204-f5722630981e" + "40eb2675-6ff4-43ba-93ad-8565cc44de5e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231802Z:ffe396a6-5ef2-4878-b204-f5722630981e" + "WESTUS:20200623T233035Z:40eb2675-6ff4-43ba-93ad-8565cc44de5e" ], "Date": [ - "Wed, 03 Jul 2019 23:18:02 GMT" + "Tue, 23 Jun 2020 23:30:35 GMT" ], "Content-Length": [ - "446" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568/providers/microsoft.storagesync/storageSyncServices/sssps9429/workflow/c1a3c32a-8ff8-4d2e-b98f-1e0ec02ae579/operationresults/aab592da-14ac-42f2-bfac-db520d75c60c\",\r\n \"name\": \"aab592da-14ac-42f2-bfac-db520d75c60c\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T23:17:52.8307058Z\",\r\n \"endTime\": \"2019-07-03T23:17:56.3485344Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiIwOTE4ZGI3ZC0yMjczLTQyZTQtYjBhMi00NjNjOWUxNDI0MDIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjFmMTI3OTAtOGYzMC00Zjk3LWFlZDktNzc0NzhhMjA0ZGE4In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiIwOTE4ZGI3ZC0yMjczLTQyZTQtYjBhMi00NjNjOWUxNDI0MDIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjFmMTI3OTAtOGYzMC00Zjk3LWFlZDktNzc0NzhhMjA0ZGE4In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:30:25.2154965Z\",\r\n \"endTime\": \"2020-06-23T23:30:28.6525007Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568/providers/Microsoft.StorageSync/storageSyncServices/sssps9429/registeredServers/1f8076cc-9b75-4994-a512-a216178e477e?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczk0MjkvcmVnaXN0ZXJlZFNlcnZlcnMvMWY4MDc2Y2MtOWI3NS00OTk0LWE1MTItYTIxNjE3OGU0NzdlP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3031/providers/Microsoft.StorageSync/storageSyncServices/sssps3953/registeredServers/147aca58-571c-4e50-bbc2-d968ed9243b2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzAzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTUzL3JlZ2lzdGVyZWRTZXJ2ZXJzLzE0N2FjYTU4LTU3MWMtNGU1MC1iYmMyLWQ5NjhlZDkyNDNiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -501,7 +633,7 @@ "no-cache" ], "x-ms-request-id": [ - "5e5fa04d-13b3-426f-b4d0-2dbbd956df3d" + "03b29071-ec71-4741-9bfb-8ef18f38119d" ], "X-Content-Type-Options": [ "nosniff" @@ -522,44 +654,44 @@ "11996" ], "x-ms-correlation-request-id": [ - "e02bb66b-7be3-4018-9a2b-fddccd51e22a" + "3d596287-af0d-4ce5-abff-6c34a1518ed5" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231803Z:e02bb66b-7be3-4018-9a2b-fddccd51e22a" + "WESTUS:20200623T233035Z:3d596287-af0d-4ce5-abff-6c34a1518ed5" ], "Date": [ - "Wed, 03 Jul 2019 23:18:03 GMT" + "Tue, 23 Jun 2020 23:30:35 GMT" ], "Content-Length": [ - "13367" + "13498" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": null,\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"agentVersionStatus\": null,\r\n \"agentVersionExpirationDate\": null,\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2019-07-03T16:17:56.1297813-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"1f8076cc-9b75-4994-a512-a216178e477e\",\r\n \"storageSyncServiceUid\": \"4507904b-8533-4642-bc9e-3b6c6984a736\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps9429/workflows/c1a3c32a-8ff8-4d2e-b98f-1e0ec02ae579\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568/providers/microsoft.storagesync/storageSyncServices/sssps9429/registeredServers/1f8076cc-9b75-4994-a512-a216178e477e\",\r\n \"name\": \"1f8076cc-9b75-4994-a512-a216178e477e\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2020-06-23T16:30:28.4372054-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"147aca58-571c-4e50-bbc2-d968ed9243b2\",\r\n \"storageSyncServiceUid\": \"9382e070-b51b-4434-bc3a-a2a7bbbe1d14\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps3953/workflows/0918db7d-2273-42e4-b0a2-463c9e142402\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\",\r\n \"monitoringEndpointUri\": \"https://euap01.afs.azure.net:443/\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3031/providers/microsoft.storagesync/storageSyncServices/sssps3953/registeredServers/147aca58-571c-4e50-bbc2-d968ed9243b2\",\r\n \"name\": \"147aca58-571c-4e50-bbc2-d968ed9243b2\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568/providers/Microsoft.StorageSync/storageSyncServices/sssps9429/registeredServers/1f8076cc-9b75-4994-a512-a216178e477e?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczk0MjkvcmVnaXN0ZXJlZFNlcnZlcnMvMWY4MDc2Y2MtOWI3NS00OTk0LWE1MTItYTIxNjE3OGU0NzdlP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3031/providers/Microsoft.StorageSync/storageSyncServices/sssps3953/registeredServers/147aca58-571c-4e50-bbc2-d968ed9243b2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzAzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTUzL3JlZ2lzdGVyZWRTZXJ2ZXJzLzE0N2FjYTU4LTU3MWMtNGU1MC1iYmMyLWQ5NjhlZDkyNDNiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a14dc211-0241-4737-bbb5-957806312d5f" + "8816957b-bfe0-4c88-8eb5-03182c35582a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -570,16 +702,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568/providers/microsoft.storagesync/storageSyncServices/sssps9429/workflows/061057ae-7f23-4650-9d3d-3a7c9a929c47/operationresults/a92fd235-b387-479e-b37c-3d03f466c43d?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiIwN2YyZTZiZS1hMWUzLTQ5Y2ItOWM4Ni1kNWY5NGE4ZTJkZjIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDBiZmYyNWItYTI3MC00Y2EzLWIwMzktMWE1ODhkOTA5YTk5In0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568/providers/microsoft.storagesync/storageSyncServices/sssps9429/workflows/061057ae-7f23-4650-9d3d-3a7c9a929c47/operations/a92fd235-b387-479e-b37c-3d03f466c43d?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiIwN2YyZTZiZS1hMWUzLTQ5Y2ItOWM4Ni1kNWY5NGE4ZTJkZjIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDBiZmYyNWItYTI3MC00Y2EzLWIwMzktMWE1ODhkOTA5YTk5In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "f3b9f0c9-7881-4433-9415-e15bcbc5d5f2" + "bbe2b99c-7a1a-4d0d-a7b4-2ca36e8af35f" ], "X-Content-Type-Options": [ "nosniff" @@ -600,13 +732,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "543cbc7b-1c13-41aa-9d4f-7a4f817f6e0f" + "3dd922b5-e6ec-408a-98fe-1e29944974ac" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231803Z:543cbc7b-1c13-41aa-9d4f-7a4f817f6e0f" + "WESTUS:20200623T233036Z:3dd922b5-e6ec-408a-98fe-1e29944974ac" ], "Date": [ - "Wed, 03 Jul 2019 23:18:03 GMT" + "Tue, 23 Jun 2020 23:30:36 GMT" ], "Expires": [ "-1" @@ -619,16 +751,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568/providers/microsoft.storagesync/storageSyncServices/sssps9429/workflows/061057ae-7f23-4650-9d3d-3a7c9a929c47/operations/a92fd235-b387-479e-b37c-3d03f466c43d?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY4L3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczk0Mjkvd29ya2Zsb3dzLzA2MTA1N2FlLTdmMjMtNDY1MC05ZDNkLTNhN2M5YTkyOWM0Ny9vcGVyYXRpb25zL2E5MmZkMjM1LWIzODctNDc5ZS1iMzdjLTNkMDNmNDY2YzQzZD9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiIwN2YyZTZiZS1hMWUzLTQ5Y2ItOWM4Ni1kNWY5NGE4ZTJkZjIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDBiZmYyNWItYTI3MC00Y2EzLWIwMzktMWE1ODhkOTA5YTk5In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqa3pPREpsTURjd0xXSTFNV0l0TkRRek5DMWlZek5oTFdFeVlUZGlZbUpsTVdReE5DSXNJbmR2Y210bWJHOTNTV1FpT2lJd04yWXlaVFppWlMxaE1XVXpMVFE1WTJJdE9XTTROaTFrTldZNU5HRTRaVEprWmpJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTkRCaVptWXlOV0l0WVRJM01DMDBZMkV6TFdJd016a3RNV0UxT0Roa09UQTVZVGs1SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -639,7 +771,7 @@ "no-cache" ], "x-ms-request-id": [ - "8cee640a-0367-4cf1-a166-f84a447de2ce" + "de11d089-59db-495f-b9b9-446b3cfe46ac" ], "X-Content-Type-Options": [ "nosniff" @@ -660,38 +792,38 @@ "11995" ], "x-ms-correlation-request-id": [ - "87d23232-5b93-4e67-befa-aa53d75ac8a2" + "0ff7530b-d335-45e8-933a-28e7d2319a50" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231814Z:87d23232-5b93-4e67-befa-aa53d75ac8a2" + "WESTUS:20200623T233046Z:0ff7530b-d335-45e8-933a-28e7d2319a50" ], "Date": [ - "Wed, 03 Jul 2019 23:18:14 GMT" + "Tue, 23 Jun 2020 23:30:46 GMT" ], "Content-Length": [ - "445" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568/providers/microsoft.storagesync/storageSyncServices/sssps9429/workflow/061057ae-7f23-4650-9d3d-3a7c9a929c47/operationresults/a92fd235-b387-479e-b37c-3d03f466c43d\",\r\n \"name\": \"a92fd235-b387-479e-b37c-3d03f466c43d\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:18:04.5882639Z\",\r\n \"endTime\": \"2019-07-03T23:18:08.100812Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiIwN2YyZTZiZS1hMWUzLTQ5Y2ItOWM4Ni1kNWY5NGE4ZTJkZjIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDBiZmYyNWItYTI3MC00Y2EzLWIwMzktMWE1ODhkOTA5YTk5In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiIwN2YyZTZiZS1hMWUzLTQ5Y2ItOWM4Ni1kNWY5NGE4ZTJkZjIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDBiZmYyNWItYTI3MC00Y2EzLWIwMzktMWE1ODhkOTA5YTk5In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:30:36.1389959Z\",\r\n \"endTime\": \"2020-06-23T23:30:39.680145Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568/providers/microsoft.storagesync/storageSyncServices/sssps9429/workflows/061057ae-7f23-4650-9d3d-3a7c9a929c47/operations/a92fd235-b387-479e-b37c-3d03f466c43d?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY4L3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczk0Mjkvd29ya2Zsb3dzLzA2MTA1N2FlLTdmMjMtNDY1MC05ZDNkLTNhN2M5YTkyOWM0Ny9vcGVyYXRpb25zL2E5MmZkMjM1LWIzODctNDc5ZS1iMzdjLTNkMDNmNDY2YzQzZD9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiIwN2YyZTZiZS1hMWUzLTQ5Y2ItOWM4Ni1kNWY5NGE4ZTJkZjIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDBiZmYyNWItYTI3MC00Y2EzLWIwMzktMWE1ODhkOTA5YTk5In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqa3pPREpsTURjd0xXSTFNV0l0TkRRek5DMWlZek5oTFdFeVlUZGlZbUpsTVdReE5DSXNJbmR2Y210bWJHOTNTV1FpT2lJd04yWXlaVFppWlMxaE1XVXpMVFE1WTJJdE9XTTROaTFrTldZNU5HRTRaVEprWmpJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTkRCaVptWXlOV0l0WVRJM01DMDBZMkV6TFdJd016a3RNV0UxT0Roa09UQTVZVGs1SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -702,7 +834,7 @@ "no-cache" ], "x-ms-request-id": [ - "5228c893-f69e-4ab9-8415-f5a7e17a1bf0" + "5cc9868d-18d9-45a0-bdfc-6b0b1f855895" ], "X-Content-Type-Options": [ "nosniff" @@ -723,38 +855,38 @@ "11994" ], "x-ms-correlation-request-id": [ - "cc66eb6b-ff25-44b0-b618-a52a94726132" + "6172ff67-0c03-42d4-a8c8-4464bc1e410d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231824Z:cc66eb6b-ff25-44b0-b618-a52a94726132" + "WESTUS:20200623T233056Z:6172ff67-0c03-42d4-a8c8-4464bc1e410d" ], "Date": [ - "Wed, 03 Jul 2019 23:18:24 GMT" + "Tue, 23 Jun 2020 23:30:56 GMT" ], "Content-Length": [ - "445" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568/providers/microsoft.storagesync/storageSyncServices/sssps9429/workflow/061057ae-7f23-4650-9d3d-3a7c9a929c47/operationresults/a92fd235-b387-479e-b37c-3d03f466c43d\",\r\n \"name\": \"a92fd235-b387-479e-b37c-3d03f466c43d\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:18:04.5882639Z\",\r\n \"endTime\": \"2019-07-03T23:18:08.100812Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiIwN2YyZTZiZS1hMWUzLTQ5Y2ItOWM4Ni1kNWY5NGE4ZTJkZjIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDBiZmYyNWItYTI3MC00Y2EzLWIwMzktMWE1ODhkOTA5YTk5In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiIwN2YyZTZiZS1hMWUzLTQ5Y2ItOWM4Ni1kNWY5NGE4ZTJkZjIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDBiZmYyNWItYTI3MC00Y2EzLWIwMzktMWE1ODhkOTA5YTk5In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:30:36.1389959Z\",\r\n \"endTime\": \"2020-06-23T23:30:39.680145Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568/providers/microsoft.storagesync/storageSyncServices/sssps9429/workflows/061057ae-7f23-4650-9d3d-3a7c9a929c47/operations/a92fd235-b387-479e-b37c-3d03f466c43d?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY4L3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczk0Mjkvd29ya2Zsb3dzLzA2MTA1N2FlLTdmMjMtNDY1MC05ZDNkLTNhN2M5YTkyOWM0Ny9vcGVyYXRpb25zL2E5MmZkMjM1LWIzODctNDc5ZS1iMzdjLTNkMDNmNDY2YzQzZD9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiIwN2YyZTZiZS1hMWUzLTQ5Y2ItOWM4Ni1kNWY5NGE4ZTJkZjIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDBiZmYyNWItYTI3MC00Y2EzLWIwMzktMWE1ODhkOTA5YTk5In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqa3pPREpsTURjd0xXSTFNV0l0TkRRek5DMWlZek5oTFdFeVlUZGlZbUpsTVdReE5DSXNJbmR2Y210bWJHOTNTV1FpT2lJd04yWXlaVFppWlMxaE1XVXpMVFE1WTJJdE9XTTROaTFrTldZNU5HRTRaVEprWmpJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTkRCaVptWXlOV0l0WVRJM01DMDBZMkV6TFdJd016a3RNV0UxT0Roa09UQTVZVGs1SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -765,7 +897,7 @@ "no-cache" ], "x-ms-request-id": [ - "182042fb-4948-4a08-84c2-9e35f3308f5b" + "a6ba0048-ea73-4e82-9d92-454cb106c666" ], "X-Content-Type-Options": [ "nosniff" @@ -786,38 +918,38 @@ "11993" ], "x-ms-correlation-request-id": [ - "311298d1-781a-4517-aed4-9f110c882501" + "d1781668-4b2e-401b-ae2b-0d224513d842" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231835Z:311298d1-781a-4517-aed4-9f110c882501" + "WESTUS:20200623T233106Z:d1781668-4b2e-401b-ae2b-0d224513d842" ], "Date": [ - "Wed, 03 Jul 2019 23:18:34 GMT" + "Tue, 23 Jun 2020 23:31:06 GMT" ], "Content-Length": [ - "445" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568/providers/microsoft.storagesync/storageSyncServices/sssps9429/workflow/061057ae-7f23-4650-9d3d-3a7c9a929c47/operationresults/a92fd235-b387-479e-b37c-3d03f466c43d\",\r\n \"name\": \"a92fd235-b387-479e-b37c-3d03f466c43d\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:18:04.5882639Z\",\r\n \"endTime\": \"2019-07-03T23:18:08.100812Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiIwN2YyZTZiZS1hMWUzLTQ5Y2ItOWM4Ni1kNWY5NGE4ZTJkZjIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDBiZmYyNWItYTI3MC00Y2EzLWIwMzktMWE1ODhkOTA5YTk5In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiIwN2YyZTZiZS1hMWUzLTQ5Y2ItOWM4Ni1kNWY5NGE4ZTJkZjIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDBiZmYyNWItYTI3MC00Y2EzLWIwMzktMWE1ODhkOTA5YTk5In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:30:36.1389959Z\",\r\n \"endTime\": \"2020-06-23T23:30:39.680145Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568/providers/microsoft.storagesync/storageSyncServices/sssps9429/workflows/061057ae-7f23-4650-9d3d-3a7c9a929c47/operations/a92fd235-b387-479e-b37c-3d03f466c43d?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY4L3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczk0Mjkvd29ya2Zsb3dzLzA2MTA1N2FlLTdmMjMtNDY1MC05ZDNkLTNhN2M5YTkyOWM0Ny9vcGVyYXRpb25zL2E5MmZkMjM1LWIzODctNDc5ZS1iMzdjLTNkMDNmNDY2YzQzZD9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiIwN2YyZTZiZS1hMWUzLTQ5Y2ItOWM4Ni1kNWY5NGE4ZTJkZjIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDBiZmYyNWItYTI3MC00Y2EzLWIwMzktMWE1ODhkOTA5YTk5In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqa3pPREpsTURjd0xXSTFNV0l0TkRRek5DMWlZek5oTFdFeVlUZGlZbUpsTVdReE5DSXNJbmR2Y210bWJHOTNTV1FpT2lJd04yWXlaVFppWlMxaE1XVXpMVFE1WTJJdE9XTTROaTFrTldZNU5HRTRaVEprWmpJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTkRCaVptWXlOV0l0WVRJM01DMDBZMkV6TFdJd016a3RNV0UxT0Roa09UQTVZVGs1SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -828,7 +960,7 @@ "no-cache" ], "x-ms-request-id": [ - "8916a73d-f455-4cc0-9dcd-021f19267136" + "de356da5-e678-4a00-b3c9-57d333428015" ], "X-Content-Type-Options": [ "nosniff" @@ -849,38 +981,38 @@ "11992" ], "x-ms-correlation-request-id": [ - "fb2c2766-3ca7-459d-bb20-a98da3fa751c" + "69363d59-ad28-4958-9eb1-671d1d456c9e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231845Z:fb2c2766-3ca7-459d-bb20-a98da3fa751c" + "WESTUS:20200623T233117Z:69363d59-ad28-4958-9eb1-671d1d456c9e" ], "Date": [ - "Wed, 03 Jul 2019 23:18:45 GMT" + "Tue, 23 Jun 2020 23:31:16 GMT" ], "Content-Length": [ - "445" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568/providers/microsoft.storagesync/storageSyncServices/sssps9429/workflow/061057ae-7f23-4650-9d3d-3a7c9a929c47/operationresults/a92fd235-b387-479e-b37c-3d03f466c43d\",\r\n \"name\": \"a92fd235-b387-479e-b37c-3d03f466c43d\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:18:04.5882639Z\",\r\n \"endTime\": \"2019-07-03T23:18:08.100812Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiIwN2YyZTZiZS1hMWUzLTQ5Y2ItOWM4Ni1kNWY5NGE4ZTJkZjIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDBiZmYyNWItYTI3MC00Y2EzLWIwMzktMWE1ODhkOTA5YTk5In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiIwN2YyZTZiZS1hMWUzLTQ5Y2ItOWM4Ni1kNWY5NGE4ZTJkZjIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDBiZmYyNWItYTI3MC00Y2EzLWIwMzktMWE1ODhkOTA5YTk5In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:30:36.1389959Z\",\r\n \"endTime\": \"2020-06-23T23:30:39.680145Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568/providers/microsoft.storagesync/storageSyncServices/sssps9429/workflows/061057ae-7f23-4650-9d3d-3a7c9a929c47/operations/a92fd235-b387-479e-b37c-3d03f466c43d?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY4L3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczk0Mjkvd29ya2Zsb3dzLzA2MTA1N2FlLTdmMjMtNDY1MC05ZDNkLTNhN2M5YTkyOWM0Ny9vcGVyYXRpb25zL2E5MmZkMjM1LWIzODctNDc5ZS1iMzdjLTNkMDNmNDY2YzQzZD9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiIwN2YyZTZiZS1hMWUzLTQ5Y2ItOWM4Ni1kNWY5NGE4ZTJkZjIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDBiZmYyNWItYTI3MC00Y2EzLWIwMzktMWE1ODhkOTA5YTk5In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqa3pPREpsTURjd0xXSTFNV0l0TkRRek5DMWlZek5oTFdFeVlUZGlZbUpsTVdReE5DSXNJbmR2Y210bWJHOTNTV1FpT2lJd04yWXlaVFppWlMxaE1XVXpMVFE1WTJJdE9XTTROaTFrTldZNU5HRTRaVEprWmpJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTkRCaVptWXlOV0l0WVRJM01DMDBZMkV6TFdJd016a3RNV0UxT0Roa09UQTVZVGs1SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -891,7 +1023,7 @@ "no-cache" ], "x-ms-request-id": [ - "e6731be6-d74b-4d9d-adb6-65ba2818e808" + "0360e578-a655-41b3-9b38-adc7dce21d37" ], "X-Content-Type-Options": [ "nosniff" @@ -912,38 +1044,38 @@ "11991" ], "x-ms-correlation-request-id": [ - "c5a7267b-acfd-4936-ba67-b7187242e773" + "32884cf1-65f0-41f8-b5d7-f2c0ab63579c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231856Z:c5a7267b-acfd-4936-ba67-b7187242e773" + "WESTUS:20200623T233127Z:32884cf1-65f0-41f8-b5d7-f2c0ab63579c" ], "Date": [ - "Wed, 03 Jul 2019 23:18:55 GMT" + "Tue, 23 Jun 2020 23:31:26 GMT" ], "Content-Length": [ - "446" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568/providers/microsoft.storagesync/storageSyncServices/sssps9429/workflow/061057ae-7f23-4650-9d3d-3a7c9a929c47/operationresults/a92fd235-b387-479e-b37c-3d03f466c43d\",\r\n \"name\": \"a92fd235-b387-479e-b37c-3d03f466c43d\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T23:18:04.5882639Z\",\r\n \"endTime\": \"2019-07-03T23:18:53.1804864Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiIwN2YyZTZiZS1hMWUzLTQ5Y2ItOWM4Ni1kNWY5NGE4ZTJkZjIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDBiZmYyNWItYTI3MC00Y2EzLWIwMzktMWE1ODhkOTA5YTk5In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiIwN2YyZTZiZS1hMWUzLTQ5Y2ItOWM4Ni1kNWY5NGE4ZTJkZjIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDBiZmYyNWItYTI3MC00Y2EzLWIwMzktMWE1ODhkOTA5YTk5In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:30:36.1389959Z\",\r\n \"endTime\": \"2020-06-23T23:31:24.746846Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568/providers/microsoft.storagesync/storageSyncServices/sssps9429/workflows/061057ae-7f23-4650-9d3d-3a7c9a929c47/operationresults/a92fd235-b387-479e-b37c-3d03f466c43d?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY4L3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczk0Mjkvd29ya2Zsb3dzLzA2MTA1N2FlLTdmMjMtNDY1MC05ZDNkLTNhN2M5YTkyOWM0Ny9vcGVyYXRpb25yZXN1bHRzL2E5MmZkMjM1LWIzODctNDc5ZS1iMzdjLTNkMDNmNDY2YzQzZD9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiIwN2YyZTZiZS1hMWUzLTQ5Y2ItOWM4Ni1kNWY5NGE4ZTJkZjIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDBiZmYyNWItYTI3MC00Y2EzLWIwMzktMWE1ODhkOTA5YTk5In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqa3pPREpsTURjd0xXSTFNV0l0TkRRek5DMWlZek5oTFdFeVlUZGlZbUpsTVdReE5DSXNJbmR2Y210bWJHOTNTV1FpT2lJd04yWXlaVFppWlMxaE1XVXpMVFE1WTJJdE9XTTROaTFrTldZNU5HRTRaVEprWmpJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTkRCaVptWXlOV0l0WVRJM01DMDBZMkV6TFdJd016a3RNV0UxT0Roa09UQTVZVGs1SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -954,7 +1086,7 @@ "no-cache" ], "x-ms-request-id": [ - "cde99a75-b549-4637-b5d8-47d9a8ccc966" + "b4e8bd90-3583-44fd-b06d-e00ab81449ce" ], "X-Content-Type-Options": [ "nosniff" @@ -975,13 +1107,13 @@ "11990" ], "x-ms-correlation-request-id": [ - "c0f62a15-193b-40c8-83d4-d3f097fa0400" + "78b308d1-4fd1-4717-a8ab-e0f9cc7db3e3" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231856Z:c0f62a15-193b-40c8-83d4-d3f097fa0400" + "WESTUS:20200623T233127Z:78b308d1-4fd1-4717-a8ab-e0f9cc7db3e3" ], "Date": [ - "Wed, 03 Jul 2019 23:18:55 GMT" + "Tue, 23 Jun 2020 23:31:27 GMT" ], "Expires": [ "-1" @@ -994,22 +1126,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568/providers/Microsoft.StorageSync/storageSyncServices/sssps9429?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczk0Mjk/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3031/providers/Microsoft.StorageSync/storageSyncServices/sssps3953?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzAzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTUzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "208060e1-7005-459e-b805-f485ae16e2d7" + "39d5230f-c2ad-407b-9cb8-38c9c2d25498" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1019,8 +1151,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiI5MjMyNGNlOC02NGYyLTQxNzYtODk3Mi03OTI0MDU1MTg1ZTkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzBhYjIyNTUtZjg5My00MGQzLWI2M2ItOWQ4ZDc4MjgyOTM1In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiI5MjMyNGNlOC02NGYyLTQxNzYtODk3Mi03OTI0MDU1MTg1ZTkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzBhYjIyNTUtZjg5My00MGQzLWI2M2ItOWQ4ZDc4MjgyOTM1In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "240950a4-6b6a-4ba0-bbe8-66196bb618a8" + "0d195450-08a2-468d-af31-c97a9255159e" ], "X-Content-Type-Options": [ "nosniff" @@ -1041,13 +1182,13 @@ "14998" ], "x-ms-correlation-request-id": [ - "90dfd8c3-e29e-4c6c-9912-03f650099e45" + "1cb4f63e-1a7f-435c-ba1c-6a2386d75cc1" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231857Z:90dfd8c3-e29e-4c6c-9912-03f650099e45" + "WESTUS:20200623T233128Z:1cb4f63e-1a7f-435c-ba1c-6a2386d75cc1" ], "Date": [ - "Wed, 03 Jul 2019 23:18:56 GMT" + "Tue, 23 Jun 2020 23:31:27 GMT" ], "Expires": [ "-1" @@ -1057,25 +1198,19 @@ ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcz9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiI5MjMyNGNlOC02NGYyLTQxNzYtODk3Mi03OTI0MDU1MTg1ZTkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzBhYjIyNTUtZjg5My00MGQzLWI2M2ItOWQ4ZDc4MjgyOTM1In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqa3pPREpsTURjd0xXSTFNV0l0TkRRek5DMWlZek5oTFdFeVlUZGlZbUpsTVdReE5DSXNJbmR2Y210bWJHOTNTV1FpT2lJNU1qTXlOR05sT0MwMk5HWXlMVFF4TnpZdE9EazNNaTAzT1RJME1EVTFNVGcxWlRraUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWXpCaFlqSXlOVFV0WmpnNU15MDBNR1F6TFdJMk0ySXRPV1E0WkRjNE1qZ3lPVE0xSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "c338d136-cda2-410f-b680-8f24ffc9d010" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1085,57 +1220,195 @@ "Pragma": [ "no-cache" ], + "x-ms-request-id": [ + "8c8f44df-d06f-4371-bcef-10050652a987" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ "11989" ], - "x-ms-request-id": [ - "c66e4616-e3aa-490a-baed-517a5906c640" - ], "x-ms-correlation-request-id": [ - "c66e4616-e3aa-490a-baed-517a5906c640" + "0aaa0585-4162-4b1c-bda7-28789678495d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231857Z:c66e4616-e3aa-490a-baed-517a5906c640" + "WESTUS:20200623T233138Z:0aaa0585-4162-4b1c-bda7-28789678495d" + ], + "Date": [ + "Tue, 23 Jun 2020 23:31:37 GMT" + ], + "Content-Length": [ + "743" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiI5MjMyNGNlOC02NGYyLTQxNzYtODk3Mi03OTI0MDU1MTg1ZTkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzBhYjIyNTUtZjg5My00MGQzLWI2M2ItOWQ4ZDc4MjgyOTM1In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiI5MjMyNGNlOC02NGYyLTQxNzYtODk3Mi03OTI0MDU1MTg1ZTkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzBhYjIyNTUtZjg5My00MGQzLWI2M2ItOWQ4ZDc4MjgyOTM1In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:31:28.89494Z\",\r\n \"endTime\": \"2020-06-23T23:31:34.7209319Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjkzODJlMDcwLWI1MWItNDQzNC1iYzNhLWEyYTdiYmJlMWQxNCIsIndvcmtmbG93SWQiOiI5MjMyNGNlOC02NGYyLTQxNzYtODk3Mi03OTI0MDU1MTg1ZTkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzBhYjIyNTUtZjg5My00MGQzLWI2M2ItOWQ4ZDc4MjgyOTM1In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqa3pPREpsTURjd0xXSTFNV0l0TkRRek5DMWlZek5oTFdFeVlUZGlZbUpsTVdReE5DSXNJbmR2Y210bWJHOTNTV1FpT2lJNU1qTXlOR05sT0MwMk5HWXlMVFF4TnpZdE9EazNNaTAzT1RJME1EVTFNVGcxWlRraUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWXpCaFlqSXlOVFV0WmpnNU15MDBNR1F6TFdJMk0ySXRPV1E0WkRjNE1qZ3lPVE0xSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "53a1c478-a289-46a3-9de9-bb2a59bf6e5a" + ], + "X-Content-Type-Options": [ + "nosniff" ], "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-reads": [ + "11988" + ], + "x-ms-correlation-request-id": [ + "5d917e2a-2666-41b0-953f-ff780562d615" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T233138Z:5d917e2a-2666-41b0-953f-ff780562d615" + ], + "Date": [ + "Tue, 23 Jun 2020 23:31:38 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3031/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzAzMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4dda33f2-f3fa-48eb-9c13-4791d61c9bf8" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "06e41352-437b-44ab-80b2-a2544fa62a42" + ], "X-Content-Type-Options": [ "nosniff" ], + "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-reads": [ + "11987" + ], + "x-ms-correlation-request-id": [ + "b1b675df-5026-4f03-8d5e-c286201ea067" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T233138Z:b1b675df-5026-4f03-8d5e-c286201ea067" + ], "Date": [ - "Wed, 03 Jul 2019 23:18:56 GMT" + "Tue, 23 Jun 2020 23:31:38 GMT" + ], + "Content-Length": [ + "19" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps568?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNTY4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps3031?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzMzAzMT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cf96e6f1-f48a-4c41-bbb2-efca8dd321d8" + "5eb210b5-4a26-4382-a627-455ddac2460a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1146,7 +1419,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzMwMzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -1155,13 +1428,13 @@ "14997" ], "x-ms-request-id": [ - "c160b27c-f26d-4ff4-9e0d-532607f4e6ca" + "f7cc4615-9f59-4bf0-bf59-d1fe35e82c02" ], "x-ms-correlation-request-id": [ - "c160b27c-f26d-4ff4-9e0d-532607f4e6ca" + "f7cc4615-9f59-4bf0-bf59-d1fe35e82c02" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231858Z:c160b27c-f26d-4ff4-9e0d-532607f4e6ca" + "WESTUS:20200623T233138Z:f7cc4615-9f59-4bf0-bf59-d1fe35e82c02" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1170,7 +1443,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:18:57 GMT" + "Tue, 23 Jun 2020 23:31:38 GMT" ], "Expires": [ "-1" @@ -1183,16 +1456,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMk9DMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzMwMzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNd016RXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1203,22 +1476,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzMwMzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11986" ], "x-ms-request-id": [ - "3e9f29d7-f52d-4ae0-b386-045e534c62b4" + "9bf00da7-bcc8-4bbb-bee6-8eaa412de555" ], "x-ms-correlation-request-id": [ - "3e9f29d7-f52d-4ae0-b386-045e534c62b4" + "9bf00da7-bcc8-4bbb-bee6-8eaa412de555" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231913Z:3e9f29d7-f52d-4ae0-b386-045e534c62b4" + "WESTUS:20200623T233153Z:9bf00da7-bcc8-4bbb-bee6-8eaa412de555" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1227,7 +1500,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:19:12 GMT" + "Tue, 23 Jun 2020 23:31:53 GMT" ], "Expires": [ "-1" @@ -1240,16 +1513,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMk9DMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzMwMzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNd016RXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1260,22 +1533,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzMwMzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11985" ], "x-ms-request-id": [ - "3e7e0ee3-bf0b-4f09-8f2f-4e1ac00a14f2" + "ced42314-f1ab-4e45-92c5-13f44aaf4ecf" ], "x-ms-correlation-request-id": [ - "3e7e0ee3-bf0b-4f09-8f2f-4e1ac00a14f2" + "ced42314-f1ab-4e45-92c5-13f44aaf4ecf" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231928Z:3e7e0ee3-bf0b-4f09-8f2f-4e1ac00a14f2" + "WESTUS:20200623T233209Z:ced42314-f1ab-4e45-92c5-13f44aaf4ecf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1284,7 +1557,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:19:28 GMT" + "Tue, 23 Jun 2020 23:32:08 GMT" ], "Expires": [ "-1" @@ -1297,16 +1570,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMk9DMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzMwMzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNd016RXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1317,16 +1590,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11984" ], "x-ms-request-id": [ - "0c27e83f-df60-4d4a-84ff-0842c0235f81" + "090d5063-c0f8-4fea-a1fc-1b3cc4cea581" ], "x-ms-correlation-request-id": [ - "0c27e83f-df60-4d4a-84ff-0842c0235f81" + "090d5063-c0f8-4fea-a1fc-1b3cc4cea581" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231943Z:0c27e83f-df60-4d4a-84ff-0842c0235f81" + "WESTUS:20200623T233224Z:090d5063-c0f8-4fea-a1fc-1b3cc4cea581" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1335,7 +1608,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:19:43 GMT" + "Tue, 23 Jun 2020 23:32:24 GMT" ], "Expires": [ "-1" @@ -1348,16 +1621,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMk9DMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzMwMzEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNd016RXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1368,16 +1641,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11983" ], "x-ms-request-id": [ - "12684996-19e1-4e7c-adca-182b14a169ef" + "0a411885-5046-4429-8325-e4d61c3b8a42" ], "x-ms-correlation-request-id": [ - "12684996-19e1-4e7c-adca-182b14a169ef" + "0a411885-5046-4429-8325-e4d61c3b8a42" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T231943Z:12684996-19e1-4e7c-adca-182b14a169ef" + "WESTUS:20200623T233224Z:0a411885-5046-4429-8325-e4d61c3b8a42" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1386,7 +1659,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:19:43 GMT" + "Tue, 23 Jun 2020 23:32:24 GMT" ], "Expires": [ "-1" @@ -1401,14 +1674,14 @@ ], "Names": { "Test-RegisteredServerPipeline2": [ - "ps568", - "ps9429" + "ps3031", + "ps3953" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "", - "SyncServerId": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps568/providers/Microsoft.StorageSync/storageSyncServices/sssps9429/registeredServers/1F8076CC-9B75-4994-A512-A216178E477E" + "SyncServerId": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3031/providers/Microsoft.StorageSync/storageSyncServices/sssps3953/registeredServers/147ACA58-571C-4E50-BBC2-D968ED9243B2" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestRemoveRegisteredServer.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestRemoveRegisteredServer.json index ce4e0ff7e445..9eb8344eb0fe 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestRemoveRegisteredServer.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestRemoveRegisteredServer.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8673bca4-0b83-4226-854e-5ab8ef989515" + "7e4f5536-36e6-49cc-94b3-e438e499c06c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "bd9329c5-c4ed-4a25-8c82-faf6f610462d" + "d9fe809f-7cfb-47d0-95e9-a0a960b0e3a6" ], "x-ms-correlation-request-id": [ - "bd9329c5-c4ed-4a25-8c82-faf6f610462d" + "d9fe809f-7cfb-47d0-95e9-a0a960b0e3a6" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235004Z:bd9329c5-c4ed-4a25-8c82-faf6f610462d" + "WESTUS:20200623T233923Z:d9fe809f-7cfb-47d0-95e9-a0a960b0e3a6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:50:04 GMT" + "Tue, 23 Jun 2020 23:39:22 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\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\": \"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\": \"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\": \"notifyResourceJobs\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\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 ]\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-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-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-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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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-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-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 },\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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "72ae0f3a-8b10-4bc7-8701-ece63079a07e" + "ccd8c3f5-98f7-40a1-86b5-36ed94da394c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "290c0d27-7dcd-4e0e-9ce0-9f96d8e63fea" + "bb180fef-ba84-45c0-93e5-0696e831b8a4" ], "x-ms-correlation-request-id": [ - "290c0d27-7dcd-4e0e-9ce0-9f96d8e63fea" + "bb180fef-ba84-45c0-93e5-0696e831b8a4" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235005Z:290c0d27-7dcd-4e0e-9ce0-9f96d8e63fea" + "WESTUS:20200623T233923Z:bb180fef-ba84-45c0-93e5-0696e831b8a4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:50:05 GMT" + "Tue, 23 Jun 2020 23:39:22 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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-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-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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 \"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 \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps8740?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzODc0MD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps660?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNjYwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1f5924c8-1540-4e63-a636-2807b62ced3d" + "956c3dd0-2c90-40a8-adec-f8c39cbbb9d5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,13 +156,13 @@ "1199" ], "x-ms-request-id": [ - "17080e88-dc7a-436f-aa8e-c1d3ccd0a4bd" + "a2ccb595-f655-4eb2-8838-1878943369c9" ], "x-ms-correlation-request-id": [ - "17080e88-dc7a-436f-aa8e-c1d3ccd0a4bd" + "a2ccb595-f655-4eb2-8838-1878943369c9" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235006Z:17080e88-dc7a-436f-aa8e-c1d3ccd0a4bd" + "WESTUS:20200623T233923Z:a2ccb595-f655-4eb2-8838-1878943369c9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,10 +171,10 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:50:06 GMT" + "Tue, 23 Jun 2020 23:39:23 GMT" ], "Content-Length": [ - "165" + "163" ], "Content-Type": [ "application/json; charset=utf-8" @@ -183,32 +183,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740\",\r\n \"name\": \"ps8740\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps660\",\r\n \"name\": \"ps660\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps12\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps7533\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a13e1679-1fff-4370-acbd-86fd2f694313" + "d3bbf643-7880-4bb2-94ee-894be2ad2909" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "81" + "83" ] }, "ResponseHeaders": { @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "2fcc9841-1303-4029-a176-65585178a604" + "6c6bbcba-15c3-4786-a854-802c7cfcbe0f" ], "X-Content-Type-Options": [ "nosniff" @@ -240,50 +240,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "9917521a-6f7b-4241-b565-4b61c8e1e11b" + "dcf56874-1780-4e63-a313-2738df08981e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235007Z:9917521a-6f7b-4241-b565-4b61c8e1e11b" + "WESTUS:20200623T233924Z:dcf56874-1780-4e63-a313-2738df08981e" ], "Date": [ - "Wed, 03 Jul 2019 23:50:07 GMT" + "Tue, 23 Jun 2020 23:39:24 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740/providers/Microsoft.StorageSync/storageSyncServices/sssps12?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc0MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMj9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps660/providers/Microsoft.StorageSync/storageSyncServices/sssps7533?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjYwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczc1MzM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5a4ffda9-8ee6-4513-a85d-73b87773cd02" + "d04e8474-be89-499b-b57e-79398a8c6218" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiI4NGJiODc4Yi1hZWZhLTQ0MTAtYmNlOC1iNWI0MDUyYjRjZTIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjkwYjEzYjctZjIyMy00YTNlLTllMzAtYTk5MWJiYWQyYjcxIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiI4NGJiODc4Yi1hZWZhLTQ0MTAtYmNlOC1iNWI0MDUyYjRjZTIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjkwYjEzYjctZjIyMy00YTNlLTllMzAtYTk5MWJiYWQyYjcxIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "c8703a5b-f732-4f55-ba21-86e1faffd34c" + "fd3c3027-662a-41ff-b174-76bce5fccecc" ], "X-Content-Type-Options": [ "nosniff" @@ -312,53 +321,176 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" + ], + "x-ms-correlation-request-id": [ + "968ad4ac-20f3-440b-a25a-c860fbe83704" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T233925Z:968ad4ac-20f3-440b-a25a-c860fbe83704" + ], + "Date": [ + "Tue, 23 Jun 2020 23:39:24 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiI4NGJiODc4Yi1hZWZhLTQ0MTAtYmNlOC1iNWI0MDUyYjRjZTIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjkwYjEzYjctZjIyMy00YTNlLTllMzAtYTk5MWJiYWQyYjcxIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWTBNbVpoTURSaUxXTXpObU10TkdJMVlpMDROMk01TFRnMFpEYzFaVGRqTkdGbFpTSXNJbmR2Y210bWJHOTNTV1FpT2lJNE5HSmlPRGM0WWkxaFpXWmhMVFEwTVRBdFltTmxPQzFpTldJME1EVXlZalJqWlRJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTmprd1lqRXpZamN0WmpJeU15MDBZVE5sTFRsbE16QXRZVGs1TVdKaVlXUXlZamN4SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "95620b25-6a97-4a1d-b002-67911a4841af" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11997" ], "x-ms-correlation-request-id": [ - "1c2125ec-fc85-420b-a6f0-d80d654fd40a" + "bd433444-cb6a-4e31-9e58-49d4cc0f187e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235008Z:1c2125ec-fc85-420b-a6f0-d80d654fd40a" + "WESTUS:20200623T233935Z:bd433444-cb6a-4e31-9e58-49d4cc0f187e" ], "Date": [ - "Wed, 03 Jul 2019 23:50:07 GMT" + "Tue, 23 Jun 2020 23:39:35 GMT" ], "Content-Length": [ - "325" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiI4NGJiODc4Yi1hZWZhLTQ0MTAtYmNlOC1iNWI0MDUyYjRjZTIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjkwYjEzYjctZjIyMy00YTNlLTllMzAtYTk5MWJiYWQyYjcxIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiI4NGJiODc4Yi1hZWZhLTQ0MTAtYmNlOC1iNWI0MDUyYjRjZTIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjkwYjEzYjctZjIyMy00YTNlLTllMzAtYTk5MWJiYWQyYjcxIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:39:25.552403Z\",\r\n \"endTime\": \"2020-06-23T23:39:31.6655651Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps660/providers/Microsoft.StorageSync/storageSyncServices/sssps7533?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjYwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczc1MzM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "0621340c-adf7-4512-8bc5-dc26e562282a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "b7c5b279-bce9-4637-b4b5-2468445d8454" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T233935Z:b7c5b279-bce9-4637-b4b5-2468445d8454" + ], + "Date": [ + "Tue, 23 Jun 2020 23:39:35 GMT" + ], + "Content-Length": [ + "632" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740/providers/microsoft.storagesync/storageSyncServices/sssps12\",\r\n \"name\": \"sssps12\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps7533/workflows/84bb878b-aefa-4410-bce8-b5b4052b4ce2\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps660/providers/microsoft.storagesync/storageSyncServices/sssps7533\",\r\n \"name\": \"sssps7533\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740/providers/Microsoft.StorageSync/storageSyncServices/sssps12/registeredServers/f07a1b7c-2121-4fe1-8cea-02035812cc12?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc0MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMi9yZWdpc3RlcmVkU2VydmVycy9mMDdhMWI3Yy0yMTIxLTRmZTEtOGNlYS0wMjAzNTgxMmNjMTI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps660/providers/Microsoft.StorageSync/storageSyncServices/sssps7533/registeredServers/2858581c-7a2d-4344-a096-8a50e2ba3cf2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjYwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczc1MzMvcmVnaXN0ZXJlZFNlcnZlcnMvMjg1ODU4MWMtN2EyZC00MzQ0LWEwOTYtOGE1MGUyYmEzY2YyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDGDCCAgCgAwIBAgIQZrMnSW/lG5xELR7EikisXDANBgkqhkiG9w0BAQ0FADA0MTIwMAYDVQQDEylhbmRyZXlhemRldm9wcy5yZWRtb25kLmNvcnAubWljcm9zb2Z0LmNvbTAeFw0xOTA1MjkwMjEyNDlaFw0yMDA1MjkwMjEyNDlaMDQxMjAwBgNVBAMTKWFuZHJleWF6ZGV2b3BzLnJlZG1vbmQuY29ycC5taWNyb3NvZnQuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzWEfgMvao6tCt/lexsMFViVxCCoJbLClwvqfWN79eFc3bmXBtERIvKTlb1TqAigp5VjP021TaQsyN/K2t8qr2rAdlaeJtCXNSILe3+ForYGcQOP0p802kFXkhMUojfX8jGs1BLQTsUoKN4UtuxWIhpb7Iw00rT7wchTg6Yk+ULCRFAlxOQHZI0drM13tDO4kz0BRbTCoSvazS3O570p8sMrWFra6P1/HG1f7sIQP5txw205siGb5FpB0u16qD/z0d7tfMGv+JIqAb6InI393dj2FtbzExkkiBUFXWaH9czGkAFyWuzkECb0WEEK+7oTOrLlo0dh0bp6nxlZ+G7FLfQIDAQABoyYwJDAiBgNVHSUBAf8EGDAWBggrBgEFBQcDAgYKKwYBBAGCNwoDDDANBgkqhkiG9w0BAQ0FAAOCAQEAEn8WHN0h00/Vem50CnwXwnty0vGwu2v3plD1m0mw+3jCtDUTa/tF/a7jTVTCtK6VdqNP6tp/f+GflNRmZWIK/6DIEntouzL++7M5hArcJj01t0S0Vc+0FN3b2wuBuJUYWxR5Q8bNHStOm7l6nXjQ96k1fH/L/hu0dmhciak8LUEIowhSiIpnB3C9AGFuPi9DqjKdWxxzIPLybiDidgUfGbcCNHaZXvcNqNq4zpzeFPTi3VBEOXHIJhk0fT3iWjwvBwtUxPJJs3FIRZFWQa/cgEvBWrYMem98lqKNdmGDJP11OmUeAqJQTe+iSX9pDFzpEj/lM/tIjEh9fwKXuoO1uw==\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"7/3/2019 4:50:08 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"f07a1b7c-2121-4fe1-8cea-02035812cc12\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDEDCCAfigAwIBAgIQHMX6MF8k1YRIo40AAPKx/TANBgkqhkiG9w0BAQ0FADAwMS4wLAYDVQQDEyVhbmt1c2hiLXZtMDIubnRkZXYuY29ycC5taWNyb3NvZnQuY29tMB4XDTIwMDEyNzE5NTkwN1oXDTIxMDEyNzE5NTkwN1owMDEuMCwGA1UEAxMlYW5rdXNoYi12bTAyLm50ZGV2LmNvcnAubWljcm9zb2Z0LmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOGKtANwb+dUXi5QVPKCUkpcWJ1/s18EqVBGRaQvIE518p7zWSfnk79FOerjfCT6kDBZPccnxBHK3hZZNgxrAkgv0LeDIEwHDvttYbcMfUzq1VviGnPuKWTsFkIAkG+8IehxX9eB/kBlkoyriziQXg4Bz74HBaQWlZeC65R6Tp8XcuO8HuKtnT3RfV6365pPHq4yp/N5e3NLxDoG1AKXEs8NtDkw2xOltLCu3qluV/AUX343pDEkLV3F8IOu3I7cU+NA/WzCF7UcZ8ZOhS5klMVNiUwCFsUdFUAXh9ufXEBs50IcVJlZU6ZUADbmrqaqpYtD94aKQeFsBlnou5s1A/kCAwEAAaMmMCQwIgYDVR0lAQH/BBgwFgYIKwYBBQUHAwIGCisGAQQBgjcKAwwwDQYJKoZIhvcNAQENBQADggEBAH7p2XFxnOdk/lbNBKW7nmjsjE5BeBU/OlBhKCUrmmY+fk3FvAYSs2jaJKqgZjxek/KdNf2UZMXztg8joF5s1Pdg6ICxJqc1t4gJunHUOoTHHyrotMyt6xJnClRCNqshA0n2z304hjKXcyCoLopemMFpOPEg2oG+EOuvwK/g1gAavGbmYJQc82uNF1LKNMmNfQ4Nn48dKLKg65SHgU+BISlCjHb/6NRTpTmK5acUOlHSrhGsJYCBsN1xJOzwxssXAoy25ebjajvnGcsC9k2HwLZWaSGsPuwWPfEtPPHjNRDrnaNLjSu2zc0uxZza8JWlE0pWD2kyf9OjyD1V0PxtZuM=\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"6/23/2020 4:39:35 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"2858581c-7a2d-4344-a096-8a50e2ba3cf2\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8fa3367e-81c0-4738-a29b-ed83512aeffb" + "b73ae682-4c1c-4be9-9d51-aba894a74a03" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1452" + "1437" ] }, "ResponseHeaders": { @@ -369,16 +501,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740/providers/microsoft.storagesync/storageSyncServices/sssps12/workflows/40503fbd-c11b-4e6b-9036-71b5bfcfad25/operationresults/90966209-3890-48ba-bec5-08a78f356d61?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJmNjNkMzVlNS02N2UxLTQ4OGMtOGI2YS1hOThiYzRkZTRjZTciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODNjOTlkODItMzI0Yi00ODcxLTllZjgtZTlkMWEwZWRjNWExIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740/providers/microsoft.storagesync/storageSyncServices/sssps12/workflows/40503fbd-c11b-4e6b-9036-71b5bfcfad25/operations/90966209-3890-48ba-bec5-08a78f356d61?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJmNjNkMzVlNS02N2UxLTQ4OGMtOGI2YS1hOThiYzRkZTRjZTciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODNjOTlkODItMzI0Yi00ODcxLTllZjgtZTlkMWEwZWRjNWExIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "769925ce-f662-4c3f-86e0-b17aa97c3bdf" + "98310a7c-0f7e-4902-9df9-9d2411f0635a" ], "X-Content-Type-Options": [ "nosniff" @@ -396,16 +528,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1197" ], "x-ms-correlation-request-id": [ - "5eb0849d-223f-4fcc-99ab-8cfbb77e2d92" + "6b44205b-b71b-4283-b545-21c393fa7374" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235008Z:5eb0849d-223f-4fcc-99ab-8cfbb77e2d92" + "WESTUS:20200623T233936Z:6b44205b-b71b-4283-b545-21c393fa7374" ], "Date": [ - "Wed, 03 Jul 2019 23:50:08 GMT" + "Tue, 23 Jun 2020 23:39:35 GMT" ], "Expires": [ "-1" @@ -418,16 +550,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740/providers/microsoft.storagesync/storageSyncServices/sssps12/workflows/40503fbd-c11b-4e6b-9036-71b5bfcfad25/operations/90966209-3890-48ba-bec5-08a78f356d61?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc0MC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMi93b3JrZmxvd3MvNDA1MDNmYmQtYzExYi00ZTZiLTkwMzYtNzFiNWJmY2ZhZDI1L29wZXJhdGlvbnMvOTA5NjYyMDktMzg5MC00OGJhLWJlYzUtMDhhNzhmMzU2ZDYxP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJmNjNkMzVlNS02N2UxLTQ4OGMtOGI2YS1hOThiYzRkZTRjZTciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODNjOTlkODItMzI0Yi00ODcxLTllZjgtZTlkMWEwZWRjNWExIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWTBNbVpoTURSaUxXTXpObU10TkdJMVlpMDROMk01TFRnMFpEYzFaVGRqTkdGbFpTSXNJbmR2Y210bWJHOTNTV1FpT2lKbU5qTmtNelZsTlMwMk4yVXhMVFE0T0dNdE9HSTJZUzFoT1RoaVl6UmtaVFJqWlRjaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT0ROak9UbGtPREl0TXpJMFlpMDBPRGN4TFRsbFpqZ3RaVGxrTVdFd1pXUmpOV0V4SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -438,7 +570,7 @@ "no-cache" ], "x-ms-request-id": [ - "c7d1cf52-e6d7-4038-9199-71fa201fb2a0" + "62e6492d-1ede-43b7-bcc4-50d780ebec6b" ], "X-Content-Type-Options": [ "nosniff" @@ -456,41 +588,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11995" ], "x-ms-correlation-request-id": [ - "757504ff-d860-487d-b8ed-35e8248702cd" + "7a60c9ec-ca9d-40d1-9c08-0b261f224322" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235019Z:757504ff-d860-487d-b8ed-35e8248702cd" + "WESTUS:20200623T233946Z:7a60c9ec-ca9d-40d1-9c08-0b261f224322" ], "Date": [ - "Wed, 03 Jul 2019 23:50:19 GMT" + "Tue, 23 Jun 2020 23:39:45 GMT" ], "Content-Length": [ - "445" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740/providers/microsoft.storagesync/storageSyncServices/sssps12/workflow/40503fbd-c11b-4e6b-9036-71b5bfcfad25/operationresults/90966209-3890-48ba-bec5-08a78f356d61\",\r\n \"name\": \"90966209-3890-48ba-bec5-08a78f356d61\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T23:50:09.8407124Z\",\r\n \"endTime\": \"2019-07-03T23:50:13.3141012Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJmNjNkMzVlNS02N2UxLTQ4OGMtOGI2YS1hOThiYzRkZTRjZTciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODNjOTlkODItMzI0Yi00ODcxLTllZjgtZTlkMWEwZWRjNWExIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJmNjNkMzVlNS02N2UxLTQ4OGMtOGI2YS1hOThiYzRkZTRjZTciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODNjOTlkODItMzI0Yi00ODcxLTllZjgtZTlkMWEwZWRjNWExIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:39:36.4400893Z\",\r\n \"endTime\": \"2020-06-23T23:39:39.9601663Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740/providers/Microsoft.StorageSync/storageSyncServices/sssps12/registeredServers/f07a1b7c-2121-4fe1-8cea-02035812cc12?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc0MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMi9yZWdpc3RlcmVkU2VydmVycy9mMDdhMWI3Yy0yMTIxLTRmZTEtOGNlYS0wMjAzNTgxMmNjMTI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps660/providers/Microsoft.StorageSync/storageSyncServices/sssps7533/registeredServers/2858581c-7a2d-4344-a096-8a50e2ba3cf2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjYwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczc1MzMvcmVnaXN0ZXJlZFNlcnZlcnMvMjg1ODU4MWMtN2EyZC00MzQ0LWEwOTYtOGE1MGUyYmEzY2YyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -501,7 +633,7 @@ "no-cache" ], "x-ms-request-id": [ - "f8b2f05e-e592-466b-8f5f-5e36f9b62778" + "bdf65127-980e-471c-be1d-2e324fb7cd3e" ], "X-Content-Type-Options": [ "nosniff" @@ -519,47 +651,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11994" ], "x-ms-correlation-request-id": [ - "53d00759-2099-4ee3-83c2-ddaa717af728" + "c2855e6a-73ec-43c2-ba38-228a93618df9" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235019Z:53d00759-2099-4ee3-83c2-ddaa717af728" + "WESTUS:20200623T233946Z:c2855e6a-73ec-43c2-ba38-228a93618df9" ], "Date": [ - "Wed, 03 Jul 2019 23:50:19 GMT" + "Tue, 23 Jun 2020 23:39:46 GMT" ], "Content-Length": [ - "13364" + "13497" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": null,\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"agentVersionStatus\": null,\r\n \"agentVersionExpirationDate\": null,\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2019-07-03T16:50:13.1109664-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"f07a1b7c-2121-4fe1-8cea-02035812cc12\",\r\n \"storageSyncServiceUid\": \"60aa3a82-d0d1-45cf-844d-80206fe5dbd7\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps12/workflows/40503fbd-c11b-4e6b-9036-71b5bfcfad25\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740/providers/microsoft.storagesync/storageSyncServices/sssps12/registeredServers/f07a1b7c-2121-4fe1-8cea-02035812cc12\",\r\n \"name\": \"f07a1b7c-2121-4fe1-8cea-02035812cc12\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2020-06-23T16:39:39.7424886-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"2858581c-7a2d-4344-a096-8a50e2ba3cf2\",\r\n \"storageSyncServiceUid\": \"f42fa04b-c36c-4b5b-87c9-84d75e7c4aee\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps7533/workflows/f63d35e5-67e1-488c-8b6a-a98bc4de4ce7\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\",\r\n \"monitoringEndpointUri\": \"https://euap01.afs.azure.net:443/\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps660/providers/microsoft.storagesync/storageSyncServices/sssps7533/registeredServers/2858581c-7a2d-4344-a096-8a50e2ba3cf2\",\r\n \"name\": \"2858581c-7a2d-4344-a096-8a50e2ba3cf2\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740/providers/Microsoft.StorageSync/storageSyncServices/sssps12/registeredServers/f07a1b7c-2121-4fe1-8cea-02035812cc12?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc0MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMi9yZWdpc3RlcmVkU2VydmVycy9mMDdhMWI3Yy0yMTIxLTRmZTEtOGNlYS0wMjAzNTgxMmNjMTI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps660/providers/Microsoft.StorageSync/storageSyncServices/sssps7533/registeredServers/2858581c-7a2d-4344-a096-8a50e2ba3cf2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjYwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczc1MzMvcmVnaXN0ZXJlZFNlcnZlcnMvMjg1ODU4MWMtN2EyZC00MzQ0LWEwOTYtOGE1MGUyYmEzY2YyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dff79116-51b6-4b0f-8c06-25f9a98f73a8" + "9fafd4c4-1491-460c-a24a-c37da65a1235" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -570,16 +702,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740/providers/microsoft.storagesync/storageSyncServices/sssps12/workflows/12d6387f-92bb-4123-a334-da6b20e80a24/operationresults/2047a3ac-9cc2-4c0d-894f-ac4e63464145?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJkNmVhOTIwYy02Y2M4LTQyMWItYTM2YS1hMTViZGIzZjFlMjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTU1ZTI0MzgtNGE2OC00MzUyLWIyZjctMWYzYmRhYWE0ZTkwIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740/providers/microsoft.storagesync/storageSyncServices/sssps12/workflows/12d6387f-92bb-4123-a334-da6b20e80a24/operations/2047a3ac-9cc2-4c0d-894f-ac4e63464145?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJkNmVhOTIwYy02Y2M4LTQyMWItYTM2YS1hMTViZGIzZjFlMjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTU1ZTI0MzgtNGE2OC00MzUyLWIyZjctMWYzYmRhYWE0ZTkwIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "27255147-6d25-427a-abba-323ad131c840" + "ff41159c-00ac-4a81-8639-8e3decd8696a" ], "X-Content-Type-Options": [ "nosniff" @@ -600,13 +732,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "9b1e3272-0886-4843-8f98-1c622849eb7f" + "293831c0-3ccb-4031-8109-08a7b23f0e17" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235020Z:9b1e3272-0886-4843-8f98-1c622849eb7f" + "WESTUS:20200623T233947Z:293831c0-3ccb-4031-8109-08a7b23f0e17" ], "Date": [ - "Wed, 03 Jul 2019 23:50:19 GMT" + "Tue, 23 Jun 2020 23:39:46 GMT" ], "Expires": [ "-1" @@ -619,16 +751,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740/providers/microsoft.storagesync/storageSyncServices/sssps12/workflows/12d6387f-92bb-4123-a334-da6b20e80a24/operations/2047a3ac-9cc2-4c0d-894f-ac4e63464145?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc0MC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMi93b3JrZmxvd3MvMTJkNjM4N2YtOTJiYi00MTIzLWEzMzQtZGE2YjIwZTgwYTI0L29wZXJhdGlvbnMvMjA0N2EzYWMtOWNjMi00YzBkLTg5NGYtYWM0ZTYzNDY0MTQ1P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJkNmVhOTIwYy02Y2M4LTQyMWItYTM2YS1hMTViZGIzZjFlMjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTU1ZTI0MzgtNGE2OC00MzUyLWIyZjctMWYzYmRhYWE0ZTkwIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWTBNbVpoTURSaUxXTXpObU10TkdJMVlpMDROMk01TFRnMFpEYzFaVGRqTkdGbFpTSXNJbmR2Y210bWJHOTNTV1FpT2lKa05tVmhPVEl3WXkwMlkyTTRMVFF5TVdJdFlUTTJZUzFoTVRWaVpHSXpaakZsTWpnaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVRVMVpUSTBNemd0TkdFMk9DMDBNelV5TFdJeVpqY3RNV1l6WW1SaFlXRTBaVGt3SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -639,7 +771,7 @@ "no-cache" ], "x-ms-request-id": [ - "7d6b68e6-1f5b-4e2e-8480-6f19d27b8d5f" + "41b0d768-4eea-4b00-a183-d5c12a82b107" ], "X-Content-Type-Options": [ "nosniff" @@ -657,41 +789,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11993" ], "x-ms-correlation-request-id": [ - "884150d5-47bd-4978-9f3c-b7ca14756f00" + "484bca10-c466-4f8c-89dc-fdf44945658a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235030Z:884150d5-47bd-4978-9f3c-b7ca14756f00" + "WESTUS:20200623T233957Z:484bca10-c466-4f8c-89dc-fdf44945658a" ], "Date": [ - "Wed, 03 Jul 2019 23:50:30 GMT" + "Tue, 23 Jun 2020 23:39:56 GMT" ], "Content-Length": [ - "445" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740/providers/microsoft.storagesync/storageSyncServices/sssps12/workflow/12d6387f-92bb-4123-a334-da6b20e80a24/operationresults/2047a3ac-9cc2-4c0d-894f-ac4e63464145\",\r\n \"name\": \"2047a3ac-9cc2-4c0d-894f-ac4e63464145\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:50:21.5015209Z\",\r\n \"endTime\": \"2019-07-03T23:50:24.9782276Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJkNmVhOTIwYy02Y2M4LTQyMWItYTM2YS1hMTViZGIzZjFlMjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTU1ZTI0MzgtNGE2OC00MzUyLWIyZjctMWYzYmRhYWE0ZTkwIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJkNmVhOTIwYy02Y2M4LTQyMWItYTM2YS1hMTViZGIzZjFlMjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTU1ZTI0MzgtNGE2OC00MzUyLWIyZjctMWYzYmRhYWE0ZTkwIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:39:47.8645869Z\",\r\n \"endTime\": \"2020-06-23T23:39:51.4143855Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740/providers/microsoft.storagesync/storageSyncServices/sssps12/workflows/12d6387f-92bb-4123-a334-da6b20e80a24/operations/2047a3ac-9cc2-4c0d-894f-ac4e63464145?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc0MC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMi93b3JrZmxvd3MvMTJkNjM4N2YtOTJiYi00MTIzLWEzMzQtZGE2YjIwZTgwYTI0L29wZXJhdGlvbnMvMjA0N2EzYWMtOWNjMi00YzBkLTg5NGYtYWM0ZTYzNDY0MTQ1P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJkNmVhOTIwYy02Y2M4LTQyMWItYTM2YS1hMTViZGIzZjFlMjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTU1ZTI0MzgtNGE2OC00MzUyLWIyZjctMWYzYmRhYWE0ZTkwIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWTBNbVpoTURSaUxXTXpObU10TkdJMVlpMDROMk01TFRnMFpEYzFaVGRqTkdGbFpTSXNJbmR2Y210bWJHOTNTV1FpT2lKa05tVmhPVEl3WXkwMlkyTTRMVFF5TVdJdFlUTTJZUzFoTVRWaVpHSXpaakZsTWpnaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVRVMVpUSTBNemd0TkdFMk9DMDBNelV5TFdJeVpqY3RNV1l6WW1SaFlXRTBaVGt3SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -702,7 +834,7 @@ "no-cache" ], "x-ms-request-id": [ - "26be28a1-8f3c-4ec5-9ee9-e6cb593eea96" + "b496b9a6-76c7-4817-91b7-7e1794e6b79f" ], "X-Content-Type-Options": [ "nosniff" @@ -720,41 +852,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11992" ], "x-ms-correlation-request-id": [ - "443ab964-3d0d-493e-8b94-97d294dd3a10" + "0b366823-7267-4b4e-bcb1-b4cdc43caba2" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235041Z:443ab964-3d0d-493e-8b94-97d294dd3a10" + "WESTUS:20200623T234007Z:0b366823-7267-4b4e-bcb1-b4cdc43caba2" ], "Date": [ - "Wed, 03 Jul 2019 23:50:40 GMT" + "Tue, 23 Jun 2020 23:40:07 GMT" ], "Content-Length": [ - "445" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740/providers/microsoft.storagesync/storageSyncServices/sssps12/workflow/12d6387f-92bb-4123-a334-da6b20e80a24/operationresults/2047a3ac-9cc2-4c0d-894f-ac4e63464145\",\r\n \"name\": \"2047a3ac-9cc2-4c0d-894f-ac4e63464145\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:50:21.5015209Z\",\r\n \"endTime\": \"2019-07-03T23:50:24.9782276Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJkNmVhOTIwYy02Y2M4LTQyMWItYTM2YS1hMTViZGIzZjFlMjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTU1ZTI0MzgtNGE2OC00MzUyLWIyZjctMWYzYmRhYWE0ZTkwIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJkNmVhOTIwYy02Y2M4LTQyMWItYTM2YS1hMTViZGIzZjFlMjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTU1ZTI0MzgtNGE2OC00MzUyLWIyZjctMWYzYmRhYWE0ZTkwIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:39:47.8645869Z\",\r\n \"endTime\": \"2020-06-23T23:39:51.4143855Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740/providers/microsoft.storagesync/storageSyncServices/sssps12/workflows/12d6387f-92bb-4123-a334-da6b20e80a24/operations/2047a3ac-9cc2-4c0d-894f-ac4e63464145?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc0MC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMi93b3JrZmxvd3MvMTJkNjM4N2YtOTJiYi00MTIzLWEzMzQtZGE2YjIwZTgwYTI0L29wZXJhdGlvbnMvMjA0N2EzYWMtOWNjMi00YzBkLTg5NGYtYWM0ZTYzNDY0MTQ1P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJkNmVhOTIwYy02Y2M4LTQyMWItYTM2YS1hMTViZGIzZjFlMjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTU1ZTI0MzgtNGE2OC00MzUyLWIyZjctMWYzYmRhYWE0ZTkwIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWTBNbVpoTURSaUxXTXpObU10TkdJMVlpMDROMk01TFRnMFpEYzFaVGRqTkdGbFpTSXNJbmR2Y210bWJHOTNTV1FpT2lKa05tVmhPVEl3WXkwMlkyTTRMVFF5TVdJdFlUTTJZUzFoTVRWaVpHSXpaakZsTWpnaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVRVMVpUSTBNemd0TkdFMk9DMDBNelV5TFdJeVpqY3RNV1l6WW1SaFlXRTBaVGt3SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -765,7 +897,7 @@ "no-cache" ], "x-ms-request-id": [ - "0386a7b4-1466-4feb-acc7-7fca8ed85704" + "08ebde1f-9db9-4382-ac6a-125287477f43" ], "X-Content-Type-Options": [ "nosniff" @@ -783,41 +915,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11991" ], "x-ms-correlation-request-id": [ - "cf5aac55-fd90-43f7-88e3-9ab750ae9703" + "ecf1a485-a956-4834-a46f-6e4cc8be3fcf" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235051Z:cf5aac55-fd90-43f7-88e3-9ab750ae9703" + "WESTUS:20200623T234017Z:ecf1a485-a956-4834-a46f-6e4cc8be3fcf" ], "Date": [ - "Wed, 03 Jul 2019 23:50:51 GMT" + "Tue, 23 Jun 2020 23:40:17 GMT" ], "Content-Length": [ - "445" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740/providers/microsoft.storagesync/storageSyncServices/sssps12/workflow/12d6387f-92bb-4123-a334-da6b20e80a24/operationresults/2047a3ac-9cc2-4c0d-894f-ac4e63464145\",\r\n \"name\": \"2047a3ac-9cc2-4c0d-894f-ac4e63464145\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:50:21.5015209Z\",\r\n \"endTime\": \"2019-07-03T23:50:24.9782276Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJkNmVhOTIwYy02Y2M4LTQyMWItYTM2YS1hMTViZGIzZjFlMjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTU1ZTI0MzgtNGE2OC00MzUyLWIyZjctMWYzYmRhYWE0ZTkwIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJkNmVhOTIwYy02Y2M4LTQyMWItYTM2YS1hMTViZGIzZjFlMjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTU1ZTI0MzgtNGE2OC00MzUyLWIyZjctMWYzYmRhYWE0ZTkwIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:39:47.8645869Z\",\r\n \"endTime\": \"2020-06-23T23:39:51.4143855Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740/providers/microsoft.storagesync/storageSyncServices/sssps12/workflows/12d6387f-92bb-4123-a334-da6b20e80a24/operations/2047a3ac-9cc2-4c0d-894f-ac4e63464145?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc0MC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMi93b3JrZmxvd3MvMTJkNjM4N2YtOTJiYi00MTIzLWEzMzQtZGE2YjIwZTgwYTI0L29wZXJhdGlvbnMvMjA0N2EzYWMtOWNjMi00YzBkLTg5NGYtYWM0ZTYzNDY0MTQ1P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJkNmVhOTIwYy02Y2M4LTQyMWItYTM2YS1hMTViZGIzZjFlMjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTU1ZTI0MzgtNGE2OC00MzUyLWIyZjctMWYzYmRhYWE0ZTkwIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWTBNbVpoTURSaUxXTXpObU10TkdJMVlpMDROMk01TFRnMFpEYzFaVGRqTkdGbFpTSXNJbmR2Y210bWJHOTNTV1FpT2lKa05tVmhPVEl3WXkwMlkyTTRMVFF5TVdJdFlUTTJZUzFoTVRWaVpHSXpaakZsTWpnaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVRVMVpUSTBNemd0TkdFMk9DMDBNelV5TFdJeVpqY3RNV1l6WW1SaFlXRTBaVGt3SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -828,7 +960,7 @@ "no-cache" ], "x-ms-request-id": [ - "2e9b04d8-a1ef-4193-b7b5-eac3c98f3440" + "78d54b92-9110-412f-871b-3e9fd669a9e3" ], "X-Content-Type-Options": [ "nosniff" @@ -846,41 +978,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11990" ], "x-ms-correlation-request-id": [ - "cf61242f-1671-4b67-b43b-1ff202ad720c" + "2ccb1a52-b283-4812-9ba5-ae941131b97d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235101Z:cf61242f-1671-4b67-b43b-1ff202ad720c" + "WESTUS:20200623T234028Z:2ccb1a52-b283-4812-9ba5-ae941131b97d" ], "Date": [ - "Wed, 03 Jul 2019 23:51:01 GMT" + "Tue, 23 Jun 2020 23:40:27 GMT" ], "Content-Length": [ - "445" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740/providers/microsoft.storagesync/storageSyncServices/sssps12/workflow/12d6387f-92bb-4123-a334-da6b20e80a24/operationresults/2047a3ac-9cc2-4c0d-894f-ac4e63464145\",\r\n \"name\": \"2047a3ac-9cc2-4c0d-894f-ac4e63464145\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:50:21.5015209Z\",\r\n \"endTime\": \"2019-07-03T23:50:24.9782276Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJkNmVhOTIwYy02Y2M4LTQyMWItYTM2YS1hMTViZGIzZjFlMjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTU1ZTI0MzgtNGE2OC00MzUyLWIyZjctMWYzYmRhYWE0ZTkwIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJkNmVhOTIwYy02Y2M4LTQyMWItYTM2YS1hMTViZGIzZjFlMjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTU1ZTI0MzgtNGE2OC00MzUyLWIyZjctMWYzYmRhYWE0ZTkwIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:39:47.8645869Z\",\r\n \"endTime\": \"2020-06-23T23:39:51.4143855Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740/providers/microsoft.storagesync/storageSyncServices/sssps12/workflows/12d6387f-92bb-4123-a334-da6b20e80a24/operations/2047a3ac-9cc2-4c0d-894f-ac4e63464145?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc0MC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMi93b3JrZmxvd3MvMTJkNjM4N2YtOTJiYi00MTIzLWEzMzQtZGE2YjIwZTgwYTI0L29wZXJhdGlvbnMvMjA0N2EzYWMtOWNjMi00YzBkLTg5NGYtYWM0ZTYzNDY0MTQ1P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJkNmVhOTIwYy02Y2M4LTQyMWItYTM2YS1hMTViZGIzZjFlMjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTU1ZTI0MzgtNGE2OC00MzUyLWIyZjctMWYzYmRhYWE0ZTkwIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWTBNbVpoTURSaUxXTXpObU10TkdJMVlpMDROMk01TFRnMFpEYzFaVGRqTkdGbFpTSXNJbmR2Y210bWJHOTNTV1FpT2lKa05tVmhPVEl3WXkwMlkyTTRMVFF5TVdJdFlUTTJZUzFoTVRWaVpHSXpaakZsTWpnaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVRVMVpUSTBNemd0TkdFMk9DMDBNelV5TFdJeVpqY3RNV1l6WW1SaFlXRTBaVGt3SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -891,7 +1023,7 @@ "no-cache" ], "x-ms-request-id": [ - "f51bb703-693d-4abc-9d62-dd20d6e1e83b" + "8ced4882-d36f-4c4e-b74d-1c0b6cdf540e" ], "X-Content-Type-Options": [ "nosniff" @@ -899,9 +1031,6 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], "Server": [ "Microsoft-IIS/10.0" ], @@ -911,39 +1040,42 @@ "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], "x-ms-correlation-request-id": [ - "b404c65c-c35a-4a3b-8355-7d591d9f4351" + "01a8a11b-4d24-48bd-909c-b619db70f5bc" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235112Z:b404c65c-c35a-4a3b-8355-7d591d9f4351" + "WESTUS:20200623T234038Z:01a8a11b-4d24-48bd-909c-b619db70f5bc" ], "Date": [ - "Wed, 03 Jul 2019 23:51:11 GMT" + "Tue, 23 Jun 2020 23:40:37 GMT" ], "Content-Length": [ - "445" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740/providers/microsoft.storagesync/storageSyncServices/sssps12/workflow/12d6387f-92bb-4123-a334-da6b20e80a24/operationresults/2047a3ac-9cc2-4c0d-894f-ac4e63464145\",\r\n \"name\": \"2047a3ac-9cc2-4c0d-894f-ac4e63464145\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T23:50:21.5015209Z\",\r\n \"endTime\": \"2019-07-03T23:51:10.2524033Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJkNmVhOTIwYy02Y2M4LTQyMWItYTM2YS1hMTViZGIzZjFlMjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTU1ZTI0MzgtNGE2OC00MzUyLWIyZjctMWYzYmRhYWE0ZTkwIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJkNmVhOTIwYy02Y2M4LTQyMWItYTM2YS1hMTViZGIzZjFlMjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTU1ZTI0MzgtNGE2OC00MzUyLWIyZjctMWYzYmRhYWE0ZTkwIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:39:47.8645869Z\",\r\n \"endTime\": \"2020-06-23T23:40:36.4884486Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740/providers/microsoft.storagesync/storageSyncServices/sssps12/workflows/12d6387f-92bb-4123-a334-da6b20e80a24/operationresults/2047a3ac-9cc2-4c0d-894f-ac4e63464145?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc0MC9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMi93b3JrZmxvd3MvMTJkNjM4N2YtOTJiYi00MTIzLWEzMzQtZGE2YjIwZTgwYTI0L29wZXJhdGlvbnJlc3VsdHMvMjA0N2EzYWMtOWNjMi00YzBkLTg5NGYtYWM0ZTYzNDY0MTQ1P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJkNmVhOTIwYy02Y2M4LTQyMWItYTM2YS1hMTViZGIzZjFlMjgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTU1ZTI0MzgtNGE2OC00MzUyLWIyZjctMWYzYmRhYWE0ZTkwIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWTBNbVpoTURSaUxXTXpObU10TkdJMVlpMDROMk01TFRnMFpEYzFaVGRqTkdGbFpTSXNJbmR2Y210bWJHOTNTV1FpT2lKa05tVmhPVEl3WXkwMlkyTTRMVFF5TVdJdFlUTTJZUzFoTVRWaVpHSXpaakZsTWpnaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVRVMVpUSTBNemd0TkdFMk9DMDBNelV5TFdJeVpqY3RNV1l6WW1SaFlXRTBaVGt3SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -954,7 +1086,7 @@ "no-cache" ], "x-ms-request-id": [ - "317ffc63-b9ba-43ff-96c8-105b2f0ce4a5" + "9f1ef368-09ee-4392-bd6c-16f4711b91f8" ], "X-Content-Type-Options": [ "nosniff" @@ -972,16 +1104,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11988" ], "x-ms-correlation-request-id": [ - "8437e4b3-27ad-4a2b-90ba-91b4123df430" + "beb75e8b-c45b-46ad-9f90-0feb58210648" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235112Z:8437e4b3-27ad-4a2b-90ba-91b4123df430" + "WESTUS:20200623T234038Z:beb75e8b-c45b-46ad-9f90-0feb58210648" ], "Date": [ - "Wed, 03 Jul 2019 23:51:12 GMT" + "Tue, 23 Jun 2020 23:40:37 GMT" ], "Expires": [ "-1" @@ -994,22 +1126,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740/providers/Microsoft.StorageSync/storageSyncServices/sssps12?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc0MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMj9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps660/providers/Microsoft.StorageSync/storageSyncServices/sssps7533?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjYwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczc1MzM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fc53eca8-b58d-484f-a2be-8a4147c77a75" + "9e50f569-12d2-4357-8735-e18ceea8b7dc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1019,8 +1151,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJiZjE4NDgxYS1jZDBiLTRkMWQtYWMyMi0yNGZiOWVhMjlkOTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzNmN2NhZWEtNTkzZS00MzMwLWIwMzUtNTYxY2NlMTMzOTc1In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJiZjE4NDgxYS1jZDBiLTRkMWQtYWMyMi0yNGZiOWVhMjlkOTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzNmN2NhZWEtNTkzZS00MzMwLWIwMzUtNTYxY2NlMTMzOTc1In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "3c49253a-3d80-4cff-b6df-2ccd260269ee" + "32a63450-5928-417f-a10c-c32e6673ff76" ], "X-Content-Type-Options": [ "nosniff" @@ -1041,13 +1182,13 @@ "14998" ], "x-ms-correlation-request-id": [ - "b8cc046a-8994-4c85-b62c-8369696c64f3" + "84176efe-ae18-477e-a5f0-56354dee32c7" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235113Z:b8cc046a-8994-4c85-b62c-8369696c64f3" + "WESTUS:20200623T234039Z:84176efe-ae18-477e-a5f0-56354dee32c7" ], "Date": [ - "Wed, 03 Jul 2019 23:51:12 GMT" + "Tue, 23 Jun 2020 23:40:38 GMT" ], "Expires": [ "-1" @@ -1057,25 +1198,148 @@ ] }, "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJiZjE4NDgxYS1jZDBiLTRkMWQtYWMyMi0yNGZiOWVhMjlkOTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzNmN2NhZWEtNTkzZS00MzMwLWIwMzUtNTYxY2NlMTMzOTc1In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWTBNbVpoTURSaUxXTXpObU10TkdJMVlpMDROMk01TFRnMFpEYzFaVGRqTkdGbFpTSXNJbmR2Y210bWJHOTNTV1FpT2lKaVpqRTRORGd4WVMxalpEQmlMVFJrTVdRdFlXTXlNaTB5TkdaaU9XVmhNamxrT1RRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTnpObU4yTmhaV0V0TlRrelpTMDBNek13TFdJd016VXROVFl4WTJObE1UTXpPVGMxSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "bf1a9a1c-a9fe-47c8-8104-9de08780a258" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11987" + ], + "x-ms-correlation-request-id": [ + "ef9e57f8-eaf9-4745-8b50-01c3cfea4dbe" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T234049Z:ef9e57f8-eaf9-4745-8b50-01c3cfea4dbe" + ], + "Date": [ + "Tue, 23 Jun 2020 23:40:48 GMT" + ], + "Content-Length": [ + "744" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJiZjE4NDgxYS1jZDBiLTRkMWQtYWMyMi0yNGZiOWVhMjlkOTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzNmN2NhZWEtNTkzZS00MzMwLWIwMzUtNTYxY2NlMTMzOTc1In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJiZjE4NDgxYS1jZDBiLTRkMWQtYWMyMi0yNGZiOWVhMjlkOTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzNmN2NhZWEtNTkzZS00MzMwLWIwMzUtNTYxY2NlMTMzOTc1In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:40:40.2675989Z\",\r\n \"endTime\": \"2020-06-23T23:40:46.400274Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODc0MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImY0MmZhMDRiLWMzNmMtNGI1Yi04N2M5LTg0ZDc1ZTdjNGFlZSIsIndvcmtmbG93SWQiOiJiZjE4NDgxYS1jZDBiLTRkMWQtYWMyMi0yNGZiOWVhMjlkOTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzNmN2NhZWEtNTkzZS00MzMwLWIwMzUtNTYxY2NlMTMzOTc1In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWTBNbVpoTURSaUxXTXpObU10TkdJMVlpMDROMk01TFRnMFpEYzFaVGRqTkdGbFpTSXNJbmR2Y210bWJHOTNTV1FpT2lKaVpqRTRORGd4WVMxalpEQmlMVFJrTVdRdFlXTXlNaTB5TkdaaU9XVmhNamxrT1RRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTnpObU4yTmhaV0V0TlRrelpTMDBNek13TFdJd016VXROVFl4WTJObE1UTXpPVGMxSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "73333a17-a79e-4030-8e95-115c6190579d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11986" + ], + "x-ms-correlation-request-id": [ + "bfa7c397-8df7-4c71-89b0-367299174fa7" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T234049Z:bfa7c397-8df7-4c71-89b0-367299174fa7" + ], + "Date": [ + "Tue, 23 Jun 2020 23:40:48 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps660/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjYwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "da1b424d-28a5-4a85-a7d9-ac0df3da5256" + "38b6ae29-3a21-42e6-ab2d-dc8e693b0e38" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1085,57 +1349,66 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" - ], "x-ms-request-id": [ - "824b4cc3-65f8-4838-9e35-2bc4b56cf6c2" + "29458b68-ba73-47ad-91ae-fccfa2fd1243" ], - "x-ms-correlation-request-id": [ - "824b4cc3-65f8-4838-9e35-2bc4b56cf6c2" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T235113Z:824b4cc3-65f8-4838-9e35-2bc4b56cf6c2" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], + "x-ms-correlation-request-id": [ + "e06379b8-33a2-49f2-a5e6-b03858922451" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T234050Z:e06379b8-33a2-49f2-a5e6-b03858922451" ], "Date": [ - "Wed, 03 Jul 2019 23:51:12 GMT" + "Tue, 23 Jun 2020 23:40:49 GMT" + ], + "Content-Length": [ + "19" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps8740?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzODc0MD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps660?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNjYwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dc736477-e8e8-4ea2-a124-3852ffd6ba9a" + "df68ede7-312c-4406-a1b9-226b783be4a7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1146,7 +1419,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg3NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY2MC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -1155,13 +1428,13 @@ "14997" ], "x-ms-request-id": [ - "c1945303-27e6-4efd-ab60-a04beba200a0" + "90c57608-ce24-4d14-a8f2-eb68f1e9dcd2" ], "x-ms-correlation-request-id": [ - "c1945303-27e6-4efd-ab60-a04beba200a0" + "90c57608-ce24-4d14-a8f2-eb68f1e9dcd2" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235115Z:c1945303-27e6-4efd-ab60-a04beba200a0" + "WESTUS:20200623T234050Z:90c57608-ce24-4d14-a8f2-eb68f1e9dcd2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1170,7 +1443,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:51:14 GMT" + "Tue, 23 Jun 2020 23:40:49 GMT" ], "Expires": [ "-1" @@ -1183,16 +1456,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg3NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnM05EQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY2MC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZMk1DMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1203,22 +1476,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg3NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY2MC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11984" ], "x-ms-request-id": [ - "1f6b3d4f-f3f0-4357-a573-9e2d47080c8a" + "29ccaeb4-6fa9-488f-9838-72fc74ccaea5" ], "x-ms-correlation-request-id": [ - "1f6b3d4f-f3f0-4357-a573-9e2d47080c8a" + "29ccaeb4-6fa9-488f-9838-72fc74ccaea5" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235130Z:1f6b3d4f-f3f0-4357-a573-9e2d47080c8a" + "WESTUS:20200623T234105Z:29ccaeb4-6fa9-488f-9838-72fc74ccaea5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1227,7 +1500,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:51:29 GMT" + "Tue, 23 Jun 2020 23:41:05 GMT" ], "Expires": [ "-1" @@ -1240,16 +1513,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg3NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnM05EQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY2MC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZMk1DMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1260,22 +1533,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg3NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY2MC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11983" ], "x-ms-request-id": [ - "85e6cef8-f0c8-4513-9c79-bb868217d81b" + "242cadcf-6e09-47b4-898e-4748d1068019" ], "x-ms-correlation-request-id": [ - "85e6cef8-f0c8-4513-9c79-bb868217d81b" + "242cadcf-6e09-47b4-898e-4748d1068019" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235145Z:85e6cef8-f0c8-4513-9c79-bb868217d81b" + "WESTUS:20200623T234120Z:242cadcf-6e09-47b4-898e-4748d1068019" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1284,7 +1557,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:51:45 GMT" + "Tue, 23 Jun 2020 23:41:20 GMT" ], "Expires": [ "-1" @@ -1297,16 +1570,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg3NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnM05EQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY2MC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZMk1DMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1317,16 +1590,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11982" ], "x-ms-request-id": [ - "e7b9ea68-af2f-42ee-a2dc-f04c8cdf343b" + "b2655371-a801-4027-a95d-c94cee3e2ddc" ], "x-ms-correlation-request-id": [ - "e7b9ea68-af2f-42ee-a2dc-f04c8cdf343b" + "b2655371-a801-4027-a95d-c94cee3e2ddc" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235200Z:e7b9ea68-af2f-42ee-a2dc-f04c8cdf343b" + "WESTUS:20200623T234135Z:b2655371-a801-4027-a95d-c94cee3e2ddc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1335,7 +1608,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:51:59 GMT" + "Tue, 23 Jun 2020 23:41:35 GMT" ], "Expires": [ "-1" @@ -1348,16 +1621,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg3NDAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnM05EQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY2MC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZMk1DMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1368,16 +1641,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11981" ], "x-ms-request-id": [ - "d102d2d8-003a-440e-b412-2c2a1a68831b" + "1c4b9152-c292-48c4-9f9b-700bb57115f4" ], "x-ms-correlation-request-id": [ - "d102d2d8-003a-440e-b412-2c2a1a68831b" + "1c4b9152-c292-48c4-9f9b-700bb57115f4" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235200Z:d102d2d8-003a-440e-b412-2c2a1a68831b" + "WESTUS:20200623T234135Z:1c4b9152-c292-48c4-9f9b-700bb57115f4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1386,7 +1659,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:51:59 GMT" + "Tue, 23 Jun 2020 23:41:35 GMT" ], "Expires": [ "-1" @@ -1401,14 +1674,14 @@ ], "Names": { "Test-RemoveRegisteredServer": [ - "ps8740", - "ps12" + "ps660", + "ps7533" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "", - "SyncServerId": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8740/providers/Microsoft.StorageSync/storageSyncServices/sssps12/registeredServers/F07A1B7C-2121-4FE1-8CEA-02035812CC12" + "SyncServerId": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps660/providers/Microsoft.StorageSync/storageSyncServices/sssps7533/registeredServers/2858581C-7A2D-4344-A096-8A50E2BA3CF2" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestRemoveRegisteredServerInputObject.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestRemoveRegisteredServerInputObject.json index cead3e333afb..8d7439a58347 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestRemoveRegisteredServerInputObject.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestRemoveRegisteredServerInputObject.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8db87ae7-7eb2-4890-8e60-a5f82a848358" + "02920c55-94be-4bab-9a9d-9493c53d735f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "09a71967-db8b-4f44-8f4d-d7325bad14ba" + "7b54feaf-4f7f-43de-952c-4382fe076960" ], "x-ms-correlation-request-id": [ - "09a71967-db8b-4f44-8f4d-d7325bad14ba" + "7b54feaf-4f7f-43de-952c-4382fe076960" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235205Z:09a71967-db8b-4f44-8f4d-d7325bad14ba" + "WESTUS:20200623T234137Z:7b54feaf-4f7f-43de-952c-4382fe076960" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:52:04 GMT" + "Tue, 23 Jun 2020 23:41:37 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\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\": \"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\": \"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\": \"notifyResourceJobs\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\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 ]\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-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-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-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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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-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-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 },\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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3b59be5c-14ff-4511-b484-bce0c529428d" + "97697fb2-8901-464f-b838-9c8a9c960cd9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "3e9389a1-9837-4030-8f6c-4b1e541d2974" + "fb57a4c4-6562-499b-8e40-9f06017dba55" ], "x-ms-correlation-request-id": [ - "3e9389a1-9837-4030-8f6c-4b1e541d2974" + "fb57a4c4-6562-499b-8e40-9f06017dba55" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235205Z:3e9389a1-9837-4030-8f6c-4b1e541d2974" + "WESTUS:20200623T234138Z:fb57a4c4-6562-499b-8e40-9f06017dba55" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:52:04 GMT" + "Tue, 23 Jun 2020 23:41:37 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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-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-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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 \"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 \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps1726?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMTcyNj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps3865?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzMzg2NT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "97a0b836-26fa-4a48-ae4b-dc87afb5a298" + "23c473bf-2b99-4e94-8e84-e02e6bc79302" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,13 +156,13 @@ "1199" ], "x-ms-request-id": [ - "39817f1c-e68c-4c05-a49c-1e5351e68a14" + "443346e1-4d4f-4022-ab56-cbcab950c6ed" ], "x-ms-correlation-request-id": [ - "39817f1c-e68c-4c05-a49c-1e5351e68a14" + "443346e1-4d4f-4022-ab56-cbcab950c6ed" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235206Z:39817f1c-e68c-4c05-a49c-1e5351e68a14" + "WESTUS:20200623T234138Z:443346e1-4d4f-4022-ab56-cbcab950c6ed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:52:06 GMT" + "Tue, 23 Jun 2020 23:41:37 GMT" ], "Content-Length": [ "165" @@ -183,32 +183,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726\",\r\n \"name\": \"ps1726\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3865\",\r\n \"name\": \"ps3865\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps219\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps7975\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4d8a480c-383e-41f6-af6f-a8c5a9db3bbb" + "3f199937-9a77-4a58-b956-a4eab7d7676a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "82" + "83" ] }, "ResponseHeaders": { @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "315515b4-24b4-43ca-ae5d-c8b611e6c84f" + "fd70914f-5f0c-4d29-9333-fdcd686eea43" ], "X-Content-Type-Options": [ "nosniff" @@ -240,50 +240,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "59a79e05-ebef-45a7-a91e-aff5bf14d48c" + "9b1e2417-543b-4743-8657-097428381412" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235207Z:59a79e05-ebef-45a7-a91e-aff5bf14d48c" + "WESTUS:20200623T234139Z:9b1e2417-543b-4743-8657-097428381412" ], "Date": [ - "Wed, 03 Jul 2019 23:52:07 GMT" + "Tue, 23 Jun 2020 23:41:38 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726/providers/Microsoft.StorageSync/storageSyncServices/sssps219?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTcyNi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTk/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3865/providers/Microsoft.StorageSync/storageSyncServices/sssps7975?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzg2NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3OTc1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c027ad89-e81d-434a-8aad-1762b80b2c12" + "e3e6e05b-992c-4b9c-a114-0a1be26dd739" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiI2MWI3Y2QyYy01YzY2LTQ1MzktODBjYy0wMzI3YWU0MzU2ZmIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzhiYWJkYzItYWEwNC00Y2E5LTg1YzktZDIyZThmODRkZDM3In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiI2MWI3Y2QyYy01YzY2LTQ1MzktODBjYy0wMzI3YWU0MzU2ZmIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzhiYWJkYzItYWEwNC00Y2E5LTg1YzktZDIyZThmODRkZDM3In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "80727e67-250d-4fcf-a668-e9b1122cb976" + "4a9c0c12-f054-415d-88c5-5b0daafc165d" ], "X-Content-Type-Options": [ "nosniff" @@ -315,50 +324,173 @@ "1199" ], "x-ms-correlation-request-id": [ - "f07bdd1f-3975-4d34-9c4f-38a8fabad19d" + "ae9e256b-4328-4941-b790-f5f1b9f19bd8" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T234139Z:ae9e256b-4328-4941-b790-f5f1b9f19bd8" + ], + "Date": [ + "Tue, 23 Jun 2020 23:41:39 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiI2MWI3Y2QyYy01YzY2LTQ1MzktODBjYy0wMzI3YWU0MzU2ZmIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzhiYWJkYzItYWEwNC00Y2E5LTg1YzktZDIyZThmODRkZDM3In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltRXpOall5TlRNekxUWmtZakl0TkRjNE1DMWlOemczTFdSbU4yRmlZekZpTURJeFppSXNJbmR2Y210bWJHOTNTV1FpT2lJMk1XSTNZMlF5WXkwMVl6WTJMVFExTXprdE9EQmpZeTB3TXpJM1lXVTBNelUyWm1JaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTnpoaVlXSmtZekl0WVdFd05DMDBZMkU1TFRnMVl6a3RaREl5WlRobU9EUmtaRE0zSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "64f7a2ec-eece-4683-9b43-40d4843d2eb7" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "9a468a7c-5efc-4437-992d-2ed1ebedb29d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235208Z:f07bdd1f-3975-4d34-9c4f-38a8fabad19d" + "WESTUS:20200623T234150Z:9a468a7c-5efc-4437-992d-2ed1ebedb29d" ], "Date": [ - "Wed, 03 Jul 2019 23:52:07 GMT" + "Tue, 23 Jun 2020 23:41:49 GMT" ], "Content-Length": [ - "327" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726/providers/microsoft.storagesync/storageSyncServices/sssps219\",\r\n \"name\": \"sssps219\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiI2MWI3Y2QyYy01YzY2LTQ1MzktODBjYy0wMzI3YWU0MzU2ZmIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzhiYWJkYzItYWEwNC00Y2E5LTg1YzktZDIyZThmODRkZDM3In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiI2MWI3Y2QyYy01YzY2LTQ1MzktODBjYy0wMzI3YWU0MzU2ZmIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNzhiYWJkYzItYWEwNC00Y2E5LTg1YzktZDIyZThmODRkZDM3In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:41:41.0017617Z\",\r\n \"endTime\": \"2020-06-23T23:41:47.0199083Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726/providers/Microsoft.StorageSync/storageSyncServices/sssps219/registeredServers/dc8cf7f4-f524-4799-ba3b-ffa8f0302a53?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTcyNi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTkvcmVnaXN0ZXJlZFNlcnZlcnMvZGM4Y2Y3ZjQtZjUyNC00Nzk5LWJhM2ItZmZhOGYwMzAyYTUzP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3865/providers/Microsoft.StorageSync/storageSyncServices/sssps7975?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzg2NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3OTc1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "cd2f2287-3649-4714-be4e-d8d1c622773d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "04a25fee-4b9b-447e-8b72-8d7c8d404f6f" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T234150Z:04a25fee-4b9b-447e-8b72-8d7c8d404f6f" + ], + "Date": [ + "Tue, 23 Jun 2020 23:41:49 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps7975/workflows/61b7cd2c-5c66-4539-80cc-0327ae4356fb\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3865/providers/microsoft.storagesync/storageSyncServices/sssps7975\",\r\n \"name\": \"sssps7975\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3865/providers/Microsoft.StorageSync/storageSyncServices/sssps7975/registeredServers/9ecc90b9-a1b8-4475-acb2-4d2adf54945b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzg2NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3OTc1L3JlZ2lzdGVyZWRTZXJ2ZXJzLzllY2M5MGI5LWExYjgtNDQ3NS1hY2IyLTRkMmFkZjU0OTQ1Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDGDCCAgCgAwIBAgIQZrMnSW/lG5xELR7EikisXDANBgkqhkiG9w0BAQ0FADA0MTIwMAYDVQQDEylhbmRyZXlhemRldm9wcy5yZWRtb25kLmNvcnAubWljcm9zb2Z0LmNvbTAeFw0xOTA1MjkwMjEyNDlaFw0yMDA1MjkwMjEyNDlaMDQxMjAwBgNVBAMTKWFuZHJleWF6ZGV2b3BzLnJlZG1vbmQuY29ycC5taWNyb3NvZnQuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzWEfgMvao6tCt/lexsMFViVxCCoJbLClwvqfWN79eFc3bmXBtERIvKTlb1TqAigp5VjP021TaQsyN/K2t8qr2rAdlaeJtCXNSILe3+ForYGcQOP0p802kFXkhMUojfX8jGs1BLQTsUoKN4UtuxWIhpb7Iw00rT7wchTg6Yk+ULCRFAlxOQHZI0drM13tDO4kz0BRbTCoSvazS3O570p8sMrWFra6P1/HG1f7sIQP5txw205siGb5FpB0u16qD/z0d7tfMGv+JIqAb6InI393dj2FtbzExkkiBUFXWaH9czGkAFyWuzkECb0WEEK+7oTOrLlo0dh0bp6nxlZ+G7FLfQIDAQABoyYwJDAiBgNVHSUBAf8EGDAWBggrBgEFBQcDAgYKKwYBBAGCNwoDDDANBgkqhkiG9w0BAQ0FAAOCAQEAEn8WHN0h00/Vem50CnwXwnty0vGwu2v3plD1m0mw+3jCtDUTa/tF/a7jTVTCtK6VdqNP6tp/f+GflNRmZWIK/6DIEntouzL++7M5hArcJj01t0S0Vc+0FN3b2wuBuJUYWxR5Q8bNHStOm7l6nXjQ96k1fH/L/hu0dmhciak8LUEIowhSiIpnB3C9AGFuPi9DqjKdWxxzIPLybiDidgUfGbcCNHaZXvcNqNq4zpzeFPTi3VBEOXHIJhk0fT3iWjwvBwtUxPJJs3FIRZFWQa/cgEvBWrYMem98lqKNdmGDJP11OmUeAqJQTe+iSX9pDFzpEj/lM/tIjEh9fwKXuoO1uw==\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"7/3/2019 4:52:08 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"dc8cf7f4-f524-4799-ba3b-ffa8f0302a53\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDEDCCAfigAwIBAgIQHMX6MF8k1YRIo40AAPKx/TANBgkqhkiG9w0BAQ0FADAwMS4wLAYDVQQDEyVhbmt1c2hiLXZtMDIubnRkZXYuY29ycC5taWNyb3NvZnQuY29tMB4XDTIwMDEyNzE5NTkwN1oXDTIxMDEyNzE5NTkwN1owMDEuMCwGA1UEAxMlYW5rdXNoYi12bTAyLm50ZGV2LmNvcnAubWljcm9zb2Z0LmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOGKtANwb+dUXi5QVPKCUkpcWJ1/s18EqVBGRaQvIE518p7zWSfnk79FOerjfCT6kDBZPccnxBHK3hZZNgxrAkgv0LeDIEwHDvttYbcMfUzq1VviGnPuKWTsFkIAkG+8IehxX9eB/kBlkoyriziQXg4Bz74HBaQWlZeC65R6Tp8XcuO8HuKtnT3RfV6365pPHq4yp/N5e3NLxDoG1AKXEs8NtDkw2xOltLCu3qluV/AUX343pDEkLV3F8IOu3I7cU+NA/WzCF7UcZ8ZOhS5klMVNiUwCFsUdFUAXh9ufXEBs50IcVJlZU6ZUADbmrqaqpYtD94aKQeFsBlnou5s1A/kCAwEAAaMmMCQwIgYDVR0lAQH/BBgwFgYIKwYBBQUHAwIGCisGAQQBgjcKAwwwDQYJKoZIhvcNAQENBQADggEBAH7p2XFxnOdk/lbNBKW7nmjsjE5BeBU/OlBhKCUrmmY+fk3FvAYSs2jaJKqgZjxek/KdNf2UZMXztg8joF5s1Pdg6ICxJqc1t4gJunHUOoTHHyrotMyt6xJnClRCNqshA0n2z304hjKXcyCoLopemMFpOPEg2oG+EOuvwK/g1gAavGbmYJQc82uNF1LKNMmNfQ4Nn48dKLKg65SHgU+BISlCjHb/6NRTpTmK5acUOlHSrhGsJYCBsN1xJOzwxssXAoy25ebjajvnGcsC9k2HwLZWaSGsPuwWPfEtPPHjNRDrnaNLjSu2zc0uxZza8JWlE0pWD2kyf9OjyD1V0PxtZuM=\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"6/23/2020 4:41:50 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"9ecc90b9-a1b8-4475-acb2-4d2adf54945b\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2b69faa6-27c1-4684-acf1-89716fdaf0c2" + "c7811159-bde1-4979-a64e-e51bf8d65f34" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1452" + "1437" ] }, "ResponseHeaders": { @@ -369,16 +501,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726/providers/microsoft.storagesync/storageSyncServices/sssps219/workflows/fda7ff95-4e1d-4f30-8b97-183b694b823d/operationresults/bf8c0407-cf33-4a2d-b1de-11a33d765fe0?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIxNjJmYWEzZi00NmU3LTQ2MjUtOTFhZS00YTRmZjAwM2MwZGIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjIwZjFmZjItZGE2OC00OTdhLTkzYTgtYWI3OTEwMGRhYjEzIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726/providers/microsoft.storagesync/storageSyncServices/sssps219/workflows/fda7ff95-4e1d-4f30-8b97-183b694b823d/operations/bf8c0407-cf33-4a2d-b1de-11a33d765fe0?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIxNjJmYWEzZi00NmU3LTQ2MjUtOTFhZS00YTRmZjAwM2MwZGIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjIwZjFmZjItZGE2OC00OTdhLTkzYTgtYWI3OTEwMGRhYjEzIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "4996c01c-de40-4941-8eeb-c64a181008fb" + "b02746b0-7d29-438e-a313-65ba5edf2588" ], "X-Content-Type-Options": [ "nosniff" @@ -399,13 +531,13 @@ "1198" ], "x-ms-correlation-request-id": [ - "b2508d6b-82e5-4dcf-b860-15954881d83f" + "d77e2ba9-b71c-4b6e-afbd-9e9a96eed413" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235209Z:b2508d6b-82e5-4dcf-b860-15954881d83f" + "WESTUS:20200623T234150Z:d77e2ba9-b71c-4b6e-afbd-9e9a96eed413" ], "Date": [ - "Wed, 03 Jul 2019 23:52:08 GMT" + "Tue, 23 Jun 2020 23:41:50 GMT" ], "Expires": [ "-1" @@ -418,16 +550,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726/providers/microsoft.storagesync/storageSyncServices/sssps219/workflows/fda7ff95-4e1d-4f30-8b97-183b694b823d/operations/bf8c0407-cf33-4a2d-b1de-11a33d765fe0?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTcyNi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTkvd29ya2Zsb3dzL2ZkYTdmZjk1LTRlMWQtNGYzMC04Yjk3LTE4M2I2OTRiODIzZC9vcGVyYXRpb25zL2JmOGMwNDA3LWNmMzMtNGEyZC1iMWRlLTExYTMzZDc2NWZlMD9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIxNjJmYWEzZi00NmU3LTQ2MjUtOTFhZS00YTRmZjAwM2MwZGIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjIwZjFmZjItZGE2OC00OTdhLTkzYTgtYWI3OTEwMGRhYjEzIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltRXpOall5TlRNekxUWmtZakl0TkRjNE1DMWlOemczTFdSbU4yRmlZekZpTURJeFppSXNJbmR2Y210bWJHOTNTV1FpT2lJeE5qSm1ZV0V6WmkwME5tVTNMVFEyTWpVdE9URmhaUzAwWVRSbVpqQXdNMk13WkdJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWWpJd1pqRm1aakl0WkdFMk9DMDBPVGRoTFRrellUZ3RZV0kzT1RFd01HUmhZakV6SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -438,7 +570,7 @@ "no-cache" ], "x-ms-request-id": [ - "8f0d0aec-082a-40b0-8328-797c43b7f281" + "a176da5c-06e1-4f5a-9db4-b26d361f9bf9" ], "X-Content-Type-Options": [ "nosniff" @@ -456,41 +588,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-correlation-request-id": [ - "d5c1e317-ee5f-481e-9e94-a3ccd8e5c7a9" + "5ca2d4ce-3be9-42eb-b784-b213e3f4e1c3" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235219Z:d5c1e317-ee5f-481e-9e94-a3ccd8e5c7a9" + "WESTUS:20200623T234201Z:5ca2d4ce-3be9-42eb-b784-b213e3f4e1c3" ], "Date": [ - "Wed, 03 Jul 2019 23:52:18 GMT" + "Tue, 23 Jun 2020 23:42:01 GMT" ], "Content-Length": [ - "446" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726/providers/microsoft.storagesync/storageSyncServices/sssps219/workflow/fda7ff95-4e1d-4f30-8b97-183b694b823d/operationresults/bf8c0407-cf33-4a2d-b1de-11a33d765fe0\",\r\n \"name\": \"bf8c0407-cf33-4a2d-b1de-11a33d765fe0\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T23:52:09.3172742Z\",\r\n \"endTime\": \"2019-07-03T23:52:12.7990859Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIxNjJmYWEzZi00NmU3LTQ2MjUtOTFhZS00YTRmZjAwM2MwZGIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjIwZjFmZjItZGE2OC00OTdhLTkzYTgtYWI3OTEwMGRhYjEzIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIxNjJmYWEzZi00NmU3LTQ2MjUtOTFhZS00YTRmZjAwM2MwZGIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjIwZjFmZjItZGE2OC00OTdhLTkzYTgtYWI3OTEwMGRhYjEzIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:41:51.1881736Z\",\r\n \"endTime\": \"2020-06-23T23:41:54.6381127Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726/providers/Microsoft.StorageSync/storageSyncServices/sssps219/registeredServers/dc8cf7f4-f524-4799-ba3b-ffa8f0302a53?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTcyNi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTkvcmVnaXN0ZXJlZFNlcnZlcnMvZGM4Y2Y3ZjQtZjUyNC00Nzk5LWJhM2ItZmZhOGYwMzAyYTUzP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3865/providers/Microsoft.StorageSync/storageSyncServices/sssps7975/registeredServers/9ecc90b9-a1b8-4475-acb2-4d2adf54945b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzg2NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3OTc1L3JlZ2lzdGVyZWRTZXJ2ZXJzLzllY2M5MGI5LWExYjgtNDQ3NS1hY2IyLTRkMmFkZjU0OTQ1Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -501,7 +633,7 @@ "no-cache" ], "x-ms-request-id": [ - "cf7818d2-bef4-48c3-92ff-664722d58091" + "7e6125c1-efaf-4a3c-a3d4-e50202de4553" ], "X-Content-Type-Options": [ "nosniff" @@ -519,47 +651,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11996" ], "x-ms-correlation-request-id": [ - "92cd115a-ac13-4af0-8c5a-f78bdae2daf2" + "d49ab884-d2e2-461d-af90-a01e9aac685a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235219Z:92cd115a-ac13-4af0-8c5a-f78bdae2daf2" + "WESTUS:20200623T234201Z:d49ab884-d2e2-461d-af90-a01e9aac685a" ], "Date": [ - "Wed, 03 Jul 2019 23:52:19 GMT" + "Tue, 23 Jun 2020 23:42:01 GMT" ], "Content-Length": [ - "13366" + "13498" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": null,\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"agentVersionStatus\": null,\r\n \"agentVersionExpirationDate\": null,\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2019-07-03T16:52:12.5959469-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"dc8cf7f4-f524-4799-ba3b-ffa8f0302a53\",\r\n \"storageSyncServiceUid\": \"9ced17b0-8e2d-44a3-b132-ca09fa10a539\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps219/workflows/fda7ff95-4e1d-4f30-8b97-183b694b823d\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726/providers/microsoft.storagesync/storageSyncServices/sssps219/registeredServers/dc8cf7f4-f524-4799-ba3b-ffa8f0302a53\",\r\n \"name\": \"dc8cf7f4-f524-4799-ba3b-ffa8f0302a53\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2020-06-23T16:41:54.4101251-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"9ecc90b9-a1b8-4475-acb2-4d2adf54945b\",\r\n \"storageSyncServiceUid\": \"a3662533-6db2-4780-b787-df7abc1b021f\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps7975/workflows/162faa3f-46e7-4625-91ae-4a4ff003c0db\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\",\r\n \"monitoringEndpointUri\": \"https://euap01.afs.azure.net:443/\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3865/providers/microsoft.storagesync/storageSyncServices/sssps7975/registeredServers/9ecc90b9-a1b8-4475-acb2-4d2adf54945b\",\r\n \"name\": \"9ecc90b9-a1b8-4475-acb2-4d2adf54945b\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726/providers/Microsoft.StorageSync/storageSyncServices/sssps219/registeredServers/dc8cf7f4-f524-4799-ba3b-ffa8f0302a53?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTcyNi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTkvcmVnaXN0ZXJlZFNlcnZlcnMvZGM4Y2Y3ZjQtZjUyNC00Nzk5LWJhM2ItZmZhOGYwMzAyYTUzP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3865/providers/Microsoft.StorageSync/storageSyncServices/sssps7975/registeredServers/9ecc90b9-a1b8-4475-acb2-4d2adf54945b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzg2NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3OTc1L3JlZ2lzdGVyZWRTZXJ2ZXJzLzllY2M5MGI5LWExYjgtNDQ3NS1hY2IyLTRkMmFkZjU0OTQ1Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f815fc10-27a3-4f51-95d6-02ea3142b67f" + "28c5155e-1749-41d3-8e95-25118c689b7c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -570,16 +702,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726/providers/microsoft.storagesync/storageSyncServices/sssps219/workflows/b2b5e4d7-9e1c-4c51-a19f-c4a90b3e911d/operationresults/b4c86191-8448-4ae5-a3d1-213191299fa4?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIwOGFiYjU3Mi1iNjY0LTQzODgtYmI2Ny1mNDZlZGQ2MjcyYTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYmZkZGYxMzQtZmI2Ni00N2M2LTk1YTQtMTczYzM5NTZhYzMzIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726/providers/microsoft.storagesync/storageSyncServices/sssps219/workflows/b2b5e4d7-9e1c-4c51-a19f-c4a90b3e911d/operations/b4c86191-8448-4ae5-a3d1-213191299fa4?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIwOGFiYjU3Mi1iNjY0LTQzODgtYmI2Ny1mNDZlZGQ2MjcyYTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYmZkZGYxMzQtZmI2Ni00N2M2LTk1YTQtMTczYzM5NTZhYzMzIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "9f8bfbeb-beb5-477d-9905-56ffe238e3e4" + "cf972ff2-b0fc-4b2e-817a-c191922ea106" ], "X-Content-Type-Options": [ "nosniff" @@ -600,13 +732,13 @@ "14998" ], "x-ms-correlation-request-id": [ - "ef29438c-05cf-4d06-83a9-09534421098f" + "41cb6f48-7502-4106-a98b-0b3a02ea1f53" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235220Z:ef29438c-05cf-4d06-83a9-09534421098f" + "WESTUS:20200623T234201Z:41cb6f48-7502-4106-a98b-0b3a02ea1f53" ], "Date": [ - "Wed, 03 Jul 2019 23:52:19 GMT" + "Tue, 23 Jun 2020 23:42:01 GMT" ], "Expires": [ "-1" @@ -619,16 +751,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726/providers/microsoft.storagesync/storageSyncServices/sssps219/workflows/b2b5e4d7-9e1c-4c51-a19f-c4a90b3e911d/operations/b4c86191-8448-4ae5-a3d1-213191299fa4?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTcyNi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTkvd29ya2Zsb3dzL2IyYjVlNGQ3LTllMWMtNGM1MS1hMTlmLWM0YTkwYjNlOTExZC9vcGVyYXRpb25zL2I0Yzg2MTkxLTg0NDgtNGFlNS1hM2QxLTIxMzE5MTI5OWZhND9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIwOGFiYjU3Mi1iNjY0LTQzODgtYmI2Ny1mNDZlZGQ2MjcyYTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYmZkZGYxMzQtZmI2Ni00N2M2LTk1YTQtMTczYzM5NTZhYzMzIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltRXpOall5TlRNekxUWmtZakl0TkRjNE1DMWlOemczTFdSbU4yRmlZekZpTURJeFppSXNJbmR2Y210bWJHOTNTV1FpT2lJd09HRmlZalUzTWkxaU5qWTBMVFF6T0RndFltSTJOeTFtTkRabFpHUTJNamN5WVRRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWW1aa1pHWXhNelF0Wm1JMk5pMDBOMk0yTFRrMVlUUXRNVGN6WXpNNU5UWmhZek16SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -639,7 +771,7 @@ "no-cache" ], "x-ms-request-id": [ - "ce506adf-d562-46b1-9325-20f328d54bea" + "56a10e0b-015d-4808-9360-bcece25be17d" ], "X-Content-Type-Options": [ "nosniff" @@ -657,41 +789,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11995" ], "x-ms-correlation-request-id": [ - "a6c3ef28-8fc2-4aea-bebb-0bda76f66f17" + "ea70f213-6a7d-4db3-b536-f6c3cf032e83" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235230Z:a6c3ef28-8fc2-4aea-bebb-0bda76f66f17" + "WESTUS:20200623T234212Z:ea70f213-6a7d-4db3-b536-f6c3cf032e83" ], "Date": [ - "Wed, 03 Jul 2019 23:52:29 GMT" + "Tue, 23 Jun 2020 23:42:12 GMT" ], "Content-Length": [ - "446" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726/providers/microsoft.storagesync/storageSyncServices/sssps219/workflow/b2b5e4d7-9e1c-4c51-a19f-c4a90b3e911d/operationresults/b4c86191-8448-4ae5-a3d1-213191299fa4\",\r\n \"name\": \"b4c86191-8448-4ae5-a3d1-213191299fa4\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:52:20.9352034Z\",\r\n \"endTime\": \"2019-07-03T23:52:24.4213828Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIwOGFiYjU3Mi1iNjY0LTQzODgtYmI2Ny1mNDZlZGQ2MjcyYTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYmZkZGYxMzQtZmI2Ni00N2M2LTk1YTQtMTczYzM5NTZhYzMzIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIwOGFiYjU3Mi1iNjY0LTQzODgtYmI2Ny1mNDZlZGQ2MjcyYTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYmZkZGYxMzQtZmI2Ni00N2M2LTk1YTQtMTczYzM5NTZhYzMzIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:42:02.8228101Z\",\r\n \"endTime\": \"2020-06-23T23:42:06.3429617Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726/providers/microsoft.storagesync/storageSyncServices/sssps219/workflows/b2b5e4d7-9e1c-4c51-a19f-c4a90b3e911d/operations/b4c86191-8448-4ae5-a3d1-213191299fa4?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTcyNi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTkvd29ya2Zsb3dzL2IyYjVlNGQ3LTllMWMtNGM1MS1hMTlmLWM0YTkwYjNlOTExZC9vcGVyYXRpb25zL2I0Yzg2MTkxLTg0NDgtNGFlNS1hM2QxLTIxMzE5MTI5OWZhND9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIwOGFiYjU3Mi1iNjY0LTQzODgtYmI2Ny1mNDZlZGQ2MjcyYTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYmZkZGYxMzQtZmI2Ni00N2M2LTk1YTQtMTczYzM5NTZhYzMzIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltRXpOall5TlRNekxUWmtZakl0TkRjNE1DMWlOemczTFdSbU4yRmlZekZpTURJeFppSXNJbmR2Y210bWJHOTNTV1FpT2lJd09HRmlZalUzTWkxaU5qWTBMVFF6T0RndFltSTJOeTFtTkRabFpHUTJNamN5WVRRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWW1aa1pHWXhNelF0Wm1JMk5pMDBOMk0yTFRrMVlUUXRNVGN6WXpNNU5UWmhZek16SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -702,7 +834,7 @@ "no-cache" ], "x-ms-request-id": [ - "173abf3f-869d-4676-aa34-d2ca1ed12dbd" + "de75d197-d90b-451a-a2bd-f1462c29d80d" ], "X-Content-Type-Options": [ "nosniff" @@ -720,41 +852,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11994" ], "x-ms-correlation-request-id": [ - "e8cd1ac6-3978-4e32-ad5a-6cf54b640d63" + "09c60bc8-5916-442d-b413-cf79c4bd82e6" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235240Z:e8cd1ac6-3978-4e32-ad5a-6cf54b640d63" + "WESTUS:20200623T234222Z:09c60bc8-5916-442d-b413-cf79c4bd82e6" ], "Date": [ - "Wed, 03 Jul 2019 23:52:40 GMT" + "Tue, 23 Jun 2020 23:42:22 GMT" ], "Content-Length": [ - "446" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726/providers/microsoft.storagesync/storageSyncServices/sssps219/workflow/b2b5e4d7-9e1c-4c51-a19f-c4a90b3e911d/operationresults/b4c86191-8448-4ae5-a3d1-213191299fa4\",\r\n \"name\": \"b4c86191-8448-4ae5-a3d1-213191299fa4\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:52:20.9352034Z\",\r\n \"endTime\": \"2019-07-03T23:52:24.4213828Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIwOGFiYjU3Mi1iNjY0LTQzODgtYmI2Ny1mNDZlZGQ2MjcyYTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYmZkZGYxMzQtZmI2Ni00N2M2LTk1YTQtMTczYzM5NTZhYzMzIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIwOGFiYjU3Mi1iNjY0LTQzODgtYmI2Ny1mNDZlZGQ2MjcyYTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYmZkZGYxMzQtZmI2Ni00N2M2LTk1YTQtMTczYzM5NTZhYzMzIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:42:02.8228101Z\",\r\n \"endTime\": \"2020-06-23T23:42:06.3429617Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726/providers/microsoft.storagesync/storageSyncServices/sssps219/workflows/b2b5e4d7-9e1c-4c51-a19f-c4a90b3e911d/operations/b4c86191-8448-4ae5-a3d1-213191299fa4?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTcyNi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTkvd29ya2Zsb3dzL2IyYjVlNGQ3LTllMWMtNGM1MS1hMTlmLWM0YTkwYjNlOTExZC9vcGVyYXRpb25zL2I0Yzg2MTkxLTg0NDgtNGFlNS1hM2QxLTIxMzE5MTI5OWZhND9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIwOGFiYjU3Mi1iNjY0LTQzODgtYmI2Ny1mNDZlZGQ2MjcyYTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYmZkZGYxMzQtZmI2Ni00N2M2LTk1YTQtMTczYzM5NTZhYzMzIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltRXpOall5TlRNekxUWmtZakl0TkRjNE1DMWlOemczTFdSbU4yRmlZekZpTURJeFppSXNJbmR2Y210bWJHOTNTV1FpT2lJd09HRmlZalUzTWkxaU5qWTBMVFF6T0RndFltSTJOeTFtTkRabFpHUTJNamN5WVRRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWW1aa1pHWXhNelF0Wm1JMk5pMDBOMk0yTFRrMVlUUXRNVGN6WXpNNU5UWmhZek16SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -765,7 +897,7 @@ "no-cache" ], "x-ms-request-id": [ - "1ac16bba-677d-4b0c-838b-c7207687470b" + "5a92d94d-2d97-4c99-996f-265f6b6d2760" ], "X-Content-Type-Options": [ "nosniff" @@ -783,41 +915,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11993" ], "x-ms-correlation-request-id": [ - "90bfd7dd-68e8-433c-ae44-3a75fff708b3" + "f753d525-96de-4c6b-97b2-f7829a5579d6" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235251Z:90bfd7dd-68e8-433c-ae44-3a75fff708b3" + "WESTUS:20200623T234232Z:f753d525-96de-4c6b-97b2-f7829a5579d6" ], "Date": [ - "Wed, 03 Jul 2019 23:52:50 GMT" + "Tue, 23 Jun 2020 23:42:32 GMT" ], "Content-Length": [ - "446" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726/providers/microsoft.storagesync/storageSyncServices/sssps219/workflow/b2b5e4d7-9e1c-4c51-a19f-c4a90b3e911d/operationresults/b4c86191-8448-4ae5-a3d1-213191299fa4\",\r\n \"name\": \"b4c86191-8448-4ae5-a3d1-213191299fa4\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:52:20.9352034Z\",\r\n \"endTime\": \"2019-07-03T23:52:24.4213828Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIwOGFiYjU3Mi1iNjY0LTQzODgtYmI2Ny1mNDZlZGQ2MjcyYTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYmZkZGYxMzQtZmI2Ni00N2M2LTk1YTQtMTczYzM5NTZhYzMzIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIwOGFiYjU3Mi1iNjY0LTQzODgtYmI2Ny1mNDZlZGQ2MjcyYTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYmZkZGYxMzQtZmI2Ni00N2M2LTk1YTQtMTczYzM5NTZhYzMzIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:42:02.8228101Z\",\r\n \"endTime\": \"2020-06-23T23:42:06.3429617Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726/providers/microsoft.storagesync/storageSyncServices/sssps219/workflows/b2b5e4d7-9e1c-4c51-a19f-c4a90b3e911d/operations/b4c86191-8448-4ae5-a3d1-213191299fa4?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTcyNi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTkvd29ya2Zsb3dzL2IyYjVlNGQ3LTllMWMtNGM1MS1hMTlmLWM0YTkwYjNlOTExZC9vcGVyYXRpb25zL2I0Yzg2MTkxLTg0NDgtNGFlNS1hM2QxLTIxMzE5MTI5OWZhND9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIwOGFiYjU3Mi1iNjY0LTQzODgtYmI2Ny1mNDZlZGQ2MjcyYTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYmZkZGYxMzQtZmI2Ni00N2M2LTk1YTQtMTczYzM5NTZhYzMzIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltRXpOall5TlRNekxUWmtZakl0TkRjNE1DMWlOemczTFdSbU4yRmlZekZpTURJeFppSXNJbmR2Y210bWJHOTNTV1FpT2lJd09HRmlZalUzTWkxaU5qWTBMVFF6T0RndFltSTJOeTFtTkRabFpHUTJNamN5WVRRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWW1aa1pHWXhNelF0Wm1JMk5pMDBOMk0yTFRrMVlUUXRNVGN6WXpNNU5UWmhZek16SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -828,7 +960,7 @@ "no-cache" ], "x-ms-request-id": [ - "dca48e45-ee29-45c9-a685-d3a53ebeecc3" + "c81f25cd-bbb4-423f-9ba8-3db9bc0c4942" ], "X-Content-Type-Options": [ "nosniff" @@ -836,9 +968,6 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" - ], "Server": [ "Microsoft-IIS/10.0" ], @@ -848,39 +977,42 @@ "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], "x-ms-correlation-request-id": [ - "dd608047-9bd9-4a36-aa08-505c34b85add" + "d00b9022-36cd-4794-a4b8-f09d7b15fdc0" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235301Z:dd608047-9bd9-4a36-aa08-505c34b85add" + "WESTUS:20200623T234242Z:d00b9022-36cd-4794-a4b8-f09d7b15fdc0" ], "Date": [ - "Wed, 03 Jul 2019 23:53:01 GMT" + "Tue, 23 Jun 2020 23:42:42 GMT" ], "Content-Length": [ - "446" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726/providers/microsoft.storagesync/storageSyncServices/sssps219/workflow/b2b5e4d7-9e1c-4c51-a19f-c4a90b3e911d/operationresults/b4c86191-8448-4ae5-a3d1-213191299fa4\",\r\n \"name\": \"b4c86191-8448-4ae5-a3d1-213191299fa4\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:52:20.9352034Z\",\r\n \"endTime\": \"2019-07-03T23:52:24.4213828Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIwOGFiYjU3Mi1iNjY0LTQzODgtYmI2Ny1mNDZlZGQ2MjcyYTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYmZkZGYxMzQtZmI2Ni00N2M2LTk1YTQtMTczYzM5NTZhYzMzIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIwOGFiYjU3Mi1iNjY0LTQzODgtYmI2Ny1mNDZlZGQ2MjcyYTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYmZkZGYxMzQtZmI2Ni00N2M2LTk1YTQtMTczYzM5NTZhYzMzIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:42:02.8228101Z\",\r\n \"endTime\": \"2020-06-23T23:42:06.3429617Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726/providers/microsoft.storagesync/storageSyncServices/sssps219/workflows/b2b5e4d7-9e1c-4c51-a19f-c4a90b3e911d/operations/b4c86191-8448-4ae5-a3d1-213191299fa4?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTcyNi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTkvd29ya2Zsb3dzL2IyYjVlNGQ3LTllMWMtNGM1MS1hMTlmLWM0YTkwYjNlOTExZC9vcGVyYXRpb25zL2I0Yzg2MTkxLTg0NDgtNGFlNS1hM2QxLTIxMzE5MTI5OWZhND9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIwOGFiYjU3Mi1iNjY0LTQzODgtYmI2Ny1mNDZlZGQ2MjcyYTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYmZkZGYxMzQtZmI2Ni00N2M2LTk1YTQtMTczYzM5NTZhYzMzIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltRXpOall5TlRNekxUWmtZakl0TkRjNE1DMWlOemczTFdSbU4yRmlZekZpTURJeFppSXNJbmR2Y210bWJHOTNTV1FpT2lJd09HRmlZalUzTWkxaU5qWTBMVFF6T0RndFltSTJOeTFtTkRabFpHUTJNamN5WVRRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWW1aa1pHWXhNelF0Wm1JMk5pMDBOMk0yTFRrMVlUUXRNVGN6WXpNNU5UWmhZek16SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -891,7 +1023,7 @@ "no-cache" ], "x-ms-request-id": [ - "43e33d8c-adaa-4cf1-a5fa-316adc0b0896" + "bcfd71f5-e2b8-48fc-a0e5-26e60d8736d6" ], "X-Content-Type-Options": [ "nosniff" @@ -909,41 +1041,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11991" ], "x-ms-correlation-request-id": [ - "510fc823-499e-4523-814a-d78de54f7979" + "f225e12c-c586-4840-ad45-85544ef64530" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235312Z:510fc823-499e-4523-814a-d78de54f7979" + "WESTUS:20200623T234253Z:f225e12c-c586-4840-ad45-85544ef64530" ], "Date": [ - "Wed, 03 Jul 2019 23:53:11 GMT" + "Tue, 23 Jun 2020 23:42:52 GMT" ], "Content-Length": [ - "446" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726/providers/microsoft.storagesync/storageSyncServices/sssps219/workflow/b2b5e4d7-9e1c-4c51-a19f-c4a90b3e911d/operationresults/b4c86191-8448-4ae5-a3d1-213191299fa4\",\r\n \"name\": \"b4c86191-8448-4ae5-a3d1-213191299fa4\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T23:52:20.9352034Z\",\r\n \"endTime\": \"2019-07-03T23:53:09.4938139Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIwOGFiYjU3Mi1iNjY0LTQzODgtYmI2Ny1mNDZlZGQ2MjcyYTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYmZkZGYxMzQtZmI2Ni00N2M2LTk1YTQtMTczYzM5NTZhYzMzIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIwOGFiYjU3Mi1iNjY0LTQzODgtYmI2Ny1mNDZlZGQ2MjcyYTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYmZkZGYxMzQtZmI2Ni00N2M2LTk1YTQtMTczYzM5NTZhYzMzIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:42:02.8228101Z\",\r\n \"endTime\": \"2020-06-23T23:42:51.4902798Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726/providers/microsoft.storagesync/storageSyncServices/sssps219/workflows/b2b5e4d7-9e1c-4c51-a19f-c4a90b3e911d/operationresults/b4c86191-8448-4ae5-a3d1-213191299fa4?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTcyNi9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTkvd29ya2Zsb3dzL2IyYjVlNGQ3LTllMWMtNGM1MS1hMTlmLWM0YTkwYjNlOTExZC9vcGVyYXRpb25yZXN1bHRzL2I0Yzg2MTkxLTg0NDgtNGFlNS1hM2QxLTIxMzE5MTI5OWZhND9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIwOGFiYjU3Mi1iNjY0LTQzODgtYmI2Ny1mNDZlZGQ2MjcyYTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYmZkZGYxMzQtZmI2Ni00N2M2LTk1YTQtMTczYzM5NTZhYzMzIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltRXpOall5TlRNekxUWmtZakl0TkRjNE1DMWlOemczTFdSbU4yRmlZekZpTURJeFppSXNJbmR2Y210bWJHOTNTV1FpT2lJd09HRmlZalUzTWkxaU5qWTBMVFF6T0RndFltSTJOeTFtTkRabFpHUTJNamN5WVRRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWW1aa1pHWXhNelF0Wm1JMk5pMDBOMk0yTFRrMVlUUXRNVGN6WXpNNU5UWmhZek16SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -954,7 +1086,7 @@ "no-cache" ], "x-ms-request-id": [ - "bb91be18-91fc-497c-8ef6-0bf5063d0f60" + "3223c38b-ba61-4b5e-a359-ef4d77c816d3" ], "X-Content-Type-Options": [ "nosniff" @@ -972,16 +1104,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11990" ], "x-ms-correlation-request-id": [ - "13dea0b5-c002-4748-a692-5a1e10060d0b" + "b651ff2a-05f6-4508-a7ed-48718f59f0d8" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235312Z:13dea0b5-c002-4748-a692-5a1e10060d0b" + "WESTUS:20200623T234253Z:b651ff2a-05f6-4508-a7ed-48718f59f0d8" ], "Date": [ - "Wed, 03 Jul 2019 23:53:11 GMT" + "Tue, 23 Jun 2020 23:42:53 GMT" ], "Expires": [ "-1" @@ -994,22 +1126,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726/providers/Microsoft.StorageSync/storageSyncServices/sssps219?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTcyNi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMTk/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3865/providers/Microsoft.StorageSync/storageSyncServices/sssps7975?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzg2NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3OTc1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2450e6a4-bb4f-4369-8934-0c5115c749bc" + "172f4106-336a-4de4-99ae-d72b45ff4c77" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1019,8 +1151,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIxNGVlNmI4MC1jMWE0LTQ4ODMtYmRhMy0zOWQ0YmY2NTgyOTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDdlNjdkNWQtNDVlMi00ZmM4LTljZmEtMTQ1MGQyZmU2OGQyIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIxNGVlNmI4MC1jMWE0LTQ4ODMtYmRhMy0zOWQ0YmY2NTgyOTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDdlNjdkNWQtNDVlMi00ZmM4LTljZmEtMTQ1MGQyZmU2OGQyIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "3e82c8f7-57bd-402b-ad71-cebee8759b29" + "cfa9c6b0-c248-4777-918b-80de6f641059" ], "X-Content-Type-Options": [ "nosniff" @@ -1041,13 +1182,13 @@ "14997" ], "x-ms-correlation-request-id": [ - "2b330548-1e8a-4f49-b8d6-d666219a30fa" + "9616d434-c7e0-4c0e-aabc-a40c0b2a204d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235313Z:2b330548-1e8a-4f49-b8d6-d666219a30fa" + "WESTUS:20200623T234253Z:9616d434-c7e0-4c0e-aabc-a40c0b2a204d" ], "Date": [ - "Wed, 03 Jul 2019 23:53:12 GMT" + "Tue, 23 Jun 2020 23:42:53 GMT" ], "Expires": [ "-1" @@ -1057,25 +1198,148 @@ ] }, "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIxNGVlNmI4MC1jMWE0LTQ4ODMtYmRhMy0zOWQ0YmY2NTgyOTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDdlNjdkNWQtNDVlMi00ZmM4LTljZmEtMTQ1MGQyZmU2OGQyIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltRXpOall5TlRNekxUWmtZakl0TkRjNE1DMWlOemczTFdSbU4yRmlZekZpTURJeFppSXNJbmR2Y210bWJHOTNTV1FpT2lJeE5HVmxObUk0TUMxak1XRTBMVFE0T0RNdFltUmhNeTB6T1dRMFltWTJOVGd5T1RRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTURkbE5qZGtOV1F0TkRWbE1pMDBabU00TFRsalptRXRNVFExTUdReVptVTJPR1F5SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "3855d3be-9292-46d9-9ad9-0916a89a3568" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11989" + ], + "x-ms-correlation-request-id": [ + "1f16aebe-5a43-43d0-8c96-356843fff6cd" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T234304Z:1f16aebe-5a43-43d0-8c96-356843fff6cd" + ], + "Date": [ + "Tue, 23 Jun 2020 23:43:03 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIxNGVlNmI4MC1jMWE0LTQ4ODMtYmRhMy0zOWQ0YmY2NTgyOTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDdlNjdkNWQtNDVlMi00ZmM4LTljZmEtMTQ1MGQyZmU2OGQyIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIxNGVlNmI4MC1jMWE0LTQ4ODMtYmRhMy0zOWQ0YmY2NTgyOTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDdlNjdkNWQtNDVlMi00ZmM4LTljZmEtMTQ1MGQyZmU2OGQyIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:42:55.7253097Z\",\r\n \"endTime\": \"2020-06-23T23:43:01.6309092Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTcyNi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImEzNjYyNTMzLTZkYjItNDc4MC1iNzg3LWRmN2FiYzFiMDIxZiIsIndvcmtmbG93SWQiOiIxNGVlNmI4MC1jMWE0LTQ4ODMtYmRhMy0zOWQ0YmY2NTgyOTQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDdlNjdkNWQtNDVlMi00ZmM4LTljZmEtMTQ1MGQyZmU2OGQyIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltRXpOall5TlRNekxUWmtZakl0TkRjNE1DMWlOemczTFdSbU4yRmlZekZpTURJeFppSXNJbmR2Y210bWJHOTNTV1FpT2lJeE5HVmxObUk0TUMxak1XRTBMVFE0T0RNdFltUmhNeTB6T1dRMFltWTJOVGd5T1RRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTURkbE5qZGtOV1F0TkRWbE1pMDBabU00TFRsalptRXRNVFExTUdReVptVTJPR1F5SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "18984134-af50-456e-a9f5-f42fa737d80b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11988" + ], + "x-ms-correlation-request-id": [ + "81a0565f-418f-4ae3-84b6-4ac4750462fa" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T234304Z:81a0565f-418f-4ae3-84b6-4ac4750462fa" + ], + "Date": [ + "Tue, 23 Jun 2020 23:43:03 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3865/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzg2NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9a577196-b31a-4ffa-905b-dcc13201b41e" + "76ce2350-2d22-457f-be42-c15161381ea2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1085,57 +1349,66 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" - ], "x-ms-request-id": [ - "290643f2-ab67-4c71-8c37-a09516213bfe" + "51a2eb41-abba-4f8c-a419-b7bc8d528ee5" ], - "x-ms-correlation-request-id": [ - "290643f2-ab67-4c71-8c37-a09516213bfe" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T235313Z:290643f2-ab67-4c71-8c37-a09516213bfe" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-correlation-request-id": [ + "ed132c64-4fb4-46e1-8f16-8f6a1c79f188" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T234304Z:ed132c64-4fb4-46e1-8f16-8f6a1c79f188" ], "Date": [ - "Wed, 03 Jul 2019 23:53:12 GMT" + "Tue, 23 Jun 2020 23:43:04 GMT" + ], + "Content-Length": [ + "19" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps1726?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMTcyNj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps3865?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzMzg2NT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "04ad87d0-ed36-440e-b679-e004ccd3ff83" + "89101f96-9883-4df2-bd29-b2035e015f85" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1146,7 +1419,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE3MjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -1155,13 +1428,13 @@ "14996" ], "x-ms-request-id": [ - "68fc5ad7-5aab-4001-a4d8-74275af30251" + "7fc8140b-e1d1-4fea-8f7a-4156b2854f5a" ], "x-ms-correlation-request-id": [ - "68fc5ad7-5aab-4001-a4d8-74275af30251" + "7fc8140b-e1d1-4fea-8f7a-4156b2854f5a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235314Z:68fc5ad7-5aab-4001-a4d8-74275af30251" + "WESTUS:20200623T234304Z:7fc8140b-e1d1-4fea-8f7a-4156b2854f5a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1170,7 +1443,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:53:13 GMT" + "Tue, 23 Jun 2020 23:43:04 GMT" ], "Expires": [ "-1" @@ -1183,16 +1456,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE3MjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFM01qWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE5qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1203,22 +1476,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE3MjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11986" ], "x-ms-request-id": [ - "83206b07-976a-4484-8d00-a614c9f5bb03" + "faa98afd-ac18-4f4a-8129-099703a91f8a" ], "x-ms-correlation-request-id": [ - "83206b07-976a-4484-8d00-a614c9f5bb03" + "faa98afd-ac18-4f4a-8129-099703a91f8a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235329Z:83206b07-976a-4484-8d00-a614c9f5bb03" + "WESTUS:20200623T234319Z:faa98afd-ac18-4f4a-8129-099703a91f8a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1227,7 +1500,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:53:28 GMT" + "Tue, 23 Jun 2020 23:43:19 GMT" ], "Expires": [ "-1" @@ -1240,16 +1513,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE3MjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFM01qWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE5qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1260,22 +1533,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE3MjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11985" ], "x-ms-request-id": [ - "57a41982-ac3e-4576-b9b4-a0765150a64c" + "228fd205-8092-4ac1-ba79-9f0d8dbe322a" ], "x-ms-correlation-request-id": [ - "57a41982-ac3e-4576-b9b4-a0765150a64c" + "228fd205-8092-4ac1-ba79-9f0d8dbe322a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235344Z:57a41982-ac3e-4576-b9b4-a0765150a64c" + "WESTUS:20200623T234334Z:228fd205-8092-4ac1-ba79-9f0d8dbe322a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1284,7 +1557,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:53:44 GMT" + "Tue, 23 Jun 2020 23:43:34 GMT" ], "Expires": [ "-1" @@ -1297,16 +1570,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE3MjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFM01qWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE5qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1317,16 +1590,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11984" ], "x-ms-request-id": [ - "ae036543-6761-44e2-b038-2a6a5c8b80d6" + "7d9ea829-71ff-40cb-af41-fa70d548f628" ], "x-ms-correlation-request-id": [ - "ae036543-6761-44e2-b038-2a6a5c8b80d6" + "7d9ea829-71ff-40cb-af41-fa70d548f628" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235359Z:ae036543-6761-44e2-b038-2a6a5c8b80d6" + "WESTUS:20200623T234349Z:7d9ea829-71ff-40cb-af41-fa70d548f628" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1335,7 +1608,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:53:59 GMT" + "Tue, 23 Jun 2020 23:43:49 GMT" ], "Expires": [ "-1" @@ -1348,16 +1621,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE3MjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFM01qWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4NjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE5qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1368,16 +1641,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11983" ], "x-ms-request-id": [ - "1ce68133-1be7-4ecf-9822-646e25faaba2" + "12206dc1-cdba-41d6-aa23-96f1c74f962a" ], "x-ms-correlation-request-id": [ - "1ce68133-1be7-4ecf-9822-646e25faaba2" + "12206dc1-cdba-41d6-aa23-96f1c74f962a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T235359Z:1ce68133-1be7-4ecf-9822-646e25faaba2" + "WESTUS:20200623T234350Z:12206dc1-cdba-41d6-aa23-96f1c74f962a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1386,7 +1659,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:53:59 GMT" + "Tue, 23 Jun 2020 23:43:49 GMT" ], "Expires": [ "-1" @@ -1401,14 +1674,14 @@ ], "Names": { "Test-RemoveRegisteredServerInputObject": [ - "ps1726", - "ps219" + "ps3865", + "ps7975" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "", - "SyncServerId": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1726/providers/Microsoft.StorageSync/storageSyncServices/sssps219/registeredServers/DC8CF7F4-F524-4799-BA3B-FFA8F0302A53" + "SyncServerId": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3865/providers/Microsoft.StorageSync/storageSyncServices/sssps7975/registeredServers/9ECC90B9-A1B8-4475-ACB2-4D2ADF54945B" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestRemoveRegisteredServerResourceId.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestRemoveRegisteredServerResourceId.json index 715bf065da61..640aff7fb9ca 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestRemoveRegisteredServerResourceId.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.RegisteredServerTests/TestRemoveRegisteredServerResourceId.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7919ce69-ce12-4298-8594-7d0a97057247" + "028e64a5-77fe-4827-a527-b579b0462d90" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "dcdd38dd-56c7-416d-8914-805a1b50f0ce" + "24cf403f-e143-45f2-bd83-14fd01d1a0d8" ], "x-ms-correlation-request-id": [ - "dcdd38dd-56c7-416d-8914-805a1b50f0ce" + "24cf403f-e143-45f2-bd83-14fd01d1a0d8" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234606Z:dcdd38dd-56c7-416d-8914-805a1b50f0ce" + "WESTUS:20200623T233231Z:24cf403f-e143-45f2-bd83-14fd01d1a0d8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:46:06 GMT" + "Tue, 23 Jun 2020 23:32:31 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\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\": \"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\": \"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\": \"notifyResourceJobs\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\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 ]\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-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-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-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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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-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-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 },\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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "95aaec81-d82f-4bc4-9f0f-38d0c37ca0a1" + "b6ad9ee7-b344-4f4a-8d8b-67f68693d403" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "7b3ae387-2cd8-41c3-8631-36f150cb84be" + "982658fd-6098-4bda-93b1-bf0460130b1d" ], "x-ms-correlation-request-id": [ - "7b3ae387-2cd8-41c3-8631-36f150cb84be" + "982658fd-6098-4bda-93b1-bf0460130b1d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234607Z:7b3ae387-2cd8-41c3-8631-36f150cb84be" + "WESTUS:20200623T233231Z:982658fd-6098-4bda-93b1-bf0460130b1d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:46:06 GMT" + "Tue, 23 Jun 2020 23:32:31 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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-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-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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 \"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 \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps143?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMTQzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps9985?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzOTk4NT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "bd3bcfc3-d029-4755-b128-0e53bdc095a8" + "93cf40fa-d92b-478b-9b7f-c4516bcf2aca" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,13 +156,13 @@ "1199" ], "x-ms-request-id": [ - "9e417ec4-5e28-40fd-b26c-0e562f7daebd" + "13f08296-0a17-43bd-81d8-5deeb939a78d" ], "x-ms-correlation-request-id": [ - "9e417ec4-5e28-40fd-b26c-0e562f7daebd" + "13f08296-0a17-43bd-81d8-5deeb939a78d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234609Z:9e417ec4-5e28-40fd-b26c-0e562f7daebd" + "WESTUS:20200623T233231Z:13f08296-0a17-43bd-81d8-5deeb939a78d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,10 +171,10 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:46:08 GMT" + "Tue, 23 Jun 2020 23:32:31 GMT" ], "Content-Length": [ - "163" + "165" ], "Content-Type": [ "application/json; charset=utf-8" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143\",\r\n \"name\": \"ps143\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9985\",\r\n \"name\": \"ps9985\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps1285\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps2482\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b7a18998-2c10-4440-be01-1b263b1512f4" + "dd4565ad-441a-4b4c-afcb-402db1e80547" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "8ee92e89-3e37-4ef2-b57a-3f5063f9ff03" + "46d158a3-168e-4db1-9114-f40ed8bf9c62" ], "X-Content-Type-Options": [ "nosniff" @@ -240,50 +240,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "5d60f4a5-caef-414e-ab33-a924df3fa6e5" + "d9dcdb0b-09b8-49a1-92af-ebab10f6fb1e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234610Z:5d60f4a5-caef-414e-ab33-a924df3fa6e5" + "WESTUS:20200623T233232Z:d9dcdb0b-09b8-49a1-92af-ebab10f6fb1e" ], "Date": [ - "Wed, 03 Jul 2019 23:46:09 GMT" + "Tue, 23 Jun 2020 23:32:32 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143/providers/Microsoft.StorageSync/storageSyncServices/sssps1285?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczEyODU/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9985/providers/Microsoft.StorageSync/storageSyncServices/sssps2482?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTk4NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDgyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6ab27a82-b6b3-42c3-8950-2de6a3253054" + "068da030-2f99-4c4d-874d-fe35cffee488" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiIyY2U0MmRlOS03NzgxLTQ0OTUtYjBlNi01ODM4NTRkNDc1NzgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWFhZjAyMTctZTFlYi00YTUwLWFkMDEtYmI2ZGU3YzUzZTViIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiIyY2U0MmRlOS03NzgxLTQ0OTUtYjBlNi01ODM4NTRkNDc1NzgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWFhZjAyMTctZTFlYi00YTUwLWFkMDEtYmI2ZGU3YzUzZTViIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "6b0592ae-5c60-433f-819b-752eaec168a2" + "1bde0498-b650-4511-b2e5-b333a3b42c39" ], "X-Content-Type-Options": [ "nosniff" @@ -315,50 +324,173 @@ "1199" ], "x-ms-correlation-request-id": [ - "ab92280d-aa06-4c68-9e01-f068bbd47bc9" + "fbbf9cf3-516b-459d-8e7a-e0f7bf33ada3" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234610Z:ab92280d-aa06-4c68-9e01-f068bbd47bc9" + "WESTUS:20200623T233233Z:fbbf9cf3-516b-459d-8e7a-e0f7bf33ada3" ], "Date": [ - "Wed, 03 Jul 2019 23:46:10 GMT" + "Tue, 23 Jun 2020 23:32:33 GMT" + ], + "Expires": [ + "-1" ], "Content-Length": [ - "328" + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiIyY2U0MmRlOS03NzgxLTQ0OTUtYjBlNi01ODM4NTRkNDc1NzgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWFhZjAyMTctZTFlYi00YTUwLWFkMDEtYmI2ZGU3YzUzZTViIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqaGtPRFU1TWpkbUxUZzJabVF0TkRjM05DMDRNekpqTFRjek5Ea3daRGRpTkRabVlpSXNJbmR2Y210bWJHOTNTV1FpT2lJeVkyVTBNbVJsT1MwM056Z3hMVFEwT1RVdFlqQmxOaTAxT0RNNE5UUmtORGMxTnpnaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT1dGaFpqQXlNVGN0WlRGbFlpMDBZVFV3TFdGa01ERXRZbUkyWkdVM1l6VXpaVFZpSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "37084688-87b0-46ca-ba85-e0626707406b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "9f3239fe-0d75-4608-8c01-b902b81e7f55" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T233243Z:9f3239fe-0d75-4608-8c01-b902b81e7f55" + ], + "Date": [ + "Tue, 23 Jun 2020 23:32:43 GMT" + ], + "Content-Length": [ + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143/providers/microsoft.storagesync/storageSyncServices/sssps1285\",\r\n \"name\": \"sssps1285\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiIyY2U0MmRlOS03NzgxLTQ0OTUtYjBlNi01ODM4NTRkNDc1NzgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWFhZjAyMTctZTFlYi00YTUwLWFkMDEtYmI2ZGU3YzUzZTViIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiIyY2U0MmRlOS03NzgxLTQ0OTUtYjBlNi01ODM4NTRkNDc1NzgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWFhZjAyMTctZTFlYi00YTUwLWFkMDEtYmI2ZGU3YzUzZTViIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:32:33.7493119Z\",\r\n \"endTime\": \"2020-06-23T23:32:40.1045135Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143/providers/Microsoft.StorageSync/storageSyncServices/sssps1285/registeredServers/1ff4cf07-d4ce-41c3-8d7a-949618448799?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczEyODUvcmVnaXN0ZXJlZFNlcnZlcnMvMWZmNGNmMDctZDRjZS00MWMzLThkN2EtOTQ5NjE4NDQ4Nzk5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9985/providers/Microsoft.StorageSync/storageSyncServices/sssps2482?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTk4NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDgyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "702bedd0-3d72-4f7f-a65b-85ab5a2e8140" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "f5ddbec8-3705-4ce5-b437-6fb11a8d83e1" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T233243Z:f5ddbec8-3705-4ce5-b437-6fb11a8d83e1" + ], + "Date": [ + "Tue, 23 Jun 2020 23:32:43 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps2482/workflows/2ce42de9-7781-4495-b0e6-583854d47578\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9985/providers/microsoft.storagesync/storageSyncServices/sssps2482\",\r\n \"name\": \"sssps2482\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9985/providers/Microsoft.StorageSync/storageSyncServices/sssps2482/registeredServers/2c398e5f-5560-4f4c-9180-ab19093a48b0?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTk4NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDgyL3JlZ2lzdGVyZWRTZXJ2ZXJzLzJjMzk4ZTVmLTU1NjAtNGY0Yy05MTgwLWFiMTkwOTNhNDhiMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDGDCCAgCgAwIBAgIQZrMnSW/lG5xELR7EikisXDANBgkqhkiG9w0BAQ0FADA0MTIwMAYDVQQDEylhbmRyZXlhemRldm9wcy5yZWRtb25kLmNvcnAubWljcm9zb2Z0LmNvbTAeFw0xOTA1MjkwMjEyNDlaFw0yMDA1MjkwMjEyNDlaMDQxMjAwBgNVBAMTKWFuZHJleWF6ZGV2b3BzLnJlZG1vbmQuY29ycC5taWNyb3NvZnQuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzWEfgMvao6tCt/lexsMFViVxCCoJbLClwvqfWN79eFc3bmXBtERIvKTlb1TqAigp5VjP021TaQsyN/K2t8qr2rAdlaeJtCXNSILe3+ForYGcQOP0p802kFXkhMUojfX8jGs1BLQTsUoKN4UtuxWIhpb7Iw00rT7wchTg6Yk+ULCRFAlxOQHZI0drM13tDO4kz0BRbTCoSvazS3O570p8sMrWFra6P1/HG1f7sIQP5txw205siGb5FpB0u16qD/z0d7tfMGv+JIqAb6InI393dj2FtbzExkkiBUFXWaH9czGkAFyWuzkECb0WEEK+7oTOrLlo0dh0bp6nxlZ+G7FLfQIDAQABoyYwJDAiBgNVHSUBAf8EGDAWBggrBgEFBQcDAgYKKwYBBAGCNwoDDDANBgkqhkiG9w0BAQ0FAAOCAQEAEn8WHN0h00/Vem50CnwXwnty0vGwu2v3plD1m0mw+3jCtDUTa/tF/a7jTVTCtK6VdqNP6tp/f+GflNRmZWIK/6DIEntouzL++7M5hArcJj01t0S0Vc+0FN3b2wuBuJUYWxR5Q8bNHStOm7l6nXjQ96k1fH/L/hu0dmhciak8LUEIowhSiIpnB3C9AGFuPi9DqjKdWxxzIPLybiDidgUfGbcCNHaZXvcNqNq4zpzeFPTi3VBEOXHIJhk0fT3iWjwvBwtUxPJJs3FIRZFWQa/cgEvBWrYMem98lqKNdmGDJP11OmUeAqJQTe+iSX9pDFzpEj/lM/tIjEh9fwKXuoO1uw==\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"7/3/2019 4:46:11 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"1ff4cf07-d4ce-41c3-8d7a-949618448799\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDEDCCAfigAwIBAgIQHMX6MF8k1YRIo40AAPKx/TANBgkqhkiG9w0BAQ0FADAwMS4wLAYDVQQDEyVhbmt1c2hiLXZtMDIubnRkZXYuY29ycC5taWNyb3NvZnQuY29tMB4XDTIwMDEyNzE5NTkwN1oXDTIxMDEyNzE5NTkwN1owMDEuMCwGA1UEAxMlYW5rdXNoYi12bTAyLm50ZGV2LmNvcnAubWljcm9zb2Z0LmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOGKtANwb+dUXi5QVPKCUkpcWJ1/s18EqVBGRaQvIE518p7zWSfnk79FOerjfCT6kDBZPccnxBHK3hZZNgxrAkgv0LeDIEwHDvttYbcMfUzq1VviGnPuKWTsFkIAkG+8IehxX9eB/kBlkoyriziQXg4Bz74HBaQWlZeC65R6Tp8XcuO8HuKtnT3RfV6365pPHq4yp/N5e3NLxDoG1AKXEs8NtDkw2xOltLCu3qluV/AUX343pDEkLV3F8IOu3I7cU+NA/WzCF7UcZ8ZOhS5klMVNiUwCFsUdFUAXh9ufXEBs50IcVJlZU6ZUADbmrqaqpYtD94aKQeFsBlnou5s1A/kCAwEAAaMmMCQwIgYDVR0lAQH/BBgwFgYIKwYBBQUHAwIGCisGAQQBgjcKAwwwDQYJKoZIhvcNAQENBQADggEBAH7p2XFxnOdk/lbNBKW7nmjsjE5BeBU/OlBhKCUrmmY+fk3FvAYSs2jaJKqgZjxek/KdNf2UZMXztg8joF5s1Pdg6ICxJqc1t4gJunHUOoTHHyrotMyt6xJnClRCNqshA0n2z304hjKXcyCoLopemMFpOPEg2oG+EOuvwK/g1gAavGbmYJQc82uNF1LKNMmNfQ4Nn48dKLKg65SHgU+BISlCjHb/6NRTpTmK5acUOlHSrhGsJYCBsN1xJOzwxssXAoy25ebjajvnGcsC9k2HwLZWaSGsPuwWPfEtPPHjNRDrnaNLjSu2zc0uxZza8JWlE0pWD2kyf9OjyD1V0PxtZuM=\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"6/23/2020 4:32:43 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"2c398e5f-5560-4f4c-9180-ab19093a48b0\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e8b0614d-192f-46d0-bc47-66fed360cd36" + "49b5cedc-0e5a-41d7-b8b7-ea249721dce4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1452" + "1437" ] }, "ResponseHeaders": { @@ -369,16 +501,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143/providers/microsoft.storagesync/storageSyncServices/sssps1285/workflows/3b9e5dfd-7b93-469c-a0dd-f01e770813ef/operationresults/d648173b-0527-404d-bf53-1aafc520421b?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiI3ZDBlMTJkMy02OTJiLTRlNTQtOTRiNi1lZGNjMzI3ZTQ4MDIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDRmZTA1MTQtYjlkZi00NWJjLTg4OGItNTllY2U1NDZlOGM4In0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143/providers/microsoft.storagesync/storageSyncServices/sssps1285/workflows/3b9e5dfd-7b93-469c-a0dd-f01e770813ef/operations/d648173b-0527-404d-bf53-1aafc520421b?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiI3ZDBlMTJkMy02OTJiLTRlNTQtOTRiNi1lZGNjMzI3ZTQ4MDIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDRmZTA1MTQtYjlkZi00NWJjLTg4OGItNTllY2U1NDZlOGM4In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "1bf54357-4667-4a66-a4d7-39842d58e782" + "a646d8ee-b1ca-4be5-9a9d-c61eadebd709" ], "X-Content-Type-Options": [ "nosniff" @@ -399,13 +531,13 @@ "1198" ], "x-ms-correlation-request-id": [ - "4083a7e5-79ce-4af2-b0f0-902493af7ac2" + "26a29a23-de5d-4d74-aef8-dd6eaf7673f4" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234611Z:4083a7e5-79ce-4af2-b0f0-902493af7ac2" + "WESTUS:20200623T233244Z:26a29a23-de5d-4d74-aef8-dd6eaf7673f4" ], "Date": [ - "Wed, 03 Jul 2019 23:46:10 GMT" + "Tue, 23 Jun 2020 23:32:43 GMT" ], "Expires": [ "-1" @@ -418,16 +550,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143/providers/microsoft.storagesync/storageSyncServices/sssps1285/workflows/3b9e5dfd-7b93-469c-a0dd-f01e770813ef/operations/d648173b-0527-404d-bf53-1aafc520421b?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTQzL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczEyODUvd29ya2Zsb3dzLzNiOWU1ZGZkLTdiOTMtNDY5Yy1hMGRkLWYwMWU3NzA4MTNlZi9vcGVyYXRpb25zL2Q2NDgxNzNiLTA1MjctNDA0ZC1iZjUzLTFhYWZjNTIwNDIxYj9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiI3ZDBlMTJkMy02OTJiLTRlNTQtOTRiNi1lZGNjMzI3ZTQ4MDIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDRmZTA1MTQtYjlkZi00NWJjLTg4OGItNTllY2U1NDZlOGM4In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqaGtPRFU1TWpkbUxUZzJabVF0TkRjM05DMDRNekpqTFRjek5Ea3daRGRpTkRabVlpSXNJbmR2Y210bWJHOTNTV1FpT2lJM1pEQmxNVEprTXkwMk9USmlMVFJsTlRRdE9UUmlOaTFsWkdOak16STNaVFE0TURJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTURSbVpUQTFNVFF0WWpsa1ppMDBOV0pqTFRnNE9HSXROVGxsWTJVMU5EWmxPR000SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -438,7 +570,7 @@ "no-cache" ], "x-ms-request-id": [ - "c7b6dd4b-c4a4-427b-97b0-f34492ff0c82" + "ef6a5a7d-ad4b-4744-b3be-8b20e1e8b17a" ], "X-Content-Type-Options": [ "nosniff" @@ -456,41 +588,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-correlation-request-id": [ - "2a907a14-32f1-46cf-a9cb-b51b9b4e5a62" + "76cc6177-b750-4d6d-be2f-4cdc2c7d4187" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234622Z:2a907a14-32f1-46cf-a9cb-b51b9b4e5a62" + "WESTUS:20200623T233254Z:76cc6177-b750-4d6d-be2f-4cdc2c7d4187" ], "Date": [ - "Wed, 03 Jul 2019 23:46:21 GMT" + "Tue, 23 Jun 2020 23:32:54 GMT" ], "Content-Length": [ - "445" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143/providers/microsoft.storagesync/storageSyncServices/sssps1285/workflow/3b9e5dfd-7b93-469c-a0dd-f01e770813ef/operationresults/d648173b-0527-404d-bf53-1aafc520421b\",\r\n \"name\": \"d648173b-0527-404d-bf53-1aafc520421b\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T23:46:12.2637234Z\",\r\n \"endTime\": \"2019-07-03T23:46:15.809925Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiI3ZDBlMTJkMy02OTJiLTRlNTQtOTRiNi1lZGNjMzI3ZTQ4MDIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDRmZTA1MTQtYjlkZi00NWJjLTg4OGItNTllY2U1NDZlOGM4In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiI3ZDBlMTJkMy02OTJiLTRlNTQtOTRiNi1lZGNjMzI3ZTQ4MDIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDRmZTA1MTQtYjlkZi00NWJjLTg4OGItNTllY2U1NDZlOGM4In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:32:44.3265245Z\",\r\n \"endTime\": \"2020-06-23T23:32:47.7881696Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143/providers/Microsoft.StorageSync/storageSyncServices/sssps1285/registeredServers/1ff4cf07-d4ce-41c3-8d7a-949618448799?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczEyODUvcmVnaXN0ZXJlZFNlcnZlcnMvMWZmNGNmMDctZDRjZS00MWMzLThkN2EtOTQ5NjE4NDQ4Nzk5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9985/providers/Microsoft.StorageSync/storageSyncServices/sssps2482/registeredServers/2c398e5f-5560-4f4c-9180-ab19093a48b0?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTk4NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDgyL3JlZ2lzdGVyZWRTZXJ2ZXJzLzJjMzk4ZTVmLTU1NjAtNGY0Yy05MTgwLWFiMTkwOTNhNDhiMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -501,7 +633,7 @@ "no-cache" ], "x-ms-request-id": [ - "1dc1eb55-c9bf-498a-9d2f-59e9e7d39c5e" + "d6817101-c810-426a-8122-c0879ed3f0cb" ], "X-Content-Type-Options": [ "nosniff" @@ -519,47 +651,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11996" ], "x-ms-correlation-request-id": [ - "6b703efd-f625-47c7-a42d-92dce180aaf4" + "660f3ba0-812e-4e8a-aabc-414c885d7f6e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234622Z:6b703efd-f625-47c7-a42d-92dce180aaf4" + "WESTUS:20200623T233254Z:660f3ba0-812e-4e8a-aabc-414c885d7f6e" ], "Date": [ - "Wed, 03 Jul 2019 23:46:21 GMT" + "Tue, 23 Jun 2020 23:32:54 GMT" ], "Content-Length": [ - "13367" + "13498" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": null,\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"agentVersionStatus\": null,\r\n \"agentVersionExpirationDate\": null,\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2019-07-03T16:46:15.5459971-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"1ff4cf07-d4ce-41c3-8d7a-949618448799\",\r\n \"storageSyncServiceUid\": \"58761ac6-f2c1-4524-be39-a70877e84510\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps1285/workflows/3b9e5dfd-7b93-469c-a0dd-f01e770813ef\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143/providers/microsoft.storagesync/storageSyncServices/sssps1285/registeredServers/1ff4cf07-d4ce-41c3-8d7a-949618448799\",\r\n \"name\": \"1ff4cf07-d4ce-41c3-8d7a-949618448799\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2020-06-23T16:32:47.5711952-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"2c398e5f-5560-4f4c-9180-ab19093a48b0\",\r\n \"storageSyncServiceUid\": \"8d85927f-86fd-4774-832c-73490d7b46fb\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps2482/workflows/7d0e12d3-692b-4e54-94b6-edcc327e4802\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\",\r\n \"monitoringEndpointUri\": \"https://euap01.afs.azure.net:443/\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9985/providers/microsoft.storagesync/storageSyncServices/sssps2482/registeredServers/2c398e5f-5560-4f4c-9180-ab19093a48b0\",\r\n \"name\": \"2c398e5f-5560-4f4c-9180-ab19093a48b0\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143/providers/Microsoft.StorageSync/storageSyncServices/sssps1285/registeredServers/1ff4cf07-d4ce-41c3-8d7a-949618448799?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczEyODUvcmVnaXN0ZXJlZFNlcnZlcnMvMWZmNGNmMDctZDRjZS00MWMzLThkN2EtOTQ5NjE4NDQ4Nzk5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9985/providers/Microsoft.StorageSync/storageSyncServices/sssps2482/registeredServers/2c398e5f-5560-4f4c-9180-ab19093a48b0?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTk4NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDgyL3JlZ2lzdGVyZWRTZXJ2ZXJzLzJjMzk4ZTVmLTU1NjAtNGY0Yy05MTgwLWFiMTkwOTNhNDhiMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6ff889ae-76a3-48b1-b3a3-92b547a7b8b1" + "1066842b-2403-4ea8-a3f4-d39611f26f94" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -570,16 +702,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143/providers/microsoft.storagesync/storageSyncServices/sssps1285/workflows/86002567-03af-4f7f-96b8-63805242417b/operationresults/656143bd-577d-4995-8578-e604f9171d28?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiI0ZjZkNjdhOS00ZjY1LTQ5YzUtOWVjYS1jMDJlZGNkZDBlMDAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTZjNzllYzAtYWYyOC00YzRjLWIyYWMtOWNmOTI2NGE1ZWNjIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143/providers/microsoft.storagesync/storageSyncServices/sssps1285/workflows/86002567-03af-4f7f-96b8-63805242417b/operations/656143bd-577d-4995-8578-e604f9171d28?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiI0ZjZkNjdhOS00ZjY1LTQ5YzUtOWVjYS1jMDJlZGNkZDBlMDAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTZjNzllYzAtYWYyOC00YzRjLWIyYWMtOWNmOTI2NGE1ZWNjIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "384b5130-4541-41b2-a4be-f750ee87eaeb" + "7eff9e4e-71d4-4f1f-9fc5-1f43fbd81514" ], "X-Content-Type-Options": [ "nosniff" @@ -600,13 +732,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "e1379998-e73e-4c2e-8d20-c2ff6ab67b5a" + "630a1be1-4b8a-4f73-985d-bd12598c1ebe" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234623Z:e1379998-e73e-4c2e-8d20-c2ff6ab67b5a" + "WESTUS:20200623T233255Z:630a1be1-4b8a-4f73-985d-bd12598c1ebe" ], "Date": [ - "Wed, 03 Jul 2019 23:46:22 GMT" + "Tue, 23 Jun 2020 23:32:54 GMT" ], "Expires": [ "-1" @@ -619,16 +751,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143/providers/microsoft.storagesync/storageSyncServices/sssps1285/workflows/86002567-03af-4f7f-96b8-63805242417b/operations/656143bd-577d-4995-8578-e604f9171d28?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTQzL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczEyODUvd29ya2Zsb3dzLzg2MDAyNTY3LTAzYWYtNGY3Zi05NmI4LTYzODA1MjQyNDE3Yi9vcGVyYXRpb25zLzY1NjE0M2JkLTU3N2QtNDk5NS04NTc4LWU2MDRmOTE3MWQyOD9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiI0ZjZkNjdhOS00ZjY1LTQ5YzUtOWVjYS1jMDJlZGNkZDBlMDAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTZjNzllYzAtYWYyOC00YzRjLWIyYWMtOWNmOTI2NGE1ZWNjIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqaGtPRFU1TWpkbUxUZzJabVF0TkRjM05DMDRNekpqTFRjek5Ea3daRGRpTkRabVlpSXNJbmR2Y210bWJHOTNTV1FpT2lJMFpqWmtOamRoT1MwMFpqWTFMVFE1WXpVdE9XVmpZUzFqTURKbFpHTmtaREJsTURBaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT1Raak56bGxZekF0WVdZeU9DMDBZelJqTFdJeVlXTXRPV05tT1RJMk5HRTFaV05qSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -639,7 +771,7 @@ "no-cache" ], "x-ms-request-id": [ - "fb6b413e-54b5-4cf7-bf12-aae26728838b" + "f21245bf-b227-4f66-84a2-ee385f503568" ], "X-Content-Type-Options": [ "nosniff" @@ -657,41 +789,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11995" ], "x-ms-correlation-request-id": [ - "9b00f33c-c095-4e05-a97c-52b193926b20" + "c3fb7e59-6e71-4883-9a0b-ea5a90c708da" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234633Z:9b00f33c-c095-4e05-a97c-52b193926b20" + "WESTUS:20200623T233305Z:c3fb7e59-6e71-4883-9a0b-ea5a90c708da" ], "Date": [ - "Wed, 03 Jul 2019 23:46:32 GMT" + "Tue, 23 Jun 2020 23:33:05 GMT" ], "Content-Length": [ - "446" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143/providers/microsoft.storagesync/storageSyncServices/sssps1285/workflow/86002567-03af-4f7f-96b8-63805242417b/operationresults/656143bd-577d-4995-8578-e604f9171d28\",\r\n \"name\": \"656143bd-577d-4995-8578-e604f9171d28\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:46:24.1151706Z\",\r\n \"endTime\": \"2019-07-03T23:46:27.7219978Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiI0ZjZkNjdhOS00ZjY1LTQ5YzUtOWVjYS1jMDJlZGNkZDBlMDAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTZjNzllYzAtYWYyOC00YzRjLWIyYWMtOWNmOTI2NGE1ZWNjIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiI0ZjZkNjdhOS00ZjY1LTQ5YzUtOWVjYS1jMDJlZGNkZDBlMDAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTZjNzllYzAtYWYyOC00YzRjLWIyYWMtOWNmOTI2NGE1ZWNjIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:32:55.9077257Z\",\r\n \"endTime\": \"2020-06-23T23:32:59.5798106Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143/providers/microsoft.storagesync/storageSyncServices/sssps1285/workflows/86002567-03af-4f7f-96b8-63805242417b/operations/656143bd-577d-4995-8578-e604f9171d28?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTQzL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczEyODUvd29ya2Zsb3dzLzg2MDAyNTY3LTAzYWYtNGY3Zi05NmI4LTYzODA1MjQyNDE3Yi9vcGVyYXRpb25zLzY1NjE0M2JkLTU3N2QtNDk5NS04NTc4LWU2MDRmOTE3MWQyOD9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiI0ZjZkNjdhOS00ZjY1LTQ5YzUtOWVjYS1jMDJlZGNkZDBlMDAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTZjNzllYzAtYWYyOC00YzRjLWIyYWMtOWNmOTI2NGE1ZWNjIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqaGtPRFU1TWpkbUxUZzJabVF0TkRjM05DMDRNekpqTFRjek5Ea3daRGRpTkRabVlpSXNJbmR2Y210bWJHOTNTV1FpT2lJMFpqWmtOamRoT1MwMFpqWTFMVFE1WXpVdE9XVmpZUzFqTURKbFpHTmtaREJsTURBaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT1Raak56bGxZekF0WVdZeU9DMDBZelJqTFdJeVlXTXRPV05tT1RJMk5HRTFaV05qSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -702,7 +834,7 @@ "no-cache" ], "x-ms-request-id": [ - "bc12f23e-99fd-4b57-b99c-ae73ad2ba2d4" + "3b638560-d55b-4f68-b155-1d62d66a79cb" ], "X-Content-Type-Options": [ "nosniff" @@ -720,41 +852,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11994" ], "x-ms-correlation-request-id": [ - "136bea45-251f-42ae-8177-13e4aa46affb" + "02911150-08b8-4313-bda7-7e908989fa0b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234644Z:136bea45-251f-42ae-8177-13e4aa46affb" + "WESTUS:20200623T233315Z:02911150-08b8-4313-bda7-7e908989fa0b" ], "Date": [ - "Wed, 03 Jul 2019 23:46:44 GMT" + "Tue, 23 Jun 2020 23:33:15 GMT" ], "Content-Length": [ - "446" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143/providers/microsoft.storagesync/storageSyncServices/sssps1285/workflow/86002567-03af-4f7f-96b8-63805242417b/operationresults/656143bd-577d-4995-8578-e604f9171d28\",\r\n \"name\": \"656143bd-577d-4995-8578-e604f9171d28\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:46:24.1151706Z\",\r\n \"endTime\": \"2019-07-03T23:46:27.7219978Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiI0ZjZkNjdhOS00ZjY1LTQ5YzUtOWVjYS1jMDJlZGNkZDBlMDAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTZjNzllYzAtYWYyOC00YzRjLWIyYWMtOWNmOTI2NGE1ZWNjIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiI0ZjZkNjdhOS00ZjY1LTQ5YzUtOWVjYS1jMDJlZGNkZDBlMDAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTZjNzllYzAtYWYyOC00YzRjLWIyYWMtOWNmOTI2NGE1ZWNjIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:32:55.9077257Z\",\r\n \"endTime\": \"2020-06-23T23:32:59.5798106Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143/providers/microsoft.storagesync/storageSyncServices/sssps1285/workflows/86002567-03af-4f7f-96b8-63805242417b/operations/656143bd-577d-4995-8578-e604f9171d28?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTQzL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczEyODUvd29ya2Zsb3dzLzg2MDAyNTY3LTAzYWYtNGY3Zi05NmI4LTYzODA1MjQyNDE3Yi9vcGVyYXRpb25zLzY1NjE0M2JkLTU3N2QtNDk5NS04NTc4LWU2MDRmOTE3MWQyOD9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiI0ZjZkNjdhOS00ZjY1LTQ5YzUtOWVjYS1jMDJlZGNkZDBlMDAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTZjNzllYzAtYWYyOC00YzRjLWIyYWMtOWNmOTI2NGE1ZWNjIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqaGtPRFU1TWpkbUxUZzJabVF0TkRjM05DMDRNekpqTFRjek5Ea3daRGRpTkRabVlpSXNJbmR2Y210bWJHOTNTV1FpT2lJMFpqWmtOamRoT1MwMFpqWTFMVFE1WXpVdE9XVmpZUzFqTURKbFpHTmtaREJsTURBaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT1Raak56bGxZekF0WVdZeU9DMDBZelJqTFdJeVlXTXRPV05tT1RJMk5HRTFaV05qSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -765,7 +897,7 @@ "no-cache" ], "x-ms-request-id": [ - "0afda0a1-a56d-4ed8-a803-23be3312bcb4" + "9ee36d5b-7daf-4867-9d7c-5223898a3578" ], "X-Content-Type-Options": [ "nosniff" @@ -783,41 +915,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11993" ], "x-ms-correlation-request-id": [ - "6576d356-a50b-4b65-8e9d-9a1aa1e44f80" + "c6f464c5-e709-4dd9-8022-bfa8ae3f6975" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234654Z:6576d356-a50b-4b65-8e9d-9a1aa1e44f80" + "WESTUS:20200623T233326Z:c6f464c5-e709-4dd9-8022-bfa8ae3f6975" ], "Date": [ - "Wed, 03 Jul 2019 23:46:54 GMT" + "Tue, 23 Jun 2020 23:33:25 GMT" ], "Content-Length": [ - "446" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143/providers/microsoft.storagesync/storageSyncServices/sssps1285/workflow/86002567-03af-4f7f-96b8-63805242417b/operationresults/656143bd-577d-4995-8578-e604f9171d28\",\r\n \"name\": \"656143bd-577d-4995-8578-e604f9171d28\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:46:24.1151706Z\",\r\n \"endTime\": \"2019-07-03T23:46:27.7219978Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiI0ZjZkNjdhOS00ZjY1LTQ5YzUtOWVjYS1jMDJlZGNkZDBlMDAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTZjNzllYzAtYWYyOC00YzRjLWIyYWMtOWNmOTI2NGE1ZWNjIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiI0ZjZkNjdhOS00ZjY1LTQ5YzUtOWVjYS1jMDJlZGNkZDBlMDAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTZjNzllYzAtYWYyOC00YzRjLWIyYWMtOWNmOTI2NGE1ZWNjIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:32:55.9077257Z\",\r\n \"endTime\": \"2020-06-23T23:32:59.5798106Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143/providers/microsoft.storagesync/storageSyncServices/sssps1285/workflows/86002567-03af-4f7f-96b8-63805242417b/operations/656143bd-577d-4995-8578-e604f9171d28?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTQzL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczEyODUvd29ya2Zsb3dzLzg2MDAyNTY3LTAzYWYtNGY3Zi05NmI4LTYzODA1MjQyNDE3Yi9vcGVyYXRpb25zLzY1NjE0M2JkLTU3N2QtNDk5NS04NTc4LWU2MDRmOTE3MWQyOD9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiI0ZjZkNjdhOS00ZjY1LTQ5YzUtOWVjYS1jMDJlZGNkZDBlMDAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTZjNzllYzAtYWYyOC00YzRjLWIyYWMtOWNmOTI2NGE1ZWNjIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqaGtPRFU1TWpkbUxUZzJabVF0TkRjM05DMDRNekpqTFRjek5Ea3daRGRpTkRabVlpSXNJbmR2Y210bWJHOTNTV1FpT2lJMFpqWmtOamRoT1MwMFpqWTFMVFE1WXpVdE9XVmpZUzFqTURKbFpHTmtaREJsTURBaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT1Raak56bGxZekF0WVdZeU9DMDBZelJqTFdJeVlXTXRPV05tT1RJMk5HRTFaV05qSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -828,7 +960,7 @@ "no-cache" ], "x-ms-request-id": [ - "3228112f-407d-41e2-9e8c-32f09555f628" + "47cedfca-6232-4035-bd7a-ccf7ce0e3ce8" ], "X-Content-Type-Options": [ "nosniff" @@ -846,41 +978,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11992" ], "x-ms-correlation-request-id": [ - "58fb98fe-dae2-484e-97a7-852fdec20545" + "f7dbe27e-a3b4-4ad3-b4e4-965fc0488d1a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234704Z:58fb98fe-dae2-484e-97a7-852fdec20545" + "WESTUS:20200623T233336Z:f7dbe27e-a3b4-4ad3-b4e4-965fc0488d1a" ], "Date": [ - "Wed, 03 Jul 2019 23:47:04 GMT" + "Tue, 23 Jun 2020 23:33:35 GMT" ], "Content-Length": [ - "446" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143/providers/microsoft.storagesync/storageSyncServices/sssps1285/workflow/86002567-03af-4f7f-96b8-63805242417b/operationresults/656143bd-577d-4995-8578-e604f9171d28\",\r\n \"name\": \"656143bd-577d-4995-8578-e604f9171d28\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T23:46:24.1151706Z\",\r\n \"endTime\": \"2019-07-03T23:46:27.7219978Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiI0ZjZkNjdhOS00ZjY1LTQ5YzUtOWVjYS1jMDJlZGNkZDBlMDAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTZjNzllYzAtYWYyOC00YzRjLWIyYWMtOWNmOTI2NGE1ZWNjIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiI0ZjZkNjdhOS00ZjY1LTQ5YzUtOWVjYS1jMDJlZGNkZDBlMDAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTZjNzllYzAtYWYyOC00YzRjLWIyYWMtOWNmOTI2NGE1ZWNjIn0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:32:55.9077257Z\",\r\n \"endTime\": \"2020-06-23T23:32:59.5798106Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143/providers/microsoft.storagesync/storageSyncServices/sssps1285/workflows/86002567-03af-4f7f-96b8-63805242417b/operations/656143bd-577d-4995-8578-e604f9171d28?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTQzL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczEyODUvd29ya2Zsb3dzLzg2MDAyNTY3LTAzYWYtNGY3Zi05NmI4LTYzODA1MjQyNDE3Yi9vcGVyYXRpb25zLzY1NjE0M2JkLTU3N2QtNDk5NS04NTc4LWU2MDRmOTE3MWQyOD9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiI0ZjZkNjdhOS00ZjY1LTQ5YzUtOWVjYS1jMDJlZGNkZDBlMDAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTZjNzllYzAtYWYyOC00YzRjLWIyYWMtOWNmOTI2NGE1ZWNjIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqaGtPRFU1TWpkbUxUZzJabVF0TkRjM05DMDRNekpqTFRjek5Ea3daRGRpTkRabVlpSXNJbmR2Y210bWJHOTNTV1FpT2lJMFpqWmtOamRoT1MwMFpqWTFMVFE1WXpVdE9XVmpZUzFqTURKbFpHTmtaREJsTURBaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT1Raak56bGxZekF0WVdZeU9DMDBZelJqTFdJeVlXTXRPV05tT1RJMk5HRTFaV05qSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -891,7 +1023,7 @@ "no-cache" ], "x-ms-request-id": [ - "746ff225-c1f1-4979-8733-cb094cdb58b9" + "421dcd3e-43ad-49d3-b316-f3eb3819a3f3" ], "X-Content-Type-Options": [ "nosniff" @@ -909,41 +1041,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11991" ], "x-ms-correlation-request-id": [ - "990085cc-c53c-4965-b7da-3446b481c59a" + "403abd3e-a1cc-43a0-bd05-1b9da4cd9418" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234715Z:990085cc-c53c-4965-b7da-3446b481c59a" + "WESTUS:20200623T233346Z:403abd3e-a1cc-43a0-bd05-1b9da4cd9418" ], "Date": [ - "Wed, 03 Jul 2019 23:47:15 GMT" + "Tue, 23 Jun 2020 23:33:46 GMT" ], "Content-Length": [ - "444" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143/providers/microsoft.storagesync/storageSyncServices/sssps1285/workflow/86002567-03af-4f7f-96b8-63805242417b/operationresults/656143bd-577d-4995-8578-e604f9171d28\",\r\n \"name\": \"656143bd-577d-4995-8578-e604f9171d28\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T23:46:24.1151706Z\",\r\n \"endTime\": \"2019-07-03T23:47:12.79908Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiI0ZjZkNjdhOS00ZjY1LTQ5YzUtOWVjYS1jMDJlZGNkZDBlMDAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTZjNzllYzAtYWYyOC00YzRjLWIyYWMtOWNmOTI2NGE1ZWNjIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiI0ZjZkNjdhOS00ZjY1LTQ5YzUtOWVjYS1jMDJlZGNkZDBlMDAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTZjNzllYzAtYWYyOC00YzRjLWIyYWMtOWNmOTI2NGE1ZWNjIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:32:55.9077257Z\",\r\n \"endTime\": \"2020-06-23T23:33:44.6485633Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143/providers/microsoft.storagesync/storageSyncServices/sssps1285/workflows/86002567-03af-4f7f-96b8-63805242417b/operationresults/656143bd-577d-4995-8578-e604f9171d28?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTQzL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczEyODUvd29ya2Zsb3dzLzg2MDAyNTY3LTAzYWYtNGY3Zi05NmI4LTYzODA1MjQyNDE3Yi9vcGVyYXRpb25yZXN1bHRzLzY1NjE0M2JkLTU3N2QtNDk5NS04NTc4LWU2MDRmOTE3MWQyOD9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiI0ZjZkNjdhOS00ZjY1LTQ5YzUtOWVjYS1jMDJlZGNkZDBlMDAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTZjNzllYzAtYWYyOC00YzRjLWIyYWMtOWNmOTI2NGE1ZWNjIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqaGtPRFU1TWpkbUxUZzJabVF0TkRjM05DMDRNekpqTFRjek5Ea3daRGRpTkRabVlpSXNJbmR2Y210bWJHOTNTV1FpT2lJMFpqWmtOamRoT1MwMFpqWTFMVFE1WXpVdE9XVmpZUzFqTURKbFpHTmtaREJsTURBaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT1Raak56bGxZekF0WVdZeU9DMDBZelJqTFdJeVlXTXRPV05tT1RJMk5HRTFaV05qSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -954,7 +1086,7 @@ "no-cache" ], "x-ms-request-id": [ - "50b5da48-013e-4b29-829a-e80406ade20d" + "6d16ee8f-b61b-41eb-85fb-c92c45c135d3" ], "X-Content-Type-Options": [ "nosniff" @@ -972,16 +1104,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11990" ], "x-ms-correlation-request-id": [ - "5feb511c-6cee-431e-b3b4-97fb81d6e13d" + "f18f80e7-b12b-4765-8f9b-9348c95e81ba" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234716Z:5feb511c-6cee-431e-b3b4-97fb81d6e13d" + "WESTUS:20200623T233346Z:f18f80e7-b12b-4765-8f9b-9348c95e81ba" ], "Date": [ - "Wed, 03 Jul 2019 23:47:15 GMT" + "Tue, 23 Jun 2020 23:33:46 GMT" ], "Expires": [ "-1" @@ -994,22 +1126,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143/providers/Microsoft.StorageSync/storageSyncServices/sssps1285?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczEyODU/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9985/providers/Microsoft.StorageSync/storageSyncServices/sssps2482?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTk4NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyNDgyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "44f6d8ee-6d62-4887-90ff-7c7fa0d49fdb" + "e4848b97-9742-4c1f-87eb-0197ed0756e5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1019,8 +1151,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiIwYTUwOTk5Yi1iOGQ5LTRkNDQtODYzMC00YWYzN2Q2NzA1YTAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODE3NGQwMzYtM2JjYy00NzYyLThjZDktNmE5OGEyMWY1ZGYxIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiIwYTUwOTk5Yi1iOGQ5LTRkNDQtODYzMC00YWYzN2Q2NzA1YTAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODE3NGQwMzYtM2JjYy00NzYyLThjZDktNmE5OGEyMWY1ZGYxIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "f27bf7fa-1c88-4523-9dbf-8bdaaf2a14d7" + "aa9cc65e-7216-4f32-a6ad-6b1c6832afa4" ], "X-Content-Type-Options": [ "nosniff" @@ -1028,9 +1169,66 @@ "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-deletes": [ "14998" ], + "x-ms-correlation-request-id": [ + "d1eacc8b-596b-453b-b7e9-8ab93e49a2db" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T233347Z:d1eacc8b-596b-453b-b7e9-8ab93e49a2db" + ], + "Date": [ + "Tue, 23 Jun 2020 23:33:46 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiIwYTUwOTk5Yi1iOGQ5LTRkNDQtODYzMC00YWYzN2Q2NzA1YTAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODE3NGQwMzYtM2JjYy00NzYyLThjZDktNmE5OGEyMWY1ZGYxIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqaGtPRFU1TWpkbUxUZzJabVF0TkRjM05DMDRNekpqTFRjek5Ea3daRGRpTkRabVlpSXNJbmR2Y210bWJHOTNTV1FpT2lJd1lUVXdPVGs1WWkxaU9HUTVMVFJrTkRRdE9EWXpNQzAwWVdZek4yUTJOekExWVRBaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT0RFM05HUXdNell0TTJKall5MDBOell5TFRoalpEa3RObUU1T0dFeU1XWTFaR1l4SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "652691b0-2b00-4e44-947a-65470cdd3069" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "Server": [ "Microsoft-IIS/10.0" ], @@ -1040,14 +1238,80 @@ "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], "x-ms-correlation-request-id": [ - "bfb6bd52-a772-49c7-a58d-e2fe8aaad552" + "8476fc11-05d2-46ac-88dd-e8dff4790b39" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234716Z:bfb6bd52-a772-49c7-a58d-e2fe8aaad552" + "WESTUS:20200623T233357Z:8476fc11-05d2-46ac-88dd-e8dff4790b39" ], "Date": [ - "Wed, 03 Jul 2019 23:47:16 GMT" + "Tue, 23 Jun 2020 23:33:56 GMT" + ], + "Content-Length": [ + "744" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiIwYTUwOTk5Yi1iOGQ5LTRkNDQtODYzMC00YWYzN2Q2NzA1YTAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODE3NGQwMzYtM2JjYy00NzYyLThjZDktNmE5OGEyMWY1ZGYxIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiIwYTUwOTk5Yi1iOGQ5LTRkNDQtODYzMC00YWYzN2Q2NzA1YTAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODE3NGQwMzYtM2JjYy00NzYyLThjZDktNmE5OGEyMWY1ZGYxIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:33:48.350829Z\",\r\n \"endTime\": \"2020-06-23T23:33:53.9911995Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjhkODU5MjdmLTg2ZmQtNDc3NC04MzJjLTczNDkwZDdiNDZmYiIsIndvcmtmbG93SWQiOiIwYTUwOTk5Yi1iOGQ5LTRkNDQtODYzMC00YWYzN2Q2NzA1YTAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODE3NGQwMzYtM2JjYy00NzYyLThjZDktNmE5OGEyMWY1ZGYxIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqaGtPRFU1TWpkbUxUZzJabVF0TkRjM05DMDRNekpqTFRjek5Ea3daRGRpTkRabVlpSXNJbmR2Y210bWJHOTNTV1FpT2lJd1lUVXdPVGs1WWkxaU9HUTVMVFJrTkRRdE9EWXpNQzAwWVdZek4yUTJOekExWVRBaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT0RFM05HUXdNell0TTJKall5MDBOell5TFRoalpEa3RObUU1T0dFeU1XWTFaR1l4SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "c48d47cc-5054-4849-b6d3-20584c90e564" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11988" + ], + "x-ms-correlation-request-id": [ + "47f3230c-2df0-4d7a-ad31-06830ba90483" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T233357Z:47f3230c-2df0-4d7a-ad31-06830ba90483" + ], + "Date": [ + "Tue, 23 Jun 2020 23:33:57 GMT" ], "Expires": [ "-1" @@ -1060,22 +1324,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcz9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9985/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTk4NS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "27084ae4-cb52-4f5d-9935-4c2692f3ada9" + "f1fae6b6-1f7d-4002-8e96-b97536b7441f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1085,57 +1349,66 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" - ], "x-ms-request-id": [ - "8dc5ad0f-f6af-4f4a-abb1-6c798cb10092" + "3af6d780-f4cd-4419-8007-7514aa667440" ], - "x-ms-correlation-request-id": [ - "8dc5ad0f-f6af-4f4a-abb1-6c798cb10092" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T234717Z:8dc5ad0f-f6af-4f4a-abb1-6c798cb10092" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-correlation-request-id": [ + "0bd90710-8a8a-4023-bcc9-8a53d18d33f9" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T233357Z:0bd90710-8a8a-4023-bcc9-8a53d18d33f9" ], "Date": [ - "Wed, 03 Jul 2019 23:47:16 GMT" + "Tue, 23 Jun 2020 23:33:57 GMT" + ], + "Content-Length": [ + "19" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps143?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMTQzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps9985?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzOTk4NT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f317dfa0-4a20-4333-8a8b-af6cc82cf252" + "3868c8b8-3dac-4cd1-92a7-484b8c34ec91" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1146,7 +1419,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0My1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk5ODUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -1155,13 +1428,13 @@ "14997" ], "x-ms-request-id": [ - "69b91cf8-e155-49d6-a1fb-9ac231054e0f" + "a3d25127-687e-4d83-8dc2-7a24badece22" ], "x-ms-correlation-request-id": [ - "69b91cf8-e155-49d6-a1fb-9ac231054e0f" + "a3d25127-687e-4d83-8dc2-7a24badece22" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234718Z:69b91cf8-e155-49d6-a1fb-9ac231054e0f" + "WESTUS:20200623T233358Z:a3d25127-687e-4d83-8dc2-7a24badece22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1170,7 +1443,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:47:17 GMT" + "Tue, 23 Jun 2020 23:33:57 GMT" ], "Expires": [ "-1" @@ -1183,16 +1456,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0My1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFME15MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk5ODUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNU9EVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1203,22 +1476,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0My1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk5ODUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11986" ], "x-ms-request-id": [ - "95d1f478-a174-4063-88b3-aa18b793dfaf" + "e6c2678f-d827-4d21-91be-f9f0736e4c03" ], "x-ms-correlation-request-id": [ - "95d1f478-a174-4063-88b3-aa18b793dfaf" + "e6c2678f-d827-4d21-91be-f9f0736e4c03" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234733Z:95d1f478-a174-4063-88b3-aa18b793dfaf" + "WESTUS:20200623T233413Z:e6c2678f-d827-4d21-91be-f9f0736e4c03" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1227,7 +1500,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:47:32 GMT" + "Tue, 23 Jun 2020 23:34:12 GMT" ], "Expires": [ "-1" @@ -1240,16 +1513,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0My1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFME15MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk5ODUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNU9EVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1260,22 +1533,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0My1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk5ODUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11985" ], "x-ms-request-id": [ - "e5a7e59d-4ffa-4877-b722-dc4e13d604c9" + "ade6fe6d-3aed-4131-aa8d-4d665357a31a" ], "x-ms-correlation-request-id": [ - "e5a7e59d-4ffa-4877-b722-dc4e13d604c9" + "ade6fe6d-3aed-4131-aa8d-4d665357a31a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234748Z:e5a7e59d-4ffa-4877-b722-dc4e13d604c9" + "WESTUS:20200623T233428Z:ade6fe6d-3aed-4131-aa8d-4d665357a31a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1284,7 +1557,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:47:47 GMT" + "Tue, 23 Jun 2020 23:34:27 GMT" ], "Expires": [ "-1" @@ -1297,16 +1570,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0My1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFME15MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk5ODUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNU9EVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1317,16 +1590,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11984" ], "x-ms-request-id": [ - "d7760992-b70c-43be-93dd-438dfb270ac9" + "f9bafce1-85b3-4948-ac39-166d355013ed" ], "x-ms-correlation-request-id": [ - "d7760992-b70c-43be-93dd-438dfb270ac9" + "f9bafce1-85b3-4948-ac39-166d355013ed" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234803Z:d7760992-b70c-43be-93dd-438dfb270ac9" + "WESTUS:20200623T233443Z:f9bafce1-85b3-4948-ac39-166d355013ed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1335,7 +1608,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:48:03 GMT" + "Tue, 23 Jun 2020 23:34:42 GMT" ], "Expires": [ "-1" @@ -1348,16 +1621,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0My1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFME15MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk5ODUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNU9EVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1368,16 +1641,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11983" ], "x-ms-request-id": [ - "2431e815-530e-4889-b7c5-6fab5eb9b7db" + "e57f7067-42e9-4aae-9bf3-0f95148376b9" ], "x-ms-correlation-request-id": [ - "2431e815-530e-4889-b7c5-6fab5eb9b7db" + "e57f7067-42e9-4aae-9bf3-0f95148376b9" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T234803Z:2431e815-530e-4889-b7c5-6fab5eb9b7db" + "WESTUS:20200623T233443Z:e57f7067-42e9-4aae-9bf3-0f95148376b9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1386,7 +1659,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 23:48:03 GMT" + "Tue, 23 Jun 2020 23:34:42 GMT" ], "Expires": [ "-1" @@ -1401,14 +1674,14 @@ ], "Names": { "Test-RemoveRegisteredServerResourceId": [ - "ps143", - "ps1285" + "ps9985", + "ps2482" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "", - "SyncServerId": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps143/providers/Microsoft.StorageSync/storageSyncServices/sssps1285/registeredServers/1FF4CF07-D4CE-41C3-8D7A-949618448799" + "SyncServerId": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9985/providers/Microsoft.StorageSync/storageSyncServices/sssps2482/registeredServers/2C398E5F-5560-4F4C-9180-AB19093A48B0" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.ServerEndpointTests/TestServerEndpoint.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.ServerEndpointTests/TestServerEndpoint.json index eb77c17c23b5..54b12699ac4f 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.ServerEndpointTests/TestServerEndpoint.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.ServerEndpointTests/TestServerEndpoint.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "689d56f4-3720-476d-aa61-1be3c348b3dc" + "9397f125-ffde-40d0-9680-6b214266b04f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "e6e1f791-0d61-4dfb-a0f2-05681fe4f4d0" + "5a17b7c9-8729-47be-8c57-e8c0fa8c8f99" ], "x-ms-correlation-request-id": [ - "e6e1f791-0d61-4dfb-a0f2-05681fe4f4d0" + "5a17b7c9-8729-47be-8c57-e8c0fa8c8f99" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224210Z:e6e1f791-0d61-4dfb-a0f2-05681fe4f4d0" + "WESTUS:20200623T234445Z:5a17b7c9-8729-47be-8c57-e8c0fa8c8f99" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 22:42:09 GMT" + "Tue, 23 Jun 2020 23:44:44 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\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\": \"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\": \"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\": \"notifyResourceJobs\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\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 ]\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-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-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-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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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-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-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 },\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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b7a88517-9cc1-41f2-8d6e-e6f0f29c7bd5" + "8da0b30c-ac51-4af9-b975-3b4e34a15b00" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "ac2c489f-2c47-46bb-8668-bc4808450060" + "a29c0cf7-70e0-4c1c-ad14-1b178c386cab" ], "x-ms-correlation-request-id": [ - "ac2c489f-2c47-46bb-8668-bc4808450060" + "a29c0cf7-70e0-4c1c-ad14-1b178c386cab" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224210Z:ac2c489f-2c47-46bb-8668-bc4808450060" + "WESTUS:20200623T234445Z:a29c0cf7-70e0-4c1c-ad14-1b178c386cab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 22:42:09 GMT" + "Tue, 23 Jun 2020 23:44:44 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,10 +114,10 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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-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-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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 \"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 \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { @@ -127,16 +127,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6b2102f4-bca2-47af-9e07-257e825eafe6" + "422315d4-51dd-4c39-95e0-e26bf8bb3934" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Internal.Subscriptions.SubscriptionClient/1.3.0" + "Microsoft.Azure.Internal.Subscriptions.SubscriptionClient/1.3.16" ] }, "ResponseHeaders": { @@ -147,16 +147,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-tenant-reads": [ - "11999" + "11998" ], "x-ms-request-id": [ - "0f2d868e-af0a-43b6-a71a-aefc92d27c88" + "d24833b5-f977-4667-9846-b7d00fa76082" ], "x-ms-correlation-request-id": [ - "0f2d868e-af0a-43b6-a71a-aefc92d27c88" + "d24833b5-f977-4667-9846-b7d00fa76082" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224211Z:0f2d868e-af0a-43b6-a71a-aefc92d27c88" + "WESTUS:20200623T234445Z:d24833b5-f977-4667-9846-b7d00fa76082" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -165,7 +165,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 22:42:11 GMT" + "Tue, 23 Jun 2020 23:44:45 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -177,26 +177,26 @@ "116" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/tenants/0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"tenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/tenants/6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"tenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps7346?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNzM0Nj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps6890?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNjg5MD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "82e7a4b2-7bc7-442e-a475-d4670e9f0dd5" + "62595fb7-8842-4e89-a485-2392ab63a01c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -213,16 +213,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1195" ], "x-ms-request-id": [ - "9ac960b2-deb7-4cf7-bea5-1112fca2e62c" + "5e128b4d-dace-4ce4-a41a-92f46eadf8cb" ], "x-ms-correlation-request-id": [ - "9ac960b2-deb7-4cf7-bea5-1112fca2e62c" + "5e128b4d-dace-4ce4-a41a-92f46eadf8cb" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224212Z:9ac960b2-deb7-4cf7-bea5-1112fca2e62c" + "WESTUS:20200623T234446Z:5e128b4d-dace-4ce4-a41a-92f46eadf8cb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -231,7 +231,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 22:42:12 GMT" + "Tue, 23 Jun 2020 23:44:45 GMT" ], "Content-Length": [ "165" @@ -243,26 +243,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346\",\r\n \"name\": \"ps7346\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890\",\r\n \"name\": \"ps6890\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps9926\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps1995\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7e0214b0-8b0d-43d7-9f4b-9f3dcbf38a03" + "04d4865d-ca22-4e40-94e8-2515eec1a838" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -279,7 +279,7 @@ "no-cache" ], "x-ms-request-id": [ - "836ecd83-f6e8-4950-817e-120245ef0720" + "bc048469-3e79-4809-b6d6-8c8d03891431" ], "X-Content-Type-Options": [ "nosniff" @@ -297,53 +297,53 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-correlation-request-id": [ - "8343e812-aa90-475e-8ec2-3b76591dfbba" + "da5b57c1-8b97-4239-ac78-287938bf2935" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224213Z:8343e812-aa90-475e-8ec2-3b76591dfbba" + "WESTUS:20200623T234446Z:da5b57c1-8b97-4239-ac78-287938bf2935" ], "Date": [ - "Wed, 03 Jul 2019 22:42:13 GMT" + "Tue, 23 Jun 2020 23:44:46 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/Microsoft.StorageSync/storageSyncServices/sssps9926?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/Microsoft.StorageSync/storageSyncServices/sssps1995?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjg5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxOTk1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "334707e4-f79a-4c1e-a2ec-fafc6db44e31" + "268ae06c-691f-413e-976d-4368b3e1e680" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -353,8 +353,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiIzYzRmOWJkMC1iNzJmLTQ0YzItOWJkMS1hZGRiMTQ3ODdjNDYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTMzMDNlNmYtMjRlNS00YjBkLWE2MGUtZTRhMjcwNTVlY2RlIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiIzYzRmOWJkMC1iNzJmLTQ0YzItOWJkMS1hZGRiMTQ3ODdjNDYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTMzMDNlNmYtMjRlNS00YjBkLWE2MGUtZTRhMjcwNTVlY2RlIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "0c548bd4-8f5b-40a5-83f3-8e74424e9efe" + "67071da3-315d-4d28-a878-7283fd4b6475" ], "X-Content-Type-Options": [ "nosniff" @@ -372,47 +381,170 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1197" + ], + "x-ms-correlation-request-id": [ + "14ab587b-93b7-4136-a775-98ed32252b8e" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T234447Z:14ab587b-93b7-4136-a775-98ed32252b8e" + ], + "Date": [ + "Tue, 23 Jun 2020 23:44:47 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiIzYzRmOWJkMC1iNzJmLTQ0YzItOWJkMS1hZGRiMTQ3ODdjNDYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTMzMDNlNmYtMjRlNS00YjBkLWE2MGUtZTRhMjcwNTVlY2RlIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRTNZekk0WVRVMExUSmhOVEV0TkdSalppMDVPRFV6TFdOaU1UY3hPV1JqWldSbVlpSXNJbmR2Y210bWJHOTNTV1FpT2lJell6Um1PV0prTUMxaU56Sm1MVFEwWXpJdE9XSmtNUzFoWkdSaU1UUTNPRGRqTkRZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVRNek1ETmxObVl0TWpSbE5TMDBZakJrTFdFMk1HVXRaVFJoTWpjd05UVmxZMlJsSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "39cff23c-b932-4f99-b9cc-0fc43918b194" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11982" ], "x-ms-correlation-request-id": [ - "5a843929-fe2f-445a-8420-8be98fe7994f" + "5a57493b-6c20-4a7d-acc7-06cb89d3c909" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224214Z:5a843929-fe2f-445a-8420-8be98fe7994f" + "WESTUS:20200623T234458Z:5a57493b-6c20-4a7d-acc7-06cb89d3c909" ], "Date": [ - "Wed, 03 Jul 2019 22:42:13 GMT" + "Tue, 23 Jun 2020 23:44:57 GMT" ], "Content-Length": [ - "329" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926\",\r\n \"name\": \"sssps9926\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiIzYzRmOWJkMC1iNzJmLTQ0YzItOWJkMS1hZGRiMTQ3ODdjNDYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTMzMDNlNmYtMjRlNS00YjBkLWE2MGUtZTRhMjcwNTVlY2RlIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiIzYzRmOWJkMC1iNzJmLTQ0YzItOWJkMS1hZGRiMTQ3ODdjNDYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTMzMDNlNmYtMjRlNS00YjBkLWE2MGUtZTRhMjcwNTVlY2RlIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:44:49.0706564Z\",\r\n \"endTime\": \"2020-06-23T23:44:56.0544535Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/Microsoft.StorageSync/storageSyncServices/sssps9926/syncGroups/sgps811?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3N5bmNHcm91cHMvc2dwczgxMT9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/Microsoft.StorageSync/storageSyncServices/sssps1995?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjg5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxOTk1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "e020e6d5-d704-413e-a0a3-05eb3e7bbd7f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11981" + ], + "x-ms-correlation-request-id": [ + "72109e34-3a23-4646-aa76-f915d2322528" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T234458Z:72109e34-3a23-4646-aa76-f915d2322528" + ], + "Date": [ + "Tue, 23 Jun 2020 23:44:58 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps1995/workflows/3c4f9bd0-b72f-44c2-9bd1-addb14787c46\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/microsoft.storagesync/storageSyncServices/sssps1995\",\r\n \"name\": \"sssps1995\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/Microsoft.StorageSync/storageSyncServices/sssps1995/syncGroups/sgps5662?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjg5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxOTk1L3N5bmNHcm91cHMvc2dwczU2NjI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {}\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8199c687-4f5a-4e13-9462-e1194c96d12d" + "1e94199c-8090-424e-ab58-892ff49845d6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -429,7 +561,7 @@ "no-cache" ], "x-ms-request-id": [ - "03e72ed5-6cf9-48b0-b349-8fbb91e24a99" + "22c0cc00-48e9-4b47-a641-3462624e620f" ], "X-Content-Type-Options": [ "nosniff" @@ -447,53 +579,53 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1196" ], "x-ms-correlation-request-id": [ - "0a9aa90d-85d6-470e-a9e8-91dbf65a40dc" + "486f325f-c4d6-4079-a16d-4d66814ebc91" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224215Z:0a9aa90d-85d6-470e-a9e8-91dbf65a40dc" + "WESTUS:20200623T234458Z:486f325f-c4d6-4079-a16d-4d66814ebc91" ], "Date": [ - "Wed, 03 Jul 2019 22:42:14 GMT" + "Tue, 23 Jun 2020 23:44:58 GMT" ], "Content-Length": [ - "329" + "371" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"d6461dde-cf43-4d3a-bb50-4759df253933\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/syncGroups/sgps811\",\r\n \"name\": \"sgps811\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"e966fb00-b011-4758-84c5-0fadef6f2827\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/microsoft.storagesync/storageSyncServices/sssps1995/syncGroups/sgps5662\",\r\n \"name\": \"sgps5662\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/Microsoft.Storage/storageAccounts/saps1126?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHMxMTI2P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/Microsoft.Storage/storageAccounts/saps451?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjg5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM0NTE/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"Central US EUAP\"\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"Central US EUAP\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "cebf4069-3c60-4f18-86d2-19d300c151de" + "c5b3f1bf-92a5-44ce-abd3-17149f058611" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "105" + "107" ] }, "ResponseHeaders": { @@ -504,13 +636,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/267c32ad-b09e-4108-8f65-9271ca69a4e7?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/c39a3a63-9602-43c8-9957-eb2c9bee7875?monitor=true&api-version=2017-10-01" ], "Retry-After": [ "17" ], "x-ms-request-id": [ - "267c32ad-b09e-4108-8f65-9271ca69a4e7" + "c39a3a63-9602-43c8-9957-eb2c9bee7875" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -522,16 +654,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "5975a790-5255-492a-833b-65ba9076eac3" + "aa359ae0-8615-4a19-905e-52ecedf3e940" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224217Z:5975a790-5255-492a-833b-65ba9076eac3" + "WESTUS:20200623T234500Z:aa359ae0-8615-4a19-905e-52ecedf3e940" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 22:42:16 GMT" + "Tue, 23 Jun 2020 23:45:00 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -547,16 +679,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/267c32ad-b09e-4108-8f65-9271ca69a4e7?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9hc3luY29wZXJhdGlvbnMvMjY3YzMyYWQtYjA5ZS00MTA4LThmNjUtOTI3MWNhNjlhNGU3P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/c39a3a63-9602-43c8-9957-eb2c9bee7875?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9hc3luY29wZXJhdGlvbnMvYzM5YTNhNjMtOTYwMi00M2M4LTk5NTctZWIyYzliZWU3ODc1P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE3LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -567,7 +699,7 @@ "no-cache" ], "x-ms-request-id": [ - "35a7c0a9-e666-461b-a4d1-185ffff71cf4" + "48e89218-82e2-4238-b93a-04da993c8505" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -579,19 +711,19 @@ "11999" ], "x-ms-correlation-request-id": [ - "7ee937c1-a882-4169-997c-d60e06db5781" + "b6ff55c4-e18c-405f-9ee6-0087b0e11412" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224234Z:7ee937c1-a882-4169-997c-d60e06db5781" + "WESTUS:20200623T234517Z:b6ff55c4-e18c-405f-9ee6-0087b0e11412" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 22:42:34 GMT" + "Tue, 23 Jun 2020 23:45:17 GMT" ], "Content-Length": [ - "1018" + "1033" ], "Content-Type": [ "application/json" @@ -600,26 +732,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/Microsoft.Storage/storageAccounts/saps1126\",\r\n \"name\": \"saps1126\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T22:42:16.4064037Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T22:42:16.4064037Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-07-03T22:42:16.343913Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps1126.blob.core.windows.net/\",\r\n \"queue\": \"https://saps1126.queue.core.windows.net/\",\r\n \"table\": \"https://saps1126.table.core.windows.net/\",\r\n \"file\": \"https://saps1126.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/Microsoft.Storage/storageAccounts/saps451\",\r\n \"name\": \"saps451\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T23:44:59.9724157Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T23:44:59.9724157Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-06-23T23:44:59.9255127Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps451.blob.core.windows.net/\",\r\n \"queue\": \"https://saps451.queue.core.windows.net/\",\r\n \"table\": \"https://saps451.table.core.windows.net/\",\r\n \"file\": \"https://saps451.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/Microsoft.Storage/storageAccounts/saps1126?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHMxMTI2P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/Microsoft.Storage/storageAccounts/saps451?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjg5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM0NTE/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4c7cf5a7-f0f1-443f-9265-61575f2100e5" + "5a0e05ca-faa0-4e40-bcb0-2cc39934d3cf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -630,7 +762,7 @@ "no-cache" ], "x-ms-request-id": [ - "05b001f7-0eae-4b80-9881-d21dd56c57e8" + "fabe4e66-28e7-484b-8c5b-0553416662e0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -642,19 +774,19 @@ "11998" ], "x-ms-correlation-request-id": [ - "5ac10386-8550-4d1d-a414-d3901ff8dbd9" + "e336b968-d2c2-4cae-b028-59cd9c4a9c09" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224234Z:5ac10386-8550-4d1d-a414-d3901ff8dbd9" + "WESTUS:20200623T234517Z:e336b968-d2c2-4cae-b028-59cd9c4a9c09" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 22:42:34 GMT" + "Tue, 23 Jun 2020 23:45:17 GMT" ], "Content-Length": [ - "1018" + "1033" ], "Content-Type": [ "application/json" @@ -663,26 +795,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/Microsoft.Storage/storageAccounts/saps1126\",\r\n \"name\": \"saps1126\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T22:42:16.4064037Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-03T22:42:16.4064037Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-07-03T22:42:16.343913Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps1126.blob.core.windows.net/\",\r\n \"queue\": \"https://saps1126.queue.core.windows.net/\",\r\n \"table\": \"https://saps1126.table.core.windows.net/\",\r\n \"file\": \"https://saps1126.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/Microsoft.Storage/storageAccounts/saps451\",\r\n \"name\": \"saps451\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T23:44:59.9724157Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T23:44:59.9724157Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-06-23T23:44:59.9255127Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saps451.blob.core.windows.net/\",\r\n \"queue\": \"https://saps451.queue.core.windows.net/\",\r\n \"table\": \"https://saps451.table.core.windows.net/\",\r\n \"file\": \"https://saps451.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/Microsoft.Storage/storageAccounts/saps1126/listKeys?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHMxMTI2L2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/Microsoft.Storage/storageAccounts/saps451/listKeys?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjg5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM0NTEvbGlzdEtleXM/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "17cc2f1d-6bf4-476d-8d94-d286be75f612" + "1ae3f0b4-c8d2-45d0-b9f4-2691a2bc8f6c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -693,7 +825,7 @@ "no-cache" ], "x-ms-request-id": [ - "246405c9-d139-4c7c-ac28-d3438e9d2a01" + "fb9e4a2e-06b7-493c-805c-b9f7f5a48262" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -701,20 +833,20 @@ "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "11999" ], "x-ms-correlation-request-id": [ - "68c8223c-4217-4027-8c97-3dab745c5b60" + "82f95dff-d65b-4ec1-a3ee-25ac0fd299bb" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224234Z:68c8223c-4217-4027-8c97-3dab745c5b60" + "WESTUS:20200623T234517Z:82f95dff-d65b-4ec1-a3ee-25ac0fd299bb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 22:42:34 GMT" + "Tue, 23 Jun 2020 23:45:17 GMT" ], "Content-Length": [ "288" @@ -726,26 +858,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"value\": \"xY2JFwhxyfLfBuMy1CjI+RlMG3+w2N2LkLXqVtZ8GsL+Gq9xfCFBTk1aO8eBM3pHDMc2kNk8vYkoDTHWwO6Opw==\",\r\n \"permissions\": \"FULL\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"value\": \"rUymcJeTq5W1o0bbcch4DrdeNIlb8YwjGTIJe81kpO61D58guAVFseznqe/AEb2O999NlrFxZJVhttiSUg7TBA==\",\r\n \"permissions\": \"FULL\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"value\": \"h2osaa7qI92iYwicJQpgP6d/hZiCYc1JmZHAOCi4eBzbzsgSce+GaeJt907zzUxn47noMDuRGlUbafcwlBxbcw==\",\r\n \"permissions\": \"FULL\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"value\": \"4kH57uo/InTVLp+H9Z8kJ9Phz2aRd9WpGg6F5GBrSlIaAGeJ9cwsfo5ysEgvYwR1y1BLRQcR1XjAz1oyOpj9UQ==\",\r\n \"permissions\": \"FULL\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/0483643a-cb2f-462a-bc27-1a270e5bdc0a/servicePrincipalsByAppId/9469b9f5-6722-4481-a2b2-14ed560b706f/objectId?api-version=1.6", - "EncodedRequestUri": "LzA0ODM2NDNhLWNiMmYtNDYyYS1iYzI3LTFhMjcwZTViZGMwYS9zZXJ2aWNlUHJpbmNpcGFsc0J5QXBwSWQvOTQ2OWI5ZjUtNjcyMi00NDgxLWEyYjItMTRlZDU2MGI3MDZmL29iamVjdElkP2FwaS12ZXJzaW9uPTEuNg==", + "RequestUri": "/6ad91d65-65ab-4e14-90f7-fe951035b7c9/servicePrincipalsByAppId/9469b9f5-6722-4481-a2b2-14ed560b706f/objectId?api-version=1.6", + "EncodedRequestUri": "LzZhZDkxZDY1LTY1YWItNGUxNC05MGY3LWZlOTUxMDM1YjdjOS9zZXJ2aWNlUHJpbmNpcGFsc0J5QXBwSWQvOTQ2OWI5ZjUtNjcyMi00NDgxLWEyYjItMTRlZDU2MGI3MDZmL29iamVjdElkP2FwaS12ZXJzaW9uPTEuNg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a28d6353-1e1c-4024-8675-809144e28ecf" + "9cf7d056-e28e-41e0-9c59-7a6961797da3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.0" + "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -756,19 +888,22 @@ "no-cache" ], "ocp-aad-diagnostics-server-name": [ - "ObADpVQOrMtGTj6DP71zqpcUOzkjrX9Nv84OPbrwK/c=" + "1Sw93lDg24rWQqiNnfxG0tmtbhuAcSA9P0X1MIiqPnE=" ], "request-id": [ - "aef48a12-bc74-430a-9f7b-9772006f0269" + "c38424f3-577a-4fa2-9032-21a729e69e7d" ], "client-request-id": [ - "a28d6353-1e1c-4024-8675-809144e28ecf" + "9cf7d056-e28e-41e0-9c59-7a6961797da3" ], "x-ms-dirapi-data-contract-version": [ "1.6" ], "ocp-aad-session-key": [ - "Dexb33qH2JMbrX1y1aRUDksZFY50dIawID01-KylBDM3X8Zaz6u3QuKQtG4KwlrYELGCEzVwwzq16Pb9-aSpRI61SkXLoDE6u7PeouDBEub3MiIPdDge5nSbwHFDX0mY.-HkYhH1ZkdxdtERmdlLG8INeAb_4zIpFXkAsaEMK8U4" + "P3oaHCpgyWme4XHXbyTPoTfycyQhKoRP0vyPT4xgxFuMPzreR7lzZsio_rkTJN5mA2aWnM5jJTuXJMaNtRShOETFmT8gtrrZoB7RwKTlLkHRT2eLkGg94l_7qduG5Xl5.jGGYqXkeexhmRCmZQD5pNJd0eT67uGNSd9J0IbYGbdM" + ], + "x-aad-resource-unit": [ + "1" ], "DataServiceVersion": [ "3.0;" @@ -786,10 +921,10 @@ "ASP.NET" ], "Duration": [ - "716385" + "592281" ], "Date": [ - "Wed, 03 Jul 2019 22:42:38 GMT" + "Tue, 23 Jun 2020 23:45:18 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" @@ -801,26 +936,26 @@ "151" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/0483643a-cb2f-462a-bc27-1a270e5bdc0a/$metadata#Edm.String\",\r\n \"value\": \"384dab06-7a70-4ecf-a04e-284602199124\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/6ad91d65-65ab-4e14-90f7-fe951035b7c9/$metadata#Edm.String\",\r\n \"value\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/0483643a-cb2f-462a-bc27-1a270e5bdc0a/servicePrincipals/384dab06-7a70-4ecf-a04e-284602199124?api-version=1.6", - "EncodedRequestUri": "LzA0ODM2NDNhLWNiMmYtNDYyYS1iYzI3LTFhMjcwZTViZGMwYS9zZXJ2aWNlUHJpbmNpcGFscy8zODRkYWIwNi03YTcwLTRlY2YtYTA0ZS0yODQ2MDIxOTkxMjQ/YXBpLXZlcnNpb249MS42", + "RequestUri": "/6ad91d65-65ab-4e14-90f7-fe951035b7c9/servicePrincipals/d8eca219-3055-4504-9a60-18c2d0b4c18c?api-version=1.6", + "EncodedRequestUri": "LzZhZDkxZDY1LTY1YWItNGUxNC05MGY3LWZlOTUxMDM1YjdjOS9zZXJ2aWNlUHJpbmNpcGFscy9kOGVjYTIxOS0zMDU1LTQ1MDQtOWE2MC0xOGMyZDBiNGMxOGM/YXBpLXZlcnNpb249MS42", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "26815b6f-8718-4071-9438-578b76f6799a" + "37687313-f252-42b0-868a-3cfe77da7b84" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.0" + "Microsoft.Azure.Graph.RBAC.Version1.6.20190326.GraphRbacManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -831,19 +966,22 @@ "no-cache" ], "ocp-aad-diagnostics-server-name": [ - "wIQemZ+5vqMn85aXsgJ+yzAwtRuiwLPflul5H4QC6Xs=" + "OdWESK30rw7Va1FPXgq9UcI+2p7dlhmdvprfw1EeQk0=" ], "request-id": [ - "4c6a14fe-3980-4130-907e-2864eac55f1d" + "f97ed317-d7f6-4624-9f3b-4be25d495384" ], "client-request-id": [ - "26815b6f-8718-4071-9438-578b76f6799a" + "37687313-f252-42b0-868a-3cfe77da7b84" ], "x-ms-dirapi-data-contract-version": [ "1.6" ], "ocp-aad-session-key": [ - "C4I17CzeCRAW2x1KNLLh1WmAq3PSf3FuKOKvypzklCI4KS5D4B6WrAJ-RiF1e3_QWmSFOGNxQYfoEZXoksxCcx16pmE4uuKJhUNfShEhp-C-MkafV8dRkEjormBACYPB.eMVpQfo0U-6bjM60XDqr1JRV1yb9W4urWyQYMYatqJE" + "BerC6Pc6f_m2qjtdpQIqVz_Yxmdtzmb8DGZKkj885agMlaPUUhOb1IiyogPJInh3stCHFF-2hnGRkxPn89TKJVOMbp92DpuEAEUntXGmHumyPOlzfKKK_BaXC_RSQu5G.E5KzuE8gQnBUy_d_l8a-0_qiHIK_KaxfojW4dNaHQes" + ], + "x-aad-resource-unit": [ + "1" ], "DataServiceVersion": [ "3.0;" @@ -861,10 +999,10 @@ "ASP.NET" ], "Duration": [ - "587595" + "491558" ], "Date": [ - "Wed, 03 Jul 2019 22:42:38 GMT" + "Tue, 23 Jun 2020 23:45:18 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8" @@ -876,7 +1014,7 @@ "1299" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/0483643a-cb2f-462a-bc27-1a270e5bdc0a/$metadata#directoryObjects/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"384dab06-7a70-4ecf-a04e-284602199124\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.StorageSync\",\r\n \"appId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"applicationTemplateId\": null,\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.StorageSync\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"notificationEmailAddresses\": [],\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredSingleSignOnMode\": null,\r\n \"preferredTokenSigningKeyEndDateTime\": null,\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://0c38d04b-cf53-496f-aa30-9751eaf67399/redir\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"samlSingleSignOnSettings\": null,\r\n \"servicePrincipalNames\": [\r\n \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://graph.windows.net/6ad91d65-65ab-4e14-90f7-fe951035b7c9/$metadata#directoryObjects/@Element\",\r\n \"odata.type\": \"Microsoft.DirectoryServices.ServicePrincipal\",\r\n \"objectType\": \"ServicePrincipal\",\r\n \"objectId\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\",\r\n \"deletionTimestamp\": null,\r\n \"accountEnabled\": true,\r\n \"addIns\": [],\r\n \"alternativeNames\": [],\r\n \"appDisplayName\": \"Microsoft.StorageSync\",\r\n \"appId\": \"9469b9f5-6722-4481-a2b2-14ed560b706f\",\r\n \"applicationTemplateId\": null,\r\n \"appOwnerTenantId\": \"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\r\n \"appRoleAssignmentRequired\": false,\r\n \"appRoles\": [],\r\n \"displayName\": \"Microsoft.StorageSync\",\r\n \"errorUrl\": null,\r\n \"homepage\": null,\r\n \"informationalUrls\": {\r\n \"termsOfService\": null,\r\n \"support\": null,\r\n \"privacy\": null,\r\n \"marketing\": null\r\n },\r\n \"keyCredentials\": [],\r\n \"logoutUrl\": null,\r\n \"notificationEmailAddresses\": [],\r\n \"oauth2Permissions\": [],\r\n \"passwordCredentials\": [],\r\n \"preferredSingleSignOnMode\": null,\r\n \"preferredTokenSigningKeyEndDateTime\": null,\r\n \"preferredTokenSigningKeyThumbprint\": null,\r\n \"publisherName\": \"Microsoft Services\",\r\n \"replyUrls\": [\r\n \"https://0c38d04b-cf53-496f-aa30-9751eaf67399/redir\"\r\n ],\r\n \"samlMetadataUrl\": null,\r\n \"samlSingleSignOnSettings\": null,\r\n \"servicePrincipalNames\": [\r\n \"9469b9f5-6722-4481-a2b2-14ed560b706f\"\r\n ],\r\n \"servicePrincipalType\": \"Application\",\r\n \"signInAudience\": \"AzureADMultipleOrgs\",\r\n \"tags\": [],\r\n \"tokenEncryptionKeyId\": null\r\n}", "StatusCode": 200 }, { @@ -886,16 +1024,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "222ba979-b36e-4a58-9f5d-0629920abf4c" + "e865294a-ba56-4ab3-bfe8-437e13c47033" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" + "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -905,11 +1043,8 @@ "Pragma": [ "no-cache" ], - "x-ms-request-charge": [ - "1" - ], "x-ms-request-id": [ - "c1f60492-eb0b-49a4-ae1e-909b9a50c0ec" + "d51f2dee-f86b-4b12-b26a-760f2b78b5ea" ], "X-Content-Type-Options": [ "nosniff" @@ -918,19 +1053,19 @@ "max-age=31536000; includeSubDomains" ], "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" + "x-ms-gateway-slice=Production; path=/; SameSite=None; secure; HttpOnly" ], "x-ms-ratelimit-remaining-tenant-reads": [ - "11999" + "11994" ], "x-ms-correlation-request-id": [ - "42f07e43-e858-4be9-ab11-ac63ab764268" + "f6757f6e-edb7-42f0-8dc9-6d705a3d0eb6" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224239Z:42f07e43-e858-4be9-ab11-ac63ab764268" + "WESTUS:20200623T234519Z:f6757f6e-edb7-42f0-8dc9-6d705a3d0eb6" ], "Date": [ - "Wed, 03 Jul 2019 22:42:39 GMT" + "Tue, 23 Jun 2020 23:45:18 GMT" ], "Content-Length": [ "841" @@ -946,22 +1081,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps7346/providers/Microsoft.Storage///storageAccounts/saps1126/providers/Microsoft.Authorization/roleAssignments?$filter=assignedTo('384dab06-7a70-4ecf-a04e-284602199124')&api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2UvLy9zdG9yYWdlQWNjb3VudHMvc2FwczExMjYvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cz8kZmlsdGVyPWFzc2lnbmVkVG8oJzM4NGRhYjA2LTdhNzAtNGVjZi1hMDRlLTI4NDYwMjE5OTEyNCcpJmFwaS12ZXJzaW9uPTIwMTUtMDctMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps6890/providers/Microsoft.Storage///storageAccounts/saps451/providers/Microsoft.Authorization/roleAssignments?$filter=assignedTo('d8eca219-3055-4504-9a60-18c2d0b4c18c')&api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNjg5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2UvLy9zdG9yYWdlQWNjb3VudHMvc2FwczQ1MS9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dGhvcml6YXRpb24vcm9sZUFzc2lnbm1lbnRzPyRmaWx0ZXI9YXNzaWduZWRUbygnZDhlY2EyMTktMzA1NS00NTA0LTlhNjAtMThjMmQwYjRjMThjJykmYXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "956d6706-254f-4a79-b2c0-e121d9f24f98" + "5e0bb1c5-976d-491b-9c78-0e69c28d5501" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" + "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -971,11 +1106,8 @@ "Pragma": [ "no-cache" ], - "x-ms-request-charge": [ - "1" - ], "x-ms-request-id": [ - "5a1ccc7e-cd8f-4ce5-a343-348ada113c66" + "60563aea-6a40-4647-b409-3bc5fb14059a" ], "X-Content-Type-Options": [ "nosniff" @@ -984,22 +1116,22 @@ "max-age=31536000; includeSubDomains" ], "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" + "x-ms-gateway-slice=Production; path=/; secure; HttpOnly; SameSite=None" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11982" ], "x-ms-correlation-request-id": [ - "bd7b1f00-e2e1-4793-b32b-6bc0c661f6e9" + "92460487-eabc-4bb7-b6ce-34808cba7f05" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224239Z:bd7b1f00-e2e1-4793-b32b-6bc0c661f6e9" + "WESTUS:20200623T234519Z:92460487-eabc-4bb7-b6ce-34808cba7f05" ], "Date": [ - "Wed, 03 Jul 2019 22:42:39 GMT" + "Tue, 23 Jun 2020 23:45:18 GMT" ], "Content-Length": [ - "12" + "732" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1008,104 +1140,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": []\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\",\r\n \"principalId\": \"d8eca219-3055-4504-9a60-18c2d0b4c18c\",\r\n \"scope\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b\",\r\n \"createdOn\": \"2020-05-23T18:29:54.9647107Z\",\r\n \"updatedOn\": \"2020-05-23T18:29:54.9647107Z\",\r\n \"createdBy\": \"a8656ec6-d7a4-4e38-bf78-58d74e3ed751\",\r\n \"updatedBy\": \"a8656ec6-d7a4-4e38-bf78-58d74e3ed751\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Authorization/roleAssignments/dc60f792-d409-4e1d-8fe5-192d121c26e9\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"dc60f792-d409-4e1d-8fe5-192d121c26e9\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/Microsoft.Storage/storageAccounts/saps1126/providers/Microsoft.Authorization/roleAssignments/fd2482a3-3648-4e5c-9267-f3996ed2eec2?api-version=2015-07-01", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzdiOTZjYjAyLTQ2NjMtNDBmNC05YTg5LTYwM2QzODQ5ZTQ2YS9yZXNvdXJjZUdyb3Vwcy9wczczNDYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zYXBzMTEyNi9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dGhvcml6YXRpb24vcm9sZUFzc2lnbm1lbnRzL2ZkMjQ4MmEzLTM2NDgtNGU1Yy05MjY3LWYzOTk2ZWQyZWVjMj9hcGktdmVyc2lvbj0yMDE1LTA3LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/Microsoft.StorageSync/storageSyncServices/sssps1995/syncGroups/sgps5662/cloudEndpoints/cepps1502?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjg5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxOTk1L3N5bmNHcm91cHMvc2dwczU2NjIvY2xvdWRFbmRwb2ludHMvY2VwcHMxNTAyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\",\r\n \"principalId\": \"384dab06-7a70-4ecf-a04e-284602199124\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/Microsoft.Storage/storageAccounts/saps451\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e10f221b-d057-42cc-80e2-33ff9b2fbd73" + "60bf605c-4a24-4c63-b143-8ac6594d15d6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Authorization.Version2015.07.01.AuthorizationManagementClient/1.3.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "254" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-charge": [ - "2" - ], - "x-ms-request-id": [ - "0f44f96e-7aa6-4ae7-b1ea-e9a655eae1ad" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Set-Cookie": [ - "x-ms-gateway-slice=Production; path=/; secure; HttpOnly" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], - "x-ms-correlation-request-id": [ - "894a04ba-46b3-4720-8136-08eb64bc6432" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T224242Z:894a04ba-46b3-4720-8136-08eb64bc6432" - ], - "Date": [ - "Wed, 03 Jul 2019 22:42:41 GMT" - ], - "Content-Length": [ - "836" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\",\r\n \"principalId\": \"384dab06-7a70-4ecf-a04e-284602199124\",\r\n \"scope\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/Microsoft.Storage/storageAccounts/saps1126\",\r\n \"createdOn\": \"2019-07-03T22:42:40.0985212Z\",\r\n \"updatedOn\": \"2019-07-03T22:42:40.0985212Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"8d1a2f63-15c2-4fe8-a804-213ecbaf4403\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/Microsoft.Storage/storageAccounts/saps1126/providers/Microsoft.Authorization/roleAssignments/fd2482a3-3648-4e5c-9267-f3996ed2eec2\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"fd2482a3-3648-4e5c-9267-f3996ed2eec2\"\r\n}", - "StatusCode": 201 - }, - { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/Microsoft.StorageSync/storageSyncServices/sssps9926/syncGroups/sgps811/cloudEndpoints/cepps6562?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3N5bmNHcm91cHMvc2dwczgxMS9jbG91ZEVuZHBvaW50cy9jZXBwczY1NjI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/Microsoft.Storage/storageAccounts/saps1126\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\"\r\n }\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "af873e94-df38-492c-bb99-7426d8446781" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27617.04", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "298" + "297" ] }, "ResponseHeaders": { @@ -1116,16 +1176,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/eea68eb8-0cc2-4990-b680-3594dcbf585e/operationresults/bf0f2efd-4914-4b79-9905-38c8e92ea8a2?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiIyMmVlOWM5NS0xNGI5LTQ5ZjAtYWE0MC02MTVjOTJhMmU1YWUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmE0YmU2MzctMmJlMi00ZDIwLTgwYjktMzM2OTJlYWM1ZjhkIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/eea68eb8-0cc2-4990-b680-3594dcbf585e/operations/bf0f2efd-4914-4b79-9905-38c8e92ea8a2?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiIyMmVlOWM5NS0xNGI5LTQ5ZjAtYWE0MC02MTVjOTJhMmU1YWUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmE0YmU2MzctMmJlMi00ZDIwLTgwYjktMzM2OTJlYWM1ZjhkIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "be191741-bf54-425d-8406-01f9797e0069" + "1083a120-15f0-4bba-86a6-8284eac15729" ], "X-Content-Type-Options": [ "nosniff" @@ -1143,16 +1203,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1197" ], "x-ms-correlation-request-id": [ - "052e3d46-f6f5-4abc-9330-cce2a8c4c97c" + "37ca86df-589f-4f0b-a007-8ebd37267c0e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224323Z:052e3d46-f6f5-4abc-9330-cce2a8c4c97c" + "WESTUS:20200623T234520Z:37ca86df-589f-4f0b-a007-8ebd37267c0e" ], "Date": [ - "Wed, 03 Jul 2019 22:43:22 GMT" + "Tue, 23 Jun 2020 23:45:19 GMT" ], "Expires": [ "-1" @@ -1165,16 +1225,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/eea68eb8-0cc2-4990-b680-3594dcbf585e/operations/bf0f2efd-4914-4b79-9905-38c8e92ea8a2?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3dvcmtmbG93cy9lZWE2OGViOC0wY2MyLTQ5OTAtYjY4MC0zNTk0ZGNiZjU4NWUvb3BlcmF0aW9ucy9iZjBmMmVmZC00OTE0LTRiNzktOTkwNS0zOGM4ZTkyZWE4YTI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiIyMmVlOWM5NS0xNGI5LTQ5ZjAtYWE0MC02MTVjOTJhMmU1YWUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmE0YmU2MzctMmJlMi00ZDIwLTgwYjktMzM2OTJlYWM1ZjhkIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRTNZekk0WVRVMExUSmhOVEV0TkdSalppMDVPRFV6TFdOaU1UY3hPV1JqWldSbVlpSXNJbmR2Y210bWJHOTNTV1FpT2lJeU1tVmxPV001TlMweE5HSTVMVFE1WmpBdFlXRTBNQzAyTVRWak9USmhNbVUxWVdVaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWm1FMFltVTJNemN0TW1KbE1pMDBaREl3TFRnd1lqa3RNek0yT1RKbFlXTTFaamhrSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1185,7 +1245,7 @@ "no-cache" ], "x-ms-request-id": [ - "3e2046d3-6b64-4f78-a868-bf328fee9f41" + "e2a91b5b-3918-4ae5-a49c-3d0acd60e551" ], "X-Content-Type-Options": [ "nosniff" @@ -1203,41 +1263,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11981" ], "x-ms-correlation-request-id": [ - "f8ff75b9-d4f4-4e0c-8b85-84842c00009b" + "9d3264e2-8dc9-4698-a909-fa204b22b481" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224333Z:f8ff75b9-d4f4-4e0c-8b85-84842c00009b" + "WESTUS:20200623T234530Z:9d3264e2-8dc9-4698-a909-fa204b22b481" ], "Date": [ - "Wed, 03 Jul 2019 22:43:33 GMT" + "Tue, 23 Jun 2020 23:45:29 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflow/eea68eb8-0cc2-4990-b680-3594dcbf585e/operationresults/bf0f2efd-4914-4b79-9905-38c8e92ea8a2\",\r\n \"name\": \"bf0f2efd-4914-4b79-9905-38c8e92ea8a2\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T22:43:23.1719348Z\",\r\n \"endTime\": \"2019-07-03T22:43:31.8323731Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiIyMmVlOWM5NS0xNGI5LTQ5ZjAtYWE0MC02MTVjOTJhMmU1YWUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmE0YmU2MzctMmJlMi00ZDIwLTgwYjktMzM2OTJlYWM1ZjhkIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiIyMmVlOWM5NS0xNGI5LTQ5ZjAtYWE0MC02MTVjOTJhMmU1YWUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmE0YmU2MzctMmJlMi00ZDIwLTgwYjktMzM2OTJlYWM1ZjhkIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:45:21.6503141Z\",\r\n \"endTime\": \"2020-06-23T23:45:30.2327244Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/Microsoft.StorageSync/storageSyncServices/sssps9926/syncGroups/sgps811/cloudEndpoints/cepps6562?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3N5bmNHcm91cHMvc2dwczgxMS9jbG91ZEVuZHBvaW50cy9jZXBwczY1NjI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/Microsoft.StorageSync/storageSyncServices/sssps1995/syncGroups/sgps5662/cloudEndpoints/cepps1502?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjg5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxOTk1L3N5bmNHcm91cHMvc2dwczU2NjIvY2xvdWRFbmRwb2ludHMvY2VwcHMxNTAyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1248,7 +1308,7 @@ "no-cache" ], "x-ms-request-id": [ - "163ee7b3-e5d8-4516-97ec-0e1bc38c0c67" + "363e6830-6b74-47ab-a260-9b5d42176592" ], "X-Content-Type-Options": [ "nosniff" @@ -1266,53 +1326,53 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11980" ], "x-ms-correlation-request-id": [ - "25553985-24da-4d9f-b882-26125832cbc3" + "a9b963f2-10b5-4d83-8867-4aa17c4a52d0" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224333Z:25553985-24da-4d9f-b882-26125832cbc3" + "WESTUS:20200623T234531Z:a9b963f2-10b5-4d83-8867-4aa17c4a52d0" ], "Date": [ - "Wed, 03 Jul 2019 22:43:33 GMT" + "Tue, 23 Jun 2020 23:45:30 GMT" ], "Content-Length": [ - "984" + "1026" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountKey\": null,\r\n \"storageAccount\": null,\r\n \"storageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/Microsoft.Storage/storageAccounts/saps1126\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8RDY0NjFEREUtQ0Y0My00RDNBLUJCNTAtNDc1OURGMjUzOTMzfEdFTkVSSUN8RUYzMjY1QTAtN0YyMi00ODA0LUJBRjAtRDk0NkU2MDE4MkM0\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps9926/workflows/eea68eb8-0cc2-4990-b680-3594dcbf585e\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/syncGroups/sgps811/cloudEndpoints/cepps6562\",\r\n \"name\": \"cepps6562\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/Microsoft.Storage/storageAccounts/saps451\",\r\n \"azureFileShareName\": \"testfs\",\r\n \"storageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"partnershipId\": \"1|U0VSVkVSQVNTWU5DQ0xJRU5USEZTVjJ8RTk2NkZCMDAtQjAxMS00NzU4LTg0QzUtMEZBREVGNkYyODI3fEdFTkVSSUN8QjgzOEFBRkYtREMyQi00QUM3LTg2QkYtNTk0Nzg4RTc5MDQ1\",\r\n \"friendlyName\": \"testfs\",\r\n \"backupEnabled\": \"false\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps1995/workflows/22ee9c95-14b9-49f0-aa40-615c92a2e5ae\",\r\n \"lastOperationName\": \"ICreateCloudEndpointWorkflow\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/microsoft.storagesync/storageSyncServices/sssps1995/syncGroups/sgps5662/cloudEndpoints/cepps1502\",\r\n \"name\": \"cepps1502\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/cloudEndpoints\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/Microsoft.StorageSync/storageSyncServices/sssps9926/registeredServers/1d72873b-271f-42f6-bcad-912c338287cf?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3JlZ2lzdGVyZWRTZXJ2ZXJzLzFkNzI4NzNiLTI3MWYtNDJmNi1iY2FkLTkxMmMzMzgyODdjZj9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/Microsoft.StorageSync/storageSyncServices/sssps1995/registeredServers/16150eb5-ffcc-4662-be84-767b5fff97f6?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjg5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxOTk1L3JlZ2lzdGVyZWRTZXJ2ZXJzLzE2MTUwZWI1LWZmY2MtNDY2Mi1iZTg0LTc2N2I1ZmZmOTdmNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDGDCCAgCgAwIBAgIQZrMnSW/lG5xELR7EikisXDANBgkqhkiG9w0BAQ0FADA0MTIwMAYDVQQDEylhbmRyZXlhemRldm9wcy5yZWRtb25kLmNvcnAubWljcm9zb2Z0LmNvbTAeFw0xOTA1MjkwMjEyNDlaFw0yMDA1MjkwMjEyNDlaMDQxMjAwBgNVBAMTKWFuZHJleWF6ZGV2b3BzLnJlZG1vbmQuY29ycC5taWNyb3NvZnQuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzWEfgMvao6tCt/lexsMFViVxCCoJbLClwvqfWN79eFc3bmXBtERIvKTlb1TqAigp5VjP021TaQsyN/K2t8qr2rAdlaeJtCXNSILe3+ForYGcQOP0p802kFXkhMUojfX8jGs1BLQTsUoKN4UtuxWIhpb7Iw00rT7wchTg6Yk+ULCRFAlxOQHZI0drM13tDO4kz0BRbTCoSvazS3O570p8sMrWFra6P1/HG1f7sIQP5txw205siGb5FpB0u16qD/z0d7tfMGv+JIqAb6InI393dj2FtbzExkkiBUFXWaH9czGkAFyWuzkECb0WEEK+7oTOrLlo0dh0bp6nxlZ+G7FLfQIDAQABoyYwJDAiBgNVHSUBAf8EGDAWBggrBgEFBQcDAgYKKwYBBAGCNwoDDDANBgkqhkiG9w0BAQ0FAAOCAQEAEn8WHN0h00/Vem50CnwXwnty0vGwu2v3plD1m0mw+3jCtDUTa/tF/a7jTVTCtK6VdqNP6tp/f+GflNRmZWIK/6DIEntouzL++7M5hArcJj01t0S0Vc+0FN3b2wuBuJUYWxR5Q8bNHStOm7l6nXjQ96k1fH/L/hu0dmhciak8LUEIowhSiIpnB3C9AGFuPi9DqjKdWxxzIPLybiDidgUfGbcCNHaZXvcNqNq4zpzeFPTi3VBEOXHIJhk0fT3iWjwvBwtUxPJJs3FIRZFWQa/cgEvBWrYMem98lqKNdmGDJP11OmUeAqJQTe+iSX9pDFzpEj/lM/tIjEh9fwKXuoO1uw==\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"7/3/2019 3:43:34 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"1d72873b-271f-42f6-bcad-912c338287cf\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": \"MIIDEDCCAfigAwIBAgIQHMX6MF8k1YRIo40AAPKx/TANBgkqhkiG9w0BAQ0FADAwMS4wLAYDVQQDEyVhbmt1c2hiLXZtMDIubnRkZXYuY29ycC5taWNyb3NvZnQuY29tMB4XDTIwMDEyNzE5NTkwN1oXDTIxMDEyNzE5NTkwN1owMDEuMCwGA1UEAxMlYW5rdXNoYi12bTAyLm50ZGV2LmNvcnAubWljcm9zb2Z0LmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOGKtANwb+dUXi5QVPKCUkpcWJ1/s18EqVBGRaQvIE518p7zWSfnk79FOerjfCT6kDBZPccnxBHK3hZZNgxrAkgv0LeDIEwHDvttYbcMfUzq1VviGnPuKWTsFkIAkG+8IehxX9eB/kBlkoyriziQXg4Bz74HBaQWlZeC65R6Tp8XcuO8HuKtnT3RfV6365pPHq4yp/N5e3NLxDoG1AKXEs8NtDkw2xOltLCu3qluV/AUX343pDEkLV3F8IOu3I7cU+NA/WzCF7UcZ8ZOhS5klMVNiUwCFsUdFUAXh9ufXEBs50IcVJlZU6ZUADbmrqaqpYtD94aKQeFsBlnou5s1A/kCAwEAAaMmMCQwIgYDVR0lAQH/BBgwFgYIKwYBBQUHAwIGCisGAQQBgjcKAwwwDQYJKoZIhvcNAQENBQADggEBAH7p2XFxnOdk/lbNBKW7nmjsjE5BeBU/OlBhKCUrmmY+fk3FvAYSs2jaJKqgZjxek/KdNf2UZMXztg8joF5s1Pdg6ICxJqc1t4gJunHUOoTHHyrotMyt6xJnClRCNqshA0n2z304hjKXcyCoLopemMFpOPEg2oG+EOuvwK/g1gAavGbmYJQc82uNF1LKNMmNfQ4Nn48dKLKg65SHgU+BISlCjHb/6NRTpTmK5acUOlHSrhGsJYCBsN1xJOzwxssXAoy25ebjajvnGcsC9k2HwLZWaSGsPuwWPfEtPPHjNRDrnaNLjSu2zc0uxZza8JWlE0pWD2kyf9OjyD1V0PxtZuM=\",\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"lastHeartBeat\": \"6/23/2020 4:45:31 PM\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serverId\": \"16150eb5-ffcc-4662-be84-767b5fff97f6\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "89bbbf11-5b8f-4a60-a0e4-0aaf06551959" + "553137ff-9968-4302-b69b-af0c2864e0c1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1452" + "1437" ] }, "ResponseHeaders": { @@ -1323,16 +1383,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/af0e53c2-858c-4a84-b297-b155564c9239/operationresults/ff7ecf3a-997a-40e7-82af-4d9a5749525e?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiIxOGZhM2Q5Ny1hNmIxLTRmODAtYmQ2Yi1iMGM2ZDc3MzExMjAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzExMmZiYzQtMWU5NC00NTA1LTlmZmItNmE4MWI5ZjliYzY3In0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/af0e53c2-858c-4a84-b297-b155564c9239/operations/ff7ecf3a-997a-40e7-82af-4d9a5749525e?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiIxOGZhM2Q5Ny1hNmIxLTRmODAtYmQ2Yi1iMGM2ZDc3MzExMjAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzExMmZiYzQtMWU5NC00NTA1LTlmZmItNmE4MWI5ZjliYzY3In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "38857f9e-fe07-4c2d-bc4a-3c6801ce5a4f" + "be0aab63-f51c-4919-8d7e-a41f3bf844ae" ], "X-Content-Type-Options": [ "nosniff" @@ -1350,16 +1410,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1196" ], "x-ms-correlation-request-id": [ - "980dc4b6-4e61-457a-b50e-13854f021bba" + "86e6d19a-96c5-43f2-a179-b95dda818a1f" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224334Z:980dc4b6-4e61-457a-b50e-13854f021bba" + "WESTUS:20200623T234531Z:86e6d19a-96c5-43f2-a179-b95dda818a1f" ], "Date": [ - "Wed, 03 Jul 2019 22:43:34 GMT" + "Tue, 23 Jun 2020 23:45:30 GMT" ], "Expires": [ "-1" @@ -1372,16 +1432,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/af0e53c2-858c-4a84-b297-b155564c9239/operations/ff7ecf3a-997a-40e7-82af-4d9a5749525e?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3dvcmtmbG93cy9hZjBlNTNjMi04NThjLTRhODQtYjI5Ny1iMTU1NTY0YzkyMzkvb3BlcmF0aW9ucy9mZjdlY2YzYS05OTdhLTQwZTctODJhZi00ZDlhNTc0OTUyNWU/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiIxOGZhM2Q5Ny1hNmIxLTRmODAtYmQ2Yi1iMGM2ZDc3MzExMjAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzExMmZiYzQtMWU5NC00NTA1LTlmZmItNmE4MWI5ZjliYzY3In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRTNZekk0WVRVMExUSmhOVEV0TkdSalppMDVPRFV6TFdOaU1UY3hPV1JqWldSbVlpSXNJbmR2Y210bWJHOTNTV1FpT2lJeE9HWmhNMlE1TnkxaE5tSXhMVFJtT0RBdFltUTJZaTFpTUdNMlpEYzNNekV4TWpBaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTXpFeE1tWmlZelF0TVdVNU5DMDBOVEExTFRsbVptSXRObUU0TVdJNVpqbGlZelkzSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1392,7 +1452,7 @@ "no-cache" ], "x-ms-request-id": [ - "810a653e-8e61-4a22-87ff-2c678aeec409" + "8f116fdd-9419-4025-bb9f-edcf9b81ddf8" ], "X-Content-Type-Options": [ "nosniff" @@ -1410,41 +1470,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11979" ], "x-ms-correlation-request-id": [ - "0d44dc2a-469c-43fb-b024-ec53c6ed6433" + "80525829-a580-43f7-92b7-a1dbb1595742" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224344Z:0d44dc2a-469c-43fb-b024-ec53c6ed6433" + "WESTUS:20200623T234542Z:80525829-a580-43f7-92b7-a1dbb1595742" ], "Date": [ - "Wed, 03 Jul 2019 22:43:44 GMT" + "Tue, 23 Jun 2020 23:45:42 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflow/af0e53c2-858c-4a84-b297-b155564c9239/operationresults/ff7ecf3a-997a-40e7-82af-4d9a5749525e\",\r\n \"name\": \"ff7ecf3a-997a-40e7-82af-4d9a5749525e\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T22:43:35.3329063Z\",\r\n \"endTime\": \"2019-07-03T22:43:38.8476262Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiIxOGZhM2Q5Ny1hNmIxLTRmODAtYmQ2Yi1iMGM2ZDc3MzExMjAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzExMmZiYzQtMWU5NC00NTA1LTlmZmItNmE4MWI5ZjliYzY3In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiIxOGZhM2Q5Ny1hNmIxLTRmODAtYmQ2Yi1iMGM2ZDc3MzExMjAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzExMmZiYzQtMWU5NC00NTA1LTlmZmItNmE4MWI5ZjliYzY3In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:45:31.8486631Z\",\r\n \"endTime\": \"2020-06-23T23:45:35.2890891Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/Microsoft.StorageSync/storageSyncServices/sssps9926/registeredServers/1d72873b-271f-42f6-bcad-912c338287cf?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3JlZ2lzdGVyZWRTZXJ2ZXJzLzFkNzI4NzNiLTI3MWYtNDJmNi1iY2FkLTkxMmMzMzgyODdjZj9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/Microsoft.StorageSync/storageSyncServices/sssps1995/registeredServers/16150eb5-ffcc-4662-be84-767b5fff97f6?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjg5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxOTk1L3JlZ2lzdGVyZWRTZXJ2ZXJzLzE2MTUwZWI1LWZmY2MtNDY2Mi1iZTg0LTc2N2I1ZmZmOTdmNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1455,7 +1515,7 @@ "no-cache" ], "x-ms-request-id": [ - "0d812683-3b9f-434c-b62f-e68bfc06e02a" + "d00a3d24-d4d1-4f82-8ba3-8fcac7bb31b4" ], "X-Content-Type-Options": [ "nosniff" @@ -1473,53 +1533,53 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11978" ], "x-ms-correlation-request-id": [ - "0ef7c3e2-979d-414b-8088-817a596b5a05" + "a608fc76-09a5-4def-a48c-a0e7d35c1947" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224345Z:0ef7c3e2-979d-414b-8088-817a596b5a05" + "WESTUS:20200623T234542Z:a608fc76-09a5-4def-a48c-a0e7d35c1947" ], "Date": [ - "Wed, 03 Jul 2019 22:43:44 GMT" + "Tue, 23 Jun 2020 23:45:42 GMT" ], "Content-Length": [ - "13368" + "13498" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"serverCertificate\": null,\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"agentVersionStatus\": null,\r\n \"agentVersionExpirationDate\": null,\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2019-07-03T15:43:38.6146018-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"1d72873b-271f-42f6-bcad-912c338287cf\",\r\n \"storageSyncServiceUid\": \"dbbc75f1-2d76-48cc-a26e-a7170412c514\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps9926/workflows/af0e53c2-858c-4a84-b297-b155564c9239\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/registeredServers/1d72873b-271f-42f6-bcad-912c338287cf\",\r\n \"name\": \"1d72873b-271f-42f6-bcad-912c338287cf\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"agentVersion\": \"5.0.2.0\",\r\n \"serverOSVersion\": \"10.0.14393.0\",\r\n \"serverManagementErrorCode\": 0,\r\n \"lastHeartBeat\": \"2020-06-23T16:45:35.0880102-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"serverRole\": \"Standalone\",\r\n \"clusterId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"clusterName\": \"\",\r\n \"serverId\": \"16150eb5-ffcc-4662-be84-767b5fff97f6\",\r\n \"storageSyncServiceUid\": \"17c28a54-2a51-4dcf-9853-cb1719dcedfb\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps1995/workflows/18fa3d97-a6b1-4f80-bd6b-b0c6d7731120\",\r\n \"lastOperationName\": \"ICreateRegisteredServerWorkflow\",\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"monitoringConfiguration\": \"{\\\"agentConfiguration\\\":\\\" \\\\\\\\Memory\\\\\\\\Available MBytes \\\\\\\\Processor(_Total)\\\\\\\\% Processor Time \\\\\\\\Network Interface(*)\\\\\\\\Bytes Total/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Received/sec \\\\\\\\Network Interface(*)\\\\\\\\Bytes Sent/sec \\\\\\\\Network Interface(*)\\\\\\\\Current Bandwidth \\\\\\\\Network Interface(*)\\\\\\\\Output Queue Length \\\\\\\\Server\\\\\\\\Bytes Total/sec \\\\\\\\Process(filesyncsvc)\\\\\\\\* \\\\\\\\Process(w3wp)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentCore)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentHost)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentManager)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentLauncher)\\\\\\\\% Processor Time \\\\\\\\Process(MonAgentCore)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentHost)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentManager)\\\\\\\\Private Bytes \\\\\\\\Process(MonAgentLauncher)\\\\\\\\Private Bytes \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\% Processor Time \\\\\\\\Process(AzureStorageSyncMonitor)\\\\\\\\Private Bytes \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") \\\\t /Event/System/EventID /Event/System/Level /Event/System/EventRecordID /Event/EventData/Data GetEventMetadata(\\\\\\\"Description\\\\\\\") EventsToCollect=ServerPerformanceCounters:PerformanceCounter,ServerTelemetryEvents:WindowsEventLog,ServerItemResultsEvents:WindowsEventLog,ServerApplicationEvents:WindowsEventLog;DiagnosticEvents=ServerOperationalEvents:WindowsEventLog,ServerDiagnosticEvents:WindowsEventLog,ServerManagementOperationalEvents:WindowsEventLog,ServerManagementDiagnosticEvents:WindowsEventLog,ServerScrubbingEvents:WindowsEventLog,TieringResultsEvents:WindowsEventLog,RecallResultsEvents:WindowsEventLog,AfsUserModeTraceSession:Trace,AfsKernelModeTraceSession:Trace,InstallerLogs:InstallerLogs;EventSchedulerIntervalsInMins=EnvironmentTelemetry:1440 \\\",\\\"configurationVersion\\\":\\\"1\\\",\\\"id\\\":null,\\\"type\\\":\\\"microsoft.storagesync/storageSyncServices/HybridMonitoringConfiguration\\\"}\",\r\n \"managementEndpointUri\": \"https://euap01.afs.azure.net:443/\",\r\n \"discoveryEndpointUri\": \"https://tm-euap01.afs.azure.net:443\",\r\n \"resourceLocation\": \"centraluseuap\",\r\n \"serviceLocation\": \"centraluseuap\",\r\n \"monitoringEndpointUri\": \"https://euap01.afs.azure.net:443/\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/microsoft.storagesync/storageSyncServices/sssps1995/registeredServers/16150eb5-ffcc-4662-be84-767b5fff97f6\",\r\n \"name\": \"16150eb5-ffcc-4662-be84-767b5fff97f6\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/registeredServers\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/Microsoft.StorageSync/storageSyncServices/sssps9926/syncGroups/sgps811/serverEndpoints/sepps5391?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3N5bmNHcm91cHMvc2dwczgxMS9zZXJ2ZXJFbmRwb2ludHMvc2VwcHM1MzkxP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/Microsoft.StorageSync/storageSyncServices/sssps1995/syncGroups/sgps5662/serverEndpoints/sepps5028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjg5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxOTk1L3N5bmNHcm91cHMvc2dwczU2NjIvc2VydmVyRW5kcG9pbnRzL3NlcHBzNTAyOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"serverLocalPath\": \"D:\\\\sepps5391\",\r\n \"cloudTiering\": \"on\",\r\n \"volumeFreeSpacePercent\": 60,\r\n \"serverResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/registeredServers/1d72873b-271f-42f6-bcad-912c338287cf\",\r\n \"offlineDataTransfer\": \"on\",\r\n \"offlineDataTransferShareName\": \"dummy\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"serverLocalPath\": \"D:\\\\sepps5028\",\r\n \"cloudTiering\": \"on\",\r\n \"volumeFreeSpacePercent\": 60,\r\n \"tierFilesOlderThanDays\": 10,\r\n \"serverResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/microsoft.storagesync/storageSyncServices/sssps1995/registeredServers/16150eb5-ffcc-4662-be84-767b5fff97f6\",\r\n \"offlineDataTransfer\": \"on\",\r\n \"offlineDataTransferShareName\": \"dummy\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a0c4b280-19bb-4809-b4e8-63db40c0f73f" + "dc0680c4-8c4a-4e61-aa06-19461102be34" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "429" + "464" ] }, "ResponseHeaders": { @@ -1530,16 +1590,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/58598c5a-d460-4b44-9f07-4df0ace9941f/operationresults/b3e75d4b-3a76-4161-a066-cd944e82e10b?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiI5MWEzOGFjMi04NTk4LTQzMTEtOWUwZS1hNTJhODI1OWE5YTIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmNhMjg3M2ItODQ3Ni00MjUzLTgxODEtYTI2OWM5NmFjNjY0In0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/58598c5a-d460-4b44-9f07-4df0ace9941f/operations/b3e75d4b-3a76-4161-a066-cd944e82e10b?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiI5MWEzOGFjMi04NTk4LTQzMTEtOWUwZS1hNTJhODI1OWE5YTIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmNhMjg3M2ItODQ3Ni00MjUzLTgxODEtYTI2OWM5NmFjNjY0In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "5c4f7aaa-e0b8-48c0-a231-8c2f1dc2544c" + "d2088015-0141-458e-9ab3-1723b592b60d" ], "X-Content-Type-Options": [ "nosniff" @@ -1557,16 +1617,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1195" ], "x-ms-correlation-request-id": [ - "53af5881-fde0-48e3-aa86-553c09df5819" + "71383fcc-d172-4a3b-8570-34e0995836f0" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224345Z:53af5881-fde0-48e3-aa86-553c09df5819" + "WESTUS:20200623T234543Z:71383fcc-d172-4a3b-8570-34e0995836f0" ], "Date": [ - "Wed, 03 Jul 2019 22:43:45 GMT" + "Tue, 23 Jun 2020 23:45:43 GMT" ], "Expires": [ "-1" @@ -1579,16 +1639,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/58598c5a-d460-4b44-9f07-4df0ace9941f/operations/b3e75d4b-3a76-4161-a066-cd944e82e10b?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3dvcmtmbG93cy81ODU5OGM1YS1kNDYwLTRiNDQtOWYwNy00ZGYwYWNlOTk0MWYvb3BlcmF0aW9ucy9iM2U3NWQ0Yi0zYTc2LTQxNjEtYTA2Ni1jZDk0NGU4MmUxMGI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiI5MWEzOGFjMi04NTk4LTQzMTEtOWUwZS1hNTJhODI1OWE5YTIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmNhMjg3M2ItODQ3Ni00MjUzLTgxODEtYTI2OWM5NmFjNjY0In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRTNZekk0WVRVMExUSmhOVEV0TkdSalppMDVPRFV6TFdOaU1UY3hPV1JqWldSbVlpSXNJbmR2Y210bWJHOTNTV1FpT2lJNU1XRXpPR0ZqTWkwNE5UazRMVFF6TVRFdE9XVXdaUzFoTlRKaE9ESTFPV0U1WVRJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTW1OaE1qZzNNMkl0T0RRM05pMDBNalV6TFRneE9ERXRZVEkyT1dNNU5tRmpOalkwSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1599,7 +1659,7 @@ "no-cache" ], "x-ms-request-id": [ - "142c793d-56d5-4b81-afae-23ee34e2893c" + "d379b30a-1e81-40fe-9ad1-4f2705094ebe" ], "X-Content-Type-Options": [ "nosniff" @@ -1617,41 +1677,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11977" ], "x-ms-correlation-request-id": [ - "1dce807c-5149-4c90-a816-13c1fa486638" + "d9b67e5f-9936-490d-bf19-b4070da7f700" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224356Z:1dce807c-5149-4c90-a816-13c1fa486638" + "WESTUS:20200623T234553Z:d9b67e5f-9936-490d-bf19-b4070da7f700" ], "Date": [ - "Wed, 03 Jul 2019 22:43:55 GMT" + "Tue, 23 Jun 2020 23:45:53 GMT" ], "Content-Length": [ - "450" + "748" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflow/58598c5a-d460-4b44-9f07-4df0ace9941f/operationresults/b3e75d4b-3a76-4161-a066-cd944e82e10b\",\r\n \"name\": \"b3e75d4b-3a76-4161-a066-cd944e82e10b\",\r\n \"status\": \"runServerJob\",\r\n \"startTime\": \"2019-07-03T22:43:46.0971016Z\",\r\n \"endTime\": \"2019-07-03T22:43:51.4543503Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiI5MWEzOGFjMi04NTk4LTQzMTEtOWUwZS1hNTJhODI1OWE5YTIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmNhMjg3M2ItODQ3Ni00MjUzLTgxODEtYTI2OWM5NmFjNjY0In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiI5MWEzOGFjMi04NTk4LTQzMTEtOWUwZS1hNTJhODI1OWE5YTIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmNhMjg3M2ItODQ3Ni00MjUzLTgxODEtYTI2OWM5NmFjNjY0In0=\",\r\n \"status\": \"runServerJob\",\r\n \"startTime\": \"2020-06-23T23:45:43.5458328Z\",\r\n \"endTime\": \"2020-06-23T23:45:50.6955183Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/58598c5a-d460-4b44-9f07-4df0ace9941f/operations/b3e75d4b-3a76-4161-a066-cd944e82e10b?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3dvcmtmbG93cy81ODU5OGM1YS1kNDYwLTRiNDQtOWYwNy00ZGYwYWNlOTk0MWYvb3BlcmF0aW9ucy9iM2U3NWQ0Yi0zYTc2LTQxNjEtYTA2Ni1jZDk0NGU4MmUxMGI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiI5MWEzOGFjMi04NTk4LTQzMTEtOWUwZS1hNTJhODI1OWE5YTIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmNhMjg3M2ItODQ3Ni00MjUzLTgxODEtYTI2OWM5NmFjNjY0In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRTNZekk0WVRVMExUSmhOVEV0TkdSalppMDVPRFV6TFdOaU1UY3hPV1JqWldSbVlpSXNJbmR2Y210bWJHOTNTV1FpT2lJNU1XRXpPR0ZqTWkwNE5UazRMVFF6TVRFdE9XVXdaUzFoTlRKaE9ESTFPV0U1WVRJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTW1OaE1qZzNNMkl0T0RRM05pMDBNalV6TFRneE9ERXRZVEkyT1dNNU5tRmpOalkwSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1662,7 +1722,7 @@ "no-cache" ], "x-ms-request-id": [ - "77c56418-e845-4de3-ab00-5146aa06d3bf" + "8418c549-01d0-4fa5-b815-e3019d28a703" ], "X-Content-Type-Options": [ "nosniff" @@ -1680,41 +1740,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11976" ], "x-ms-correlation-request-id": [ - "97a324db-c0bd-432c-909d-c6c8ba29c52f" + "574ea4a1-a479-4bec-a1a4-794737b63ea2" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224406Z:97a324db-c0bd-432c-909d-c6c8ba29c52f" + "WESTUS:20200623T234603Z:574ea4a1-a479-4bec-a1a4-794737b63ea2" ], "Date": [ - "Wed, 03 Jul 2019 22:44:05 GMT" + "Tue, 23 Jun 2020 23:46:03 GMT" ], "Content-Length": [ - "447" + "748" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflow/58598c5a-d460-4b44-9f07-4df0ace9941f/operationresults/b3e75d4b-3a76-4161-a066-cd944e82e10b\",\r\n \"name\": \"b3e75d4b-3a76-4161-a066-cd944e82e10b\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T22:43:46.0971016Z\",\r\n \"endTime\": \"2019-07-03T22:44:01.7080207Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiI5MWEzOGFjMi04NTk4LTQzMTEtOWUwZS1hNTJhODI1OWE5YTIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmNhMjg3M2ItODQ3Ni00MjUzLTgxODEtYTI2OWM5NmFjNjY0In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiI5MWEzOGFjMi04NTk4LTQzMTEtOWUwZS1hNTJhODI1OWE5YTIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmNhMjg3M2ItODQ3Ni00MjUzLTgxODEtYTI2OWM5NmFjNjY0In0=\",\r\n \"status\": \"runServerJob\",\r\n \"startTime\": \"2020-06-23T23:45:43.5458328Z\",\r\n \"endTime\": \"2020-06-23T23:45:50.6955183Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/Microsoft.StorageSync/storageSyncServices/sssps9926/syncGroups/sgps811/serverEndpoints/sepps5391?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3N5bmNHcm91cHMvc2dwczgxMS9zZXJ2ZXJFbmRwb2ludHMvc2VwcHM1MzkxP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiI5MWEzOGFjMi04NTk4LTQzMTEtOWUwZS1hNTJhODI1OWE5YTIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmNhMjg3M2ItODQ3Ni00MjUzLTgxODEtYTI2OWM5NmFjNjY0In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRTNZekk0WVRVMExUSmhOVEV0TkdSalppMDVPRFV6TFdOaU1UY3hPV1JqWldSbVlpSXNJbmR2Y210bWJHOTNTV1FpT2lJNU1XRXpPR0ZqTWkwNE5UazRMVFF6TVRFdE9XVXdaUzFoTlRKaE9ESTFPV0U1WVRJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTW1OaE1qZzNNMkl0T0RRM05pMDBNalV6TFRneE9ERXRZVEkyT1dNNU5tRmpOalkwSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1725,7 +1785,7 @@ "no-cache" ], "x-ms-request-id": [ - "4e127816-a2a5-4fd1-b4da-e267c7de3dea" + "1a2fbef7-bf51-4a5a-b7e2-07ae02628914" ], "X-Content-Type-Options": [ "nosniff" @@ -1743,47 +1803,110 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11975" ], "x-ms-correlation-request-id": [ - "b09748a3-4c4f-465e-bf77-dfda019b03db" + "bcaa4347-a99a-486f-a775-60acefa697a9" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224406Z:b09748a3-4c4f-465e-bf77-dfda019b03db" + "WESTUS:20200623T234614Z:bcaa4347-a99a-486f-a775-60acefa697a9" ], "Date": [ - "Wed, 03 Jul 2019 22:44:06 GMT" + "Tue, 23 Jun 2020 23:46:13 GMT" ], "Content-Length": [ - "1489" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiI5MWEzOGFjMi04NTk4LTQzMTEtOWUwZS1hNTJhODI1OWE5YTIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmNhMjg3M2ItODQ3Ni00MjUzLTgxODEtYTI2OWM5NmFjNjY0In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiI5MWEzOGFjMi04NTk4LTQzMTEtOWUwZS1hNTJhODI1OWE5YTIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMmNhMjg3M2ItODQ3Ni00MjUzLTgxODEtYTI2OWM5NmFjNjY0In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:45:43.5458328Z\",\r\n \"endTime\": \"2020-06-23T23:46:06.2514075Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/Microsoft.StorageSync/storageSyncServices/sssps1995/syncGroups/sgps5662/serverEndpoints/sepps5028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjg5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxOTk1L3N5bmNHcm91cHMvc2dwczU2NjIvc2VydmVyRW5kcG9pbnRzL3NlcHBzNTAyOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "aebb4b26-74d7-4788-9859-be4516dc9e66" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11974" + ], + "x-ms-correlation-request-id": [ + "1bb8b410-4719-4b55-9625-444d1c2b4909" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T234614Z:1bb8b410-4719-4b55-9625-444d1c2b4909" + ], + "Date": [ + "Tue, 23 Jun 2020 23:46:14 GMT" + ], + "Content-Length": [ + "1377" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"serverLocalPath\": \"D:\\\\sepps5391\",\r\n \"cloudTiering\": \"On\",\r\n \"volumeFreeSpacePercent\": \"60\",\r\n \"tierFilesOlderThanDays\": null,\r\n \"friendlyName\": \"andreyazdevops.redmond.corp.microsoft.com\",\r\n \"serverResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/registeredServers/1d72873b-271f-42f6-bcad-912c338287cf\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps9926/workflows/58598c5a-d460-4b44-9f07-4df0ace9941f\",\r\n \"lastOperationName\": \"ICreateServerEndpointWorkflow\",\r\n \"syncStatus\": {\r\n \"downloadHealth\": null,\r\n \"uploadHealth\": null,\r\n \"combinedHealth\": null,\r\n \"syncActivity\": null,\r\n \"totalPersistentFilesNotSyncingCount\": null,\r\n \"lastUpdatedTimestamp\": null,\r\n \"uploadStatus\": null,\r\n \"downloadStatus\": null,\r\n \"uploadActivity\": null,\r\n \"downloadActivity\": null,\r\n \"offlineDataTransferStatus\": \"InProgress\"\r\n },\r\n \"offlineDataTransfer\": \"On\",\r\n \"offlineDataTransferStorageAccountResourceId\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps7346/providers/microsoft.storage/storageaccounts/saps1126\",\r\n \"offlineDataTransferStorageAccountTenantId\": \"0483643a-cb2f-462a-bc27-1a270e5bdc0a\",\r\n \"offlineDataTransferShareName\": \"dummy\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/syncGroups/sgps811/serverEndpoints/sepps5391\",\r\n \"name\": \"sepps5391\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/serverEndpoints\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"serverLocalPath\": \"D:\\\\sepps5028\",\r\n \"cloudTiering\": \"On\",\r\n \"volumeFreeSpacePercent\": 60,\r\n \"tierFilesOlderThanDays\": 10,\r\n \"friendlyName\": \"ankushb-vm02.ntdev.corp.microsoft.com\",\r\n \"serverResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/microsoft.storagesync/storageSyncServices/sssps1995/registeredServers/16150eb5-ffcc-4662-be84-767b5fff97f6\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps1995/workflows/91a38ac2-8598-4311-9e0e-a52a8259a9a2\",\r\n \"lastOperationName\": \"ICreateServerEndpointWorkflow\",\r\n \"offlineDataTransfer\": \"On\",\r\n \"offlineDataTransferStorageAccountResourceId\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps6890/providers/microsoft.storage/storageaccounts/saps451\",\r\n \"offlineDataTransferStorageAccountTenantId\": \"6ad91d65-65ab-4e14-90f7-fe951035b7c9\",\r\n \"offlineDataTransferShareName\": \"dummy\",\r\n \"syncStatus\": {\r\n \"offlineDataTransferStatus\": \"InProgress\"\r\n }\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/microsoft.storagesync/storageSyncServices/sssps1995/syncGroups/sgps5662/serverEndpoints/sepps5028\",\r\n \"name\": \"sepps5028\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups/serverEndpoints\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/Microsoft.StorageSync/storageSyncServices/sssps9926/syncGroups/sgps811/serverEndpoints/sepps5391?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3N5bmNHcm91cHMvc2dwczgxMS9zZXJ2ZXJFbmRwb2ludHMvc2VwcHM1MzkxP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/Microsoft.StorageSync/storageSyncServices/sssps1995/syncGroups/sgps5662/serverEndpoints/sepps5028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjg5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxOTk1L3N5bmNHcm91cHMvc2dwczU2NjIvc2VydmVyRW5kcG9pbnRzL3NlcHBzNTAyOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e8856f4a-d9e2-49b2-9059-166f739ce41d" + "7cd16eb9-8b65-4a5a-81b0-4dd6ce26715c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1794,16 +1917,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/57cbc0b6-c3bc-43c6-aaa2-3175093618fb/operationresults/c0294ff4-b51d-4832-b07e-f9f5b5162a50?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJlNzE1Njg0OS1lYzRlLTQ3YmYtYTAyNi01YzgyNmM1NTM4ZjUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWMyY2E1MTgtMmE0Mi00NjJmLWFhYTctODEyNTViOWRmNjIxIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/57cbc0b6-c3bc-43c6-aaa2-3175093618fb/operations/c0294ff4-b51d-4832-b07e-f9f5b5162a50?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJlNzE1Njg0OS1lYzRlLTQ3YmYtYTAyNi01YzgyNmM1NTM4ZjUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWMyY2E1MTgtMmE0Mi00NjJmLWFhYTctODEyNTViOWRmNjIxIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "eeb0d1ef-3141-465e-bb68-ed5cd273f557" + "3c737102-9ab2-4853-9157-905f02820259" ], "X-Content-Type-Options": [ "nosniff" @@ -1821,16 +1944,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14995" ], "x-ms-correlation-request-id": [ - "d07d90e3-f8fa-4087-aa75-f54bdcbde5ba" + "0e5e785e-c911-4260-a64a-475b293cd0be" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224407Z:d07d90e3-f8fa-4087-aa75-f54bdcbde5ba" + "WESTUS:20200623T234614Z:0e5e785e-c911-4260-a64a-475b293cd0be" ], "Date": [ - "Wed, 03 Jul 2019 22:44:06 GMT" + "Tue, 23 Jun 2020 23:46:14 GMT" ], "Expires": [ "-1" @@ -1843,16 +1966,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/57cbc0b6-c3bc-43c6-aaa2-3175093618fb/operations/c0294ff4-b51d-4832-b07e-f9f5b5162a50?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3dvcmtmbG93cy81N2NiYzBiNi1jM2JjLTQzYzYtYWFhMi0zMTc1MDkzNjE4ZmIvb3BlcmF0aW9ucy9jMDI5NGZmNC1iNTFkLTQ4MzItYjA3ZS1mOWY1YjUxNjJhNTA/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJlNzE1Njg0OS1lYzRlLTQ3YmYtYTAyNi01YzgyNmM1NTM4ZjUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWMyY2E1MTgtMmE0Mi00NjJmLWFhYTctODEyNTViOWRmNjIxIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRTNZekk0WVRVMExUSmhOVEV0TkdSalppMDVPRFV6TFdOaU1UY3hPV1JqWldSbVlpSXNJbmR2Y210bWJHOTNTV1FpT2lKbE56RTFOamcwT1MxbFl6UmxMVFEzWW1ZdFlUQXlOaTAxWXpneU5tTTFOVE00WmpVaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTVdNeVkyRTFNVGd0TW1FME1pMDBOakptTFdGaFlUY3RPREV5TlRWaU9XUm1Oakl4SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1863,7 +1986,7 @@ "no-cache" ], "x-ms-request-id": [ - "d913da85-c778-4798-852c-48779e047fa8" + "4a7211ae-3204-4cb0-b41b-eeb0122d2327" ], "X-Content-Type-Options": [ "nosniff" @@ -1881,41 +2004,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11973" ], "x-ms-correlation-request-id": [ - "36d5aeb6-dacf-4bfc-b9dc-528ba6a306a5" + "f7c5a34f-b451-471b-b2d3-08b4e5ed409b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224417Z:36d5aeb6-dacf-4bfc-b9dc-528ba6a306a5" + "WESTUS:20200623T234625Z:f7c5a34f-b451-471b-b2d3-08b4e5ed409b" ], "Date": [ - "Wed, 03 Jul 2019 22:44:17 GMT" + "Tue, 23 Jun 2020 23:46:24 GMT" ], "Content-Length": [ - "466" + "764" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflow/57cbc0b6-c3bc-43c6-aaa2-3175093618fb/operationresults/c0294ff4-b51d-4832-b07e-f9f5b5162a50\",\r\n \"name\": \"c0294ff4-b51d-4832-b07e-f9f5b5162a50\",\r\n \"status\": \"deleteServerEndpointOnServer\",\r\n \"startTime\": \"2019-07-03T22:44:07.6718571Z\",\r\n \"endTime\": \"2019-07-03T22:44:11.0493532Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJlNzE1Njg0OS1lYzRlLTQ3YmYtYTAyNi01YzgyNmM1NTM4ZjUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWMyY2E1MTgtMmE0Mi00NjJmLWFhYTctODEyNTViOWRmNjIxIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJlNzE1Njg0OS1lYzRlLTQ3YmYtYTAyNi01YzgyNmM1NTM4ZjUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWMyY2E1MTgtMmE0Mi00NjJmLWFhYTctODEyNTViOWRmNjIxIn0=\",\r\n \"status\": \"deleteServerEndpointOnServer\",\r\n \"startTime\": \"2020-06-23T23:46:16.5861185Z\",\r\n \"endTime\": \"2020-06-23T23:46:20.1088924Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/57cbc0b6-c3bc-43c6-aaa2-3175093618fb/operations/c0294ff4-b51d-4832-b07e-f9f5b5162a50?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3dvcmtmbG93cy81N2NiYzBiNi1jM2JjLTQzYzYtYWFhMi0zMTc1MDkzNjE4ZmIvb3BlcmF0aW9ucy9jMDI5NGZmNC1iNTFkLTQ4MzItYjA3ZS1mOWY1YjUxNjJhNTA/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJlNzE1Njg0OS1lYzRlLTQ3YmYtYTAyNi01YzgyNmM1NTM4ZjUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWMyY2E1MTgtMmE0Mi00NjJmLWFhYTctODEyNTViOWRmNjIxIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRTNZekk0WVRVMExUSmhOVEV0TkdSalppMDVPRFV6TFdOaU1UY3hPV1JqWldSbVlpSXNJbmR2Y210bWJHOTNTV1FpT2lKbE56RTFOamcwT1MxbFl6UmxMVFEzWW1ZdFlUQXlOaTAxWXpneU5tTTFOVE00WmpVaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTVdNeVkyRTFNVGd0TW1FME1pMDBOakptTFdGaFlUY3RPREV5TlRWaU9XUm1Oakl4SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1926,7 +2049,7 @@ "no-cache" ], "x-ms-request-id": [ - "b515235b-cf5d-4860-b409-310d00fbe219" + "5c8d3c4a-d72c-4498-aca2-02ebf22b3783" ], "X-Content-Type-Options": [ "nosniff" @@ -1944,41 +2067,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11972" ], "x-ms-correlation-request-id": [ - "7f91e266-875b-4997-92c2-e8eba40dc1d0" + "7f6223bc-293d-4703-9091-df982e9e33df" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224428Z:7f91e266-875b-4997-92c2-e8eba40dc1d0" + "WESTUS:20200623T234635Z:7f6223bc-293d-4703-9091-df982e9e33df" ], "Date": [ - "Wed, 03 Jul 2019 22:44:27 GMT" + "Tue, 23 Jun 2020 23:46:34 GMT" ], "Content-Length": [ - "466" + "763" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflow/57cbc0b6-c3bc-43c6-aaa2-3175093618fb/operationresults/c0294ff4-b51d-4832-b07e-f9f5b5162a50\",\r\n \"name\": \"c0294ff4-b51d-4832-b07e-f9f5b5162a50\",\r\n \"status\": \"deleteServerEndpointOnServer\",\r\n \"startTime\": \"2019-07-03T22:44:07.6718571Z\",\r\n \"endTime\": \"2019-07-03T22:44:11.0493532Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJlNzE1Njg0OS1lYzRlLTQ3YmYtYTAyNi01YzgyNmM1NTM4ZjUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWMyY2E1MTgtMmE0Mi00NjJmLWFhYTctODEyNTViOWRmNjIxIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJlNzE1Njg0OS1lYzRlLTQ3YmYtYTAyNi01YzgyNmM1NTM4ZjUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWMyY2E1MTgtMmE0Mi00NjJmLWFhYTctODEyNTViOWRmNjIxIn0=\",\r\n \"status\": \"deleteReplicaGroupPrincipal\",\r\n \"startTime\": \"2020-06-23T23:46:16.5861185Z\",\r\n \"endTime\": \"2020-06-23T23:46:35.4373472Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/57cbc0b6-c3bc-43c6-aaa2-3175093618fb/operations/c0294ff4-b51d-4832-b07e-f9f5b5162a50?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3dvcmtmbG93cy81N2NiYzBiNi1jM2JjLTQzYzYtYWFhMi0zMTc1MDkzNjE4ZmIvb3BlcmF0aW9ucy9jMDI5NGZmNC1iNTFkLTQ4MzItYjA3ZS1mOWY1YjUxNjJhNTA/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJlNzE1Njg0OS1lYzRlLTQ3YmYtYTAyNi01YzgyNmM1NTM4ZjUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWMyY2E1MTgtMmE0Mi00NjJmLWFhYTctODEyNTViOWRmNjIxIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRTNZekk0WVRVMExUSmhOVEV0TkdSalppMDVPRFV6TFdOaU1UY3hPV1JqWldSbVlpSXNJbmR2Y210bWJHOTNTV1FpT2lKbE56RTFOamcwT1MxbFl6UmxMVFEzWW1ZdFlUQXlOaTAxWXpneU5tTTFOVE00WmpVaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTVdNeVkyRTFNVGd0TW1FME1pMDBOakptTFdGaFlUY3RPREV5TlRWaU9XUm1Oakl4SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1989,7 +2112,7 @@ "no-cache" ], "x-ms-request-id": [ - "3997a7cc-f793-42e3-9959-75f9cfd9418c" + "5b1c7495-0a38-49c5-a7a5-a20ad63b4da8" ], "X-Content-Type-Options": [ "nosniff" @@ -1997,9 +2120,6 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" - ], "Server": [ "Microsoft-IIS/10.0" ], @@ -2009,39 +2129,42 @@ "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11971" + ], "x-ms-correlation-request-id": [ - "1622e545-655a-43d6-a7e1-42af8cdd64eb" + "b7201310-26ca-4089-85af-ccf3b821bff1" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224438Z:1622e545-655a-43d6-a7e1-42af8cdd64eb" + "WESTUS:20200623T234645Z:b7201310-26ca-4089-85af-ccf3b821bff1" ], "Date": [ - "Wed, 03 Jul 2019 22:44:37 GMT" + "Tue, 23 Jun 2020 23:46:45 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflow/57cbc0b6-c3bc-43c6-aaa2-3175093618fb/operationresults/c0294ff4-b51d-4832-b07e-f9f5b5162a50\",\r\n \"name\": \"c0294ff4-b51d-4832-b07e-f9f5b5162a50\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T22:44:07.6718571Z\",\r\n \"endTime\": \"2019-07-03T22:44:37.1967436Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJlNzE1Njg0OS1lYzRlLTQ3YmYtYTAyNi01YzgyNmM1NTM4ZjUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWMyY2E1MTgtMmE0Mi00NjJmLWFhYTctODEyNTViOWRmNjIxIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJlNzE1Njg0OS1lYzRlLTQ3YmYtYTAyNi01YzgyNmM1NTM4ZjUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWMyY2E1MTgtMmE0Mi00NjJmLWFhYTctODEyNTViOWRmNjIxIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:46:16.5861185Z\",\r\n \"endTime\": \"2020-06-23T23:46:37.4783182Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/57cbc0b6-c3bc-43c6-aaa2-3175093618fb/operationresults/c0294ff4-b51d-4832-b07e-f9f5b5162a50?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3dvcmtmbG93cy81N2NiYzBiNi1jM2JjLTQzYzYtYWFhMi0zMTc1MDkzNjE4ZmIvb3BlcmF0aW9ucmVzdWx0cy9jMDI5NGZmNC1iNTFkLTQ4MzItYjA3ZS1mOWY1YjUxNjJhNTA/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJlNzE1Njg0OS1lYzRlLTQ3YmYtYTAyNi01YzgyNmM1NTM4ZjUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWMyY2E1MTgtMmE0Mi00NjJmLWFhYTctODEyNTViOWRmNjIxIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRTNZekk0WVRVMExUSmhOVEV0TkdSalppMDVPRFV6TFdOaU1UY3hPV1JqWldSbVlpSXNJbmR2Y210bWJHOTNTV1FpT2lKbE56RTFOamcwT1MxbFl6UmxMVFEzWW1ZdFlUQXlOaTAxWXpneU5tTTFOVE00WmpVaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTVdNeVkyRTFNVGd0TW1FME1pMDBOakptTFdGaFlUY3RPREV5TlRWaU9XUm1Oakl4SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2052,7 +2175,7 @@ "no-cache" ], "x-ms-request-id": [ - "7e1ba3d4-89b0-40fc-a1ca-1df89f3fba78" + "6bacf330-6d85-40d0-83b3-8be4e3fbb70e" ], "X-Content-Type-Options": [ "nosniff" @@ -2070,16 +2193,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11970" ], "x-ms-correlation-request-id": [ - "2cae9341-5816-4214-b3c2-f32f1c449805" + "b349abb8-48ba-48dd-a7ee-f86e4693554a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224439Z:2cae9341-5816-4214-b3c2-f32f1c449805" + "WESTUS:20200623T234646Z:b349abb8-48ba-48dd-a7ee-f86e4693554a" ], "Date": [ - "Wed, 03 Jul 2019 22:44:38 GMT" + "Tue, 23 Jun 2020 23:46:45 GMT" ], "Expires": [ "-1" @@ -2092,22 +2215,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/Microsoft.StorageSync/storageSyncServices/sssps9926/registeredServers/1d72873b-271f-42f6-bcad-912c338287cf?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3JlZ2lzdGVyZWRTZXJ2ZXJzLzFkNzI4NzNiLTI3MWYtNDJmNi1iY2FkLTkxMmMzMzgyODdjZj9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/Microsoft.StorageSync/storageSyncServices/sssps1995/registeredServers/16150eb5-ffcc-4662-be84-767b5fff97f6?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjg5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxOTk1L3JlZ2lzdGVyZWRTZXJ2ZXJzLzE2MTUwZWI1LWZmY2MtNDY2Mi1iZTg0LTc2N2I1ZmZmOTdmNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "be3324c4-d974-434b-8aa6-c9dcb978ad95" + "5e2448cd-f835-4fc7-888d-ea364ea02cc0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2118,16 +2241,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/b037574e-ffce-4a8d-921d-749ffe5dbb52/operationresults/497da6ff-447e-4953-9be4-24c97936ec37?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJhNzI1MTQ2MS05MzJiLTQ2NGItYmQ3Yi1hZmZiNzJlMjVlYTYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMjJkMWFiMmUtMzg0MC00NGJiLWJiZTAtNTFlZTM0ZDkyOTI2In0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/b037574e-ffce-4a8d-921d-749ffe5dbb52/operations/497da6ff-447e-4953-9be4-24c97936ec37?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJhNzI1MTQ2MS05MzJiLTQ2NGItYmQ3Yi1hZmZiNzJlMjVlYTYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMjJkMWFiMmUtMzg0MC00NGJiLWJiZTAtNTFlZTM0ZDkyOTI2In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "99da4bba-2673-4aa9-ba7c-b2d17b4bd37c" + "8d8642a4-d72b-467d-8565-31c1be239f3d" ], "X-Content-Type-Options": [ "nosniff" @@ -2145,16 +2268,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14994" ], "x-ms-correlation-request-id": [ - "ca1d20cb-8ae4-4e70-9b4d-f5132a78190e" + "7ea90e52-48c7-431b-998c-a13ac2f36e55" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224439Z:ca1d20cb-8ae4-4e70-9b4d-f5132a78190e" + "WESTUS:20200623T234646Z:7ea90e52-48c7-431b-998c-a13ac2f36e55" ], "Date": [ - "Wed, 03 Jul 2019 22:44:38 GMT" + "Tue, 23 Jun 2020 23:46:45 GMT" ], "Expires": [ "-1" @@ -2167,16 +2290,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/b037574e-ffce-4a8d-921d-749ffe5dbb52/operations/497da6ff-447e-4953-9be4-24c97936ec37?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3dvcmtmbG93cy9iMDM3NTc0ZS1mZmNlLTRhOGQtOTIxZC03NDlmZmU1ZGJiNTIvb3BlcmF0aW9ucy80OTdkYTZmZi00NDdlLTQ5NTMtOWJlNC0yNGM5NzkzNmVjMzc/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJhNzI1MTQ2MS05MzJiLTQ2NGItYmQ3Yi1hZmZiNzJlMjVlYTYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMjJkMWFiMmUtMzg0MC00NGJiLWJiZTAtNTFlZTM0ZDkyOTI2In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRTNZekk0WVRVMExUSmhOVEV0TkdSalppMDVPRFV6TFdOaU1UY3hPV1JqWldSbVlpSXNJbmR2Y210bWJHOTNTV1FpT2lKaE56STFNVFEyTVMwNU16SmlMVFEyTkdJdFltUTNZaTFoWm1aaU56SmxNalZsWVRZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTWpKa01XRmlNbVV0TXpnME1DMDBOR0ppTFdKaVpUQXROVEZsWlRNMFpEa3lPVEkySW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2187,7 +2310,7 @@ "no-cache" ], "x-ms-request-id": [ - "3e1e5a97-1ddd-4ee0-9078-eb1957359478" + "391b3cab-5767-423e-8a9e-eb7e47c93ee0" ], "X-Content-Type-Options": [ "nosniff" @@ -2205,41 +2328,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11969" ], "x-ms-correlation-request-id": [ - "9ebf26e0-33d4-46f5-9d10-9ef4edd8aed7" + "79331129-3ed6-4f06-96ab-c9ac4d4592cb" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224449Z:9ebf26e0-33d4-46f5-9d10-9ef4edd8aed7" + "WESTUS:20200623T234656Z:79331129-3ed6-4f06-96ab-c9ac4d4592cb" ], "Date": [ - "Wed, 03 Jul 2019 22:44:49 GMT" + "Tue, 23 Jun 2020 23:46:55 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflow/b037574e-ffce-4a8d-921d-749ffe5dbb52/operationresults/497da6ff-447e-4953-9be4-24c97936ec37\",\r\n \"name\": \"497da6ff-447e-4953-9be4-24c97936ec37\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T22:44:41.1400016Z\",\r\n \"endTime\": \"2019-07-03T22:44:44.8160785Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJhNzI1MTQ2MS05MzJiLTQ2NGItYmQ3Yi1hZmZiNzJlMjVlYTYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMjJkMWFiMmUtMzg0MC00NGJiLWJiZTAtNTFlZTM0ZDkyOTI2In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJhNzI1MTQ2MS05MzJiLTQ2NGItYmQ3Yi1hZmZiNzJlMjVlYTYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMjJkMWFiMmUtMzg0MC00NGJiLWJiZTAtNTFlZTM0ZDkyOTI2In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:46:46.9665185Z\",\r\n \"endTime\": \"2020-06-23T23:46:50.5272016Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/b037574e-ffce-4a8d-921d-749ffe5dbb52/operations/497da6ff-447e-4953-9be4-24c97936ec37?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3dvcmtmbG93cy9iMDM3NTc0ZS1mZmNlLTRhOGQtOTIxZC03NDlmZmU1ZGJiNTIvb3BlcmF0aW9ucy80OTdkYTZmZi00NDdlLTQ5NTMtOWJlNC0yNGM5NzkzNmVjMzc/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJhNzI1MTQ2MS05MzJiLTQ2NGItYmQ3Yi1hZmZiNzJlMjVlYTYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMjJkMWFiMmUtMzg0MC00NGJiLWJiZTAtNTFlZTM0ZDkyOTI2In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRTNZekk0WVRVMExUSmhOVEV0TkdSalppMDVPRFV6TFdOaU1UY3hPV1JqWldSbVlpSXNJbmR2Y210bWJHOTNTV1FpT2lKaE56STFNVFEyTVMwNU16SmlMVFEyTkdJdFltUTNZaTFoWm1aaU56SmxNalZsWVRZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTWpKa01XRmlNbVV0TXpnME1DMDBOR0ppTFdKaVpUQXROVEZsWlRNMFpEa3lPVEkySW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2250,7 +2373,7 @@ "no-cache" ], "x-ms-request-id": [ - "e26e6306-c07d-4316-9a72-7fbce1b653a1" + "7ad3f33f-909f-4299-bdd6-c0f6522de770" ], "X-Content-Type-Options": [ "nosniff" @@ -2268,41 +2391,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11968" ], "x-ms-correlation-request-id": [ - "32f9234c-5b46-4cf3-9205-6632b84a6870" + "a505cfe1-e5c2-4d4e-a814-7aa99f46d6fb" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224500Z:32f9234c-5b46-4cf3-9205-6632b84a6870" + "WESTUS:20200623T234707Z:a505cfe1-e5c2-4d4e-a814-7aa99f46d6fb" ], "Date": [ - "Wed, 03 Jul 2019 22:44:59 GMT" + "Tue, 23 Jun 2020 23:47:06 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflow/b037574e-ffce-4a8d-921d-749ffe5dbb52/operationresults/497da6ff-447e-4953-9be4-24c97936ec37\",\r\n \"name\": \"497da6ff-447e-4953-9be4-24c97936ec37\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T22:44:41.1400016Z\",\r\n \"endTime\": \"2019-07-03T22:44:44.8160785Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJhNzI1MTQ2MS05MzJiLTQ2NGItYmQ3Yi1hZmZiNzJlMjVlYTYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMjJkMWFiMmUtMzg0MC00NGJiLWJiZTAtNTFlZTM0ZDkyOTI2In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJhNzI1MTQ2MS05MzJiLTQ2NGItYmQ3Yi1hZmZiNzJlMjVlYTYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMjJkMWFiMmUtMzg0MC00NGJiLWJiZTAtNTFlZTM0ZDkyOTI2In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:46:46.9665185Z\",\r\n \"endTime\": \"2020-06-23T23:46:50.5272016Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/b037574e-ffce-4a8d-921d-749ffe5dbb52/operations/497da6ff-447e-4953-9be4-24c97936ec37?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3dvcmtmbG93cy9iMDM3NTc0ZS1mZmNlLTRhOGQtOTIxZC03NDlmZmU1ZGJiNTIvb3BlcmF0aW9ucy80OTdkYTZmZi00NDdlLTQ5NTMtOWJlNC0yNGM5NzkzNmVjMzc/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJhNzI1MTQ2MS05MzJiLTQ2NGItYmQ3Yi1hZmZiNzJlMjVlYTYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMjJkMWFiMmUtMzg0MC00NGJiLWJiZTAtNTFlZTM0ZDkyOTI2In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRTNZekk0WVRVMExUSmhOVEV0TkdSalppMDVPRFV6TFdOaU1UY3hPV1JqWldSbVlpSXNJbmR2Y210bWJHOTNTV1FpT2lKaE56STFNVFEyTVMwNU16SmlMVFEyTkdJdFltUTNZaTFoWm1aaU56SmxNalZsWVRZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTWpKa01XRmlNbVV0TXpnME1DMDBOR0ppTFdKaVpUQXROVEZsWlRNMFpEa3lPVEkySW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2313,7 +2436,7 @@ "no-cache" ], "x-ms-request-id": [ - "56d831ef-4fb1-4543-8b9a-e37b6819b450" + "6d677763-31d7-458a-ae5b-d97ba557ee8d" ], "X-Content-Type-Options": [ "nosniff" @@ -2331,41 +2454,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11967" ], "x-ms-correlation-request-id": [ - "005f8d8e-8dba-440a-8ec0-18b9b102840d" + "2bc7cf9e-c950-4837-96d2-e23595c13c84" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224510Z:005f8d8e-8dba-440a-8ec0-18b9b102840d" + "WESTUS:20200623T234717Z:2bc7cf9e-c950-4837-96d2-e23595c13c84" ], "Date": [ - "Wed, 03 Jul 2019 22:45:09 GMT" + "Tue, 23 Jun 2020 23:47:17 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflow/b037574e-ffce-4a8d-921d-749ffe5dbb52/operationresults/497da6ff-447e-4953-9be4-24c97936ec37\",\r\n \"name\": \"497da6ff-447e-4953-9be4-24c97936ec37\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T22:44:41.1400016Z\",\r\n \"endTime\": \"2019-07-03T22:44:44.8160785Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJhNzI1MTQ2MS05MzJiLTQ2NGItYmQ3Yi1hZmZiNzJlMjVlYTYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMjJkMWFiMmUtMzg0MC00NGJiLWJiZTAtNTFlZTM0ZDkyOTI2In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJhNzI1MTQ2MS05MzJiLTQ2NGItYmQ3Yi1hZmZiNzJlMjVlYTYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMjJkMWFiMmUtMzg0MC00NGJiLWJiZTAtNTFlZTM0ZDkyOTI2In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:46:46.9665185Z\",\r\n \"endTime\": \"2020-06-23T23:46:50.5272016Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/b037574e-ffce-4a8d-921d-749ffe5dbb52/operations/497da6ff-447e-4953-9be4-24c97936ec37?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3dvcmtmbG93cy9iMDM3NTc0ZS1mZmNlLTRhOGQtOTIxZC03NDlmZmU1ZGJiNTIvb3BlcmF0aW9ucy80OTdkYTZmZi00NDdlLTQ5NTMtOWJlNC0yNGM5NzkzNmVjMzc/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJhNzI1MTQ2MS05MzJiLTQ2NGItYmQ3Yi1hZmZiNzJlMjVlYTYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMjJkMWFiMmUtMzg0MC00NGJiLWJiZTAtNTFlZTM0ZDkyOTI2In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRTNZekk0WVRVMExUSmhOVEV0TkdSalppMDVPRFV6TFdOaU1UY3hPV1JqWldSbVlpSXNJbmR2Y210bWJHOTNTV1FpT2lKaE56STFNVFEyTVMwNU16SmlMVFEyTkdJdFltUTNZaTFoWm1aaU56SmxNalZsWVRZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTWpKa01XRmlNbVV0TXpnME1DMDBOR0ppTFdKaVpUQXROVEZsWlRNMFpEa3lPVEkySW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2376,7 +2499,7 @@ "no-cache" ], "x-ms-request-id": [ - "127dd955-2244-4c20-b2af-3290a3461e25" + "48c66ac6-6632-4104-814a-514ba48356b1" ], "X-Content-Type-Options": [ "nosniff" @@ -2394,41 +2517,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11966" ], "x-ms-correlation-request-id": [ - "179c3cd0-47c5-45d6-9ed7-3189c75e7706" + "813636ec-7db1-4542-90fd-687d48e4e8b1" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224520Z:179c3cd0-47c5-45d6-9ed7-3189c75e7706" + "WESTUS:20200623T234727Z:813636ec-7db1-4542-90fd-687d48e4e8b1" ], "Date": [ - "Wed, 03 Jul 2019 22:45:19 GMT" + "Tue, 23 Jun 2020 23:47:27 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflow/b037574e-ffce-4a8d-921d-749ffe5dbb52/operationresults/497da6ff-447e-4953-9be4-24c97936ec37\",\r\n \"name\": \"497da6ff-447e-4953-9be4-24c97936ec37\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2019-07-03T22:44:41.1400016Z\",\r\n \"endTime\": \"2019-07-03T22:44:44.8160785Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJhNzI1MTQ2MS05MzJiLTQ2NGItYmQ3Yi1hZmZiNzJlMjVlYTYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMjJkMWFiMmUtMzg0MC00NGJiLWJiZTAtNTFlZTM0ZDkyOTI2In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJhNzI1MTQ2MS05MzJiLTQ2NGItYmQ3Yi1hZmZiNzJlMjVlYTYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMjJkMWFiMmUtMzg0MC00NGJiLWJiZTAtNTFlZTM0ZDkyOTI2In0=\",\r\n \"status\": \"delayStep\",\r\n \"startTime\": \"2020-06-23T23:46:46.9665185Z\",\r\n \"endTime\": \"2020-06-23T23:46:50.5272016Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/b037574e-ffce-4a8d-921d-749ffe5dbb52/operations/497da6ff-447e-4953-9be4-24c97936ec37?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3dvcmtmbG93cy9iMDM3NTc0ZS1mZmNlLTRhOGQtOTIxZC03NDlmZmU1ZGJiNTIvb3BlcmF0aW9ucy80OTdkYTZmZi00NDdlLTQ5NTMtOWJlNC0yNGM5NzkzNmVjMzc/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJhNzI1MTQ2MS05MzJiLTQ2NGItYmQ3Yi1hZmZiNzJlMjVlYTYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMjJkMWFiMmUtMzg0MC00NGJiLWJiZTAtNTFlZTM0ZDkyOTI2In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRTNZekk0WVRVMExUSmhOVEV0TkdSalppMDVPRFV6TFdOaU1UY3hPV1JqWldSbVlpSXNJbmR2Y210bWJHOTNTV1FpT2lKaE56STFNVFEyTVMwNU16SmlMVFEyTkdJdFltUTNZaTFoWm1aaU56SmxNalZsWVRZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTWpKa01XRmlNbVV0TXpnME1DMDBOR0ppTFdKaVpUQXROVEZsWlRNMFpEa3lPVEkySW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2439,7 +2562,7 @@ "no-cache" ], "x-ms-request-id": [ - "89ed794e-2645-49ce-b6b0-dbb91772a7ea" + "aee8d2ab-f69e-4ee5-8626-0f2804b713f4" ], "X-Content-Type-Options": [ "nosniff" @@ -2457,41 +2580,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11965" ], "x-ms-correlation-request-id": [ - "a0cb3339-838d-4d87-a372-af9ffc077698" + "7ca05481-0f2a-4231-8048-4dd10c589e77" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224531Z:a0cb3339-838d-4d87-a372-af9ffc077698" + "WESTUS:20200623T234737Z:7ca05481-0f2a-4231-8048-4dd10c589e77" ], "Date": [ - "Wed, 03 Jul 2019 22:45:31 GMT" + "Tue, 23 Jun 2020 23:47:37 GMT" ], "Content-Length": [ - "447" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflow/b037574e-ffce-4a8d-921d-749ffe5dbb52/operationresults/497da6ff-447e-4953-9be4-24c97936ec37\",\r\n \"name\": \"497da6ff-447e-4953-9be4-24c97936ec37\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T22:44:41.1400016Z\",\r\n \"endTime\": \"2019-07-03T22:45:29.8925942Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJhNzI1MTQ2MS05MzJiLTQ2NGItYmQ3Yi1hZmZiNzJlMjVlYTYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMjJkMWFiMmUtMzg0MC00NGJiLWJiZTAtNTFlZTM0ZDkyOTI2In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJhNzI1MTQ2MS05MzJiLTQ2NGItYmQ3Yi1hZmZiNzJlMjVlYTYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMjJkMWFiMmUtMzg0MC00NGJiLWJiZTAtNTFlZTM0ZDkyOTI2In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:46:46.9665185Z\",\r\n \"endTime\": \"2020-06-23T23:47:35.5983895Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/b037574e-ffce-4a8d-921d-749ffe5dbb52/operationresults/497da6ff-447e-4953-9be4-24c97936ec37?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3dvcmtmbG93cy9iMDM3NTc0ZS1mZmNlLTRhOGQtOTIxZC03NDlmZmU1ZGJiNTIvb3BlcmF0aW9ucmVzdWx0cy80OTdkYTZmZi00NDdlLTQ5NTMtOWJlNC0yNGM5NzkzNmVjMzc/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJhNzI1MTQ2MS05MzJiLTQ2NGItYmQ3Yi1hZmZiNzJlMjVlYTYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMjJkMWFiMmUtMzg0MC00NGJiLWJiZTAtNTFlZTM0ZDkyOTI2In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRTNZekk0WVRVMExUSmhOVEV0TkdSalppMDVPRFV6TFdOaU1UY3hPV1JqWldSbVlpSXNJbmR2Y210bWJHOTNTV1FpT2lKaE56STFNVFEyTVMwNU16SmlMVFEyTkdJdFltUTNZaTFoWm1aaU56SmxNalZsWVRZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTWpKa01XRmlNbVV0TXpnME1DMDBOR0ppTFdKaVpUQXROVEZsWlRNMFpEa3lPVEkySW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2502,7 +2625,7 @@ "no-cache" ], "x-ms-request-id": [ - "aaf40176-5be4-4f1d-a547-f5f05d7ebaaf" + "e58c67e3-b601-4089-b764-390926f2ebb7" ], "X-Content-Type-Options": [ "nosniff" @@ -2520,16 +2643,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11964" ], "x-ms-correlation-request-id": [ - "27fdd6af-9488-4cc0-973d-7ecc9003895e" + "b7db2ab7-489a-4a0a-b6b1-a9e0367b84b4" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224531Z:27fdd6af-9488-4cc0-973d-7ecc9003895e" + "WESTUS:20200623T234738Z:b7db2ab7-489a-4a0a-b6b1-a9e0367b84b4" ], "Date": [ - "Wed, 03 Jul 2019 22:45:31 GMT" + "Tue, 23 Jun 2020 23:47:38 GMT" ], "Expires": [ "-1" @@ -2542,22 +2665,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/Microsoft.StorageSync/storageSyncServices/sssps9926/syncGroups/sgps811/cloudEndpoints/cepps6562?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3N5bmNHcm91cHMvc2dwczgxMS9jbG91ZEVuZHBvaW50cy9jZXBwczY1NjI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/Microsoft.StorageSync/storageSyncServices/sssps1995/syncGroups/sgps5662/cloudEndpoints/cepps1502?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjg5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxOTk1L3N5bmNHcm91cHMvc2dwczU2NjIvY2xvdWRFbmRwb2ludHMvY2VwcHMxNTAyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "81395611-63ce-4245-b796-264dc28dc837" + "b67876f9-b8f8-4fa3-866a-4c37498a772d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2568,16 +2691,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/17bde95a-c227-4d18-bd73-8399622a5585/operationresults/95b396f1-de85-44fc-981f-1c04fe040889?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJmZmFkMWYyNi01ZGE5LTQ5MWMtOGUwMi00NGUxMmI1ZmQzZDAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjFhNDY3YjktYjdhMi00YTZjLWEyZjctODVkMzg0MmZlNmUxIn0=?api-version=2020-03-01" ], "Retry-After": [ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/17bde95a-c227-4d18-bd73-8399622a5585/operations/95b396f1-de85-44fc-981f-1c04fe040889?api-version=2019-03-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJmZmFkMWYyNi01ZGE5LTQ5MWMtOGUwMi00NGUxMmI1ZmQzZDAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjFhNDY3YjktYjdhMi00YTZjLWEyZjctODVkMzg0MmZlNmUxIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "d3f38839-e7d2-4c07-b77b-4dc2ebb5ea56" + "ebdd9fba-856f-46b6-aaef-d64273085c6f" ], "X-Content-Type-Options": [ "nosniff" @@ -2595,16 +2718,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "14993" ], "x-ms-correlation-request-id": [ - "25587f9d-565b-40cd-9143-ea2369b021ca" + "bd281ea2-7e20-46cf-b6f3-1a3fb46bd5f5" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224531Z:25587f9d-565b-40cd-9143-ea2369b021ca" + "WESTUS:20200623T234738Z:bd281ea2-7e20-46cf-b6f3-1a3fb46bd5f5" ], "Date": [ - "Wed, 03 Jul 2019 22:45:31 GMT" + "Tue, 23 Jun 2020 23:47:38 GMT" ], "Expires": [ "-1" @@ -2617,16 +2740,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/17bde95a-c227-4d18-bd73-8399622a5585/operations/95b396f1-de85-44fc-981f-1c04fe040889?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3dvcmtmbG93cy8xN2JkZTk1YS1jMjI3LTRkMTgtYmQ3My04Mzk5NjIyYTU1ODUvb3BlcmF0aW9ucy85NWIzOTZmMS1kZTg1LTQ0ZmMtOTgxZi0xYzA0ZmUwNDA4ODk/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJmZmFkMWYyNi01ZGE5LTQ5MWMtOGUwMi00NGUxMmI1ZmQzZDAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjFhNDY3YjktYjdhMi00YTZjLWEyZjctODVkMzg0MmZlNmUxIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRTNZekk0WVRVMExUSmhOVEV0TkdSalppMDVPRFV6TFdOaU1UY3hPV1JqWldSbVlpSXNJbmR2Y210bWJHOTNTV1FpT2lKbVptRmtNV1l5TmkwMVpHRTVMVFE1TVdNdE9HVXdNaTAwTkdVeE1tSTFabVF6WkRBaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWWpGaE5EWTNZamt0WWpkaE1pMDBZVFpqTFdFeVpqY3RPRFZrTXpnME1tWmxObVV4SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2637,7 +2760,7 @@ "no-cache" ], "x-ms-request-id": [ - "564b7f2c-5950-42fa-b8e4-528adc230c4d" + "051c3c68-fa8c-4481-abdd-a3fd6acebb10" ], "X-Content-Type-Options": [ "nosniff" @@ -2655,41 +2778,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11990" ], "x-ms-correlation-request-id": [ - "39a37f91-b98c-4a56-94c3-3d1d74711a04" + "c8385f67-cc3a-45a9-afcf-2354313ca884" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224542Z:39a37f91-b98c-4a56-94c3-3d1d74711a04" + "WESTUS:20200623T234749Z:c8385f67-cc3a-45a9-afcf-2354313ca884" ], "Date": [ - "Wed, 03 Jul 2019 22:45:42 GMT" + "Tue, 23 Jun 2020 23:47:48 GMT" ], "Content-Length": [ - "445" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflow/17bde95a-c227-4d18-bd73-8399622a5585/operationresults/95b396f1-de85-44fc-981f-1c04fe040889\",\r\n \"name\": \"95b396f1-de85-44fc-981f-1c04fe040889\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-07-03T22:45:32.00599Z\",\r\n \"endTime\": \"2019-07-03T22:45:36.3065482Z\",\r\n \"percentComplete\": null,\r\n \"error\": null,\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJmZmFkMWYyNi01ZGE5LTQ5MWMtOGUwMi00NGUxMmI1ZmQzZDAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjFhNDY3YjktYjdhMi00YTZjLWEyZjctODVkMzg0MmZlNmUxIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJmZmFkMWYyNi01ZGE5LTQ5MWMtOGUwMi00NGUxMmI1ZmQzZDAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjFhNDY3YjktYjdhMi00YTZjLWEyZjctODVkMzg0MmZlNmUxIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:47:39.3399271Z\",\r\n \"endTime\": \"2020-06-23T23:47:44.5483693Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/microsoft.storagesync/storageSyncServices/sssps9926/workflows/17bde95a-c227-4d18-bd73-8399622a5585/operationresults/95b396f1-de85-44fc-981f-1c04fe040889?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvbWljcm9zb2Z0LnN0b3JhZ2VzeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3dvcmtmbG93cy8xN2JkZTk1YS1jMjI3LTRkMTgtYmQ3My04Mzk5NjIyYTU1ODUvb3BlcmF0aW9ucmVzdWx0cy85NWIzOTZmMS1kZTg1LTQ0ZmMtOTgxZi0xYzA0ZmUwNDA4ODk/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJmZmFkMWYyNi01ZGE5LTQ5MWMtOGUwMi00NGUxMmI1ZmQzZDAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjFhNDY3YjktYjdhMi00YTZjLWEyZjctODVkMzg0MmZlNmUxIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRTNZekk0WVRVMExUSmhOVEV0TkdSalppMDVPRFV6TFdOaU1UY3hPV1JqWldSbVlpSXNJbmR2Y210bWJHOTNTV1FpT2lKbVptRmtNV1l5TmkwMVpHRTVMVFE1TVdNdE9HVXdNaTAwTkdVeE1tSTFabVF6WkRBaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWWpGaE5EWTNZamt0WWpkaE1pMDBZVFpqTFdFeVpqY3RPRFZrTXpnME1tWmxObVV4SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2700,7 +2823,7 @@ "no-cache" ], "x-ms-request-id": [ - "cb7b0fa2-9614-4be9-b71a-222d009be308" + "1fe7be94-f54d-4851-b557-672d5b8330dc" ], "X-Content-Type-Options": [ "nosniff" @@ -2718,16 +2841,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11989" ], "x-ms-correlation-request-id": [ - "a1aeffae-c839-4007-aa87-e310b6a2a9da" + "4cfdf757-81be-45f7-b76d-ea4cd3dd7fd0" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224542Z:a1aeffae-c839-4007-aa87-e310b6a2a9da" + "WESTUS:20200623T234749Z:4cfdf757-81be-45f7-b76d-ea4cd3dd7fd0" ], "Date": [ - "Wed, 03 Jul 2019 22:45:42 GMT" + "Tue, 23 Jun 2020 23:47:48 GMT" ], "Expires": [ "-1" @@ -2740,22 +2863,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/Microsoft.StorageSync/storageSyncServices/sssps9926/syncGroups/sgps811?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2L3N5bmNHcm91cHMvc2dwczgxMT9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/Microsoft.StorageSync/storageSyncServices/sssps1995/syncGroups/sgps5662?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjg5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxOTk1L3N5bmNHcm91cHMvc2dwczU2NjI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b7381d8a-4f91-4452-a7b3-a039bfa5d241" + "4d8ba6da-4fa7-477f-9b08-b06fd888333d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2766,7 +2889,7 @@ "no-cache" ], "x-ms-request-id": [ - "725410a9-7857-44ed-ac7c-38bde99db2d3" + "7f081c8f-b48b-4879-b0f5-5dbf54dc72df" ], "X-Content-Type-Options": [ "nosniff" @@ -2784,16 +2907,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14996" + "14998" ], "x-ms-correlation-request-id": [ - "ac7bc094-0ed5-44fa-a187-2ff89493d42b" + "ed667c4a-574b-4dad-8b31-199615904477" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224543Z:ac7bc094-0ed5-44fa-a187-2ff89493d42b" + "WESTUS:20200623T234750Z:ed667c4a-574b-4dad-8b31-199615904477" ], "Date": [ - "Wed, 03 Jul 2019 22:45:43 GMT" + "Tue, 23 Jun 2020 23:47:49 GMT" ], "Expires": [ "-1" @@ -2806,22 +2929,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/Microsoft.StorageSync/storageSyncServices/sssps9926?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5OTI2P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/Microsoft.StorageSync/storageSyncServices/sssps1995?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjg5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxOTk1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cf183e95-c548-44f9-b1c4-c04516e93de8" + "7b87c1e7-9c4d-4690-a8a7-42ad06cb50b3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2831,8 +2954,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJmZGExNmZjMy02YTI4LTRhMzQtOTg0Ny1hOGFjMGZjZjNlMWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNGMxODAxYjktMjU3Ny00N2IwLTk5NDAtZDYwMDVjNGUwYTRkIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJmZGExNmZjMy02YTI4LTRhMzQtOTg0Ny1hOGFjMGZjZjNlMWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNGMxODAxYjktMjU3Ny00N2IwLTk5NDAtZDYwMDVjNGUwYTRkIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "ef30132b-b8ef-460f-a41d-a563447ae537" + "a031ad63-4ac3-4d40-887f-4d1192adb8e9" ], "X-Content-Type-Options": [ "nosniff" @@ -2850,16 +2982,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14995" + "14997" ], "x-ms-correlation-request-id": [ - "2c3897d2-26ca-4a6c-95f4-6366976033c4" + "e301f7ea-6527-4e79-9ad8-4c7d9e1564d5" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224544Z:2c3897d2-26ca-4a6c-95f4-6366976033c4" + "WESTUS:20200623T234750Z:e301f7ea-6527-4e79-9ad8-4c7d9e1564d5" ], "Date": [ - "Wed, 03 Jul 2019 22:45:43 GMT" + "Tue, 23 Jun 2020 23:47:49 GMT" ], "Expires": [ "-1" @@ -2869,25 +3001,148 @@ ] }, "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJmZGExNmZjMy02YTI4LTRhMzQtOTg0Ny1hOGFjMGZjZjNlMWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNGMxODAxYjktMjU3Ny00N2IwLTk5NDAtZDYwMDVjNGUwYTRkIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRTNZekk0WVRVMExUSmhOVEV0TkdSalppMDVPRFV6TFdOaU1UY3hPV1JqWldSbVlpSXNJbmR2Y210bWJHOTNTV1FpT2lKbVpHRXhObVpqTXkwMllUSTRMVFJoTXpRdE9UZzBOeTFoT0dGak1HWmpaak5sTVdZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTkdNeE9EQXhZamt0TWpVM055MDBOMkl3TFRrNU5EQXRaRFl3TURWak5HVXdZVFJrSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "cd712a60-03fc-4e8a-b48c-c8835bfd043b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11988" + ], + "x-ms-correlation-request-id": [ + "88237fdb-bfd2-43da-a71d-71e4de6e3cf1" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T234800Z:88237fdb-bfd2-43da-a71d-71e4de6e3cf1" + ], + "Date": [ + "Tue, 23 Jun 2020 23:48:00 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJmZGExNmZjMy02YTI4LTRhMzQtOTg0Ny1hOGFjMGZjZjNlMWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNGMxODAxYjktMjU3Ny00N2IwLTk5NDAtZDYwMDVjNGUwYTRkIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJmZGExNmZjMy02YTI4LTRhMzQtOTg0Ny1hOGFjMGZjZjNlMWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNGMxODAxYjktMjU3Ny00N2IwLTk5NDAtZDYwMDVjNGUwYTRkIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T23:47:50.7372638Z\",\r\n \"endTime\": \"2020-06-23T23:47:56.5371315Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/Microsoft.Storage/storageAccounts/saps1126?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHMxMTI2P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjE3YzI4YTU0LTJhNTEtNGRjZi05ODUzLWNiMTcxOWRjZWRmYiIsIndvcmtmbG93SWQiOiJmZGExNmZjMy02YTI4LTRhMzQtOTg0Ny1hOGFjMGZjZjNlMWYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNGMxODAxYjktMjU3Ny00N2IwLTk5NDAtZDYwMDVjNGUwYTRkIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqRTNZekk0WVRVMExUSmhOVEV0TkdSalppMDVPRFV6TFdOaU1UY3hPV1JqWldSbVlpSXNJbmR2Y210bWJHOTNTV1FpT2lKbVpHRXhObVpqTXkwMllUSTRMVFJoTXpRdE9UZzBOeTFoT0dGak1HWmpaak5sTVdZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTkdNeE9EQXhZamt0TWpVM055MDBOMkl3TFRrNU5EQXRaRFl3TURWak5HVXdZVFJrSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "1d789a0f-0e9b-4fbd-9dc3-6e64a3ff64a0" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11987" + ], + "x-ms-correlation-request-id": [ + "39d48d44-63bc-4a23-b649-8923bd0ed8f2" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T234801Z:39d48d44-63bc-4a23-b649-8923bd0ed8f2" + ], + "Date": [ + "Tue, 23 Jun 2020 23:48:01 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/Microsoft.Storage/storageAccounts/saps451?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjg5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhcHM0NTE/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9dc32b7d-652a-4e1b-a6c4-4f41bd4f20cd" + "2ccfa308-bbd0-4e41-9fc7-3de8932021ea" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.0" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -2898,7 +3153,7 @@ "no-cache" ], "x-ms-request-id": [ - "a39ecf56-26b7-4fce-9f0a-510b4c29dde2" + "9c2a9a47-301b-49a3-9fa7-b671daba9f01" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2910,16 +3165,16 @@ "14999" ], "x-ms-correlation-request-id": [ - "6c09c3e3-2ae6-4bff-a7b4-453976f2f386" + "648a1113-c7a9-45c8-9052-e1aa27ad30af" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224549Z:6c09c3e3-2ae6-4bff-a7b4-453976f2f386" + "WESTUS:20200623T234802Z:648a1113-c7a9-45c8-9052-e1aa27ad30af" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 22:45:49 GMT" + "Tue, 23 Jun 2020 23:48:02 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -2935,22 +3190,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzM0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjg5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "92fe68b3-5410-45ad-ba79-56884e99633c" + "f49cab95-98cd-469a-b508-92e3ae165dbd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -2961,16 +3216,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-request-id": [ - "831246aa-a447-4138-866d-87b8647391e3" + "67d3d933-58c9-4eb8-b7c5-153037fbe572" ], "x-ms-correlation-request-id": [ - "831246aa-a447-4138-866d-87b8647391e3" + "67d3d933-58c9-4eb8-b7c5-153037fbe572" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224549Z:831246aa-a447-4138-866d-87b8647391e3" + "WESTUS:20200623T234803Z:67d3d933-58c9-4eb8-b7c5-153037fbe572" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2979,7 +3234,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 22:45:49 GMT" + "Tue, 23 Jun 2020 23:48:02 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2995,22 +3250,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps7346?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNzM0Nj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps6890?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNjg5MD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0ccc17c1-1ea8-4cd1-9e3a-52f57b8c9e49" + "9a1e97e7-77c4-461b-b031-1eafb63fbc4e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -3021,7 +3276,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzczNDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY4OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -3030,13 +3285,13 @@ "14999" ], "x-ms-request-id": [ - "d3faac0e-c866-4ffd-818b-213491b6ed30" + "865e7172-a83f-439f-988a-d18baa173d7b" ], "x-ms-correlation-request-id": [ - "d3faac0e-c866-4ffd-818b-213491b6ed30" + "865e7172-a83f-439f-988a-d18baa173d7b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224550Z:d3faac0e-c866-4ffd-818b-213491b6ed30" + "WESTUS:20200623T234803Z:865e7172-a83f-439f-988a-d18baa173d7b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3045,7 +3300,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 22:45:50 GMT" + "Tue, 23 Jun 2020 23:48:02 GMT" ], "Expires": [ "-1" @@ -3058,16 +3313,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzczNDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjek5EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY4OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNE9UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -3078,7 +3333,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzczNDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY4OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -3087,13 +3342,13 @@ "11999" ], "x-ms-request-id": [ - "4a7d62a2-f489-40ce-b174-6759eb27c740" + "3453037f-3201-40dd-83cb-291fca7ea277" ], "x-ms-correlation-request-id": [ - "4a7d62a2-f489-40ce-b174-6759eb27c740" + "3453037f-3201-40dd-83cb-291fca7ea277" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224605Z:4a7d62a2-f489-40ce-b174-6759eb27c740" + "WESTUS:20200623T234818Z:3453037f-3201-40dd-83cb-291fca7ea277" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3102,7 +3357,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 22:46:04 GMT" + "Tue, 23 Jun 2020 23:48:17 GMT" ], "Expires": [ "-1" @@ -3115,16 +3370,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzczNDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjek5EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY4OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNE9UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -3135,7 +3390,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzczNDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY4OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -3144,13 +3399,13 @@ "11998" ], "x-ms-request-id": [ - "57438e13-fcb6-4c50-9566-225ce51d074d" + "501dd0e9-5adc-4af6-a1e5-60782aca6c1a" ], "x-ms-correlation-request-id": [ - "57438e13-fcb6-4c50-9566-225ce51d074d" + "501dd0e9-5adc-4af6-a1e5-60782aca6c1a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224620Z:57438e13-fcb6-4c50-9566-225ce51d074d" + "WESTUS:20200623T234833Z:501dd0e9-5adc-4af6-a1e5-60782aca6c1a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3159,7 +3414,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 22:46:20 GMT" + "Tue, 23 Jun 2020 23:48:32 GMT" ], "Expires": [ "-1" @@ -3172,16 +3427,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzczNDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjek5EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY4OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNE9UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -3195,13 +3450,13 @@ "11997" ], "x-ms-request-id": [ - "683df214-5b1b-4c2a-9785-04ba1293e29f" + "6a4e88ce-8833-4ce9-9ea7-522017311acc" ], "x-ms-correlation-request-id": [ - "683df214-5b1b-4c2a-9785-04ba1293e29f" + "6a4e88ce-8833-4ce9-9ea7-522017311acc" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224635Z:683df214-5b1b-4c2a-9785-04ba1293e29f" + "WESTUS:20200623T234848Z:6a4e88ce-8833-4ce9-9ea7-522017311acc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3210,7 +3465,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 22:46:35 GMT" + "Tue, 23 Jun 2020 23:48:48 GMT" ], "Expires": [ "-1" @@ -3223,16 +3478,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzczNDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjek5EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY4OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNE9UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -3246,13 +3501,13 @@ "11996" ], "x-ms-request-id": [ - "8dcbb1bf-4591-4f4f-a3a2-7acda18ae252" + "db1ebb78-3f2c-4c43-86cd-29e33ffb0718" ], "x-ms-correlation-request-id": [ - "8dcbb1bf-4591-4f4f-a3a2-7acda18ae252" + "db1ebb78-3f2c-4c43-86cd-29e33ffb0718" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T224635Z:8dcbb1bf-4591-4f4f-a3a2-7acda18ae252" + "WESTUS:20200623T234848Z:db1ebb78-3f2c-4c43-86cd-29e33ffb0718" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3261,7 +3516,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 22:46:35 GMT" + "Tue, 23 Jun 2020 23:48:48 GMT" ], "Expires": [ "-1" @@ -3276,21 +3531,21 @@ ], "Names": { "Test-ServerEndpoint": [ - "ps7346", - "ps9926", - "ps811", - "ps5391", - "ps6562", - "ps1126" + "ps6890", + "ps1995", + "ps5662", + "ps5028", + "ps1502", + "ps451" ], "TestServerEndpoint": [ - "fd2482a3-3648-4e5c-9267-f3996ed2eec2" + "9196599a-d2b4-4e27-99c6-12c674783a38" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "", - "SyncServerId": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7346/providers/Microsoft.StorageSync/storageSyncServices/sssps9926/registeredServers/1D72873B-271F-42F6-BCAD-912C338287CF" + "SyncServerId": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6890/providers/Microsoft.StorageSync/storageSyncServices/sssps1995/registeredServers/16150EB5-FFCC-4662-BE84-767B5FFF97F6" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestGetStorageSyncService.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestGetStorageSyncService.json index bc041babd07b..d3377a1d46df 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestGetStorageSyncService.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestGetStorageSyncService.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "653bb882-407d-4704-9827-7b5ada29be82" + "644f8ebc-12f1-407d-bdcd-b33ecde49c3d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "a97f2c9e-2fe5-4083-9323-fc1297e58250" + "afcf78c2-f2f4-4e28-b29b-23b57d31e3ac" ], "x-ms-correlation-request-id": [ - "a97f2c9e-2fe5-4083-9323-fc1297e58250" + "afcf78c2-f2f4-4e28-b29b-23b57d31e3ac" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183511Z:a97f2c9e-2fe5-4083-9323-fc1297e58250" + "WESTUS:20200623T063037Z:afcf78c2-f2f4-4e28-b29b-23b57d31e3ac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:35:11 GMT" + "Tue, 23 Jun 2020 06:30:37 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\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\": \"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\": \"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\": \"notifyResourceJobs\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\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 ]\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-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-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-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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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-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-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 },\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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "53c369c6-4a52-4d6f-a7ef-d6ac7d029640" + "04166bcd-4dc0-4b14-bf85-dd908d002624" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "f6da6897-30b8-4076-91c3-1c4a5f08d875" + "e8c5afd0-5c27-4107-ab0d-47429c0bd34c" ], "x-ms-correlation-request-id": [ - "f6da6897-30b8-4076-91c3-1c4a5f08d875" + "e8c5afd0-5c27-4107-ab0d-47429c0bd34c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183511Z:f6da6897-30b8-4076-91c3-1c4a5f08d875" + "WESTUS:20200623T063037Z:e8c5afd0-5c27-4107-ab0d-47429c0bd34c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:35:11 GMT" + "Tue, 23 Jun 2020 06:30:37 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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-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-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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 \"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 \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps601?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNjAxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps6735?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNjczNT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1876e4fd-c1d3-4f17-a5be-f8999f73d682" + "76a42b0f-a67d-4ed7-8964-6be853de47d7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,13 +156,13 @@ "1199" ], "x-ms-request-id": [ - "78c3c269-c82d-4382-a041-9d7267098da0" + "879bcfb9-0614-451b-9a32-b09557227fb2" ], "x-ms-correlation-request-id": [ - "78c3c269-c82d-4382-a041-9d7267098da0" + "879bcfb9-0614-451b-9a32-b09557227fb2" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183513Z:78c3c269-c82d-4382-a041-9d7267098da0" + "WESTUS:20200623T063038Z:879bcfb9-0614-451b-9a32-b09557227fb2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,10 +171,10 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:35:13 GMT" + "Tue, 23 Jun 2020 06:30:37 GMT" ], "Content-Length": [ - "163" + "165" ], "Content-Type": [ "application/json; charset=utf-8" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps601\",\r\n \"name\": \"ps601\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6735\",\r\n \"name\": \"ps6735\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps7696\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps3581\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0747775f-038b-4f5f-92fc-d8dda30bcdc3" + "46b57f4f-ffe8-4c4a-abb3-2e07703ff0d6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "819e8c21-ca1b-4142-a530-424087ebcb8b" + "64b4a9dd-f938-48f8-ac36-33f7ae53a302" ], "X-Content-Type-Options": [ "nosniff" @@ -240,50 +240,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "0d26495b-692c-478e-86ae-cd0a1f754621" + "5d9fe679-2662-4b12-9380-89a315ccb1b4" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183514Z:0d26495b-692c-478e-86ae-cd0a1f754621" + "WESTUS:20200623T063039Z:5d9fe679-2662-4b12-9380-89a315ccb1b4" ], "Date": [ - "Wed, 03 Jul 2019 18:35:14 GMT" + "Tue, 23 Jun 2020 06:30:38 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps601/providers/Microsoft.StorageSync/storageSyncServices/sssps7696?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczc2OTY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6735/providers/Microsoft.StorageSync/storageSyncServices/sssps3581?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjczNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzNTgxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3e656c9d-98d9-4ca0-8dd7-c5b862f0c8ed" + "de884e1d-fa5c-4b3a-b840-8b431653a2e2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjYyZDVlYWVhLTk2NDMtNDAzYS1iNzg5LThmMjViOWNiNGUzYSIsIndvcmtmbG93SWQiOiI5MTUwZDllNS1hZmU4LTRjNjItOGFiNC1iNGNhYzgwMTlkZjkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzEzMzcwM2UtYWViZS00ZmQ1LTg1YTUtY2E3YzhiODllOTYyIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjYyZDVlYWVhLTk2NDMtNDAzYS1iNzg5LThmMjViOWNiNGUzYSIsIndvcmtmbG93SWQiOiI5MTUwZDllNS1hZmU4LTRjNjItOGFiNC1iNGNhYzgwMTlkZjkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzEzMzcwM2UtYWViZS00ZmQ1LTg1YTUtY2E3YzhiODllOTYyIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "1cf750a5-6b05-4913-8573-477de22ef9af" + "8800bfa1-0c1e-4a73-aeb7-ed08aa0b0102" ], "X-Content-Type-Options": [ "nosniff" @@ -315,44 +324,167 @@ "1199" ], "x-ms-correlation-request-id": [ - "43ac3268-90a6-4c85-b019-39030fd79dcc" + "f416063f-8fa0-4cec-8a03-13f46b75c44f" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183514Z:43ac3268-90a6-4c85-b019-39030fd79dcc" + "WESTUS:20200623T063039Z:f416063f-8fa0-4cec-8a03-13f46b75c44f" ], "Date": [ - "Wed, 03 Jul 2019 18:35:14 GMT" + "Tue, 23 Jun 2020 06:30:39 GMT" + ], + "Expires": [ + "-1" ], "Content-Length": [ - "328" + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjYyZDVlYWVhLTk2NDMtNDAzYS1iNzg5LThmMjViOWNiNGUzYSIsIndvcmtmbG93SWQiOiI5MTUwZDllNS1hZmU4LTRjNjItOGFiNC1iNGNhYzgwMTlkZjkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzEzMzcwM2UtYWViZS00ZmQ1LTg1YTUtY2E3YzhiODllOTYyIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqWXlaRFZsWVdWaExUazJORE10TkRBellTMWlOemc1TFRobU1qVmlPV05pTkdVellTSXNJbmR2Y210bWJHOTNTV1FpT2lJNU1UVXdaRGxsTlMxaFptVTRMVFJqTmpJdE9HRmlOQzFpTkdOaFl6Z3dNVGxrWmpraUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTXpFek16Y3dNMlV0WVdWaVpTMDBabVExTFRnMVlUVXRZMkUzWXpoaU9EbGxPVFl5SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "9e116ab9-7e31-4a6a-a21d-cd9f6a2d415a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "58999de6-7e7e-4f1f-8079-1f9b1ec7a0a5" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063050Z:58999de6-7e7e-4f1f-8079-1f9b1ec7a0a5" + ], + "Date": [ + "Tue, 23 Jun 2020 06:30:49 GMT" + ], + "Content-Length": [ + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps601/providers/microsoft.storagesync/storageSyncServices/sssps7696\",\r\n \"name\": \"sssps7696\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjYyZDVlYWVhLTk2NDMtNDAzYS1iNzg5LThmMjViOWNiNGUzYSIsIndvcmtmbG93SWQiOiI5MTUwZDllNS1hZmU4LTRjNjItOGFiNC1iNGNhYzgwMTlkZjkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzEzMzcwM2UtYWViZS00ZmQ1LTg1YTUtY2E3YzhiODllOTYyIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjYyZDVlYWVhLTk2NDMtNDAzYS1iNzg5LThmMjViOWNiNGUzYSIsIndvcmtmbG93SWQiOiI5MTUwZDllNS1hZmU4LTRjNjItOGFiNC1iNGNhYzgwMTlkZjkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzEzMzcwM2UtYWViZS00ZmQ1LTg1YTUtY2E3YzhiODllOTYyIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T06:30:39.9970347Z\",\r\n \"endTime\": \"2020-06-23T06:30:47.7260351Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps601/providers/Microsoft.StorageSync/storageSyncServices/sssps7696?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczc2OTY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6735/providers/Microsoft.StorageSync/storageSyncServices/sssps3581?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjczNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzNTgxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "899410e3-a54c-4ebf-b3a9-7866316595a9" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "89e908ec-cd97-40d2-84e6-b52e74cb63c5" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063050Z:89e908ec-cd97-40d2-84e6-b52e74cb63c5" + ], + "Date": [ + "Tue, 23 Jun 2020 06:30:49 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps3581/workflows/9150d9e5-afe8-4c62-8ab4-b4cac8019df9\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6735/providers/microsoft.storagesync/storageSyncServices/sssps3581\",\r\n \"name\": \"sssps3581\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6735/providers/Microsoft.StorageSync/storageSyncServices/sssps3581?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjczNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzNTgxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8e50030f-16aa-43ed-aa80-ec39641852c0" + "c438fc81-86b4-43fe-9d3a-e7be3c134850" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -363,7 +495,7 @@ "no-cache" ], "x-ms-request-id": [ - "12255ccb-5357-4935-ac99-9e9aa3a323f5" + "87ace37e-cf76-4426-9879-b0cf96f31be9" ], "X-Content-Type-Options": [ "nosniff" @@ -381,47 +513,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-correlation-request-id": [ - "e2e9cdef-5799-4b75-a4f3-25fceb5fe468" + "53c8565e-98eb-4f03-bc80-50d2b38d4825" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183514Z:e2e9cdef-5799-4b75-a4f3-25fceb5fe468" + "WESTUS:20200623T063050Z:53c8565e-98eb-4f03-bc80-50d2b38d4825" ], "Date": [ - "Wed, 03 Jul 2019 18:35:14 GMT" + "Tue, 23 Jun 2020 06:30:50 GMT" ], "Content-Length": [ - "327" + "633" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": \"0\",\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps601/providers/microsoft.storagesync/storageSyncServices/sssps7696\",\r\n \"name\": \"sssps7696\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps3581/workflows/9150d9e5-afe8-4c62-8ab4-b4cac8019df9\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6735/providers/microsoft.storagesync/storageSyncServices/sssps3581\",\r\n \"name\": \"sssps3581\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps601/providers/Microsoft.StorageSync/storageSyncServices/sssps7696?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3Nwczc2OTY/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6735/providers/Microsoft.StorageSync/storageSyncServices/sssps3581?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjczNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzNTgxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "66e0e091-e777-426a-b50c-10abfdc2d88b" + "429e4ccd-9007-4395-aadf-c768062d69fb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -431,8 +563,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjYyZDVlYWVhLTk2NDMtNDAzYS1iNzg5LThmMjViOWNiNGUzYSIsIndvcmtmbG93SWQiOiJkYTlmMmQ4Zi0wZTc0LTQ0YjEtOTU1Mi0yNzgzZjAwZWEyNTciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiY2RkNWU0ZTUtNThkMS00YjA5LWFiYTItNTA1ZGY3N2JmYjFkIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjYyZDVlYWVhLTk2NDMtNDAzYS1iNzg5LThmMjViOWNiNGUzYSIsIndvcmtmbG93SWQiOiJkYTlmMmQ4Zi0wZTc0LTQ0YjEtOTU1Mi0yNzgzZjAwZWEyNTciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiY2RkNWU0ZTUtNThkMS00YjA5LWFiYTItNTA1ZGY3N2JmYjFkIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "4c0382ed-1f78-4ab3-bbd9-3ce22c8d41d9" + "5858425d-8d29-4ac1-8cd2-4278eb7540aa" ], "X-Content-Type-Options": [ "nosniff" @@ -453,13 +594,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "e3ea5ff9-f30b-422a-bca5-74c3b55e014b" + "8677c283-c6ff-47e7-9b37-5b905776fcce" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183515Z:e3ea5ff9-f30b-422a-bca5-74c3b55e014b" + "WESTUS:20200623T063051Z:8677c283-c6ff-47e7-9b37-5b905776fcce" ], "Date": [ - "Wed, 03 Jul 2019 18:35:15 GMT" + "Tue, 23 Jun 2020 06:30:50 GMT" ], "Expires": [ "-1" @@ -469,25 +610,148 @@ ] }, "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjYyZDVlYWVhLTk2NDMtNDAzYS1iNzg5LThmMjViOWNiNGUzYSIsIndvcmtmbG93SWQiOiJkYTlmMmQ4Zi0wZTc0LTQ0YjEtOTU1Mi0yNzgzZjAwZWEyNTciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiY2RkNWU0ZTUtNThkMS00YjA5LWFiYTItNTA1ZGY3N2JmYjFkIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqWXlaRFZsWVdWaExUazJORE10TkRBellTMWlOemc1TFRobU1qVmlPV05pTkdVellTSXNJbmR2Y210bWJHOTNTV1FpT2lKa1lUbG1NbVE0Wmkwd1pUYzBMVFEwWWpFdE9UVTFNaTB5TnpnelpqQXdaV0V5TlRjaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWTJSa05XVTBaVFV0TlRoa01TMDBZakE1TFdGaVlUSXROVEExWkdZM04ySm1ZakZrSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "cfd7a6df-92d5-44e2-9b7a-139cf994dd50" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "0152d567-bcd2-4f98-acf2-f24e264872a6" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063101Z:0152d567-bcd2-4f98-acf2-f24e264872a6" + ], + "Date": [ + "Tue, 23 Jun 2020 06:31:01 GMT" + ], + "Content-Length": [ + "744" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjYyZDVlYWVhLTk2NDMtNDAzYS1iNzg5LThmMjViOWNiNGUzYSIsIndvcmtmbG93SWQiOiJkYTlmMmQ4Zi0wZTc0LTQ0YjEtOTU1Mi0yNzgzZjAwZWEyNTciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiY2RkNWU0ZTUtNThkMS00YjA5LWFiYTItNTA1ZGY3N2JmYjFkIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjYyZDVlYWVhLTk2NDMtNDAzYS1iNzg5LThmMjViOWNiNGUzYSIsIndvcmtmbG93SWQiOiJkYTlmMmQ4Zi0wZTc0LTQ0YjEtOTU1Mi0yNzgzZjAwZWEyNTciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiY2RkNWU0ZTUtNThkMS00YjA5LWFiYTItNTA1ZGY3N2JmYjFkIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T06:30:51.8655741Z\",\r\n \"endTime\": \"2020-06-23T06:30:57.392466Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps601/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNjAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcz9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjYyZDVlYWVhLTk2NDMtNDAzYS1iNzg5LThmMjViOWNiNGUzYSIsIndvcmtmbG93SWQiOiJkYTlmMmQ4Zi0wZTc0LTQ0YjEtOTU1Mi0yNzgzZjAwZWEyNTciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiY2RkNWU0ZTUtNThkMS00YjA5LWFiYTItNTA1ZGY3N2JmYjFkIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqWXlaRFZsWVdWaExUazJORE10TkRBellTMWlOemc1TFRobU1qVmlPV05pTkdVellTSXNJbmR2Y210bWJHOTNTV1FpT2lKa1lUbG1NbVE0Wmkwd1pUYzBMVFEwWWpFdE9UVTFNaTB5TnpnelpqQXdaV0V5TlRjaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWTJSa05XVTBaVFV0TlRoa01TMDBZakE1TFdGaVlUSXROVEExWkdZM04ySm1ZakZrSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "a8716e7f-8009-4bd8-9768-e7989df3d740" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "02c0f348-ba0d-4b26-8b6a-2c7a348823a2" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063102Z:02c0f348-ba0d-4b26-8b6a-2c7a348823a2" + ], + "Date": [ + "Tue, 23 Jun 2020 06:31:01 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6735/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjczNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9f07483-3616-44de-91a8-642fb81216ef" + "f19170cc-a724-4f75-b794-060612e9916f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -498,16 +762,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11994" ], "x-ms-request-id": [ - "5c8b2e76-8d71-4864-b49e-af34bd9f1ad5" + "11151c44-070e-429a-a7fd-d727d53bb105" ], "x-ms-correlation-request-id": [ - "5c8b2e76-8d71-4864-b49e-af34bd9f1ad5" + "11151c44-070e-429a-a7fd-d727d53bb105" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183515Z:5c8b2e76-8d71-4864-b49e-af34bd9f1ad5" + "WESTUS:20200623T063102Z:11151c44-070e-429a-a7fd-d727d53bb105" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -516,7 +780,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:35:15 GMT" + "Tue, 23 Jun 2020 06:31:01 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -532,22 +796,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps601?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNjAxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps6735?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNjczNT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "10909312-731a-4e69-a2e6-41cbea67e55f" + "2bb5394e-521d-434b-a3ce-3951c82105fe" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -558,7 +822,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY3MzUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -567,13 +831,13 @@ "14998" ], "x-ms-request-id": [ - "78ca2cf5-7767-4bc5-ab02-c0f1ce433ec6" + "04250a6b-9d7a-4426-abfb-64ca846e70e1" ], "x-ms-correlation-request-id": [ - "78ca2cf5-7767-4bc5-ab02-c0f1ce433ec6" + "04250a6b-9d7a-4426-abfb-64ca846e70e1" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183516Z:78ca2cf5-7767-4bc5-ab02-c0f1ce433ec6" + "WESTUS:20200623T063102Z:04250a6b-9d7a-4426-abfb-64ca846e70e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -582,7 +846,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:35:16 GMT" + "Tue, 23 Jun 2020 06:31:01 GMT" ], "Expires": [ "-1" @@ -595,16 +859,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY3MzUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZM016VXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -615,22 +879,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY3MzUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11993" ], "x-ms-request-id": [ - "0db7f71d-f726-4b5a-b8ec-47c89be8ea6b" + "e1c38959-d7f8-4874-844e-3ecbd19e45c5" ], "x-ms-correlation-request-id": [ - "0db7f71d-f726-4b5a-b8ec-47c89be8ea6b" + "e1c38959-d7f8-4874-844e-3ecbd19e45c5" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183531Z:0db7f71d-f726-4b5a-b8ec-47c89be8ea6b" + "WESTUS:20200623T063117Z:e1c38959-d7f8-4874-844e-3ecbd19e45c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -639,7 +903,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:35:31 GMT" + "Tue, 23 Jun 2020 06:31:16 GMT" ], "Expires": [ "-1" @@ -652,16 +916,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY3MzUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZM016VXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -672,22 +936,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY3MzUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11992" ], "x-ms-request-id": [ - "e5e53b2f-a5f2-49b3-8f3d-ea5e2b7bd441" + "f7038436-b20e-4b28-a15b-1c0ca68e144f" ], "x-ms-correlation-request-id": [ - "e5e53b2f-a5f2-49b3-8f3d-ea5e2b7bd441" + "f7038436-b20e-4b28-a15b-1c0ca68e144f" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183546Z:e5e53b2f-a5f2-49b3-8f3d-ea5e2b7bd441" + "WESTUS:20200623T063132Z:f7038436-b20e-4b28-a15b-1c0ca68e144f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -696,7 +960,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:35:46 GMT" + "Tue, 23 Jun 2020 06:31:31 GMT" ], "Expires": [ "-1" @@ -709,16 +973,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY3MzUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZM016VXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -729,16 +993,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11991" ], "x-ms-request-id": [ - "557ad19b-cc28-4096-aac7-3b34f364663a" + "a063bae3-516a-4d45-a9a4-1c6616693a03" ], "x-ms-correlation-request-id": [ - "557ad19b-cc28-4096-aac7-3b34f364663a" + "a063bae3-516a-4d45-a9a4-1c6616693a03" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183602Z:557ad19b-cc28-4096-aac7-3b34f364663a" + "WESTUS:20200623T063147Z:a063bae3-516a-4d45-a9a4-1c6616693a03" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -747,7 +1011,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:36:01 GMT" + "Tue, 23 Jun 2020 06:31:46 GMT" ], "Expires": [ "-1" @@ -760,16 +1024,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY3MzUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZM016VXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -780,16 +1044,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11990" ], "x-ms-request-id": [ - "44e2d22e-207d-4ca3-887f-e9669ec03b38" + "d4414ebe-1783-4b2d-9587-8e84ad676abd" ], "x-ms-correlation-request-id": [ - "44e2d22e-207d-4ca3-887f-e9669ec03b38" + "d4414ebe-1783-4b2d-9587-8e84ad676abd" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183602Z:44e2d22e-207d-4ca3-887f-e9669ec03b38" + "WESTUS:20200623T063147Z:d4414ebe-1783-4b2d-9587-8e84ad676abd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -798,7 +1062,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:36:01 GMT" + "Tue, 23 Jun 2020 06:31:46 GMT" ], "Expires": [ "-1" @@ -813,13 +1077,13 @@ ], "Names": { "Test-GetStorageSyncService": [ - "ps601", - "ps7696" + "ps6735", + "ps3581" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestGetStorageSyncServices.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestGetStorageSyncServices.json index e57fa01ae32d..a79d22fbb72f 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestGetStorageSyncServices.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestGetStorageSyncServices.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "778cc199-4645-4c3f-bc0b-2d79a463f37e" + "ff9c4bfb-2009-4d34-98e7-32e7946d024f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "1b584bd6-3b34-4e13-a2b5-c9b3a465f8d9" + "03608512-d4b7-4b3c-9122-dec41333fb4e" ], "x-ms-correlation-request-id": [ - "1b584bd6-3b34-4e13-a2b5-c9b3a465f8d9" + "03608512-d4b7-4b3c-9122-dec41333fb4e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183605Z:1b584bd6-3b34-4e13-a2b5-c9b3a465f8d9" + "WESTUS:20200623T063153Z:03608512-d4b7-4b3c-9122-dec41333fb4e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:36:04 GMT" + "Tue, 23 Jun 2020 06:31:52 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\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\": \"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\": \"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\": \"notifyResourceJobs\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\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 ]\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-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-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-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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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-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-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 },\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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0cc69187-02f8-4f5a-9e0d-c1af69d1f14a" + "dad727f8-0826-4710-9510-f73f071fd9f9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "cbd12f14-099e-4f87-8122-db5fe9a08761" + "a8d20f85-e2c0-459e-ac2e-8edb4bbda8bd" ], "x-ms-correlation-request-id": [ - "cbd12f14-099e-4f87-8122-db5fe9a08761" + "a8d20f85-e2c0-459e-ac2e-8edb4bbda8bd" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183605Z:cbd12f14-099e-4f87-8122-db5fe9a08761" + "WESTUS:20200623T063153Z:a8d20f85-e2c0-459e-ac2e-8edb4bbda8bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:36:04 GMT" + "Tue, 23 Jun 2020 06:31:52 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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-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-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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 \"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 \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps2986?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMjk4Nj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps5294?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNTI5ND9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f99da5b3-2105-48ba-abf9-24f092132dc5" + "c8dd72c0-75a5-4995-a797-bcec6784fb55" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,13 +156,13 @@ "1199" ], "x-ms-request-id": [ - "5455763b-dfa0-4b6f-9993-56aa209beaf1" + "bdd63ca7-0d55-4891-ab7b-9c647f1abfcd" ], "x-ms-correlation-request-id": [ - "5455763b-dfa0-4b6f-9993-56aa209beaf1" + "bdd63ca7-0d55-4891-ab7b-9c647f1abfcd" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183606Z:5455763b-dfa0-4b6f-9993-56aa209beaf1" + "WESTUS:20200623T063153Z:bdd63ca7-0d55-4891-ab7b-9c647f1abfcd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:36:05 GMT" + "Tue, 23 Jun 2020 06:31:52 GMT" ], "Content-Length": [ "165" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2986\",\r\n \"name\": \"ps2986\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5294\",\r\n \"name\": \"ps5294\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps4287\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps7703\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e88e7294-5344-4cf2-a4d2-029016af6980" + "f00b7fa7-b3be-4521-8b2f-a2cb3813b7d4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "6ad42d84-dfab-4bdd-93e0-39bc11208db6" + "c6c36b59-c76d-464a-9453-4714550c3698" ], "X-Content-Type-Options": [ "nosniff" @@ -240,50 +240,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "68805cd1-25d8-4313-a8ac-807e3a561d89" + "080c4add-99bd-4f65-94fa-12adf933c955" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183607Z:68805cd1-25d8-4313-a8ac-807e3a561d89" + "WESTUS:20200623T063154Z:080c4add-99bd-4f65-94fa-12adf933c955" ], "Date": [ - "Wed, 03 Jul 2019 18:36:06 GMT" + "Tue, 23 Jun 2020 06:31:54 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2986/providers/Microsoft.StorageSync/storageSyncServices/sssps4287?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjk4Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0Mjg3P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5294/providers/Microsoft.StorageSync/storageSyncServices/sssps7703?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTI5NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3NzAzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4dea96d7-a5f4-49a4-98e4-24e14e4bdc00" + "4ed54b77-cb4f-4d42-b4eb-53a0bec9e4b8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjRlMGVmNmZkLTE2ZjEtNDViZi1hNjI1LTI1M2RlMWE0MWI0ZCIsIndvcmtmbG93SWQiOiJjYTBlMDM0ZS03NTNiLTRiN2ItYjZlYS1jMjBiZmU2ZjI5NTYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDFkMjlmNjQtOTY4OS00NDNjLWIzMTUtYTFhZDhkZGQ3NDU0In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjRlMGVmNmZkLTE2ZjEtNDViZi1hNjI1LTI1M2RlMWE0MWI0ZCIsIndvcmtmbG93SWQiOiJjYTBlMDM0ZS03NTNiLTRiN2ItYjZlYS1jMjBiZmU2ZjI5NTYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDFkMjlmNjQtOTY4OS00NDNjLWIzMTUtYTFhZDhkZGQ3NDU0In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "90012028-3e70-4264-ac13-e6868bb6714d" + "14934dc9-f309-48a8-bb9e-5a6bf2147bfb" ], "X-Content-Type-Options": [ "nosniff" @@ -315,44 +324,167 @@ "1199" ], "x-ms-correlation-request-id": [ - "6fb51026-f6e3-4184-b42b-9f7ed765d2dc" + "50191df5-5aa2-4d13-aa59-ea28eeb3bd70" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183607Z:6fb51026-f6e3-4184-b42b-9f7ed765d2dc" + "WESTUS:20200623T063154Z:50191df5-5aa2-4d13-aa59-ea28eeb3bd70" ], "Date": [ - "Wed, 03 Jul 2019 18:36:07 GMT" + "Tue, 23 Jun 2020 06:31:54 GMT" + ], + "Expires": [ + "-1" ], "Content-Length": [ - "329" + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjRlMGVmNmZkLTE2ZjEtNDViZi1hNjI1LTI1M2RlMWE0MWI0ZCIsIndvcmtmbG93SWQiOiJjYTBlMDM0ZS03NTNiLTRiN2ItYjZlYS1jMjBiZmU2ZjI5NTYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDFkMjlmNjQtOTY4OS00NDNjLWIzMTUtYTFhZDhkZGQ3NDU0In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqUmxNR1ZtTm1aa0xURTJaakV0TkRWaVppMWhOakkxTFRJMU0yUmxNV0UwTVdJMFpDSXNJbmR2Y210bWJHOTNTV1FpT2lKallUQmxNRE0wWlMwM05UTmlMVFJpTjJJdFlqWmxZUzFqTWpCaVptVTJaakk1TlRZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTkRGa01qbG1OalF0T1RZNE9TMDBORE5qTFdJek1UVXRZVEZoWkRoa1pHUTNORFUwSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "9d2ce362-124a-4323-b1e3-3b80dba2b11d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "6b3d00df-0e3e-4d33-a0d1-374b34587b58" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063204Z:6b3d00df-0e3e-4d33-a0d1-374b34587b58" + ], + "Date": [ + "Tue, 23 Jun 2020 06:32:04 GMT" + ], + "Content-Length": [ + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2986/providers/microsoft.storagesync/storageSyncServices/sssps4287\",\r\n \"name\": \"sssps4287\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjRlMGVmNmZkLTE2ZjEtNDViZi1hNjI1LTI1M2RlMWE0MWI0ZCIsIndvcmtmbG93SWQiOiJjYTBlMDM0ZS03NTNiLTRiN2ItYjZlYS1jMjBiZmU2ZjI5NTYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDFkMjlmNjQtOTY4OS00NDNjLWIzMTUtYTFhZDhkZGQ3NDU0In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjRlMGVmNmZkLTE2ZjEtNDViZi1hNjI1LTI1M2RlMWE0MWI0ZCIsIndvcmtmbG93SWQiOiJjYTBlMDM0ZS03NTNiLTRiN2ItYjZlYS1jMjBiZmU2ZjI5NTYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDFkMjlmNjQtOTY4OS00NDNjLWIzMTUtYTFhZDhkZGQ3NDU0In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T06:31:54.9489126Z\",\r\n \"endTime\": \"2020-06-23T06:32:01.4240283Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2986/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjk4Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5294/providers/Microsoft.StorageSync/storageSyncServices/sssps7703?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTI5NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3NzAzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "9329f4e4-c6e8-41f1-9b40-d59054454cdf" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "18c79f6f-0ae8-461e-8a0d-4e2b1d4cdece" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063205Z:18c79f6f-0ae8-461e-8a0d-4e2b1d4cdece" + ], + "Date": [ + "Tue, 23 Jun 2020 06:32:05 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps7703/workflows/ca0e034e-753b-4b7b-b6ea-c20bfe6f2956\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5294/providers/microsoft.storagesync/storageSyncServices/sssps7703\",\r\n \"name\": \"sssps7703\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5294/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTI5NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f942aefb-059f-4d5d-a669-7b44c9803d95" + "dc8104ee-a8e0-490b-8ce1-6587255ecd91" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -363,7 +495,7 @@ "no-cache" ], "x-ms-request-id": [ - "3acdaaaf-2b0e-453f-b2d7-4b0a96c8e46a" + "741136b6-dba8-4d02-b909-c088d1d4dd1a" ], "X-Content-Type-Options": [ "nosniff" @@ -381,47 +513,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-correlation-request-id": [ - "50876cc0-af63-455b-a6f6-b44647f0d8eb" + "cdeddb41-507e-4424-b51f-d877796dc617" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183608Z:50876cc0-af63-455b-a6f6-b44647f0d8eb" + "WESTUS:20200623T063205Z:cdeddb41-507e-4424-b51f-d877796dc617" ], "Date": [ - "Wed, 03 Jul 2019 18:36:07 GMT" + "Tue, 23 Jun 2020 06:32:05 GMT" ], "Content-Length": [ - "340" + "718" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": \"0\",\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2986/providers/microsoft.storagesync/storageSyncServices/sssps4287\",\r\n \"name\": \"sssps4287\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps7703/workflows/ca0e034e-753b-4b7b-b6ea-c20bfe6f2956\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5294/providers/microsoft.storagesync/storageSyncServices/sssps7703\",\r\n \"name\": \"sssps7703\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2986/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjk4Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5294/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTI5NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5c7b6333-7e1f-4e3f-a9f5-56cc0b048029" + "e5e2952a-a7ab-4f55-8d79-3e355c28f660" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -431,57 +563,66 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], "x-ms-request-id": [ - "a83eac62-741f-4722-8ab2-e721a9ec2356" - ], - "x-ms-correlation-request-id": [ - "a83eac62-741f-4722-8ab2-e721a9ec2356" + "83d4e61f-a1b9-49f9-a06c-a020f88dfa85" ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T183609Z:a83eac62-741f-4722-8ab2-e721a9ec2356" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "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": [ + "8ca025f5-b064-4112-a020-d0e305dc84dd" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063216Z:8ca025f5-b064-4112-a020-d0e305dc84dd" ], "Date": [ - "Wed, 03 Jul 2019 18:36:08 GMT" + "Tue, 23 Jun 2020 06:32:16 GMT" + ], + "Content-Length": [ + "19" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2986/providers/Microsoft.StorageSync/storageSyncServices/sssps4287?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjk4Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0Mjg3P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps5294/providers/Microsoft.StorageSync/storageSyncServices/sssps7703?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTI5NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3NzAzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d2751105-1654-4d0c-a57b-8d644794c327" + "bb7c33e7-8ed0-467d-86a2-1a8c2a4df3b2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -491,8 +632,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjRlMGVmNmZkLTE2ZjEtNDViZi1hNjI1LTI1M2RlMWE0MWI0ZCIsIndvcmtmbG93SWQiOiJjNzlkZWZhMi0xY2QxLTRmODItYWU0YS1iYWVmYWNlYTBiNDIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYWRlNWJhMjMtOTNiYS00YjZlLTlkNGUtMmY1MTdmYjdjYzlhIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjRlMGVmNmZkLTE2ZjEtNDViZi1hNjI1LTI1M2RlMWE0MWI0ZCIsIndvcmtmbG93SWQiOiJjNzlkZWZhMi0xY2QxLTRmODItYWU0YS1iYWVmYWNlYTBiNDIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYWRlNWJhMjMtOTNiYS00YjZlLTlkNGUtMmY1MTdmYjdjYzlhIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "9300b5b8-16d5-42c3-a92b-55d6bd533cf0" + "cce18a8e-2eb8-41cf-b373-10717c3e9dad" ], "X-Content-Type-Options": [ "nosniff" @@ -513,13 +663,136 @@ "14999" ], "x-ms-correlation-request-id": [ - "05c36dd4-01cc-43aa-b95a-12cb3ea4c9d7" + "963d714d-cd51-455f-8eff-55aff18e8989" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183608Z:05c36dd4-01cc-43aa-b95a-12cb3ea4c9d7" + "WESTUS:20200623T063205Z:963d714d-cd51-455f-8eff-55aff18e8989" ], "Date": [ - "Wed, 03 Jul 2019 18:36:08 GMT" + "Tue, 23 Jun 2020 06:32:05 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjRlMGVmNmZkLTE2ZjEtNDViZi1hNjI1LTI1M2RlMWE0MWI0ZCIsIndvcmtmbG93SWQiOiJjNzlkZWZhMi0xY2QxLTRmODItYWU0YS1iYWVmYWNlYTBiNDIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYWRlNWJhMjMtOTNiYS00YjZlLTlkNGUtMmY1MTdmYjdjYzlhIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqUmxNR1ZtTm1aa0xURTJaakV0TkRWaVppMWhOakkxTFRJMU0yUmxNV0UwTVdJMFpDSXNJbmR2Y210bWJHOTNTV1FpT2lKak56bGtaV1poTWkweFkyUXhMVFJtT0RJdFlXVTBZUzFpWVdWbVlXTmxZVEJpTkRJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVdSbE5XSmhNak10T1ROaVlTMDBZalpsTFRsa05HVXRNbVkxTVRkbVlqZGpZemxoSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "759f975f-9431-44a6-b9e1-4c481d3919dc" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "6eace11d-f3c6-4971-a3e5-b0c4158aae3e" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063216Z:6eace11d-f3c6-4971-a3e5-b0c4158aae3e" + ], + "Date": [ + "Tue, 23 Jun 2020 06:32:15 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjRlMGVmNmZkLTE2ZjEtNDViZi1hNjI1LTI1M2RlMWE0MWI0ZCIsIndvcmtmbG93SWQiOiJjNzlkZWZhMi0xY2QxLTRmODItYWU0YS1iYWVmYWNlYTBiNDIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYWRlNWJhMjMtOTNiYS00YjZlLTlkNGUtMmY1MTdmYjdjYzlhIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjRlMGVmNmZkLTE2ZjEtNDViZi1hNjI1LTI1M2RlMWE0MWI0ZCIsIndvcmtmbG93SWQiOiJjNzlkZWZhMi0xY2QxLTRmODItYWU0YS1iYWVmYWNlYTBiNDIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYWRlNWJhMjMtOTNiYS00YjZlLTlkNGUtMmY1MTdmYjdjYzlhIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T06:32:06.5141834Z\",\r\n \"endTime\": \"2020-06-23T06:32:12.3630083Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjRlMGVmNmZkLTE2ZjEtNDViZi1hNjI1LTI1M2RlMWE0MWI0ZCIsIndvcmtmbG93SWQiOiJjNzlkZWZhMi0xY2QxLTRmODItYWU0YS1iYWVmYWNlYTBiNDIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYWRlNWJhMjMtOTNiYS00YjZlLTlkNGUtMmY1MTdmYjdjYzlhIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqUmxNR1ZtTm1aa0xURTJaakV0TkRWaVppMWhOakkxTFRJMU0yUmxNV0UwTVdJMFpDSXNJbmR2Y210bWJHOTNTV1FpT2lKak56bGtaV1poTWkweFkyUXhMVFJtT0RJdFlXVTBZUzFpWVdWbVlXTmxZVEJpTkRJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVdSbE5XSmhNak10T1ROaVlTMDBZalpsTFRsa05HVXRNbVkxTVRkbVlqZGpZemxoSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "04ec043d-8bbe-45af-93ef-66b055217d7c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "b8d09244-eb7b-45d9-b3a5-637a1ddff35f" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063216Z:b8d09244-eb7b-45d9-b3a5-637a1ddff35f" + ], + "Date": [ + "Tue, 23 Jun 2020 06:32:16 GMT" ], "Expires": [ "-1" @@ -532,22 +805,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps2986?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMjk4Nj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps5294?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNTI5ND9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "41b02aa8-9015-4c79-a4bd-26a636786230" + "e1e426c3-2268-44cb-bee1-3ec5f2fc3c04" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -558,7 +831,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5ODYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUyOTQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -567,13 +840,13 @@ "14998" ], "x-ms-request-id": [ - "9c88766f-4dda-4270-b296-b751388f292e" + "57dc89e0-e51c-46d1-8268-453f321fb622" ], "x-ms-correlation-request-id": [ - "9c88766f-4dda-4270-b296-b751388f292e" + "57dc89e0-e51c-46d1-8268-453f321fb622" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183610Z:9c88766f-4dda-4270-b296-b751388f292e" + "WESTUS:20200623T063216Z:57dc89e0-e51c-46d1-8268-453f321fb622" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -582,7 +855,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:36:10 GMT" + "Tue, 23 Jun 2020 06:32:16 GMT" ], "Expires": [ "-1" @@ -595,16 +868,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5ODYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJNU9EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUyOTQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeU9UUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -615,22 +888,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5ODYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUyOTQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11993" ], "x-ms-request-id": [ - "c869d2ce-7261-4338-b5bb-d0e886e2a455" + "c5daa2de-c2b2-4fd6-87f9-7801a350c769" ], "x-ms-correlation-request-id": [ - "c869d2ce-7261-4338-b5bb-d0e886e2a455" + "c5daa2de-c2b2-4fd6-87f9-7801a350c769" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183625Z:c869d2ce-7261-4338-b5bb-d0e886e2a455" + "WESTUS:20200623T063231Z:c5daa2de-c2b2-4fd6-87f9-7801a350c769" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -639,7 +912,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:36:24 GMT" + "Tue, 23 Jun 2020 06:32:31 GMT" ], "Expires": [ "-1" @@ -652,16 +925,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5ODYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJNU9EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUyOTQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeU9UUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -672,22 +945,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5ODYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUyOTQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11992" ], "x-ms-request-id": [ - "e56db70d-ebe5-4b54-8243-23e6f7aacc52" + "08382e18-c14b-40fa-a4bf-0b2501b21972" ], "x-ms-correlation-request-id": [ - "e56db70d-ebe5-4b54-8243-23e6f7aacc52" + "08382e18-c14b-40fa-a4bf-0b2501b21972" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183640Z:e56db70d-ebe5-4b54-8243-23e6f7aacc52" + "WESTUS:20200623T063247Z:08382e18-c14b-40fa-a4bf-0b2501b21972" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -696,7 +969,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:36:39 GMT" + "Tue, 23 Jun 2020 06:32:46 GMT" ], "Expires": [ "-1" @@ -709,16 +982,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5ODYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJNU9EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUyOTQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeU9UUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -729,16 +1002,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11991" ], "x-ms-request-id": [ - "c540bd75-6e26-4ce7-bec1-176486a06844" + "050f4a52-33ae-4ae7-97ea-4c910f3f845a" ], "x-ms-correlation-request-id": [ - "c540bd75-6e26-4ce7-bec1-176486a06844" + "050f4a52-33ae-4ae7-97ea-4c910f3f845a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183655Z:c540bd75-6e26-4ce7-bec1-176486a06844" + "WESTUS:20200623T063302Z:050f4a52-33ae-4ae7-97ea-4c910f3f845a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -747,7 +1020,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:36:55 GMT" + "Tue, 23 Jun 2020 06:33:01 GMT" ], "Expires": [ "-1" @@ -760,16 +1033,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5ODYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJNU9EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUyOTQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeU9UUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -780,16 +1053,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11990" ], "x-ms-request-id": [ - "516dc17a-8aac-49d4-bfdb-945d49973a61" + "d640216b-55cd-422f-8e97-dbded466b4bb" ], "x-ms-correlation-request-id": [ - "516dc17a-8aac-49d4-bfdb-945d49973a61" + "d640216b-55cd-422f-8e97-dbded466b4bb" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183655Z:516dc17a-8aac-49d4-bfdb-945d49973a61" + "WESTUS:20200623T063302Z:d640216b-55cd-422f-8e97-dbded466b4bb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -798,7 +1071,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:36:55 GMT" + "Tue, 23 Jun 2020 06:33:01 GMT" ], "Expires": [ "-1" @@ -813,13 +1086,13 @@ ], "Names": { "Test-GetStorageSyncServices": [ - "ps2986", - "ps4287" + "ps5294", + "ps7703" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestNewStorageSyncService.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestNewStorageSyncService.json index d8a29c06a277..d5342481ea80 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestNewStorageSyncService.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestNewStorageSyncService.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5b0175a1-2548-41b1-afde-9f1e0cbb7b0e" + "e6b94776-a661-47f0-8664-1fb486c1c951" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "4b3ccaee-a81b-4761-9555-84e0d0de15eb" + "e272ddbc-bd55-4be7-8758-c2596d368571" ], "x-ms-correlation-request-id": [ - "4b3ccaee-a81b-4761-9555-84e0d0de15eb" + "e272ddbc-bd55-4be7-8758-c2596d368571" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184051Z:4b3ccaee-a81b-4761-9555-84e0d0de15eb" + "WESTUS:20200623T063642Z:e272ddbc-bd55-4be7-8758-c2596d368571" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:40:51 GMT" + "Tue, 23 Jun 2020 06:36:41 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\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\": \"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\": \"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\": \"notifyResourceJobs\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\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 ]\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-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-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-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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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-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-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 },\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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c6e78166-3e1a-405b-af61-8a9335e84463" + "6c025dd8-ed7e-40a2-94a4-14755dcd4fe8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "7ab205a3-0467-4b32-823a-40943b4920da" + "04c59987-5b9d-4af9-be9e-2fc9586691c9" ], "x-ms-correlation-request-id": [ - "7ab205a3-0467-4b32-823a-40943b4920da" + "04c59987-5b9d-4af9-be9e-2fc9586691c9" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184051Z:7ab205a3-0467-4b32-823a-40943b4920da" + "WESTUS:20200623T063642Z:04c59987-5b9d-4af9-be9e-2fc9586691c9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:40:51 GMT" + "Tue, 23 Jun 2020 06:36:42 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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-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-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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 \"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 \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps8990?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzODk5MD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps1656?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzMTY1Nj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0516db75-ea5e-40bd-9dce-428173de5d87" + "6de4876b-26af-42ed-a759-458c1bc4045e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,13 +156,13 @@ "1199" ], "x-ms-request-id": [ - "7dbdee99-c217-4a56-8040-a55b8ebe729a" + "9c01d47e-8c1b-477a-aa47-b5eee224fbdd" ], "x-ms-correlation-request-id": [ - "7dbdee99-c217-4a56-8040-a55b8ebe729a" + "9c01d47e-8c1b-477a-aa47-b5eee224fbdd" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184053Z:7dbdee99-c217-4a56-8040-a55b8ebe729a" + "WESTUS:20200623T063642Z:9c01d47e-8c1b-477a-aa47-b5eee224fbdd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:40:53 GMT" + "Tue, 23 Jun 2020 06:36:42 GMT" ], "Content-Length": [ "165" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8990\",\r\n \"name\": \"ps8990\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1656\",\r\n \"name\": \"ps1656\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps3394\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps1106\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "63aa0dbe-f48d-421f-97f6-3142308e66a3" + "16d71699-e3fb-44c7-a946-959583028944" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "5c9d805f-70f8-4275-979b-e29e727df62c" + "3d1ff426-a51f-4a09-99a0-a73b3a20715d" ], "X-Content-Type-Options": [ "nosniff" @@ -240,50 +240,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "63b16c8b-1b22-43a7-b032-1ed1c71d8f03" + "341a2a72-85df-4ae1-a638-4b0fd7b20b93" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184054Z:63b16c8b-1b22-43a7-b032-1ed1c71d8f03" + "WESTUS:20200623T063643Z:341a2a72-85df-4ae1-a638-4b0fd7b20b93" ], "Date": [ - "Wed, 03 Jul 2019 18:40:53 GMT" + "Tue, 23 Jun 2020 06:36:43 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8990/providers/Microsoft.StorageSync/storageSyncServices/sssps3394?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODk5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMzk0P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1656/providers/Microsoft.StorageSync/storageSyncServices/sssps1106?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMTY1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMTA2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5987c85a-7dd9-456a-b810-27655d9104c5" + "6a083b27-8a96-40c8-8e1e-9e603b445368" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjlkYTQ5MDAyLTVjNDItNGNmNy1iNTU0LTY4MGEyY2Y0YTg1NyIsIndvcmtmbG93SWQiOiI2NmRmZTlkYi1lMDExLTRlMzItYmY2ZS00Y2Y4ODMzNWZkNWMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODQyMmI0ODItOGM5OC00ZWU2LWEwMjQtYWNjMjU5YzExYWI5In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjlkYTQ5MDAyLTVjNDItNGNmNy1iNTU0LTY4MGEyY2Y0YTg1NyIsIndvcmtmbG93SWQiOiI2NmRmZTlkYi1lMDExLTRlMzItYmY2ZS00Y2Y4ODMzNWZkNWMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODQyMmI0ODItOGM5OC00ZWU2LWEwMjQtYWNjMjU5YzExYWI5In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "5bcc81e4-3d3e-42d2-b15d-e49986c9e074" + "7466754e-f4a1-4186-9483-f8a47a861e40" ], "X-Content-Type-Options": [ "nosniff" @@ -315,44 +324,167 @@ "1199" ], "x-ms-correlation-request-id": [ - "ca0613df-5884-4583-acee-dc7c7a564e0d" + "3494289c-d625-410d-9ef8-39437ea50a92" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063644Z:3494289c-d625-410d-9ef8-39437ea50a92" + ], + "Date": [ + "Tue, 23 Jun 2020 06:36:44 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjlkYTQ5MDAyLTVjNDItNGNmNy1iNTU0LTY4MGEyY2Y0YTg1NyIsIndvcmtmbG93SWQiOiI2NmRmZTlkYi1lMDExLTRlMzItYmY2ZS00Y2Y4ODMzNWZkNWMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODQyMmI0ODItOGM5OC00ZWU2LWEwMjQtYWNjMjU5YzExYWI5In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqbGtZVFE1TURBeUxUVmpOREl0TkdObU55MWlOVFUwTFRZNE1HRXlZMlkwWVRnMU55SXNJbmR2Y210bWJHOTNTV1FpT2lJMk5tUm1aVGxrWWkxbE1ERXhMVFJsTXpJdFltWTJaUzAwWTJZNE9ETXpOV1prTldNaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT0RReU1tSTBPREl0T0dNNU9DMDBaV1UyTFdFd01qUXRZV05qTWpVNVl6RXhZV0k1SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "34473812-62d2-47f1-8bc1-fa36f385bc09" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "bc381d97-84a2-4869-ac4f-daba84e4dc85" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184054Z:ca0613df-5884-4583-acee-dc7c7a564e0d" + "WESTUS:20200623T063654Z:bc381d97-84a2-4869-ac4f-daba84e4dc85" ], "Date": [ - "Wed, 03 Jul 2019 18:40:53 GMT" + "Tue, 23 Jun 2020 06:36:54 GMT" ], "Content-Length": [ - "329" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjlkYTQ5MDAyLTVjNDItNGNmNy1iNTU0LTY4MGEyY2Y0YTg1NyIsIndvcmtmbG93SWQiOiI2NmRmZTlkYi1lMDExLTRlMzItYmY2ZS00Y2Y4ODMzNWZkNWMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODQyMmI0ODItOGM5OC00ZWU2LWEwMjQtYWNjMjU5YzExYWI5In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjlkYTQ5MDAyLTVjNDItNGNmNy1iNTU0LTY4MGEyY2Y0YTg1NyIsIndvcmtmbG93SWQiOiI2NmRmZTlkYi1lMDExLTRlMzItYmY2ZS00Y2Y4ODMzNWZkNWMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiODQyMmI0ODItOGM5OC00ZWU2LWEwMjQtYWNjMjU5YzExYWI5In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T06:36:44.3574319Z\",\r\n \"endTime\": \"2020-06-23T06:36:50.5584961Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1656/providers/Microsoft.StorageSync/storageSyncServices/sssps1106?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMTY1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMTA2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "352d893b-ddac-4733-af57-5e717a94015c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "8197a456-c520-40b9-934f-508deb520533" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063654Z:8197a456-c520-40b9-934f-508deb520533" + ], + "Date": [ + "Tue, 23 Jun 2020 06:36:54 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8990/providers/microsoft.storagesync/storageSyncServices/sssps3394\",\r\n \"name\": \"sssps3394\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps1106/workflows/66dfe9db-e011-4e32-bf6e-4cf88335fd5c\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1656/providers/microsoft.storagesync/storageSyncServices/sssps1106\",\r\n \"name\": \"sssps1106\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8990/providers/Microsoft.StorageSync/storageSyncServices/sssps3394?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODk5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMzk0P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1656/providers/Microsoft.StorageSync/storageSyncServices/sssps1106?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMTY1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMTA2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0968cda4-dd09-45e4-b65a-928f9b4493e2" + "ca2dc2d0-68c8-44f0-ac9b-b04d293ce881" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -362,8 +494,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjlkYTQ5MDAyLTVjNDItNGNmNy1iNTU0LTY4MGEyY2Y0YTg1NyIsIndvcmtmbG93SWQiOiIyYmUzYmE5ZC03NWVhLTRlOTItYmNmMS1mMTgwNWI4ZWUwNzIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiY2Y3MzZmZGMtZmYzNC00ZWJhLTg0MGItNDZlMTc2MThlMjVhIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjlkYTQ5MDAyLTVjNDItNGNmNy1iNTU0LTY4MGEyY2Y0YTg1NyIsIndvcmtmbG93SWQiOiIyYmUzYmE5ZC03NWVhLTRlOTItYmNmMS1mMTgwNWI4ZWUwNzIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiY2Y3MzZmZGMtZmYzNC00ZWJhLTg0MGItNDZlMTc2MThlMjVhIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "8952c884-2a51-4b64-9eb2-0a8eacf53993" + "35da9170-e698-4c6c-bdb1-c7de6a5292fd" ], "X-Content-Type-Options": [ "nosniff" @@ -384,13 +525,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "51d97ebc-871b-41bf-a848-17ee4c7290a7" + "b5f62f90-fa2d-49d8-b6cd-5dae2ded64f6" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184055Z:51d97ebc-871b-41bf-a848-17ee4c7290a7" + "WESTUS:20200623T063655Z:b5f62f90-fa2d-49d8-b6cd-5dae2ded64f6" ], "Date": [ - "Wed, 03 Jul 2019 18:40:55 GMT" + "Tue, 23 Jun 2020 06:36:54 GMT" ], "Expires": [ "-1" @@ -400,25 +541,148 @@ ] }, "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjlkYTQ5MDAyLTVjNDItNGNmNy1iNTU0LTY4MGEyY2Y0YTg1NyIsIndvcmtmbG93SWQiOiIyYmUzYmE5ZC03NWVhLTRlOTItYmNmMS1mMTgwNWI4ZWUwNzIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiY2Y3MzZmZGMtZmYzNC00ZWJhLTg0MGItNDZlMTc2MThlMjVhIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqbGtZVFE1TURBeUxUVmpOREl0TkdObU55MWlOVFUwTFRZNE1HRXlZMlkwWVRnMU55SXNJbmR2Y210bWJHOTNTV1FpT2lJeVltVXpZbUU1WkMwM05XVmhMVFJsT1RJdFltTm1NUzFtTVRnd05XSTRaV1V3TnpJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWTJZM016Wm1aR010Wm1Zek5DMDBaV0poTFRnME1HSXRORFpsTVRjMk1UaGxNalZoSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "9c2c3d4a-97f9-436d-84a0-c2fa7fb152d6" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "53ad39eb-0b95-43eb-b688-b2ce8de803f9" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063705Z:53ad39eb-0b95-43eb-b688-b2ce8de803f9" + ], + "Date": [ + "Tue, 23 Jun 2020 06:37:05 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjlkYTQ5MDAyLTVjNDItNGNmNy1iNTU0LTY4MGEyY2Y0YTg1NyIsIndvcmtmbG93SWQiOiIyYmUzYmE5ZC03NWVhLTRlOTItYmNmMS1mMTgwNWI4ZWUwNzIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiY2Y3MzZmZGMtZmYzNC00ZWJhLTg0MGItNDZlMTc2MThlMjVhIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjlkYTQ5MDAyLTVjNDItNGNmNy1iNTU0LTY4MGEyY2Y0YTg1NyIsIndvcmtmbG93SWQiOiIyYmUzYmE5ZC03NWVhLTRlOTItYmNmMS1mMTgwNWI4ZWUwNzIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiY2Y3MzZmZGMtZmYzNC00ZWJhLTg0MGItNDZlMTc2MThlMjVhIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T06:36:55.5091555Z\",\r\n \"endTime\": \"2020-06-23T06:37:00.8758403Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps8990/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzODk5MC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjlkYTQ5MDAyLTVjNDItNGNmNy1iNTU0LTY4MGEyY2Y0YTg1NyIsIndvcmtmbG93SWQiOiIyYmUzYmE5ZC03NWVhLTRlOTItYmNmMS1mMTgwNWI4ZWUwNzIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiY2Y3MzZmZGMtZmYzNC00ZWJhLTg0MGItNDZlMTc2MThlMjVhIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqbGtZVFE1TURBeUxUVmpOREl0TkdObU55MWlOVFUwTFRZNE1HRXlZMlkwWVRnMU55SXNJbmR2Y210bWJHOTNTV1FpT2lJeVltVXpZbUU1WkMwM05XVmhMVFJsT1RJdFltTm1NUzFtTVRnd05XSTRaV1V3TnpJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWTJZM016Wm1aR010Wm1Zek5DMDBaV0poTFRnME1HSXRORFpsTVRjMk1UaGxNalZoSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "86a493cf-6b0e-42bb-8a6e-b07b3012c1d8" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "2bcaeab4-4d8c-43c1-a1ff-a988cbdcda37" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063705Z:2bcaeab4-4d8c-43c1-a1ff-a988cbdcda37" + ], + "Date": [ + "Tue, 23 Jun 2020 06:37:05 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps1656/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMTY1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "211a21a3-02be-4807-b875-6e28ddfaf628" + "d6eceb1c-1ed4-4ca5-9b21-807adfc3aa7b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -428,57 +692,66 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], "x-ms-request-id": [ - "4e3871ab-5cdf-4cf7-8097-8f95f12e9b24" + "94748e25-cfef-4e37-9c63-85a11292bb27" ], - "x-ms-correlation-request-id": [ - "4e3871ab-5cdf-4cf7-8097-8f95f12e9b24" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T184055Z:4e3871ab-5cdf-4cf7-8097-8f95f12e9b24" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "549e4aa9-ac1d-4ba3-aecd-dcf8779e43f4" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063705Z:549e4aa9-ac1d-4ba3-aecd-dcf8779e43f4" ], "Date": [ - "Wed, 03 Jul 2019 18:40:55 GMT" + "Tue, 23 Jun 2020 06:37:05 GMT" + ], + "Content-Length": [ + "19" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps8990?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzODk5MD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps1656?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzMTY1Nj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dd826327-97cf-4f2c-a333-3cb5455db98c" + "8f31a5e6-db21-4422-ba67-e6259cccf30f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -489,7 +762,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg5OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE2NTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -498,13 +771,13 @@ "14998" ], "x-ms-request-id": [ - "8897d55a-9ef3-461d-b4fc-6f4b6ea68de7" + "724b9a33-7799-4845-aeb7-8e5a15e73566" ], "x-ms-correlation-request-id": [ - "8897d55a-9ef3-461d-b4fc-6f4b6ea68de7" + "724b9a33-7799-4845-aeb7-8e5a15e73566" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184056Z:8897d55a-9ef3-461d-b4fc-6f4b6ea68de7" + "WESTUS:20200623T063706Z:724b9a33-7799-4845-aeb7-8e5a15e73566" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -513,7 +786,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:40:56 GMT" + "Tue, 23 Jun 2020 06:37:05 GMT" ], "Expires": [ "-1" @@ -526,16 +799,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg5OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnNU9UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE2NTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMk5UWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -546,22 +819,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg5OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE2NTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11994" ], "x-ms-request-id": [ - "e0c904eb-391f-4875-952d-22acc722f7cb" + "5108f4f2-da6d-407a-a5e4-cef6390416cf" ], "x-ms-correlation-request-id": [ - "e0c904eb-391f-4875-952d-22acc722f7cb" + "5108f4f2-da6d-407a-a5e4-cef6390416cf" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184111Z:e0c904eb-391f-4875-952d-22acc722f7cb" + "WESTUS:20200623T063721Z:5108f4f2-da6d-407a-a5e4-cef6390416cf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -570,7 +843,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:41:11 GMT" + "Tue, 23 Jun 2020 06:37:20 GMT" ], "Expires": [ "-1" @@ -583,16 +856,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg5OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnNU9UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE2NTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMk5UWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -603,22 +876,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg5OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE2NTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11993" ], "x-ms-request-id": [ - "67e127e2-6219-49bf-a7a2-9c56902d579f" + "bf2acb5e-54cd-4aa6-b174-af38af1aba5b" ], "x-ms-correlation-request-id": [ - "67e127e2-6219-49bf-a7a2-9c56902d579f" + "bf2acb5e-54cd-4aa6-b174-af38af1aba5b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184126Z:67e127e2-6219-49bf-a7a2-9c56902d579f" + "WESTUS:20200623T063736Z:bf2acb5e-54cd-4aa6-b174-af38af1aba5b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -627,7 +900,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:41:25 GMT" + "Tue, 23 Jun 2020 06:37:35 GMT" ], "Expires": [ "-1" @@ -640,16 +913,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg5OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnNU9UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE2NTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMk5UWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -660,16 +933,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11992" ], "x-ms-request-id": [ - "653616c1-445c-45b6-b2e2-825c4345dc1b" + "295efc0b-079e-42cd-ae05-c850a9a5fe9a" ], "x-ms-correlation-request-id": [ - "653616c1-445c-45b6-b2e2-825c4345dc1b" + "295efc0b-079e-42cd-ae05-c850a9a5fe9a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184141Z:653616c1-445c-45b6-b2e2-825c4345dc1b" + "WESTUS:20200623T063751Z:295efc0b-079e-42cd-ae05-c850a9a5fe9a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -678,7 +951,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:41:40 GMT" + "Tue, 23 Jun 2020 06:37:50 GMT" ], "Expires": [ "-1" @@ -691,16 +964,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg5OTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnNU9UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE2NTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMk5UWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -711,16 +984,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11991" ], "x-ms-request-id": [ - "f487d5b1-14c5-4d3e-8e62-7741b8a03a84" + "c6abefba-7d7e-4fe6-b4e9-40250e4d946a" ], "x-ms-correlation-request-id": [ - "f487d5b1-14c5-4d3e-8e62-7741b8a03a84" + "c6abefba-7d7e-4fe6-b4e9-40250e4d946a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184141Z:f487d5b1-14c5-4d3e-8e62-7741b8a03a84" + "WESTUS:20200623T063751Z:c6abefba-7d7e-4fe6-b4e9-40250e4d946a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -729,7 +1002,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:41:40 GMT" + "Tue, 23 Jun 2020 06:37:50 GMT" ], "Expires": [ "-1" @@ -744,13 +1017,13 @@ ], "Names": { "Test-NewStorageSyncService": [ - "ps8990", - "ps3394" + "ps1656", + "ps1106" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestRemoveStorageSyncService.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestRemoveStorageSyncService.json index 30e522594313..7415de66e264 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestRemoveStorageSyncService.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestRemoveStorageSyncService.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6dee927c-a3d4-41be-805f-85e84660659b" + "b4cfa261-6e3b-4ebd-a3b7-16ff2241d6b1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "c8d21f3b-5d8b-4de2-9097-f40d70a22934" + "f2f47d93-055e-4ae8-b03a-aff45ab5d219" ], "x-ms-correlation-request-id": [ - "c8d21f3b-5d8b-4de2-9097-f40d70a22934" + "f2f47d93-055e-4ae8-b03a-aff45ab5d219" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183823Z:c8d21f3b-5d8b-4de2-9097-f40d70a22934" + "WESTUS:20200623T063417Z:f2f47d93-055e-4ae8-b03a-aff45ab5d219" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:38:22 GMT" + "Tue, 23 Jun 2020 06:34:17 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\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\": \"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\": \"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\": \"notifyResourceJobs\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\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 ]\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-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-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-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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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-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-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 },\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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "02a862e5-1057-4587-b31e-401b01af13fe" + "bebadd76-111f-463f-a64d-6ba01bb54781" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "b3ad6481-f03e-4f70-8dc4-0f4dcda04432" + "a73ebeac-c687-4668-bacc-ea2c8007c0b7" ], "x-ms-correlation-request-id": [ - "b3ad6481-f03e-4f70-8dc4-0f4dcda04432" + "a73ebeac-c687-4668-bacc-ea2c8007c0b7" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183823Z:b3ad6481-f03e-4f70-8dc4-0f4dcda04432" + "WESTUS:20200623T063418Z:a73ebeac-c687-4668-bacc-ea2c8007c0b7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:38:22 GMT" + "Tue, 23 Jun 2020 06:34:17 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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-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-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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 \"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 \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps3753?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMzc1Mz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps9619?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzOTYxOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7d232b38-046d-4d3c-931f-feef8c713fce" + "d0d033c6-bd39-48b7-8539-e5d04e02ca97" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,13 +156,13 @@ "1199" ], "x-ms-request-id": [ - "f3bd017a-584d-4725-b724-1e81e4074b3b" + "1efebb41-1ba6-4fbc-9206-a8fd7c48f8fe" ], "x-ms-correlation-request-id": [ - "f3bd017a-584d-4725-b724-1e81e4074b3b" + "1efebb41-1ba6-4fbc-9206-a8fd7c48f8fe" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183824Z:f3bd017a-584d-4725-b724-1e81e4074b3b" + "WESTUS:20200623T063418Z:1efebb41-1ba6-4fbc-9206-a8fd7c48f8fe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:38:24 GMT" + "Tue, 23 Jun 2020 06:34:17 GMT" ], "Content-Length": [ "165" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps3753\",\r\n \"name\": \"ps3753\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9619\",\r\n \"name\": \"ps9619\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps3191\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps1339\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2956e446-c71a-407c-88af-7d508befdbc9" + "772fbfa5-212d-435e-abb2-0657610aa7b6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "55a61219-81c1-40c7-81bc-fe612de1d73c" + "9e09dbcb-b496-4351-a9fa-ec6852ac6507" ], "X-Content-Type-Options": [ "nosniff" @@ -240,50 +240,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "e094c4cf-17b2-41f3-bbca-15ac4bd5e620" + "ee806677-a7ac-4391-984a-22c3c4763b31" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183826Z:e094c4cf-17b2-41f3-bbca-15ac4bd5e620" + "WESTUS:20200623T063418Z:ee806677-a7ac-4391-984a-22c3c4763b31" ], "Date": [ - "Wed, 03 Jul 2019 18:38:25 GMT" + "Tue, 23 Jun 2020 06:34:18 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps3753/providers/Microsoft.StorageSync/storageSyncServices/sssps3191?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMzc1My9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMTkxP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9619/providers/Microsoft.StorageSync/storageSyncServices/sssps1339?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTYxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMzM5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7d4c3b45-adef-46bc-ab01-a683477b9bf0" + "3ce4d7ce-3dd1-43fe-a039-cf4e1a1dbe08" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImU3NmNkZjM0LWRiNjktNGM3Yi05MzI3LWRiMzlkMTBjMjUyYSIsIndvcmtmbG93SWQiOiJkNWM4NGVmYS1lZTMwLTRlNzItOGY3Zi1hZjEyNTc2YmUwM2IiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmE3NmYyZGQtNmU5My00NDA4LTg5N2QtZTdlMzA1NDZhMzMwIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImU3NmNkZjM0LWRiNjktNGM3Yi05MzI3LWRiMzlkMTBjMjUyYSIsIndvcmtmbG93SWQiOiJkNWM4NGVmYS1lZTMwLTRlNzItOGY3Zi1hZjEyNTc2YmUwM2IiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmE3NmYyZGQtNmU5My00NDA4LTg5N2QtZTdlMzA1NDZhMzMwIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "507e61b6-44b8-4299-a10d-108a1d759bf3" + "c22104af-575a-47bb-81df-baea1e28de20" ], "X-Content-Type-Options": [ "nosniff" @@ -312,47 +321,38 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-correlation-request-id": [ - "076388e5-1315-4b18-8d83-25371bc81f5a" + "da5a5b2e-491f-4260-91a5-789cb28ba411" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183826Z:076388e5-1315-4b18-8d83-25371bc81f5a" + "WESTUS:20200623T063419Z:da5a5b2e-491f-4260-91a5-789cb28ba411" ], "Date": [ - "Wed, 03 Jul 2019 18:38:26 GMT" - ], - "Content-Length": [ - "329" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Tue, 23 Jun 2020 06:34:19 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps3753/providers/microsoft.storagesync/storageSyncServices/sssps3191\",\r\n \"name\": \"sssps3191\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps3753/providers/Microsoft.StorageSync/storageSyncServices/sssps3191?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMzc1My9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMTkxP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImU3NmNkZjM0LWRiNjktNGM3Yi05MzI3LWRiMzlkMTBjMjUyYSIsIndvcmtmbG93SWQiOiJkNWM4NGVmYS1lZTMwLTRlNzItOGY3Zi1hZjEyNTc2YmUwM2IiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmE3NmYyZGQtNmU5My00NDA4LTg5N2QtZTdlMzA1NDZhMzMwIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltVTNObU5rWmpNMExXUmlOamt0TkdNM1lpMDVNekkzTFdSaU16bGtNVEJqTWpVeVlTSXNJbmR2Y210bWJHOTNTV1FpT2lKa05XTTROR1ZtWVMxbFpUTXdMVFJsTnpJdE9HWTNaaTFoWmpFeU5UYzJZbVV3TTJJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWm1FM05tWXlaR1F0Tm1VNU15MDBOREE0TFRnNU4yUXRaVGRsTXpBMU5EWmhNek13SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "3f422803-88c1-4b17-8c7e-c1ced73462ee" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -363,7 +363,7 @@ "no-cache" ], "x-ms-request-id": [ - "dc59be61-c24e-4fd8-9d43-35be715973e1" + "528d930f-145e-49d4-aff1-7c51c6d79f9c" ], "X-Content-Type-Options": [ "nosniff" @@ -380,45 +380,42 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" ], "x-ms-correlation-request-id": [ - "2b82d74e-986b-4c30-9493-c60d2f0c43d3" + "b461b64b-46a7-469a-8e28-46182a41e6c4" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183827Z:2b82d74e-986b-4c30-9493-c60d2f0c43d3" + "WESTUS:20200623T063430Z:b461b64b-46a7-469a-8e28-46182a41e6c4" ], "Date": [ - "Wed, 03 Jul 2019 18:38:26 GMT" + "Tue, 23 Jun 2020 06:34:29 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImU3NmNkZjM0LWRiNjktNGM3Yi05MzI3LWRiMzlkMTBjMjUyYSIsIndvcmtmbG93SWQiOiJkNWM4NGVmYS1lZTMwLTRlNzItOGY3Zi1hZjEyNTc2YmUwM2IiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmE3NmYyZGQtNmU5My00NDA4LTg5N2QtZTdlMzA1NDZhMzMwIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImU3NmNkZjM0LWRiNjktNGM3Yi05MzI3LWRiMzlkMTBjMjUyYSIsIndvcmtmbG93SWQiOiJkNWM4NGVmYS1lZTMwLTRlNzItOGY3Zi1hZjEyNTc2YmUwM2IiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmE3NmYyZGQtNmU5My00NDA4LTg5N2QtZTdlMzA1NDZhMzMwIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T06:34:19.8243519Z\",\r\n \"endTime\": \"2020-06-23T06:34:26.1681488Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps3753/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMzc1My9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9619/providers/Microsoft.StorageSync/storageSyncServices/sssps1339?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTYxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMzM5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "a38963a8-a7b3-4492-9631-398745b05c26" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -428,57 +425,66 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], "x-ms-request-id": [ - "41c508ea-15b9-4f7d-ae56-aaa3981ffa67" + "be932b77-b6a7-4023-990a-279f37ba937e" ], - "x-ms-correlation-request-id": [ - "41c508ea-15b9-4f7d-ae56-aaa3981ffa67" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T183827Z:41c508ea-15b9-4f7d-ae56-aaa3981ffa67" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "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": [ + "2911f257-0dcd-4325-9476-d969a7241adc" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063430Z:2911f257-0dcd-4325-9476-d969a7241adc" ], "Date": [ - "Wed, 03 Jul 2019 18:38:26 GMT" + "Tue, 23 Jun 2020 06:34:30 GMT" + ], + "Content-Length": [ + "633" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, - "ResponseBody": "{\r\n \"value\": []\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps1339/workflows/d5c84efa-ee30-4e72-8f7f-af12576be03b\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9619/providers/microsoft.storagesync/storageSyncServices/sssps1339\",\r\n \"name\": \"sssps1339\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps3753?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMzc1Mz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9619/providers/Microsoft.StorageSync/storageSyncServices/sssps1339?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTYxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxMzM5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b8c21be0-2f40-415e-970f-f3f7a43bfc71" + "54741eac-a9fe-4f8e-a6ac-50ae9848b88b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -489,31 +495,43 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM3NTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImU3NmNkZjM0LWRiNjktNGM3Yi05MzI3LWRiMzlkMTBjMjUyYSIsIndvcmtmbG93SWQiOiIzNWM1MWM2Ny1jY2U3LTQ3ZWMtYjJiMy1mNmU0MGNiYjBiZWQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDYwYWExN2EtNjljYS00YmIzLWFiZTgtMDg3MDYwMmQ4YTQ0In0=?api-version=2020-03-01" ], "Retry-After": [ - "15" + "10" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImU3NmNkZjM0LWRiNjktNGM3Yi05MzI3LWRiMzlkMTBjMjUyYSIsIndvcmtmbG93SWQiOiIzNWM1MWM2Ny1jY2U3LTQ3ZWMtYjJiMy1mNmU0MGNiYjBiZWQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDYwYWExN2EtNjljYS00YmIzLWFiZTgtMDg3MDYwMmQ4YTQ0In0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "7de30d68-588f-4a12-a1c6-61641fa219d1" + "ee03a3a7-4770-4c0e-a312-cb736fc46d5c" ], - "x-ms-correlation-request-id": [ - "7de30d68-588f-4a12-a1c6-61641fa219d1" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T183829Z:7de30d68-588f-4a12-a1c6-61641fa219d1" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "4027f57a-9aba-4a88-9499-68da5f98c26e" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063430Z:4027f57a-9aba-4a88-9499-68da5f98c26e" ], "Date": [ - "Wed, 03 Jul 2019 18:38:28 GMT" + "Tue, 23 Jun 2020 06:34:30 GMT" ], "Expires": [ "-1" @@ -526,16 +544,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM3NTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNM05UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImU3NmNkZjM0LWRiNjktNGM3Yi05MzI3LWRiMzlkMTBjMjUyYSIsIndvcmtmbG93SWQiOiIzNWM1MWM2Ny1jY2U3LTQ3ZWMtYjJiMy1mNmU0MGNiYjBiZWQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDYwYWExN2EtNjljYS00YmIzLWFiZTgtMDg3MDYwMmQ4YTQ0In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltVTNObU5rWmpNMExXUmlOamt0TkdNM1lpMDVNekkzTFdSaU16bGtNVEJqTWpVeVlTSXNJbmR2Y210bWJHOTNTV1FpT2lJek5XTTFNV00yTnkxalkyVTNMVFEzWldNdFlqSmlNeTFtTm1VME1HTmlZakJpWldRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTURZd1lXRXhOMkV0TmpsallTMDBZbUl6TFdGaVpUZ3RNRGczTURZd01tUTRZVFEwSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -545,32 +563,98 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM3NTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "x-ms-request-id": [ + "fbd5633e-283e-46ce-82e8-3864b3d0ee25" ], - "Retry-After": [ - "15" + "X-Content-Type-Options": [ + "nosniff" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ - "dc20517a-19aa-4f30-b820-55bec4a141f4" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" ], "x-ms-correlation-request-id": [ - "dc20517a-19aa-4f30-b820-55bec4a141f4" + "f4fb743e-ceea-4b69-a2cd-e7eaa5cce4b5" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183844Z:dc20517a-19aa-4f30-b820-55bec4a141f4" + "WESTUS:20200623T063440Z:f4fb743e-ceea-4b69-a2cd-e7eaa5cce4b5" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Date": [ + "Tue, 23 Jun 2020 06:34:40 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImU3NmNkZjM0LWRiNjktNGM3Yi05MzI3LWRiMzlkMTBjMjUyYSIsIndvcmtmbG93SWQiOiIzNWM1MWM2Ny1jY2U3LTQ3ZWMtYjJiMy1mNmU0MGNiYjBiZWQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDYwYWExN2EtNjljYS00YmIzLWFiZTgtMDg3MDYwMmQ4YTQ0In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImU3NmNkZjM0LWRiNjktNGM3Yi05MzI3LWRiMzlkMTBjMjUyYSIsIndvcmtmbG93SWQiOiIzNWM1MWM2Ny1jY2U3LTQ3ZWMtYjJiMy1mNmU0MGNiYjBiZWQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDYwYWExN2EtNjljYS00YmIzLWFiZTgtMDg3MDYwMmQ4YTQ0In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T06:34:30.7531258Z\",\r\n \"endTime\": \"2020-06-23T06:34:36.5034531Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImU3NmNkZjM0LWRiNjktNGM3Yi05MzI3LWRiMzlkMTBjMjUyYSIsIndvcmtmbG93SWQiOiIzNWM1MWM2Ny1jY2U3LTQ3ZWMtYjJiMy1mNmU0MGNiYjBiZWQiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDYwYWExN2EtNjljYS00YmIzLWFiZTgtMDg3MDYwMmQ4YTQ0In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltVTNObU5rWmpNMExXUmlOamt0TkdNM1lpMDVNekkzTFdSaU16bGtNVEJqTWpVeVlTSXNJbmR2Y210bWJHOTNTV1FpT2lJek5XTTFNV00yTnkxalkyVTNMVFEzWldNdFlqSmlNeTFtTm1VME1HTmlZakJpWldRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTURZd1lXRXhOMkV0TmpsallTMDBZbUl6TFdGaVpUZ3RNRGczTURZd01tUTRZVFEwSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "cd37793e-3f28-448f-9d41-9ca86f6923c3" ], "X-Content-Type-Options": [ "nosniff" ], + "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-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "9f952522-1adb-4de5-bdaa-aeab1439031a" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063441Z:9f952522-1adb-4de5-bdaa-aeab1439031a" + ], "Date": [ - "Wed, 03 Jul 2019 18:38:43 GMT" + "Tue, 23 Jun 2020 06:34:40 GMT" ], "Expires": [ "-1" @@ -580,19 +664,94 @@ ] }, "ResponseBody": "", - "StatusCode": 202 + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM3NTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNM05UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9619/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTYxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "a8bfab03-d652-4cbe-aba6-581fbf646b14" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "a077462b-c63b-4d4b-bc8c-ae2f0cf81c52" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11993" + ], + "x-ms-correlation-request-id": [ + "82d17b0d-b958-472d-ae8c-331d49fc3ccd" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063441Z:82d17b0d-b958-472d-ae8c-331d49fc3ccd" + ], + "Date": [ + "Tue, 23 Jun 2020 06:34:41 GMT" + ], + "Content-Length": [ + "19" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": []\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps9619?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzOTYxOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "de03dfd0-867a-40ba-950b-5f720b0a3eb0" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -603,22 +762,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM3NTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2MTktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" ], "x-ms-request-id": [ - "9df7f03f-a9a2-4b86-8d63-a591b340a57e" + "938a84e5-b636-4d52-b557-564b5739ac57" ], "x-ms-correlation-request-id": [ - "9df7f03f-a9a2-4b86-8d63-a591b340a57e" + "938a84e5-b636-4d52-b557-564b5739ac57" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183859Z:9df7f03f-a9a2-4b86-8d63-a591b340a57e" + "WESTUS:20200623T063441Z:938a84e5-b636-4d52-b557-564b5739ac57" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -627,7 +786,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:38:58 GMT" + "Tue, 23 Jun 2020 06:34:41 GMT" ], "Expires": [ "-1" @@ -640,16 +799,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM3NTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNM05UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2MTktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprMk1Ua3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -660,22 +819,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM3NTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2MTktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11992" ], "x-ms-request-id": [ - "928ac096-9890-42a2-b269-5ebb790dd571" + "1acd7496-5caf-4c8b-8b20-c0e5e33656be" ], "x-ms-correlation-request-id": [ - "928ac096-9890-42a2-b269-5ebb790dd571" + "1acd7496-5caf-4c8b-8b20-c0e5e33656be" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183914Z:928ac096-9890-42a2-b269-5ebb790dd571" + "WESTUS:20200623T063456Z:1acd7496-5caf-4c8b-8b20-c0e5e33656be" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -684,7 +843,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:39:13 GMT" + "Tue, 23 Jun 2020 06:34:56 GMT" ], "Expires": [ "-1" @@ -697,16 +856,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM3NTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNM05UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2MTktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprMk1Ua3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -717,22 +876,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM3NTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2MTktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11991" ], "x-ms-request-id": [ - "b777128c-8187-4ad9-b8b6-9385b33b835e" + "17e1ab01-2717-4967-8227-b58b2a9e3e21" ], "x-ms-correlation-request-id": [ - "b777128c-8187-4ad9-b8b6-9385b33b835e" + "17e1ab01-2717-4967-8227-b58b2a9e3e21" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183929Z:b777128c-8187-4ad9-b8b6-9385b33b835e" + "WESTUS:20200623T063511Z:17e1ab01-2717-4967-8227-b58b2a9e3e21" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -741,7 +900,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:39:28 GMT" + "Tue, 23 Jun 2020 06:35:11 GMT" ], "Expires": [ "-1" @@ -754,16 +913,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM3NTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNM05UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2MTktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprMk1Ua3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -774,16 +933,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11990" ], "x-ms-request-id": [ - "ddc5c116-6d25-4e95-8e01-f95bad314930" + "f9e12416-30c0-429a-be21-2a1a2e912547" ], "x-ms-correlation-request-id": [ - "ddc5c116-6d25-4e95-8e01-f95bad314930" + "f9e12416-30c0-429a-be21-2a1a2e912547" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183944Z:ddc5c116-6d25-4e95-8e01-f95bad314930" + "WESTUS:20200623T063526Z:f9e12416-30c0-429a-be21-2a1a2e912547" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -792,7 +951,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:39:43 GMT" + "Tue, 23 Jun 2020 06:35:26 GMT" ], "Expires": [ "-1" @@ -805,16 +964,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM3NTMtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNM05UTXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk2MTktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprMk1Ua3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -825,16 +984,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11989" ], "x-ms-request-id": [ - "31465103-d62d-40d5-b17f-98de728a267a" + "1d0528bf-251f-40b7-b600-57ce658c7878" ], "x-ms-correlation-request-id": [ - "31465103-d62d-40d5-b17f-98de728a267a" + "1d0528bf-251f-40b7-b600-57ce658c7878" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183944Z:31465103-d62d-40d5-b17f-98de728a267a" + "WESTUS:20200623T063526Z:1d0528bf-251f-40b7-b600-57ce658c7878" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -843,7 +1002,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:39:43 GMT" + "Tue, 23 Jun 2020 06:35:26 GMT" ], "Expires": [ "-1" @@ -858,13 +1017,13 @@ ], "Names": { "Test-RemoveStorageSyncService": [ - "ps3753", - "ps3191" + "ps9619", + "ps1339" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestRemoveStorageSyncServiceInputObject.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestRemoveStorageSyncServiceInputObject.json index a77374076b31..63d22f79a4e3 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestRemoveStorageSyncServiceInputObject.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestRemoveStorageSyncServiceInputObject.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "12fd1672-80d4-4dc6-bc20-b8c68838cab0" + "06787fa8-0000-4879-adc9-05280b916f28" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "649cb994-3402-4508-a13f-0842e839ed5d" + "d9f0c36b-c47b-45c3-9fc5-85138e24f0ea" ], "x-ms-correlation-request-id": [ - "649cb994-3402-4508-a13f-0842e839ed5d" + "d9f0c36b-c47b-45c3-9fc5-85138e24f0ea" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183947Z:649cb994-3402-4508-a13f-0842e839ed5d" + "WESTUS:20200623T063530Z:d9f0c36b-c47b-45c3-9fc5-85138e24f0ea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:39:46 GMT" + "Tue, 23 Jun 2020 06:35:29 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\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\": \"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\": \"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\": \"notifyResourceJobs\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\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 ]\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-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-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-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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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-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-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 },\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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9fdad06-434b-49f1-b319-d97fe5aba9c3" + "93be2441-289b-4cb0-b321-287530b76729" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "482795c5-08f8-4f0f-9ab7-96a9a8a6e204" + "4b585cd2-99a2-49d8-a582-fd7a889e4cd1" ], "x-ms-correlation-request-id": [ - "482795c5-08f8-4f0f-9ab7-96a9a8a6e204" + "4b585cd2-99a2-49d8-a582-fd7a889e4cd1" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183947Z:482795c5-08f8-4f0f-9ab7-96a9a8a6e204" + "WESTUS:20200623T063530Z:4b585cd2-99a2-49d8-a582-fd7a889e4cd1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:39:46 GMT" + "Tue, 23 Jun 2020 06:35:29 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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-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-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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 \"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 \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps7525?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNzUyNT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps7117?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNzExNz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6b50a620-15c3-4e22-b862-be24664cd01d" + "192c230f-4a4c-44aa-8a64-c5975e4f17a3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,13 +156,13 @@ "1199" ], "x-ms-request-id": [ - "4fe6a302-04fa-4bbc-96a3-d9df196335b4" + "607cc006-39ff-4790-95db-d80abf65c5e0" ], "x-ms-correlation-request-id": [ - "4fe6a302-04fa-4bbc-96a3-d9df196335b4" + "607cc006-39ff-4790-95db-d80abf65c5e0" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183949Z:4fe6a302-04fa-4bbc-96a3-d9df196335b4" + "WESTUS:20200623T063530Z:607cc006-39ff-4790-95db-d80abf65c5e0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:39:48 GMT" + "Tue, 23 Jun 2020 06:35:29 GMT" ], "Content-Length": [ "165" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7525\",\r\n \"name\": \"ps7525\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7117\",\r\n \"name\": \"ps7117\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps8469\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps7177\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "808cfac4-a89b-4dfd-be77-ad903cdd2561" + "bf9f7d6a-db6d-40f3-8869-13672fa8d2b8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "b0109a27-d908-4abb-ae61-5da6bc228be9" + "58cddbc0-186a-445f-b8ed-966097e5294a" ], "X-Content-Type-Options": [ "nosniff" @@ -237,53 +237,53 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "19c41556-369b-4b6a-bee0-03b527bd3f0f" + "dd40064c-c0cf-4f33-8a10-702234109514" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183950Z:19c41556-369b-4b6a-bee0-03b527bd3f0f" + "WESTUS:20200623T063531Z:dd40064c-c0cf-4f33-8a10-702234109514" ], "Date": [ - "Wed, 03 Jul 2019 18:39:49 GMT" + "Tue, 23 Jun 2020 06:35:30 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7525/providers/Microsoft.StorageSync/storageSyncServices/sssps8469?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzUyNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDY5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7117/providers/Microsoft.StorageSync/storageSyncServices/sssps7177?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzExNy9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3MTc3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1a0e1bc5-2421-457f-8ab0-1a8d7e01ed3b" + "9080fd37-d928-47e8-ab25-e3e51b574fce" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImFiYTk1ZDI1LTU1MDAtNDkzOC1iMTk3LWQ3YzE4ZTU2ZDc1OCIsIndvcmtmbG93SWQiOiJlMjRiYWI0Ny03NmJlLTQ5NWQtOGVkZC0wMTA4ZjFkZDkzZmEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiN2QyOTgxZjctYTY2NS00OWE0LTkyMTktODI0Y2MyYTRhMTA4In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImFiYTk1ZDI1LTU1MDAtNDkzOC1iMTk3LWQ3YzE4ZTU2ZDc1OCIsIndvcmtmbG93SWQiOiJlMjRiYWI0Ny03NmJlLTQ5NWQtOGVkZC0wMTA4ZjFkZDkzZmEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiN2QyOTgxZjctYTY2NS00OWE0LTkyMTktODI0Y2MyYTRhMTA4In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "f6ce85f0-e254-48ee-9c62-7d31004aedc9" + "1506cadc-8596-4fb4-b8ea-c579ecf97c27" ], "X-Content-Type-Options": [ "nosniff" @@ -312,47 +321,170 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "58b4f392-20ba-4472-a0ba-d3c62a9aa257" + "7ee36d99-92b4-42e1-a419-7bcec2915461" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183951Z:58b4f392-20ba-4472-a0ba-d3c62a9aa257" + "WESTUS:20200623T063532Z:7ee36d99-92b4-42e1-a419-7bcec2915461" ], "Date": [ - "Wed, 03 Jul 2019 18:39:50 GMT" + "Tue, 23 Jun 2020 06:35:31 GMT" + ], + "Expires": [ + "-1" ], "Content-Length": [ - "329" + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImFiYTk1ZDI1LTU1MDAtNDkzOC1iMTk3LWQ3YzE4ZTU2ZDc1OCIsIndvcmtmbG93SWQiOiJlMjRiYWI0Ny03NmJlLTQ5NWQtOGVkZC0wMTA4ZjFkZDkzZmEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiN2QyOTgxZjctYTY2NS00OWE0LTkyMTktODI0Y2MyYTRhMTA4In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltRmlZVGsxWkRJMUxUVTFNREF0TkRrek9DMWlNVGszTFdRM1l6RTRaVFUyWkRjMU9DSXNJbmR2Y210bWJHOTNTV1FpT2lKbE1qUmlZV0kwTnkwM05tSmxMVFE1TldRdE9HVmtaQzB3TVRBNFpqRmtaRGt6Wm1FaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTjJReU9UZ3haamN0WVRZMk5TMDBPV0UwTFRreU1Ua3RPREkwWTJNeVlUUmhNVEE0SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "263c8b11-8727-4846-bec7-76f404eec714" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "2d8f309f-3100-4878-a1f4-6214336b75d5" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063542Z:2d8f309f-3100-4878-a1f4-6214336b75d5" + ], + "Date": [ + "Tue, 23 Jun 2020 06:35:41 GMT" + ], + "Content-Length": [ + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7525/providers/microsoft.storagesync/storageSyncServices/sssps8469\",\r\n \"name\": \"sssps8469\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImFiYTk1ZDI1LTU1MDAtNDkzOC1iMTk3LWQ3YzE4ZTU2ZDc1OCIsIndvcmtmbG93SWQiOiJlMjRiYWI0Ny03NmJlLTQ5NWQtOGVkZC0wMTA4ZjFkZDkzZmEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiN2QyOTgxZjctYTY2NS00OWE0LTkyMTktODI0Y2MyYTRhMTA4In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImFiYTk1ZDI1LTU1MDAtNDkzOC1iMTk3LWQ3YzE4ZTU2ZDc1OCIsIndvcmtmbG93SWQiOiJlMjRiYWI0Ny03NmJlLTQ5NWQtOGVkZC0wMTA4ZjFkZDkzZmEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiN2QyOTgxZjctYTY2NS00OWE0LTkyMTktODI0Y2MyYTRhMTA4In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T06:35:32.1842277Z\",\r\n \"endTime\": \"2020-06-23T06:35:39.6845831Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7525/providers/Microsoft.StorageSync/storageSyncServices/sssps8469?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzUyNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4NDY5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7117/providers/Microsoft.StorageSync/storageSyncServices/sssps7177?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzExNy9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3MTc3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "ac8a2daf-cbc3-436d-ae79-f4a697b50e60" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "6bfbe2c3-0ea1-47a9-8e49-c5a5a58f0bfd" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063542Z:6bfbe2c3-0ea1-47a9-8e49-c5a5a58f0bfd" + ], + "Date": [ + "Tue, 23 Jun 2020 06:35:41 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps7177/workflows/e24bab47-76be-495d-8edd-0108f1dd93fa\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7117/providers/microsoft.storagesync/storageSyncServices/sssps7177\",\r\n \"name\": \"sssps7177\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7117/providers/Microsoft.StorageSync/storageSyncServices/sssps7177?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzExNy9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3MTc3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1a9e309f-a344-4936-8499-e2c14c195657" + "30331e94-0a78-4f9b-9258-e1f6e6d8fea9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -362,8 +494,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImFiYTk1ZDI1LTU1MDAtNDkzOC1iMTk3LWQ3YzE4ZTU2ZDc1OCIsIndvcmtmbG93SWQiOiIwZGMzNjY5Yy1mZmM2LTQ4ZTItYWMwOS1hNWVjNDU4MzU2OGUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYThhNmI5NjgtZTQ1My00OWE4LWE1OTctNzQyODhiMjQ2MGU0In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImFiYTk1ZDI1LTU1MDAtNDkzOC1iMTk3LWQ3YzE4ZTU2ZDc1OCIsIndvcmtmbG93SWQiOiIwZGMzNjY5Yy1mZmM2LTQ4ZTItYWMwOS1hNWVjNDU4MzU2OGUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYThhNmI5NjgtZTQ1My00OWE4LWE1OTctNzQyODhiMjQ2MGU0In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "81dc7938-79e6-4b9e-8793-bbbe036c3d1a" + "7d52e138-21b1-4966-8865-71168ba656db" ], "X-Content-Type-Options": [ "nosniff" @@ -381,16 +522,139 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14996" + "14999" ], "x-ms-correlation-request-id": [ - "2d0e6540-90ce-4cf4-b81d-f88fb3781bbd" + "2d479c26-242a-4e98-bb19-863cb6ca971a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183951Z:2d0e6540-90ce-4cf4-b81d-f88fb3781bbd" + "WESTUS:20200623T063543Z:2d479c26-242a-4e98-bb19-863cb6ca971a" ], "Date": [ - "Wed, 03 Jul 2019 18:39:50 GMT" + "Tue, 23 Jun 2020 06:35:42 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImFiYTk1ZDI1LTU1MDAtNDkzOC1iMTk3LWQ3YzE4ZTU2ZDc1OCIsIndvcmtmbG93SWQiOiIwZGMzNjY5Yy1mZmM2LTQ4ZTItYWMwOS1hNWVjNDU4MzU2OGUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYThhNmI5NjgtZTQ1My00OWE4LWE1OTctNzQyODhiMjQ2MGU0In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltRmlZVGsxWkRJMUxUVTFNREF0TkRrek9DMWlNVGszTFdRM1l6RTRaVFUyWkRjMU9DSXNJbmR2Y210bWJHOTNTV1FpT2lJd1pHTXpOalk1WXkxbVptTTJMVFE0WlRJdFlXTXdPUzFoTldWak5EVTRNelUyT0dVaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVRoaE5tSTVOamd0WlRRMU15MDBPV0U0TFdFMU9UY3ROelF5T0RoaU1qUTJNR1UwSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "cdb0db17-b082-448d-be46-e6c7bef411e7" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "ef19c5ff-02a6-4830-827c-33e6bdc1f09f" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063553Z:ef19c5ff-02a6-4830-827c-33e6bdc1f09f" + ], + "Date": [ + "Tue, 23 Jun 2020 06:35:52 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImFiYTk1ZDI1LTU1MDAtNDkzOC1iMTk3LWQ3YzE4ZTU2ZDc1OCIsIndvcmtmbG93SWQiOiIwZGMzNjY5Yy1mZmM2LTQ4ZTItYWMwOS1hNWVjNDU4MzU2OGUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYThhNmI5NjgtZTQ1My00OWE4LWE1OTctNzQyODhiMjQ2MGU0In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImFiYTk1ZDI1LTU1MDAtNDkzOC1iMTk3LWQ3YzE4ZTU2ZDc1OCIsIndvcmtmbG93SWQiOiIwZGMzNjY5Yy1mZmM2LTQ4ZTItYWMwOS1hNWVjNDU4MzU2OGUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYThhNmI5NjgtZTQ1My00OWE4LWE1OTctNzQyODhiMjQ2MGU0In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T06:35:43.9722182Z\",\r\n \"endTime\": \"2020-06-23T06:35:49.6909448Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImFiYTk1ZDI1LTU1MDAtNDkzOC1iMTk3LWQ3YzE4ZTU2ZDc1OCIsIndvcmtmbG93SWQiOiIwZGMzNjY5Yy1mZmM2LTQ4ZTItYWMwOS1hNWVjNDU4MzU2OGUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYThhNmI5NjgtZTQ1My00OWE4LWE1OTctNzQyODhiMjQ2MGU0In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltRmlZVGsxWkRJMUxUVTFNREF0TkRrek9DMWlNVGszTFdRM1l6RTRaVFUyWkRjMU9DSXNJbmR2Y210bWJHOTNTV1FpT2lJd1pHTXpOalk1WXkxbVptTTJMVFE0WlRJdFlXTXdPUzFoTldWak5EVTRNelUyT0dVaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVRoaE5tSTVOamd0WlRRMU15MDBPV0U0TFdFMU9UY3ROelF5T0RoaU1qUTJNR1UwSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "82e1ed97-ba69-4698-8155-f062fb66cb93" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "957c0bf1-054d-467d-bfd1-414173ec91ca" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063553Z:957c0bf1-054d-467d-bfd1-414173ec91ca" + ], + "Date": [ + "Tue, 23 Jun 2020 06:35:52 GMT" ], "Expires": [ "-1" @@ -403,22 +667,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7525/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzUyNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps7117/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNzExNy9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "57d1f045-efd6-4c44-9c0e-bd4be8a37d09" + "655e89d6-ffee-438e-94e2-632bfb80ab1a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -428,57 +692,66 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" - ], "x-ms-request-id": [ - "01bed648-f0bf-4779-9c57-d6503a149b28" - ], - "x-ms-correlation-request-id": [ - "01bed648-f0bf-4779-9c57-d6503a149b28" + "b01e4545-2fb2-4556-85fe-262fa86e514c" ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T183951Z:01bed648-f0bf-4779-9c57-d6503a149b28" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "a5b55143-9e1f-4ed5-971a-3b43564d4d7c" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063553Z:a5b55143-9e1f-4ed5-971a-3b43564d4d7c" ], "Date": [ - "Wed, 03 Jul 2019 18:39:50 GMT" + "Tue, 23 Jun 2020 06:35:52 GMT" + ], + "Content-Length": [ + "19" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps7525?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNzUyNT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps7117?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNzExNz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "edad0d62-86d5-48d2-a4a6-ba9330411897" + "df459197-c72b-48fe-8243-14652cac9f7c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -489,22 +762,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1MjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxMTctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14995" + "14998" ], "x-ms-request-id": [ - "beccf775-e7ec-4114-aa2e-f7c477332921" + "f26d35c3-46bc-4a15-9cc5-c1d517ded55c" ], "x-ms-correlation-request-id": [ - "beccf775-e7ec-4114-aa2e-f7c477332921" + "f26d35c3-46bc-4a15-9cc5-c1d517ded55c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183952Z:beccf775-e7ec-4114-aa2e-f7c477332921" + "WESTUS:20200623T063553Z:f26d35c3-46bc-4a15-9cc5-c1d517ded55c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -513,7 +786,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:39:51 GMT" + "Tue, 23 Jun 2020 06:35:52 GMT" ], "Expires": [ "-1" @@ -526,16 +799,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1MjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU1qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxMTctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE1UY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -546,22 +819,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1MjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxMTctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11994" ], "x-ms-request-id": [ - "7c56b46c-d124-47f5-ba0b-0860ad1fd3dd" + "fade7811-a0de-4cc8-baf3-f1949432a297" ], "x-ms-correlation-request-id": [ - "7c56b46c-d124-47f5-ba0b-0860ad1fd3dd" + "fade7811-a0de-4cc8-baf3-f1949432a297" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184007Z:7c56b46c-d124-47f5-ba0b-0860ad1fd3dd" + "WESTUS:20200623T063608Z:fade7811-a0de-4cc8-baf3-f1949432a297" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -570,7 +843,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:40:07 GMT" + "Tue, 23 Jun 2020 06:36:08 GMT" ], "Expires": [ "-1" @@ -583,16 +856,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1MjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU1qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxMTctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE1UY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -603,22 +876,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1MjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxMTctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11993" ], "x-ms-request-id": [ - "c2903c8f-9a3b-40c8-bd89-2c54e0937c37" + "ab778cf6-61d5-40dc-915a-582d04d8e00b" ], "x-ms-correlation-request-id": [ - "c2903c8f-9a3b-40c8-bd89-2c54e0937c37" + "ab778cf6-61d5-40dc-915a-582d04d8e00b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184022Z:c2903c8f-9a3b-40c8-bd89-2c54e0937c37" + "WESTUS:20200623T063624Z:ab778cf6-61d5-40dc-915a-582d04d8e00b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -627,7 +900,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:40:22 GMT" + "Tue, 23 Jun 2020 06:36:23 GMT" ], "Expires": [ "-1" @@ -640,16 +913,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1MjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU1qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxMTctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE1UY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -660,16 +933,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11992" ], "x-ms-request-id": [ - "8f579257-2320-49ff-9b6d-4f1a28f9f048" + "8591706a-e5b2-4032-aa45-165a788fa45d" ], "x-ms-correlation-request-id": [ - "8f579257-2320-49ff-9b6d-4f1a28f9f048" + "8591706a-e5b2-4032-aa45-165a788fa45d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184037Z:8f579257-2320-49ff-9b6d-4f1a28f9f048" + "WESTUS:20200623T063639Z:8591706a-e5b2-4032-aa45-165a788fa45d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -678,7 +951,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:40:37 GMT" + "Tue, 23 Jun 2020 06:36:38 GMT" ], "Expires": [ "-1" @@ -691,16 +964,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1MjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU1qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxMTctV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE1UY3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -711,16 +984,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11991" ], "x-ms-request-id": [ - "56bd1f0c-94fb-40cd-9b94-2ec93b00c3b3" + "bf33e002-076d-4e57-9fcc-2ee9e220c143" ], "x-ms-correlation-request-id": [ - "56bd1f0c-94fb-40cd-9b94-2ec93b00c3b3" + "bf33e002-076d-4e57-9fcc-2ee9e220c143" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184037Z:56bd1f0c-94fb-40cd-9b94-2ec93b00c3b3" + "WESTUS:20200623T063639Z:bf33e002-076d-4e57-9fcc-2ee9e220c143" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -729,7 +1002,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:40:37 GMT" + "Tue, 23 Jun 2020 06:36:38 GMT" ], "Expires": [ "-1" @@ -744,13 +1017,13 @@ ], "Names": { "Test-RemoveStorageSyncServiceInputObject": [ - "ps7525", - "ps8469" + "ps7117", + "ps7177" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestRemoveStorageSyncServiceResourceId.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestRemoveStorageSyncServiceResourceId.json index a4af14a20157..a57765428dd5 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestRemoveStorageSyncServiceResourceId.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestRemoveStorageSyncServiceResourceId.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e05b2ad7-58ac-4f44-8528-8109b518b8d9" + "cb320ab5-7dfd-4dd0-86ef-e7658b0ccb9a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "eb859380-e6c4-4a6c-87a2-7bc25fed9390" + "ff462958-7081-41bc-95b4-db83b25bf01b" ], "x-ms-correlation-request-id": [ - "eb859380-e6c4-4a6c-87a2-7bc25fed9390" + "ff462958-7081-41bc-95b4-db83b25bf01b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183658Z:eb859380-e6c4-4a6c-87a2-7bc25fed9390" + "WESTUS:20200623T063305Z:ff462958-7081-41bc-95b4-db83b25bf01b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:36:58 GMT" + "Tue, 23 Jun 2020 06:33:05 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\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\": \"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\": \"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\": \"notifyResourceJobs\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\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 ]\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-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-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-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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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-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-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 },\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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7f10bf45-73c3-4e31-b65a-c05fbe78dee4" + "e0bb470d-b7bc-47ad-89dd-d82c6b589b73" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "14d06cda-9971-4b82-82eb-a584811968fc" + "4f042e57-8097-4546-9233-c15b6bafe673" ], "x-ms-correlation-request-id": [ - "14d06cda-9971-4b82-82eb-a584811968fc" + "4f042e57-8097-4546-9233-c15b6bafe673" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183658Z:14d06cda-9971-4b82-82eb-a584811968fc" + "WESTUS:20200623T063305Z:4f042e57-8097-4546-9233-c15b6bafe673" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:36:58 GMT" + "Tue, 23 Jun 2020 06:33:05 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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-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-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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 \"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 \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps1449?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMTQ0OT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps4228?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNDIyOD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8da6500e-f2cb-47b8-a949-9b75f01fb1dc" + "b4e41a34-0caa-472b-865e-51b692b44d9b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -153,16 +153,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-request-id": [ - "afda6ccb-cbea-40c5-ad89-8e59d66f1a53" + "32e748b7-b1f0-46eb-9a9c-347afabd1b38" ], "x-ms-correlation-request-id": [ - "afda6ccb-cbea-40c5-ad89-8e59d66f1a53" + "32e748b7-b1f0-46eb-9a9c-347afabd1b38" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183700Z:afda6ccb-cbea-40c5-ad89-8e59d66f1a53" + "WESTUS:20200623T063305Z:32e748b7-b1f0-46eb-9a9c-347afabd1b38" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:37:00 GMT" + "Tue, 23 Jun 2020 06:33:05 GMT" ], "Content-Length": [ "165" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1449\",\r\n \"name\": \"ps1449\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4228\",\r\n \"name\": \"ps4228\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps8946\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps4873\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2dff2196-926c-4e67-8262-939bfa8ae8bd" + "35791173-bb1d-45f1-9776-358e9e6b8169" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "1066a952-cf95-4c19-90d7-fbfd5d6e5c46" + "eb1f9ce7-edf0-409c-9d36-105fb13a7120" ], "X-Content-Type-Options": [ "nosniff" @@ -240,50 +240,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "2b8bc2a2-daff-4e20-8e6e-1888a8748c32" + "8b5952c5-7af0-4919-95e7-eaa066f80f0c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183701Z:2b8bc2a2-daff-4e20-8e6e-1888a8748c32" + "WESTUS:20200623T063306Z:8b5952c5-7af0-4919-95e7-eaa066f80f0c" ], "Date": [ - "Wed, 03 Jul 2019 18:37:00 GMT" + "Tue, 23 Jun 2020 06:33:06 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1449/providers/Microsoft.StorageSync/storageSyncServices/sssps8946?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTQ0OS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4OTQ2P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4228/providers/Microsoft.StorageSync/storageSyncServices/sssps4873?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDIyOC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0ODczP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9385ac1b-8758-4f5d-9f57-8929d5bc1164" + "615e9bc3-2ad5-446e-82b0-6563bcbc114c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjdjMGIzMjU1LThiNDktNDllYS1iOWMyLWJkNmNiNWIwNjVlMCIsIndvcmtmbG93SWQiOiI0NTAzN2M0Ni0xMjVhLTQ5OTctODQ5My1kNmQyYzg5YWI4M2EiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOGRiOTE4MWEtNDk5Ny00MzRkLTg0MGUtYjQzMDJmNmEzMzAwIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjdjMGIzMjU1LThiNDktNDllYS1iOWMyLWJkNmNiNWIwNjVlMCIsIndvcmtmbG93SWQiOiI0NTAzN2M0Ni0xMjVhLTQ5OTctODQ5My1kNmQyYzg5YWI4M2EiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOGRiOTE4MWEtNDk5Ny00MzRkLTg0MGUtYjQzMDJmNmEzMzAwIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "1901169c-6c6c-48bb-98f0-60a8e3c86531" + "41a68ba1-dd8b-4dc5-b478-e6b449f64c2a" ], "X-Content-Type-Options": [ "nosniff" @@ -315,44 +324,35 @@ "1199" ], "x-ms-correlation-request-id": [ - "80ad5cbf-1f77-4789-adcc-9645d30cfc08" + "794a68f0-c8aa-466a-9141-9baaf50d46b1" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183702Z:80ad5cbf-1f77-4789-adcc-9645d30cfc08" + "WESTUS:20200623T063307Z:794a68f0-c8aa-466a-9141-9baaf50d46b1" ], "Date": [ - "Wed, 03 Jul 2019 18:37:01 GMT" - ], - "Content-Length": [ - "329" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Tue, 23 Jun 2020 06:33:06 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1449/providers/microsoft.storagesync/storageSyncServices/sssps8946\",\r\n \"name\": \"sssps8946\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1449/providers/Microsoft.StorageSync/storageSyncServices/sssps8946?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTQ0OS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4OTQ2P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjdjMGIzMjU1LThiNDktNDllYS1iOWMyLWJkNmNiNWIwNjVlMCIsIndvcmtmbG93SWQiOiI0NTAzN2M0Ni0xMjVhLTQ5OTctODQ5My1kNmQyYzg5YWI4M2EiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOGRiOTE4MWEtNDk5Ny00MzRkLTg0MGUtYjQzMDJmNmEzMzAwIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqZGpNR0l6TWpVMUxUaGlORGt0TkRsbFlTMWlPV015TFdKa05tTmlOV0l3TmpWbE1DSXNJbmR2Y210bWJHOTNTV1FpT2lJME5UQXpOMk0wTmkweE1qVmhMVFE1T1RjdE9EUTVNeTFrTm1ReVl6ZzVZV0k0TTJFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT0dSaU9URTRNV0V0TkRrNU55MDBNelJrTFRnME1HVXRZalF6TURKbU5tRXpNekF3SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "39822efe-5bef-4397-8f20-2b6aaa646228" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -363,7 +363,7 @@ "no-cache" ], "x-ms-request-id": [ - "1c7804af-300e-4a3b-84bc-a0c5c6cb5f8b" + "32d1e519-7fde-4127-88fe-6156777ed727" ], "X-Content-Type-Options": [ "nosniff" @@ -380,45 +380,42 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" ], "x-ms-correlation-request-id": [ - "6ac8ca65-f483-4ae5-8f25-f7eb8f88ceba" + "94cfdb4b-d991-4571-98d2-3bf6a7f7fd7a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183703Z:6ac8ca65-f483-4ae5-8f25-f7eb8f88ceba" + "WESTUS:20200623T063317Z:94cfdb4b-d991-4571-98d2-3bf6a7f7fd7a" ], "Date": [ - "Wed, 03 Jul 2019 18:37:02 GMT" + "Tue, 23 Jun 2020 06:33:17 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjdjMGIzMjU1LThiNDktNDllYS1iOWMyLWJkNmNiNWIwNjVlMCIsIndvcmtmbG93SWQiOiI0NTAzN2M0Ni0xMjVhLTQ5OTctODQ5My1kNmQyYzg5YWI4M2EiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOGRiOTE4MWEtNDk5Ny00MzRkLTg0MGUtYjQzMDJmNmEzMzAwIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjdjMGIzMjU1LThiNDktNDllYS1iOWMyLWJkNmNiNWIwNjVlMCIsIndvcmtmbG93SWQiOiI0NTAzN2M0Ni0xMjVhLTQ5OTctODQ5My1kNmQyYzg5YWI4M2EiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOGRiOTE4MWEtNDk5Ny00MzRkLTg0MGUtYjQzMDJmNmEzMzAwIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T06:33:08.0610769Z\",\r\n \"endTime\": \"2020-06-23T06:33:14.4190007Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1449/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTQ0OS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4228/providers/Microsoft.StorageSync/storageSyncServices/sssps4873?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDIyOC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0ODczP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "7b02d98f-2d6d-4a6f-b94f-b998a9c5554b" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -428,57 +425,66 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" - ], "x-ms-request-id": [ - "e14ae469-f2d7-465b-b2cd-aec18b77b656" + "0cf9e8e3-fe8a-446f-b05e-15efcd9e73fe" ], - "x-ms-correlation-request-id": [ - "e14ae469-f2d7-465b-b2cd-aec18b77b656" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T183703Z:e14ae469-f2d7-465b-b2cd-aec18b77b656" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "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": [ + "536cc44c-0f64-47aa-81c8-7dc9c8108c6c" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063317Z:536cc44c-0f64-47aa-81c8-7dc9c8108c6c" ], "Date": [ - "Wed, 03 Jul 2019 18:37:02 GMT" + "Tue, 23 Jun 2020 06:33:17 GMT" + ], + "Content-Length": [ + "633" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, - "ResponseBody": "{\r\n \"value\": []\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps4873/workflows/45037c46-125a-4997-8493-d6d2c89ab83a\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4228/providers/microsoft.storagesync/storageSyncServices/sssps4873\",\r\n \"name\": \"sssps4873\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps1449?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMTQ0OT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4228/providers/Microsoft.StorageSync/storageSyncServices/sssps4873?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDIyOC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0ODczP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a7ef4959-e9c6-4fe6-8baf-b1485d3b2ca0" + "f86a829c-49cc-4f40-a836-6e2335b8cc25" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -489,31 +495,43 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0NDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjdjMGIzMjU1LThiNDktNDllYS1iOWMyLWJkNmNiNWIwNjVlMCIsIndvcmtmbG93SWQiOiI0MDg1YTc5OS0wYzljLTQ0MTctOTZlZC1iYTZkZWVjNTU4YTgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDYwZTE1ZjUtMTVlMS00NjMyLTg0ZjgtNTdjZjAxZjZmZjgxIn0=?api-version=2020-03-01" ], "Retry-After": [ - "15" + "10" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjdjMGIzMjU1LThiNDktNDllYS1iOWMyLWJkNmNiNWIwNjVlMCIsIndvcmtmbG93SWQiOiI0MDg1YTc5OS0wYzljLTQ0MTctOTZlZC1iYTZkZWVjNTU4YTgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDYwZTE1ZjUtMTVlMS00NjMyLTg0ZjgtNTdjZjAxZjZmZjgxIn0=?api-version=2020-03-01" ], "x-ms-request-id": [ - "bd560e07-f93a-4865-a544-004e59277675" + "8823d4d9-dcfe-48d7-90c6-b746fbd02000" ], - "x-ms-correlation-request-id": [ - "bd560e07-f93a-4865-a544-004e59277675" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T183704Z:bd560e07-f93a-4865-a544-004e59277675" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "ff875e17-62c4-4efa-bfea-bf8092659c70" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063318Z:ff875e17-62c4-4efa-bfea-bf8092659c70" ], "Date": [ - "Wed, 03 Jul 2019 18:37:03 GMT" + "Tue, 23 Jun 2020 06:33:17 GMT" ], "Expires": [ "-1" @@ -526,16 +544,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0NDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFME5Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjdjMGIzMjU1LThiNDktNDllYS1iOWMyLWJkNmNiNWIwNjVlMCIsIndvcmtmbG93SWQiOiI0MDg1YTc5OS0wYzljLTQ0MTctOTZlZC1iYTZkZWVjNTU4YTgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDYwZTE1ZjUtMTVlMS00NjMyLTg0ZjgtNTdjZjAxZjZmZjgxIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqZGpNR0l6TWpVMUxUaGlORGt0TkRsbFlTMWlPV015TFdKa05tTmlOV0l3TmpWbE1DSXNJbmR2Y210bWJHOTNTV1FpT2lJME1EZzFZVGM1T1Mwd1l6bGpMVFEwTVRjdE9UWmxaQzFpWVRaa1pXVmpOVFU0WVRnaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTURZd1pURTFaalV0TVRWbE1TMDBOak15TFRnMFpqZ3ROVGRqWmpBeFpqWm1aamd4SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -545,32 +563,98 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0NDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "x-ms-request-id": [ + "43d4d36e-2724-4b00-a605-eee7f853e509" ], - "Retry-After": [ - "15" + "X-Content-Type-Options": [ + "nosniff" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ - "23ec4f3f-4a6c-4a75-b509-aa0b77d76ead" + "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": [ - "23ec4f3f-4a6c-4a75-b509-aa0b77d76ead" + "59df5b52-b96b-400b-8b4e-9b129a308ebc" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183719Z:23ec4f3f-4a6c-4a75-b509-aa0b77d76ead" + "WESTUS:20200623T063328Z:59df5b52-b96b-400b-8b4e-9b129a308ebc" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Date": [ + "Tue, 23 Jun 2020 06:33:27 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjdjMGIzMjU1LThiNDktNDllYS1iOWMyLWJkNmNiNWIwNjVlMCIsIndvcmtmbG93SWQiOiI0MDg1YTc5OS0wYzljLTQ0MTctOTZlZC1iYTZkZWVjNTU4YTgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDYwZTE1ZjUtMTVlMS00NjMyLTg0ZjgtNTdjZjAxZjZmZjgxIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjdjMGIzMjU1LThiNDktNDllYS1iOWMyLWJkNmNiNWIwNjVlMCIsIndvcmtmbG93SWQiOiI0MDg1YTc5OS0wYzljLTQ0MTctOTZlZC1iYTZkZWVjNTU4YTgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDYwZTE1ZjUtMTVlMS00NjMyLTg0ZjgtNTdjZjAxZjZmZjgxIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T06:33:18.9997295Z\",\r\n \"endTime\": \"2020-06-23T06:33:24.4507856Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjdjMGIzMjU1LThiNDktNDllYS1iOWMyLWJkNmNiNWIwNjVlMCIsIndvcmtmbG93SWQiOiI0MDg1YTc5OS0wYzljLTQ0MTctOTZlZC1iYTZkZWVjNTU4YTgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDYwZTE1ZjUtMTVlMS00NjMyLTg0ZjgtNTdjZjAxZjZmZjgxIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqZGpNR0l6TWpVMUxUaGlORGt0TkRsbFlTMWlPV015TFdKa05tTmlOV0l3TmpWbE1DSXNJbmR2Y210bWJHOTNTV1FpT2lJME1EZzFZVGM1T1Mwd1l6bGpMVFEwTVRjdE9UWmxaQzFpWVRaa1pXVmpOVFU0WVRnaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTURZd1pURTFaalV0TVRWbE1TMDBOak15TFRnMFpqZ3ROVGRqWmpBeFpqWm1aamd4SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "c9ad0d09-092e-4fc3-bf71-a19f6cc758eb" ], "X-Content-Type-Options": [ "nosniff" ], + "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-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "6b91b0a8-5cb3-41fe-8943-43819a0ac702" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063328Z:6b91b0a8-5cb3-41fe-8943-43819a0ac702" + ], "Date": [ - "Wed, 03 Jul 2019 18:37:19 GMT" + "Tue, 23 Jun 2020 06:33:28 GMT" ], "Expires": [ "-1" @@ -580,19 +664,94 @@ ] }, "ResponseBody": "", - "StatusCode": 202 + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0NDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFME5Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4228/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDIyOC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "1dcc3640-72c6-415c-9791-f167ca37d48e" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "f2200a23-9484-46de-957e-bd8b6b39c7a4" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "7dfcf0d8-c768-442f-9615-9f260af03c63" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T063329Z:7dfcf0d8-c768-442f-9615-9f260af03c63" + ], + "Date": [ + "Tue, 23 Jun 2020 06:33:28 GMT" + ], + "Content-Length": [ + "19" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": []\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps4228?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNDIyOD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4c6b0f2b-1405-4686-af37-929efc8ac4c1" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -603,22 +762,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0NDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" ], "x-ms-request-id": [ - "de6a56a6-7c82-49a2-8ec0-e187348003c4" + "4d04b405-0997-4f90-b67f-ad6310e03d26" ], "x-ms-correlation-request-id": [ - "de6a56a6-7c82-49a2-8ec0-e187348003c4" + "4d04b405-0997-4f90-b67f-ad6310e03d26" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183734Z:de6a56a6-7c82-49a2-8ec0-e187348003c4" + "WESTUS:20200623T063329Z:4d04b405-0997-4f90-b67f-ad6310e03d26" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -627,7 +786,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:37:34 GMT" + "Tue, 23 Jun 2020 06:33:28 GMT" ], "Expires": [ "-1" @@ -640,16 +799,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0NDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFME5Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU1qZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -660,22 +819,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0NDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11994" ], "x-ms-request-id": [ - "5b339542-2651-48a7-bcb0-8918a57ab749" + "a56af086-3666-4388-be40-d76f4cd01ec1" ], "x-ms-correlation-request-id": [ - "5b339542-2651-48a7-bcb0-8918a57ab749" + "a56af086-3666-4388-be40-d76f4cd01ec1" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183749Z:5b339542-2651-48a7-bcb0-8918a57ab749" + "WESTUS:20200623T063344Z:a56af086-3666-4388-be40-d76f4cd01ec1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -684,7 +843,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:37:49 GMT" + "Tue, 23 Jun 2020 06:33:43 GMT" ], "Expires": [ "-1" @@ -697,16 +856,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0NDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFME5Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU1qZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -717,22 +876,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0NDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11993" ], "x-ms-request-id": [ - "14940219-caed-427c-b526-c760fcc0c367" + "1d000406-2732-4cf2-8071-5a1a35679c11" ], "x-ms-correlation-request-id": [ - "14940219-caed-427c-b526-c760fcc0c367" + "1d000406-2732-4cf2-8071-5a1a35679c11" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183804Z:14940219-caed-427c-b526-c760fcc0c367" + "WESTUS:20200623T063359Z:1d000406-2732-4cf2-8071-5a1a35679c11" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -741,7 +900,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:38:04 GMT" + "Tue, 23 Jun 2020 06:33:59 GMT" ], "Expires": [ "-1" @@ -754,16 +913,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0NDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFME5Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU1qZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -774,16 +933,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11992" ], "x-ms-request-id": [ - "84b85561-cefa-4b05-8648-2ffc905a285d" + "ae2b4bb5-a58d-4453-b769-30f2b0aa2e92" ], "x-ms-correlation-request-id": [ - "84b85561-cefa-4b05-8648-2ffc905a285d" + "ae2b4bb5-a58d-4453-b769-30f2b0aa2e92" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183819Z:84b85561-cefa-4b05-8648-2ffc905a285d" + "WESTUS:20200623T063414Z:ae2b4bb5-a58d-4453-b769-30f2b0aa2e92" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -792,7 +951,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:38:18 GMT" + "Tue, 23 Jun 2020 06:34:14 GMT" ], "Expires": [ "-1" @@ -805,16 +964,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0NDktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFME5Ea3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU1qZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -825,16 +984,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11991" ], "x-ms-request-id": [ - "97c7fdbf-5b2a-445e-829d-0dadf06a0f75" + "57f3e49a-5f94-4e31-8c95-b1a3c3902da2" ], "x-ms-correlation-request-id": [ - "97c7fdbf-5b2a-445e-829d-0dadf06a0f75" + "57f3e49a-5f94-4e31-8c95-b1a3c3902da2" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183819Z:97c7fdbf-5b2a-445e-829d-0dadf06a0f75" + "WESTUS:20200623T063414Z:57f3e49a-5f94-4e31-8c95-b1a3c3902da2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -843,7 +1002,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:38:18 GMT" + "Tue, 23 Jun 2020 06:34:14 GMT" ], "Expires": [ "-1" @@ -858,13 +1017,13 @@ ], "Names": { "Test-RemoveStorageSyncServiceResourceId": [ - "ps1449", - "ps8946" + "ps4228", + "ps4873" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestStorageSyncService.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestStorageSyncService.json index ce9878037360..16a7cc7523df 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestStorageSyncService.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.StorageSyncServiceTests/TestStorageSyncService.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9e6214c3-c8cd-490a-99cd-6c691d95192d" + "c3bc3824-cb37-4e8f-b1da-58852f9c9dad" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "b0b4fede-a7c6-42dc-a94b-7df80ac299bb" + "b479bb64-2af1-4dac-b104-18e201d15385" ], "x-ms-correlation-request-id": [ - "b0b4fede-a7c6-42dc-a94b-7df80ac299bb" + "b479bb64-2af1-4dac-b104-18e201d15385" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183413Z:b0b4fede-a7c6-42dc-a94b-7df80ac299bb" + "WESTUS:20200624T001953Z:b479bb64-2af1-4dac-b104-18e201d15385" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:34:12 GMT" + "Wed, 24 Jun 2020 00:19:52 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\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\": \"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\": \"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\": \"notifyResourceJobs\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\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 ]\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-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-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-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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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-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-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 },\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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "02a97074-cf8d-4cab-aee4-92a5efdac7d3" + "e6e336aa-1da8-4721-8b0d-b59aa534a968" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "358a650f-c1ad-4434-a448-3099b38a093e" + "b78e787b-a3c6-4e96-902c-1bd8ea1b05ae" ], "x-ms-correlation-request-id": [ - "358a650f-c1ad-4434-a448-3099b38a093e" + "b78e787b-a3c6-4e96-902c-1bd8ea1b05ae" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183413Z:358a650f-c1ad-4434-a448-3099b38a093e" + "WESTUS:20200624T001953Z:b78e787b-a3c6-4e96-902c-1bd8ea1b05ae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:34:12 GMT" + "Wed, 24 Jun 2020 00:19:52 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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-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-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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 \"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 \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps5518?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNTUxOD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps8904?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzODkwND9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "76ffcd58-03bd-4da8-b2d0-17acacff3a8b" + "89366ec1-46ed-445b-8cba-3f0108580ac5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,13 +156,13 @@ "1199" ], "x-ms-request-id": [ - "220f9ee0-a992-4601-b20b-cac8114b57b2" + "3177f0df-afa7-41cc-98f8-e135fc88e792" ], "x-ms-correlation-request-id": [ - "220f9ee0-a992-4601-b20b-cac8114b57b2" + "3177f0df-afa7-41cc-98f8-e135fc88e792" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183415Z:220f9ee0-a992-4601-b20b-cac8114b57b2" + "WESTUS:20200624T001953Z:3177f0df-afa7-41cc-98f8-e135fc88e792" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:34:15 GMT" + "Wed, 24 Jun 2020 00:19:52 GMT" ], "Content-Length": [ "165" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5518\",\r\n \"name\": \"ps5518\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8904\",\r\n \"name\": \"ps8904\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps1956\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps9517\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2420563f-c802-4a9e-90c1-49b015847fe9" + "970d864c-a37d-4c5b-87f8-a086737a84b7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "af36735c-2668-4431-8237-c3cd0214c995" + "1542d6f7-9d14-47a4-b235-1714b0541c61" ], "X-Content-Type-Options": [ "nosniff" @@ -240,50 +240,1157 @@ "1199" ], "x-ms-correlation-request-id": [ - "10ca2f84-761d-4106-9b7f-e3f910d0d68e" + "60aa4d88-15a0-43dc-bba5-0414a696698d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183417Z:10ca2f84-761d-4106-9b7f-e3f910d0d68e" + "WESTUS:20200624T001954Z:60aa4d88-15a0-43dc-bba5-0414a696698d" ], "Date": [ - "Wed, 03 Jul 2019 18:34:16 GMT" + "Wed, 24 Jun 2020 00:19:54 GMT" ], "Content-Length": [ - "51" + "29" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "POST", + "RequestBody": "{\r\n \"name\": \"sssps8138\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6e16b66a-91f8-4515-9e39-88ed790c588d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "83" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "43d6a1e9-da49-45bb-b2aa-db7c601ff08a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-writes": [ + "1198" + ], + "x-ms-correlation-request-id": [ + "ce1b11d3-033e-4c75-95b1-ae9d722340bc" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200624T002030Z:ce1b11d3-033e-4c75-95b1-ae9d722340bc" + ], + "Date": [ + "Wed, 24 Jun 2020 00:20:29 GMT" + ], + "Content-Length": [ + "29" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "POST", + "RequestBody": "{\r\n \"name\": \"sssps493\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e88af17a-c415-4f5c-a067-870e5d755730" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "82" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "63acbfc3-57d3-4554-8dad-22b6fba4b4d7" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-writes": [ + "1197" + ], + "x-ms-correlation-request-id": [ + "742fa9a6-4cc8-4256-bb8f-be8616fbbca4" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200624T002053Z:742fa9a6-4cc8-4256-bb8f-be8616fbbca4" + ], + "Date": [ + "Wed, 24 Jun 2020 00:20:53 GMT" + ], + "Content-Length": [ + "29" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8904/providers/Microsoft.StorageSync/storageSyncServices/sssps9517?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODkwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowVirtualNetworksOnly\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "de994bb0-dc91-4629-b4cf-961f0ad81e63" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "134" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjJhYWJmYWQwLWFlNzQtNDBmZC05OWNiLTI1MzYwOTlkNGY3MSIsIndvcmtmbG93SWQiOiJmZTFlNTMyMy05MjY0LTQ4MGUtOTlhZi1jYzdiOTIyNDRiMzEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTMzMjc4NTEtYzQ3Yy00NDA3LWIzMGUtYWUyNmVhY2VmY2FhIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjJhYWJmYWQwLWFlNzQtNDBmZC05OWNiLTI1MzYwOTlkNGY3MSIsIndvcmtmbG93SWQiOiJmZTFlNTMyMy05MjY0LTQ4MGUtOTlhZi1jYzdiOTIyNDRiMzEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTMzMjc4NTEtYzQ3Yy00NDA3LWIzMGUtYWUyNmVhY2VmY2FhIn0=?api-version=2020-03-01" + ], + "x-ms-request-id": [ + "31e7aa41-7f13-4a73-96cf-7488a7ac60fc" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "1bfdb3f5-8750-4587-8ff2-23762e562e36" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200624T001955Z:1bfdb3f5-8750-4587-8ff2-23762e562e36" + ], + "Date": [ + "Wed, 24 Jun 2020 00:19:55 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjJhYWJmYWQwLWFlNzQtNDBmZC05OWNiLTI1MzYwOTlkNGY3MSIsIndvcmtmbG93SWQiOiJmZTFlNTMyMy05MjY0LTQ4MGUtOTlhZi1jYzdiOTIyNDRiMzEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTMzMjc4NTEtYzQ3Yy00NDA3LWIzMGUtYWUyNmVhY2VmY2FhIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqSmhZV0ptWVdRd0xXRmxOelF0TkRCbVpDMDVPV05pTFRJMU16WXdPVGxrTkdZM01TSXNJbmR2Y210bWJHOTNTV1FpT2lKbVpURmxOVE15TXkwNU1qWTBMVFE0TUdVdE9UbGhaaTFqWXpkaU9USXlORFJpTXpFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVRNek1qYzROVEV0WXpRM1l5MDBOREEzTFdJek1HVXRZV1V5Tm1WaFkyVm1ZMkZoSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "7e0b4c17-f771-4fdf-a900-342681c33464" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "e0467f90-3a3f-456f-a0a4-39ca3f2252e5" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200624T002006Z:e0467f90-3a3f-456f-a0a4-39ca3f2252e5" + ], + "Date": [ + "Wed, 24 Jun 2020 00:20:05 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjJhYWJmYWQwLWFlNzQtNDBmZC05OWNiLTI1MzYwOTlkNGY3MSIsIndvcmtmbG93SWQiOiJmZTFlNTMyMy05MjY0LTQ4MGUtOTlhZi1jYzdiOTIyNDRiMzEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTMzMjc4NTEtYzQ3Yy00NDA3LWIzMGUtYWUyNmVhY2VmY2FhIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjJhYWJmYWQwLWFlNzQtNDBmZC05OWNiLTI1MzYwOTlkNGY3MSIsIndvcmtmbG93SWQiOiJmZTFlNTMyMy05MjY0LTQ4MGUtOTlhZi1jYzdiOTIyNDRiMzEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTMzMjc4NTEtYzQ3Yy00NDA3LWIzMGUtYWUyNmVhY2VmY2FhIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-24T00:19:56.2317223Z\",\r\n \"endTime\": \"2020-06-24T00:20:02.7947974Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8904/providers/Microsoft.StorageSync/storageSyncServices/sssps9517?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODkwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "1b1f287b-7b93-41b2-9253-226eee5add2d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "485599ea-808c-4e18-9e30-c928853a48e5" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200624T002006Z:485599ea-808c-4e18-9e30-c928853a48e5" + ], + "Date": [ + "Wed, 24 Jun 2020 00:20:05 GMT" + ], + "Content-Length": [ + "642" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowVirtualNetworksOnly\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps9517/workflows/fe1e5323-9264-480e-99af-cc7b92244b31\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8904/providers/microsoft.storagesync/storageSyncServices/sssps9517\",\r\n \"name\": \"sssps9517\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8904/providers/Microsoft.StorageSync/storageSyncServices/sssps9517?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODkwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "876c323e-83e1-43a4-b0a0-818c7bb66e2a" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "c1c9466b-4fda-41e7-93de-4134f120ca83" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "39494cfa-d2be-4761-a4cd-685e075ae60c" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200624T002006Z:39494cfa-d2be-4761-a4cd-685e075ae60c" + ], + "Date": [ + "Wed, 24 Jun 2020 00:20:05 GMT" + ], + "Content-Length": [ + "642" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowVirtualNetworksOnly\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps9517/workflows/fe1e5323-9264-480e-99af-cc7b92244b31\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8904/providers/microsoft.storagesync/storageSyncServices/sssps9517\",\r\n \"name\": \"sssps9517\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8904/providers/Microsoft.StorageSync/storageSyncServices/sssps9517?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODkwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "8d6df1df-3ebf-4984-9e6b-aeb0ac69dcb8" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "a663d3e3-93d6-414b-9bf9-0e90d71b0942" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200624T002017Z:a663d3e3-93d6-414b-9bf9-0e90d71b0942" + ], + "Date": [ + "Wed, 24 Jun 2020 00:20:16 GMT" + ], + "Content-Length": [ + "632" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps9517/workflows/71cea889-db9c-434c-ab01-607f4d536307\",\r\n \"lastOperationName\": \"IPatchStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8904/providers/microsoft.storagesync/storageSyncServices/sssps9517\",\r\n \"name\": \"sssps9517\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8904/providers/Microsoft.StorageSync/storageSyncServices/sssps9517?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODkwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0d205ac6-5772-4fc3-9fc8-82d5fbe78a43" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "6e2abd84-2d3f-4947-b765-a59a1f666de5" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11993" + ], + "x-ms-correlation-request-id": [ + "3cb9297a-a6dd-4e64-819f-96af6860c125" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200624T002018Z:3cb9297a-a6dd-4e64-819f-96af6860c125" + ], + "Date": [ + "Wed, 24 Jun 2020 00:20:17 GMT" + ], + "Content-Length": [ + "632" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps9517/workflows/71cea889-db9c-434c-ab01-607f4d536307\",\r\n \"lastOperationName\": \"IPatchStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8904/providers/microsoft.storagesync/storageSyncServices/sssps9517\",\r\n \"name\": \"sssps9517\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8904/providers/Microsoft.StorageSync/storageSyncServices/sssps9517?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODkwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "PATCH", + "RequestBody": "{\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "163c58fd-0669-41ce-9755-78af82d66b5c" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "91" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjJhYWJmYWQwLWFlNzQtNDBmZC05OWNiLTI1MzYwOTlkNGY3MSIsIndvcmtmbG93SWQiOiI3MWNlYTg4OS1kYjljLTQzNGMtYWIwMS02MDdmNGQ1MzYzMDciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZWVmZGFjZDItNTFjZS00ZDAyLTljNDktY2E3M2MzNzVjZjA2In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjJhYWJmYWQwLWFlNzQtNDBmZC05OWNiLTI1MzYwOTlkNGY3MSIsIndvcmtmbG93SWQiOiI3MWNlYTg4OS1kYjljLTQzNGMtYWIwMS02MDdmNGQ1MzYzMDciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZWVmZGFjZDItNTFjZS00ZDAyLTljNDktY2E3M2MzNzVjZjA2In0=?api-version=2020-03-01" + ], + "x-ms-request-id": [ + "bf414cbc-ff1d-417c-84be-728d740fbd5e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-writes": [ + "1198" + ], + "x-ms-correlation-request-id": [ + "36ea1a04-920a-41cf-bfe1-742f7b3a632a" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200624T002007Z:36ea1a04-920a-41cf-bfe1-742f7b3a632a" + ], + "Date": [ + "Wed, 24 Jun 2020 00:20:06 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjJhYWJmYWQwLWFlNzQtNDBmZC05OWNiLTI1MzYwOTlkNGY3MSIsIndvcmtmbG93SWQiOiI3MWNlYTg4OS1kYjljLTQzNGMtYWIwMS02MDdmNGQ1MzYzMDciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZWVmZGFjZDItNTFjZS00ZDAyLTljNDktY2E3M2MzNzVjZjA2In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqSmhZV0ptWVdRd0xXRmxOelF0TkRCbVpDMDVPV05pTFRJMU16WXdPVGxrTkdZM01TSXNJbmR2Y210bWJHOTNTV1FpT2lJM01XTmxZVGc0T1Mxa1lqbGpMVFF6TkdNdFlXSXdNUzAyTURkbU5HUTFNell6TURjaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWldWbVpHRmpaREl0TlRGalpTMDBaREF5TFRsak5Ea3RZMkUzTTJNek56VmpaakEySW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "7df7b5e3-69e2-4379-9f5b-8e0f372e2d49" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "86961dcc-e8ca-40c0-aee5-9a273abdb737" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200624T002017Z:86961dcc-e8ca-40c0-aee5-9a273abdb737" + ], + "Date": [ + "Wed, 24 Jun 2020 00:20:16 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjJhYWJmYWQwLWFlNzQtNDBmZC05OWNiLTI1MzYwOTlkNGY3MSIsIndvcmtmbG93SWQiOiI3MWNlYTg4OS1kYjljLTQzNGMtYWIwMS02MDdmNGQ1MzYzMDciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZWVmZGFjZDItNTFjZS00ZDAyLTljNDktY2E3M2MzNzVjZjA2In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjJhYWJmYWQwLWFlNzQtNDBmZC05OWNiLTI1MzYwOTlkNGY3MSIsIndvcmtmbG93SWQiOiI3MWNlYTg4OS1kYjljLTQzNGMtYWIwMS02MDdmNGQ1MzYzMDciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZWVmZGFjZDItNTFjZS00ZDAyLTljNDktY2E3M2MzNzVjZjA2In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-24T00:20:08.5373051Z\",\r\n \"endTime\": \"2020-06-24T00:20:12.3266816Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8904/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODkwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4af1c0e2-ecad-48f1-a74b-7e2d61c6bf00" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "1a0b9a66-7501-4ca9-8109-b0e20b9c279d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "b949f41f-e6f1-4fc4-9b49-a118fd18efc9" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200624T002017Z:b949f41f-e6f1-4fc4-9b49-a118fd18efc9" + ], + "Date": [ + "Wed, 24 Jun 2020 00:20:17 GMT" + ], + "Content-Length": [ + "717" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps9517/workflows/71cea889-db9c-434c-ab01-607f4d536307\",\r\n \"lastOperationName\": \"IPatchStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8904/providers/microsoft.storagesync/storageSyncServices/sssps9517\",\r\n \"name\": \"sssps9517\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8904/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODkwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d40cc280-5655-41ea-a6fb-df158ca0dc16" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "741aaca5-e669-4ce5-b9e0-019875bdcb1d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11988" + ], + "x-ms-correlation-request-id": [ + "b1a30c6e-c69e-44c6-ba3d-11ecff3c2028" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200624T002042Z:b1a30c6e-c69e-44c6-ba3d-11ecff3c2028" + ], + "Date": [ + "Wed, 24 Jun 2020 00:20:42 GMT" + ], + "Content-Length": [ + "718" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps8138/workflows/9b855bcb-f784-4406-8ce0-372de22ab139\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8904/providers/microsoft.storagesync/storageSyncServices/sssps8138\",\r\n \"name\": \"sssps8138\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8904/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODkwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c86ecb23-81d1-4ebb-9855-947e4d4e0055" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "9b834297-8a0b-46fb-919a-e8c03a5b9744" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11981" + ], + "x-ms-correlation-request-id": [ + "b8348e7c-e565-4ccb-988b-a3afd52d4bad" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200624T002116Z:b8348e7c-e565-4ccb-988b-a3afd52d4bad" + ], + "Date": [ + "Wed, 24 Jun 2020 00:21:15 GMT" + ], + "Content-Length": [ + "19" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": []\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8904/providers/Microsoft.StorageSync/storageSyncServices/sssps9517?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODkwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5NTE3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2eef77b4-4c8d-4279-8f6a-616631de06a0" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjJhYWJmYWQwLWFlNzQtNDBmZC05OWNiLTI1MzYwOTlkNGY3MSIsIndvcmtmbG93SWQiOiIzMzY5MzQwMC05NjE2LTRlODUtOTU3Zi1lNzg2MzQzMDYxZjAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDJmNWQyZTAtMGJkMy00MzZjLWIwOWYtNjk4ZTYyZTkzMzNiIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjJhYWJmYWQwLWFlNzQtNDBmZC05OWNiLTI1MzYwOTlkNGY3MSIsIndvcmtmbG93SWQiOiIzMzY5MzQwMC05NjE2LTRlODUtOTU3Zi1lNzg2MzQzMDYxZjAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDJmNWQyZTAtMGJkMy00MzZjLWIwOWYtNjk4ZTYyZTkzMzNiIn0=?api-version=2020-03-01" + ], + "x-ms-request-id": [ + "39c5fcfc-c161-48fd-8571-87e7ed76071e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-deletes": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "6a7ed837-f8a4-4d00-953f-368c0b28c1e9" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200624T002019Z:6a7ed837-f8a4-4d00-953f-368c0b28c1e9" + ], + "Date": [ + "Wed, 24 Jun 2020 00:20:19 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjJhYWJmYWQwLWFlNzQtNDBmZC05OWNiLTI1MzYwOTlkNGY3MSIsIndvcmtmbG93SWQiOiIzMzY5MzQwMC05NjE2LTRlODUtOTU3Zi1lNzg2MzQzMDYxZjAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDJmNWQyZTAtMGJkMy00MzZjLWIwOWYtNjk4ZTYyZTkzMzNiIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqSmhZV0ptWVdRd0xXRmxOelF0TkRCbVpDMDVPV05pTFRJMU16WXdPVGxrTkdZM01TSXNJbmR2Y210bWJHOTNTV1FpT2lJek16WTVNelF3TUMwNU5qRTJMVFJsT0RVdE9UVTNaaTFsTnpnMk16UXpNRFl4WmpBaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTkRKbU5XUXlaVEF0TUdKa015MDBNelpqTFdJd09XWXROams0WlRZeVpUa3pNek5pSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "d0819a70-7172-4c71-919b-72ed6086d791" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11992" + ], + "x-ms-correlation-request-id": [ + "82302cfa-9670-49bc-a883-7af1082ed0c7" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200624T002030Z:82302cfa-9670-49bc-a883-7af1082ed0c7" + ], + "Date": [ + "Wed, 24 Jun 2020 00:20:29 GMT" + ], + "Content-Length": [ + "744" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjJhYWJmYWQwLWFlNzQtNDBmZC05OWNiLTI1MzYwOTlkNGY3MSIsIndvcmtmbG93SWQiOiIzMzY5MzQwMC05NjE2LTRlODUtOTU3Zi1lNzg2MzQzMDYxZjAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDJmNWQyZTAtMGJkMy00MzZjLWIwOWYtNjk4ZTYyZTkzMzNiIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjJhYWJmYWQwLWFlNzQtNDBmZC05OWNiLTI1MzYwOTlkNGY3MSIsIndvcmtmbG93SWQiOiIzMzY5MzQwMC05NjE2LTRlODUtOTU3Zi1lNzg2MzQzMDYxZjAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDJmNWQyZTAtMGJkMy00MzZjLWIwOWYtNjk4ZTYyZTkzMzNiIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-24T00:20:20.595256Z\",\r\n \"endTime\": \"2020-06-24T00:20:26.2954629Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjJhYWJmYWQwLWFlNzQtNDBmZC05OWNiLTI1MzYwOTlkNGY3MSIsIndvcmtmbG93SWQiOiIzMzY5MzQwMC05NjE2LTRlODUtOTU3Zi1lNzg2MzQzMDYxZjAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNDJmNWQyZTAtMGJkMy00MzZjLWIwOWYtNjk4ZTYyZTkzMzNiIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqSmhZV0ptWVdRd0xXRmxOelF0TkRCbVpDMDVPV05pTFRJMU16WXdPVGxrTkdZM01TSXNJbmR2Y210bWJHOTNTV1FpT2lJek16WTVNelF3TUMwNU5qRTJMVFJsT0RVdE9UVTNaaTFsTnpnMk16UXpNRFl4WmpBaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTkRKbU5XUXlaVEF0TUdKa015MDBNelpqTFdJd09XWXROams0WlRZeVpUa3pNek5pSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" ], - "Content-Type": [ - "application/json; charset=utf-8" + "x-ms-request-id": [ + "3ff8b400-995c-4d04-a5ac-cb037c7eff0d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11991" + ], + "x-ms-correlation-request-id": [ + "563b97d7-77f7-47ab-bf14-8b99441e6349" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200624T002030Z:563b97d7-77f7-47ab-bf14-8b99441e6349" + ], + "Date": [ + "Wed, 24 Jun 2020 00:20:29 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps1956\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8904/providers/Microsoft.StorageSync/storageSyncServices/sssps8138?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODkwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4MTM4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b53dc84e-e974-4072-b3a4-8fca02e90816" + "2a0a0b73-074a-4de9-b31a-fe1bdb2f6ea7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "83" + "125" ] }, "ResponseHeaders": { @@ -293,8 +1400,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjRiZDU3OThiLWE3M2MtNDkzMy05OWI5LWMwOWJjNzFmYzIxMyIsIndvcmtmbG93SWQiOiI5Yjg1NWJjYi1mNzg0LTQ0MDYtOGNlMC0zNzJkZTIyYWIxMzkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmVjNmY1NmQtNmRkOC00NDNmLWIxNzQtMDg3ZjVjODcwYTY3In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjRiZDU3OThiLWE3M2MtNDkzMy05OWI5LWMwOWJjNzFmYzIxMyIsIndvcmtmbG93SWQiOiI5Yjg1NWJjYi1mNzg0LTQ0MDYtOGNlMC0zNzJkZTIyYWIxMzkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmVjNmY1NmQtNmRkOC00NDNmLWIxNzQtMDg3ZjVjODcwYTY3In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "271fa124-9141-4776-9873-62f954fd6252" + "edcf6212-9e92-41ba-99bd-0e93ff55fe69" ], "X-Content-Type-Options": [ "nosniff" @@ -312,53 +1428,38 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1197" ], "x-ms-correlation-request-id": [ - "bd67ef40-12d2-419b-bac5-14ae7308af53" + "e5404458-6951-4275-8c42-4de01a206d97" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183419Z:bd67ef40-12d2-419b-bac5-14ae7308af53" + "WESTUS:20200624T002031Z:e5404458-6951-4275-8c42-4de01a206d97" ], "Date": [ - "Wed, 03 Jul 2019 18:34:18 GMT" - ], - "Content-Length": [ - "51" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Wed, 24 Jun 2020 00:20:30 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps1956\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjRiZDU3OThiLWE3M2MtNDkzMy05OWI5LWMwOWJjNzFmYzIxMyIsIndvcmtmbG93SWQiOiI5Yjg1NWJjYi1mNzg0LTQ0MDYtOGNlMC0zNzJkZTIyYWIxMzkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmVjNmY1NmQtNmRkOC00NDNmLWIxNzQtMDg3ZjVjODcwYTY3In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqUmlaRFUzT1RoaUxXRTNNMk10TkRrek15MDVPV0k1TFdNd09XSmpOekZtWXpJeE15SXNJbmR2Y210bWJHOTNTV1FpT2lJNVlqZzFOV0pqWWkxbU56ZzBMVFEwTURZdE9HTmxNQzB6TnpKa1pUSXlZV0l4TXpraUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWm1Wak5tWTFObVF0Tm1Sa09DMDBORE5tTFdJeE56UXRNRGczWmpWak9EY3dZVFkzSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "3cac020b-994e-4a13-92e0-2b75e5b62127" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "83" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -369,7 +1470,7 @@ "no-cache" ], "x-ms-request-id": [ - "a956c2d9-902f-4280-a4c0-55929c1f3f67" + "6a5585a3-3c5e-4db7-b9f2-dcfe117d8b0e" ], "X-Content-Type-Options": [ "nosniff" @@ -386,54 +1487,42 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" ], "x-ms-correlation-request-id": [ - "acc9682f-fdff-40b0-82aa-54d67d2c2cf4" + "6935dfa1-77b8-43a8-9909-a38563a5eb79" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183421Z:acc9682f-fdff-40b0-82aa-54d67d2c2cf4" + "WESTUS:20200624T002041Z:6935dfa1-77b8-43a8-9909-a38563a5eb79" ], "Date": [ - "Wed, 03 Jul 2019 18:34:20 GMT" + "Wed, 24 Jun 2020 00:20:41 GMT" ], "Content-Length": [ - "51" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjRiZDU3OThiLWE3M2MtNDkzMy05OWI5LWMwOWJjNzFmYzIxMyIsIndvcmtmbG93SWQiOiI5Yjg1NWJjYi1mNzg0LTQ0MDYtOGNlMC0zNzJkZTIyYWIxMzkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmVjNmY1NmQtNmRkOC00NDNmLWIxNzQtMDg3ZjVjODcwYTY3In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjRiZDU3OThiLWE3M2MtNDkzMy05OWI5LWMwOWJjNzFmYzIxMyIsIndvcmtmbG93SWQiOiI5Yjg1NWJjYi1mNzg0LTQ0MDYtOGNlMC0zNzJkZTIyYWIxMzkiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmVjNmY1NmQtNmRkOC00NDNmLWIxNzQtMDg3ZjVjODcwYTY3In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-24T00:20:32.5287656Z\",\r\n \"endTime\": \"2020-06-24T00:20:39.1457031Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5518/providers/Microsoft.StorageSync/storageSyncServices/sssps1956?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxOTU2P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8904/providers/Microsoft.StorageSync/storageSyncServices/sssps8138?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODkwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4MTM4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "719b5087-8d30-4b6b-b7f5-1e75cba6c27f" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "52" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -444,7 +1533,7 @@ "no-cache" ], "x-ms-request-id": [ - "80427407-1c9d-4534-a375-b5156cc5e6de" + "118f234a-d2fd-473d-80e0-b548f13640d6" ], "X-Content-Type-Options": [ "nosniff" @@ -461,54 +1550,48 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" ], "x-ms-correlation-request-id": [ - "15afd8b2-ae9c-44f2-8a7c-03a0d1807a4a" + "b1b5801f-6f29-418b-960d-7149ba02d0c8" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183417Z:15afd8b2-ae9c-44f2-8a7c-03a0d1807a4a" + "WESTUS:20200624T002041Z:b1b5801f-6f29-418b-960d-7149ba02d0c8" ], "Date": [ - "Wed, 03 Jul 2019 18:34:17 GMT" + "Wed, 24 Jun 2020 00:20:41 GMT" ], "Content-Length": [ - "329" + "633" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5518/providers/microsoft.storagesync/storageSyncServices/sssps1956\",\r\n \"name\": \"sssps1956\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps8138/workflows/9b855bcb-f784-4406-8ce0-372de22ab139\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8904/providers/microsoft.storagesync/storageSyncServices/sssps8138\",\r\n \"name\": \"sssps8138\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5518/providers/Microsoft.StorageSync/storageSyncServices/sssps1956?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxOTU2P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8904/providers/Microsoft.StorageSync/storageSyncServices/sssps8138?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODkwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM4MTM4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "DELETE", + "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "16cf316a-ca1f-47bc-a583-ee8fc3f5a8d2" + "d1824408-8bca-48fb-80bc-856e5a2be05d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "52" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -518,8 +1601,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjRiZDU3OThiLWE3M2MtNDkzMy05OWI5LWMwOWJjNzFmYzIxMyIsIndvcmtmbG93SWQiOiI0YzA1OTc1NC1iZjJiLTQ5ZDEtYmIwOS0xOWZhY2FiNDE4YjEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZGMwMWI0ZWYtZDcxMi00ZjZkLWI4NjAtMjNiZDQyYjEzODM4In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjRiZDU3OThiLWE3M2MtNDkzMy05OWI5LWMwOWJjNzFmYzIxMyIsIndvcmtmbG93SWQiOiI0YzA1OTc1NC1iZjJiLTQ5ZDEtYmIwOS0xOWZhY2FiNDE4YjEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZGMwMWI0ZWYtZDcxMi00ZjZkLWI4NjAtMjNiZDQyYjEzODM4In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "afbc1dc7-7d94-49a3-a767-7091b5c31533" + "0a5275cf-46e0-4e25-92b7-01db93cbef8a" ], "X-Content-Type-Options": [ "nosniff" @@ -536,54 +1628,39 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" ], "x-ms-correlation-request-id": [ - "8d391ee3-746d-4837-bf24-09eec18cfc32" + "fbc9c5fd-00d9-4122-b1d8-16e505204e4f" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183420Z:8d391ee3-746d-4837-bf24-09eec18cfc32" + "WESTUS:20200624T002042Z:fbc9c5fd-00d9-4122-b1d8-16e505204e4f" ], "Date": [ - "Wed, 03 Jul 2019 18:34:19 GMT" - ], - "Content-Length": [ - "329" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Wed, 24 Jun 2020 00:20:42 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5518/providers/microsoft.storagesync/storageSyncServices/sssps1956\",\r\n \"name\": \"sssps1956\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5518/providers/Microsoft.StorageSync/storageSyncServices/sssps1956?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxOTU2P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjRiZDU3OThiLWE3M2MtNDkzMy05OWI5LWMwOWJjNzFmYzIxMyIsIndvcmtmbG93SWQiOiI0YzA1OTc1NC1iZjJiLTQ5ZDEtYmIwOS0xOWZhY2FiNDE4YjEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZGMwMWI0ZWYtZDcxMi00ZjZkLWI4NjAtMjNiZDQyYjEzODM4In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqUmlaRFUzT1RoaUxXRTNNMk10TkRrek15MDVPV0k1TFdNd09XSmpOekZtWXpJeE15SXNJbmR2Y210bWJHOTNTV1FpT2lJMFl6QTFPVGMxTkMxaVpqSmlMVFE1WkRFdFltSXdPUzB4T1daaFkyRmlOREU0WWpFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWkdNd01XSTBaV1l0WkRjeE1pMDBaalprTFdJNE5qQXRNak5pWkRReVlqRXpPRE00SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "46718f4a-71a4-46a6-a875-855b3894f3c3" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "52" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -594,7 +1671,7 @@ "no-cache" ], "x-ms-request-id": [ - "966fa1ff-df6d-41d3-850f-feabaf8e5b8a" + "8bea973b-2671-4d4d-9b07-266ef9fecc1a" ], "X-Content-Type-Options": [ "nosniff" @@ -611,48 +1688,42 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" ], "x-ms-correlation-request-id": [ - "e9090f55-91e0-4a4f-a037-da5309acaa9a" + "c4029b8c-0b0c-4fdc-903c-0580cc11e725" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183421Z:e9090f55-91e0-4a4f-a037-da5309acaa9a" + "WESTUS:20200624T002053Z:c4029b8c-0b0c-4fdc-903c-0580cc11e725" ], "Date": [ - "Wed, 03 Jul 2019 18:34:20 GMT" + "Wed, 24 Jun 2020 00:20:52 GMT" ], "Content-Length": [ - "329" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5518/providers/microsoft.storagesync/storageSyncServices/sssps1956\",\r\n \"name\": \"sssps1956\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjRiZDU3OThiLWE3M2MtNDkzMy05OWI5LWMwOWJjNzFmYzIxMyIsIndvcmtmbG93SWQiOiI0YzA1OTc1NC1iZjJiLTQ5ZDEtYmIwOS0xOWZhY2FiNDE4YjEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZGMwMWI0ZWYtZDcxMi00ZjZkLWI4NjAtMjNiZDQyYjEzODM4In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjRiZDU3OThiLWE3M2MtNDkzMy05OWI5LWMwOWJjNzFmYzIxMyIsIndvcmtmbG93SWQiOiI0YzA1OTc1NC1iZjJiLTQ5ZDEtYmIwOS0xOWZhY2FiNDE4YjEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZGMwMWI0ZWYtZDcxMi00ZjZkLWI4NjAtMjNiZDQyYjEzODM4In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-24T00:20:42.9723841Z\",\r\n \"endTime\": \"2020-06-24T00:20:49.9583092Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5518/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjRiZDU3OThiLWE3M2MtNDkzMy05OWI5LWMwOWJjNzFmYzIxMyIsIndvcmtmbG93SWQiOiI0YzA1OTc1NC1iZjJiLTQ5ZDEtYmIwOS0xOWZhY2FiNDE4YjEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZGMwMWI0ZWYtZDcxMi00ZjZkLWI4NjAtMjNiZDQyYjEzODM4In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqUmlaRFUzT1RoaUxXRTNNMk10TkRrek15MDVPV0k1TFdNd09XSmpOekZtWXpJeE15SXNJbmR2Y210bWJHOTNTV1FpT2lJMFl6QTFPVGMxTkMxaVpqSmlMVFE1WkRFdFltSXdPUzB4T1daaFkyRmlOREU0WWpFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWkdNd01XSTBaV1l0WkRjeE1pMDBaalprTFdJNE5qQXRNak5pWkRReVlqRXpPRE00SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "917250d2-f807-4717-a5e8-23330b0edaa6" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -663,7 +1734,7 @@ "no-cache" ], "x-ms-request-id": [ - "0db7d4a1-15e2-4637-8f75-8b5ec73768ed" + "4e2bc990-c6aa-4cc1-aae6-2804b51c6db5" ], "X-Content-Type-Options": [ "nosniff" @@ -681,47 +1752,50 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11986" ], "x-ms-correlation-request-id": [ - "a2a6a127-cd25-424a-8954-2c362218b16d" + "74de0935-62c3-4db2-b715-77d9a6608033" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183418Z:a2a6a127-cd25-424a-8954-2c362218b16d" + "WESTUS:20200624T002053Z:74de0935-62c3-4db2-b715-77d9a6608033" ], "Date": [ - "Wed, 03 Jul 2019 18:34:17 GMT" - ], - "Content-Length": [ - "340" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Wed, 24 Jun 2020 00:20:53 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": \"0\",\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5518/providers/microsoft.storagesync/storageSyncServices/sssps1956\",\r\n \"name\": \"sssps1956\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n }\r\n ]\r\n}", + "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5518/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8904/providers/Microsoft.StorageSync/storageSyncServices/sssps493?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODkwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0OTM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9575f2d7-1823-4416-b714-fb9ed83d29ed" + "1881b1d8-87ac-4f24-8493-c0bc80ccc734" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "125" ] }, "ResponseHeaders": { @@ -731,8 +1805,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImJiNDU2ZmQzLTIxY2QtNGI5OC04Yjg1LWNlZjIwOWRmZjRiZSIsIndvcmtmbG93SWQiOiIzOTMxNTNkMS1hNzk4LTRhYzUtOWRlNS01MjEzOWI3NDE4N2QiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiM2RlM2FmMjAtY2RkNS00NWEyLWE2NTYtYzRiMWZjYjVjMTVmIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImJiNDU2ZmQzLTIxY2QtNGI5OC04Yjg1LWNlZjIwOWRmZjRiZSIsIndvcmtmbG93SWQiOiIzOTMxNTNkMS1hNzk4LTRhYzUtOWRlNS01MjEzOWI3NDE4N2QiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiM2RlM2FmMjAtY2RkNS00NWEyLWE2NTYtYzRiMWZjYjVjMTVmIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "b799e2c6-aed2-4671-942f-6daab0bfcfc8" + "5fb0623b-5e2e-43cb-ae08-78340f2beb31" ], "X-Content-Type-Options": [ "nosniff" @@ -749,48 +1832,39 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1196" ], "x-ms-correlation-request-id": [ - "40711eb4-f4d5-4769-80d9-7281e3f4c6d8" + "ac81a7a3-bb50-49d3-9e1a-69e4a38f122a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183420Z:40711eb4-f4d5-4769-80d9-7281e3f4c6d8" + "WESTUS:20200624T002054Z:ac81a7a3-bb50-49d3-9e1a-69e4a38f122a" ], "Date": [ - "Wed, 03 Jul 2019 18:34:19 GMT" - ], - "Content-Length": [ - "340" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Wed, 24 Jun 2020 00:20:54 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": \"0\",\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5518/providers/microsoft.storagesync/storageSyncServices/sssps1956\",\r\n \"name\": \"sssps1956\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n }\r\n ]\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5518/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImJiNDU2ZmQzLTIxY2QtNGI5OC04Yjg1LWNlZjIwOWRmZjRiZSIsIndvcmtmbG93SWQiOiIzOTMxNTNkMS1hNzk4LTRhYzUtOWRlNS01MjEzOWI3NDE4N2QiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiM2RlM2FmMjAtY2RkNS00NWEyLWE2NTYtYzRiMWZjYjVjMTVmIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltSmlORFUyWm1RekxUSXhZMlF0TkdJNU9DMDRZamcxTFdObFpqSXdPV1JtWmpSaVpTSXNJbmR2Y210bWJHOTNTV1FpT2lJek9UTXhOVE5rTVMxaE56azRMVFJoWXpVdE9XUmxOUzAxTWpFek9XSTNOREU0TjJRaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTTJSbE0yRm1NakF0WTJSa05TMDBOV0V5TFdFMk5UWXRZelJpTVdaallqVmpNVFZtSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "16fe22d8-05cc-47e1-8aaa-d4ec91e7fcfc" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -800,57 +1874,60 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" - ], "x-ms-request-id": [ - "31e58ae1-8d6f-4a81-9684-4b34faab294d" - ], - "x-ms-correlation-request-id": [ - "31e58ae1-8d6f-4a81-9684-4b34faab294d" + "b3e83f20-958b-4fef-b131-03893c331c30" ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T183422Z:31e58ae1-8d6f-4a81-9684-4b34faab294d" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], + "x-ms-correlation-request-id": [ + "f7253c02-5123-4371-9ed7-03438313f263" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200624T002104Z:f7253c02-5123-4371-9ed7-03438313f263" ], "Date": [ - "Wed, 03 Jul 2019 18:34:21 GMT" + "Wed, 24 Jun 2020 00:21:04 GMT" + ], + "Content-Length": [ + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, - "ResponseBody": "{\r\n \"value\": []\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImJiNDU2ZmQzLTIxY2QtNGI5OC04Yjg1LWNlZjIwOWRmZjRiZSIsIndvcmtmbG93SWQiOiIzOTMxNTNkMS1hNzk4LTRhYzUtOWRlNS01MjEzOWI3NDE4N2QiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiM2RlM2FmMjAtY2RkNS00NWEyLWE2NTYtYzRiMWZjYjVjMTVmIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImJiNDU2ZmQzLTIxY2QtNGI5OC04Yjg1LWNlZjIwOWRmZjRiZSIsIndvcmtmbG93SWQiOiIzOTMxNTNkMS1hNzk4LTRhYzUtOWRlNS01MjEzOWI3NDE4N2QiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiM2RlM2FmMjAtY2RkNS00NWEyLWE2NTYtYzRiMWZjYjVjMTVmIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-24T00:20:55.4631135Z\",\r\n \"endTime\": \"2020-06-24T00:21:02.1401947Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5518/providers/Microsoft.StorageSync/storageSyncServices/sssps1956?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxOTU2P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8904/providers/Microsoft.StorageSync/storageSyncServices/sssps493?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODkwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0OTM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "8785d859-7ff7-4301-b898-db1c4cfada8c" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -861,7 +1938,7 @@ "no-cache" ], "x-ms-request-id": [ - "f35b449c-f51f-40fd-9689-4a863df9b0cf" + "82bc6d16-2a67-4dcc-9d37-05fecc2e1d06" ], "X-Content-Type-Options": [ "nosniff" @@ -879,47 +1956,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11984" ], "x-ms-correlation-request-id": [ - "8efff9ec-940c-4013-babd-bd8d00407e6c" + "2af85d3f-4730-4cd3-a337-16ee445c4e66" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183418Z:8efff9ec-940c-4013-babd-bd8d00407e6c" + "WESTUS:20200624T002105Z:2af85d3f-4730-4cd3-a337-16ee445c4e66" ], "Date": [ - "Wed, 03 Jul 2019 18:34:17 GMT" + "Wed, 24 Jun 2020 00:21:04 GMT" ], "Content-Length": [ - "328" + "630" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": \"0\",\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5518/providers/microsoft.storagesync/storageSyncServices/sssps1956\",\r\n \"name\": \"sssps1956\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps493/workflows/393153d1-a798-4ac5-9de5-52139b74187d\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8904/providers/microsoft.storagesync/storageSyncServices/sssps493\",\r\n \"name\": \"sssps493\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5518/providers/Microsoft.StorageSync/storageSyncServices/sssps1956?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxOTU2P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8904/providers/Microsoft.StorageSync/storageSyncServices/sssps493?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODkwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0OTM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "26f4f03c-2fba-45d0-9c71-8e35179e245e" + "1e02dc78-cf14-461a-a1fc-b1c6cc0bf38e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -929,8 +2006,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImJiNDU2ZmQzLTIxY2QtNGI5OC04Yjg1LWNlZjIwOWRmZjRiZSIsIndvcmtmbG93SWQiOiIwZTYzZjBiMy03YjllLTQxZDUtODU1NS0zYzk2YWVlOWM1ODAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDhlMjg5MDQtYmIyYy00NGFkLTgxMTUtNGYxNWI2OTdjMjEwIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImJiNDU2ZmQzLTIxY2QtNGI5OC04Yjg1LWNlZjIwOWRmZjRiZSIsIndvcmtmbG93SWQiOiIwZTYzZjBiMy03YjllLTQxZDUtODU1NS0zYzk2YWVlOWM1ODAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDhlMjg5MDQtYmIyYy00NGFkLTgxMTUtNGYxNWI2OTdjMjEwIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "8925ecff-add2-423b-b5fb-da89fbdffbef" + "5d26fb1c-70b0-4578-bd3f-cc4fc1fd5ba3" ], "X-Content-Type-Options": [ "nosniff" @@ -948,16 +2034,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14997" ], "x-ms-correlation-request-id": [ - "665e2036-c69c-4a7b-a253-92b2e153b9cd" + "83225192-1517-4696-a1c7-f2f4a67c0010" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183419Z:665e2036-c69c-4a7b-a253-92b2e153b9cd" + "WESTUS:20200624T002105Z:83225192-1517-4696-a1c7-f2f4a67c0010" ], "Date": [ - "Wed, 03 Jul 2019 18:34:18 GMT" + "Wed, 24 Jun 2020 00:21:05 GMT" ], "Expires": [ "-1" @@ -967,25 +2053,19 @@ ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5518/providers/Microsoft.StorageSync/storageSyncServices/sssps1956?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxOTU2P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImJiNDU2ZmQzLTIxY2QtNGI5OC04Yjg1LWNlZjIwOWRmZjRiZSIsIndvcmtmbG93SWQiOiIwZTYzZjBiMy03YjllLTQxZDUtODU1NS0zYzk2YWVlOWM1ODAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDhlMjg5MDQtYmIyYy00NGFkLTgxMTUtNGYxNWI2OTdjMjEwIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltSmlORFUyWm1RekxUSXhZMlF0TkdJNU9DMDRZamcxTFdObFpqSXdPV1JtWmpSaVpTSXNJbmR2Y210bWJHOTNTV1FpT2lJd1pUWXpaakJpTXkwM1lqbGxMVFF4WkRVdE9EVTFOUzB6WXprMllXVmxPV00xT0RBaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTURobE1qZzVNRFF0WW1JeVl5MDBOR0ZrTFRneE1UVXROR1l4TldJMk9UZGpNakV3SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "8eaf7bd1-10b5-4f0e-8d11-bbbb148b7d9c" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -996,7 +2076,7 @@ "no-cache" ], "x-ms-request-id": [ - "dc8c84c8-f4d2-415a-ba4f-cf50c348b611" + "4a13a74e-b213-4583-98ef-6c39851dac03" ], "X-Content-Type-Options": [ "nosniff" @@ -1013,45 +2093,42 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11983" ], "x-ms-correlation-request-id": [ - "32314d79-4211-4bf6-9b20-b5fac814ae2b" + "bd757d4b-0021-45c7-92cf-2b2cf9d35036" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183420Z:32314d79-4211-4bf6-9b20-b5fac814ae2b" + "WESTUS:20200624T002115Z:bd757d4b-0021-45c7-92cf-2b2cf9d35036" ], "Date": [ - "Wed, 03 Jul 2019 18:34:20 GMT" + "Wed, 24 Jun 2020 00:21:15 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImJiNDU2ZmQzLTIxY2QtNGI5OC04Yjg1LWNlZjIwOWRmZjRiZSIsIndvcmtmbG93SWQiOiIwZTYzZjBiMy03YjllLTQxZDUtODU1NS0zYzk2YWVlOWM1ODAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDhlMjg5MDQtYmIyYy00NGFkLTgxMTUtNGYxNWI2OTdjMjEwIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImJiNDU2ZmQzLTIxY2QtNGI5OC04Yjg1LWNlZjIwOWRmZjRiZSIsIndvcmtmbG93SWQiOiIwZTYzZjBiMy03YjllLTQxZDUtODU1NS0zYzk2YWVlOWM1ODAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDhlMjg5MDQtYmIyYy00NGFkLTgxMTUtNGYxNWI2OTdjMjEwIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-24T00:21:05.6848138Z\",\r\n \"endTime\": \"2020-06-24T00:21:11.2916493Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5518/providers/Microsoft.StorageSync/storageSyncServices/sssps1956?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMxOTU2P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImJiNDU2ZmQzLTIxY2QtNGI5OC04Yjg1LWNlZjIwOWRmZjRiZSIsIndvcmtmbG93SWQiOiIwZTYzZjBiMy03YjllLTQxZDUtODU1NS0zYzk2YWVlOWM1ODAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMDhlMjg5MDQtYmIyYy00NGFkLTgxMTUtNGYxNWI2OTdjMjEwIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltSmlORFUyWm1RekxUSXhZMlF0TkdJNU9DMDRZamcxTFdObFpqSXdPV1JtWmpSaVpTSXNJbmR2Y210bWJHOTNTV1FpT2lJd1pUWXpaakJpTXkwM1lqbGxMVFF4WkRVdE9EVTFOUzB6WXprMllXVmxPV00xT0RBaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTURobE1qZzVNRFF0WW1JeVl5MDBOR0ZrTFRneE1UVXROR1l4TldJMk9UZGpNakV3SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "fc5d3d27-16d6-44b0-b5b8-0f37ebe68ae8" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1062,7 +2139,7 @@ "no-cache" ], "x-ms-request-id": [ - "10b7f8e1-61e3-44e6-9e3c-e08041952140" + "482d2d8f-1854-45d3-a645-ca14a529222a" ], "X-Content-Type-Options": [ "nosniff" @@ -1079,17 +2156,17 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11982" ], "x-ms-correlation-request-id": [ - "e9e1eddd-2a71-47cf-a42d-2f388f3385b5" + "e50e4df6-ab18-417f-843a-30112a163ed9" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183422Z:e9e1eddd-2a71-47cf-a42d-2f388f3385b5" + "WESTUS:20200624T002115Z:e50e4df6-ab18-417f-843a-30112a163ed9" ], "Date": [ - "Wed, 03 Jul 2019 18:34:21 GMT" + "Wed, 24 Jun 2020 00:21:15 GMT" ], "Expires": [ "-1" @@ -1102,22 +2179,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps5518?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNTUxOD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps8904?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzODkwND9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "05c0ccad-69fc-42e7-9a27-6bc8b39da22a" + "cb044b20-78a7-4b01-bde6-c5944ead932c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1128,7 +2205,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1MTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg5MDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -1137,13 +2214,13 @@ "14996" ], "x-ms-request-id": [ - "50406134-3b08-48cc-b666-a39dec581072" + "6cad7f0f-734d-4c51-b1b2-8b8666ee0a88" ], "x-ms-correlation-request-id": [ - "50406134-3b08-48cc-b666-a39dec581072" + "6cad7f0f-734d-4c51-b1b2-8b8666ee0a88" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183423Z:50406134-3b08-48cc-b666-a39dec581072" + "WESTUS:20200624T002117Z:6cad7f0f-734d-4c51-b1b2-8b8666ee0a88" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1152,7 +2229,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:34:22 GMT" + "Wed, 24 Jun 2020 00:21:16 GMT" ], "Expires": [ "-1" @@ -1165,16 +2242,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1MTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMU1UZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg5MDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnNU1EUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1185,22 +2262,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1MTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg5MDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11980" ], "x-ms-request-id": [ - "69366449-6644-40cf-a001-277e8fb040ef" + "98b8ad94-b33c-4c8d-a7ae-86ceadb2c0da" ], "x-ms-correlation-request-id": [ - "69366449-6644-40cf-a001-277e8fb040ef" + "98b8ad94-b33c-4c8d-a7ae-86ceadb2c0da" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183438Z:69366449-6644-40cf-a001-277e8fb040ef" + "WESTUS:20200624T002132Z:98b8ad94-b33c-4c8d-a7ae-86ceadb2c0da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1209,7 +2286,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:34:37 GMT" + "Wed, 24 Jun 2020 00:21:31 GMT" ], "Expires": [ "-1" @@ -1222,16 +2299,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1MTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMU1UZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg5MDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnNU1EUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1242,22 +2319,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1MTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg5MDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11979" ], "x-ms-request-id": [ - "471d0dc0-0111-4795-b14c-80ba7a7e6e3d" + "43621e6d-7d38-47e6-bfb7-997020c08367" ], "x-ms-correlation-request-id": [ - "471d0dc0-0111-4795-b14c-80ba7a7e6e3d" + "43621e6d-7d38-47e6-bfb7-997020c08367" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183453Z:471d0dc0-0111-4795-b14c-80ba7a7e6e3d" + "WESTUS:20200624T002147Z:43621e6d-7d38-47e6-bfb7-997020c08367" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1266,7 +2343,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:34:53 GMT" + "Wed, 24 Jun 2020 00:21:46 GMT" ], "Expires": [ "-1" @@ -1279,16 +2356,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1MTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMU1UZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg5MDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnNU1EUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1299,16 +2376,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11978" ], "x-ms-request-id": [ - "35602e0f-99c3-4030-bbeb-1024d312f0a3" + "162bc021-0d49-4918-b4da-5b78982fd376" ], "x-ms-correlation-request-id": [ - "35602e0f-99c3-4030-bbeb-1024d312f0a3" + "162bc021-0d49-4918-b4da-5b78982fd376" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183508Z:35602e0f-99c3-4030-bbeb-1024d312f0a3" + "WESTUS:20200624T002202Z:162bc021-0d49-4918-b4da-5b78982fd376" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1317,7 +2394,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:35:08 GMT" + "Wed, 24 Jun 2020 00:22:01 GMT" ], "Expires": [ "-1" @@ -1330,16 +2407,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1MTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMU1UZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg5MDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnNU1EUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1350,16 +2427,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11977" ], "x-ms-request-id": [ - "a214e6f8-7c68-40f3-9945-b2ce89a638c8" + "1ebc9ee2-6947-4682-aaed-92db7ee8c605" ], "x-ms-correlation-request-id": [ - "a214e6f8-7c68-40f3-9945-b2ce89a638c8" + "1ebc9ee2-6947-4682-aaed-92db7ee8c605" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T183508Z:a214e6f8-7c68-40f3-9945-b2ce89a638c8" + "WESTUS:20200624T002202Z:1ebc9ee2-6947-4682-aaed-92db7ee8c605" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1368,7 +2445,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:35:08 GMT" + "Wed, 24 Jun 2020 00:22:01 GMT" ], "Expires": [ "-1" @@ -1383,13 +2460,15 @@ ], "Names": { "Test-StorageSyncService": [ - "ps5518", - "ps1956" + "ps8904", + "ps9517", + "ps8138", + "ps493" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestGetSyncGroup.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestGetSyncGroup.json index 5c5c6270f247..6ee02ea58718 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestGetSyncGroup.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestGetSyncGroup.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dcf5ec84-eca5-4795-8802-ebfbd7ddbed5" + "ebda7247-74a0-4e47-baeb-a10b45c38d2e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "e0b9d7d0-f622-4765-ba43-cdced0a949e9" + "99a294cb-e1f7-46b6-9958-253e815ab34b" ], "x-ms-correlation-request-id": [ - "e0b9d7d0-f622-4765-ba43-cdced0a949e9" + "99a294cb-e1f7-46b6-9958-253e815ab34b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184525Z:e0b9d7d0-f622-4765-ba43-cdced0a949e9" + "WESTUS:20200623T071806Z:99a294cb-e1f7-46b6-9958-253e815ab34b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:45:24 GMT" + "Tue, 23 Jun 2020 07:18:06 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\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\": \"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\": \"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\": \"notifyResourceJobs\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\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 ]\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-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-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-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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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-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-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 },\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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1e6425eb-2831-47cd-a307-adc7cd716e5d" + "ab23f0e9-9897-458a-9721-c34d905c37d9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "c2f888d2-513e-46fa-909d-ff94773dea06" + "4d4798d8-3444-42d2-b0c1-d966e27c7aea" ], "x-ms-correlation-request-id": [ - "c2f888d2-513e-46fa-909d-ff94773dea06" + "4d4798d8-3444-42d2-b0c1-d966e27c7aea" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184525Z:c2f888d2-513e-46fa-909d-ff94773dea06" + "WESTUS:20200623T071807Z:4d4798d8-3444-42d2-b0c1-d966e27c7aea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:45:24 GMT" + "Tue, 23 Jun 2020 07:18:06 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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-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-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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 \"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 \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps1439?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMTQzOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps3246?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzMzI0Nj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "868c70c4-47ca-4884-995f-bddfe031fb07" + "41418fc7-bae7-4bf2-9e0d-dda43941552c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,13 +156,13 @@ "1199" ], "x-ms-request-id": [ - "ef24c2a8-a306-4119-b8e5-2c07f5fe67ff" + "83199422-4d04-48e7-90e9-c2d8a8749902" ], "x-ms-correlation-request-id": [ - "ef24c2a8-a306-4119-b8e5-2c07f5fe67ff" + "83199422-4d04-48e7-90e9-c2d8a8749902" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184527Z:ef24c2a8-a306-4119-b8e5-2c07f5fe67ff" + "WESTUS:20200623T071807Z:83199422-4d04-48e7-90e9-c2d8a8749902" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:45:26 GMT" + "Tue, 23 Jun 2020 07:18:06 GMT" ], "Content-Length": [ "165" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1439\",\r\n \"name\": \"ps1439\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3246\",\r\n \"name\": \"ps3246\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps7263\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps9038\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "86a141fd-67e0-4188-a379-e3ee7fa1c44e" + "f03db1fd-f3e6-4f4b-9ccd-8dd7a58f7b10" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "83353184-4eeb-46d4-b9a6-5502fe9d3724" + "1cf5a622-418b-4702-bd04-cc59ad96cc80" ], "X-Content-Type-Options": [ "nosniff" @@ -240,50 +240,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "8b571a70-6f40-4f86-ab07-173ea3e5422d" + "af1035b4-d43e-48e2-86a7-750b467c6182" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184528Z:8b571a70-6f40-4f86-ab07-173ea3e5422d" + "WESTUS:20200623T071807Z:af1035b4-d43e-48e2-86a7-750b467c6182" ], "Date": [ - "Wed, 03 Jul 2019 18:45:28 GMT" + "Tue, 23 Jun 2020 07:18:07 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1439/providers/Microsoft.StorageSync/storageSyncServices/sssps7263?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTQzOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3MjYzP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3246/providers/Microsoft.StorageSync/storageSyncServices/sssps9038?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzI0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5MDM4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "54402c8e-15ce-443b-9416-360c63e8c4f9" + "1b6204e8-4dd9-4e7c-9b2b-e6b5e8d67316" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6Ijc4OWM3OWFkLTNkOGUtNDE0OS1iMmFkLTY2Y2JlNzZkZmRjZSIsIndvcmtmbG93SWQiOiI1NjExNDg0Ny04MjgxLTRlYjAtYjJlOS0yMDIzZmI5N2Q5NDIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTZkYWFkYmEtOWY0OC00YzA1LTkxYzUtZjM1OTYwODdkOWY1In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6Ijc4OWM3OWFkLTNkOGUtNDE0OS1iMmFkLTY2Y2JlNzZkZmRjZSIsIndvcmtmbG93SWQiOiI1NjExNDg0Ny04MjgxLTRlYjAtYjJlOS0yMDIzZmI5N2Q5NDIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTZkYWFkYmEtOWY0OC00YzA1LTkxYzUtZjM1OTYwODdkOWY1In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "a16d15b9-181a-4c65-8c5e-128bfcc329f6" + "3f38b5ce-19cf-4731-be70-2bd45c37b631" ], "X-Content-Type-Options": [ "nosniff" @@ -312,47 +321,170 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-correlation-request-id": [ - "78f5317d-4861-48b3-884e-e99bb7030749" + "5efc3c59-4846-4cc3-a5ef-93689d607462" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184528Z:78f5317d-4861-48b3-884e-e99bb7030749" + "WESTUS:20200623T071808Z:5efc3c59-4846-4cc3-a5ef-93689d607462" ], "Date": [ - "Wed, 03 Jul 2019 18:45:28 GMT" + "Tue, 23 Jun 2020 07:18:08 GMT" + ], + "Expires": [ + "-1" ], "Content-Length": [ - "329" + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6Ijc4OWM3OWFkLTNkOGUtNDE0OS1iMmFkLTY2Y2JlNzZkZmRjZSIsIndvcmtmbG93SWQiOiI1NjExNDg0Ny04MjgxLTRlYjAtYjJlOS0yMDIzZmI5N2Q5NDIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTZkYWFkYmEtOWY0OC00YzA1LTkxYzUtZjM1OTYwODdkOWY1In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqYzRPV00zT1dGa0xUTmtPR1V0TkRFME9TMWlNbUZrTFRZMlkySmxOelprWm1SalpTSXNJbmR2Y210bWJHOTNTV1FpT2lJMU5qRXhORGcwTnkwNE1qZ3hMVFJsWWpBdFlqSmxPUzB5TURJelptSTVOMlE1TkRJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWVRaa1lXRmtZbUV0T1dZME9DMDBZekExTFRreFl6VXRaak0xT1RZd09EZGtPV1kxSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "f3a58462-0369-4ee4-8029-bac6f9a4c1db" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "ef642e18-e69c-4ab0-a6fb-bed16afa3830" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071818Z:ef642e18-e69c-4ab0-a6fb-bed16afa3830" + ], + "Date": [ + "Tue, 23 Jun 2020 07:18:18 GMT" + ], + "Content-Length": [ + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6Ijc4OWM3OWFkLTNkOGUtNDE0OS1iMmFkLTY2Y2JlNzZkZmRjZSIsIndvcmtmbG93SWQiOiI1NjExNDg0Ny04MjgxLTRlYjAtYjJlOS0yMDIzZmI5N2Q5NDIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTZkYWFkYmEtOWY0OC00YzA1LTkxYzUtZjM1OTYwODdkOWY1In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6Ijc4OWM3OWFkLTNkOGUtNDE0OS1iMmFkLTY2Y2JlNzZkZmRjZSIsIndvcmtmbG93SWQiOiI1NjExNDg0Ny04MjgxLTRlYjAtYjJlOS0yMDIzZmI5N2Q5NDIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYTZkYWFkYmEtOWY0OC00YzA1LTkxYzUtZjM1OTYwODdkOWY1In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T07:18:08.9056399Z\",\r\n \"endTime\": \"2020-06-23T07:18:15.2812925Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3246/providers/Microsoft.StorageSync/storageSyncServices/sssps9038?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzI0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5MDM4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "93b869d0-7d39-45a6-a421-cad4c0c81234" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "801bc1b4-c20f-41c7-82d5-f3ed78b985cf" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071819Z:801bc1b4-c20f-41c7-82d5-f3ed78b985cf" + ], + "Date": [ + "Tue, 23 Jun 2020 07:18:18 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1439/providers/microsoft.storagesync/storageSyncServices/sssps7263\",\r\n \"name\": \"sssps7263\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps9038/workflows/56114847-8281-4eb0-b2e9-2023fb97d942\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3246/providers/microsoft.storagesync/storageSyncServices/sssps9038\",\r\n \"name\": \"sssps9038\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1439/providers/Microsoft.StorageSync/storageSyncServices/sssps7263/syncGroups/sgps3070?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTQzOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3MjYzL3N5bmNHcm91cHMvc2dwczMwNzA/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3246/providers/Microsoft.StorageSync/storageSyncServices/sssps9038/syncGroups/sgps8016?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzI0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5MDM4L3N5bmNHcm91cHMvc2dwczgwMTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {}\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6947ec3f-dac6-4818-8fd6-7a6921755a01" + "99060b7f-7513-47b4-b874-558b1ee68c75" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -369,7 +501,7 @@ "no-cache" ], "x-ms-request-id": [ - "92aa481a-6b2f-423c-a40e-66aaee43eb2e" + "e1cacfe1-cea1-44d2-a80c-a7bbe9a4973c" ], "X-Content-Type-Options": [ "nosniff" @@ -387,47 +519,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1197" ], "x-ms-correlation-request-id": [ - "3cfd0827-61d7-4b08-82c5-874f8c20742e" + "65c5414e-e8a6-4b7f-a919-d1ff2cdcbeee" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184530Z:3cfd0827-61d7-4b08-82c5-874f8c20742e" + "WESTUS:20200623T071819Z:65c5414e-e8a6-4b7f-a919-d1ff2cdcbeee" ], "Date": [ - "Wed, 03 Jul 2019 18:45:29 GMT" + "Tue, 23 Jun 2020 07:18:19 GMT" ], "Content-Length": [ - "331" + "371" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"fe6a70f1-053a-4695-9a1e-51754127ad0e\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1439/providers/microsoft.storagesync/storageSyncServices/sssps7263/syncGroups/sgps3070\",\r\n \"name\": \"sgps3070\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"5cd49c02-3945-48ae-8b36-3f3c7967de03\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3246/providers/microsoft.storagesync/storageSyncServices/sssps9038/syncGroups/sgps8016\",\r\n \"name\": \"sgps8016\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1439/providers/Microsoft.StorageSync/storageSyncServices/sssps7263/syncGroups/sgps3070?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTQzOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3MjYzL3N5bmNHcm91cHMvc2dwczMwNzA/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3246/providers/Microsoft.StorageSync/storageSyncServices/sssps9038/syncGroups/sgps8016?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzI0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5MDM4L3N5bmNHcm91cHMvc2dwczgwMTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "993c1541-b073-4e93-a8ef-df3fa6994c9b" + "580297dd-bec8-4a7b-bc39-8656c8bb51b0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -438,7 +570,7 @@ "no-cache" ], "x-ms-request-id": [ - "c07e0e59-1c42-4227-83e6-f4c0bf72a523" + "6f975e05-cfe2-4d1a-9444-c3a5403024b9" ], "X-Content-Type-Options": [ "nosniff" @@ -456,47 +588,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11995" ], "x-ms-correlation-request-id": [ - "6cbaa77f-66cf-4620-94d0-9b160e9df38c" + "17fcadd2-ac0d-4ebb-bdf5-ccb54d26f4e5" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184530Z:6cbaa77f-66cf-4620-94d0-9b160e9df38c" + "WESTUS:20200623T071819Z:17fcadd2-ac0d-4ebb-bdf5-ccb54d26f4e5" ], "Date": [ - "Wed, 03 Jul 2019 18:45:30 GMT" + "Tue, 23 Jun 2020 07:18:19 GMT" ], "Content-Length": [ - "331" + "371" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"fe6a70f1-053a-4695-9a1e-51754127ad0e\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1439/providers/microsoft.storagesync/storageSyncServices/sssps7263/syncGroups/sgps3070\",\r\n \"name\": \"sgps3070\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"5cd49c02-3945-48ae-8b36-3f3c7967de03\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3246/providers/microsoft.storagesync/storageSyncServices/sssps9038/syncGroups/sgps8016\",\r\n \"name\": \"sgps8016\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1439/providers/Microsoft.StorageSync/storageSyncServices/sssps7263/syncGroups/sgps3070?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTQzOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3MjYzL3N5bmNHcm91cHMvc2dwczMwNzA/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3246/providers/Microsoft.StorageSync/storageSyncServices/sssps9038/syncGroups/sgps8016?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzI0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5MDM4L3N5bmNHcm91cHMvc2dwczgwMTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "82a595d8-356f-423c-ab5f-999ebf8dff4a" + "8cf2a16f-58b4-4c3e-8d2a-66341041a626" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -507,7 +639,7 @@ "no-cache" ], "x-ms-request-id": [ - "bba617d0-11c7-44c3-84a3-c813755690ed" + "d655582c-152a-44a8-bede-fede1022e25b" ], "X-Content-Type-Options": [ "nosniff" @@ -528,13 +660,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "874ff081-c3e3-475f-8a49-dc0bac06b63c" + "a90e1fb1-fcb5-47e3-ade5-2306c3d98da2" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184530Z:874ff081-c3e3-475f-8a49-dc0bac06b63c" + "WESTUS:20200623T071820Z:a90e1fb1-fcb5-47e3-ade5-2306c3d98da2" ], "Date": [ - "Wed, 03 Jul 2019 18:45:30 GMT" + "Tue, 23 Jun 2020 07:18:19 GMT" ], "Expires": [ "-1" @@ -547,22 +679,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1439/providers/Microsoft.StorageSync/storageSyncServices/sssps7263?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTQzOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3MjYzP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3246/providers/Microsoft.StorageSync/storageSyncServices/sssps9038?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzI0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5MDM4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "89007fd5-ddf6-49b8-8c38-b79d70ecdf8c" + "52bfcb67-ada0-4836-8189-e7c8a7e75068" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -572,8 +704,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6Ijc4OWM3OWFkLTNkOGUtNDE0OS1iMmFkLTY2Y2JlNzZkZmRjZSIsIndvcmtmbG93SWQiOiIxZWI4Nzk2My03Y2FjLTRiOTktYjQ4Ni04YTNhNjQ5NjA3OGYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWE1ZDRkNDctZjc5Yi00YjM3LTk2YjgtODgyMGIyY2E3ZmNkIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6Ijc4OWM3OWFkLTNkOGUtNDE0OS1iMmFkLTY2Y2JlNzZkZmRjZSIsIndvcmtmbG93SWQiOiIxZWI4Nzk2My03Y2FjLTRiOTktYjQ4Ni04YTNhNjQ5NjA3OGYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWE1ZDRkNDctZjc5Yi00YjM3LTk2YjgtODgyMGIyY2E3ZmNkIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "1936358a-e7e9-423a-a237-f3c4798e323f" + "4acc8ec4-5bdb-4ac4-903a-ce87af5f02d5" ], "X-Content-Type-Options": [ "nosniff" @@ -594,13 +735,136 @@ "14998" ], "x-ms-correlation-request-id": [ - "bcd33287-fd13-4a3f-8961-e386a06f5bee" + "18f621b9-8f27-4d4f-af51-d700082d2eed" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071820Z:18f621b9-8f27-4d4f-af51-d700082d2eed" + ], + "Date": [ + "Tue, 23 Jun 2020 07:18:20 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6Ijc4OWM3OWFkLTNkOGUtNDE0OS1iMmFkLTY2Y2JlNzZkZmRjZSIsIndvcmtmbG93SWQiOiIxZWI4Nzk2My03Y2FjLTRiOTktYjQ4Ni04YTNhNjQ5NjA3OGYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWE1ZDRkNDctZjc5Yi00YjM3LTk2YjgtODgyMGIyY2E3ZmNkIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqYzRPV00zT1dGa0xUTmtPR1V0TkRFME9TMWlNbUZrTFRZMlkySmxOelprWm1SalpTSXNJbmR2Y210bWJHOTNTV1FpT2lJeFpXSTROemsyTXkwM1kyRmpMVFJpT1RrdFlqUTROaTA0WVROaE5qUTVOakEzT0dZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT1dFMVpEUmtORGN0WmpjNVlpMDBZak0zTFRrMllqZ3RPRGd5TUdJeVkyRTNabU5rSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "1817bb32-1d76-4d6c-98fc-4f833074170b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "7a6184e4-d638-4d73-9343-70d4a73fc487" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071830Z:7a6184e4-d638-4d73-9343-70d4a73fc487" + ], + "Date": [ + "Tue, 23 Jun 2020 07:18:30 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6Ijc4OWM3OWFkLTNkOGUtNDE0OS1iMmFkLTY2Y2JlNzZkZmRjZSIsIndvcmtmbG93SWQiOiIxZWI4Nzk2My03Y2FjLTRiOTktYjQ4Ni04YTNhNjQ5NjA3OGYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWE1ZDRkNDctZjc5Yi00YjM3LTk2YjgtODgyMGIyY2E3ZmNkIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6Ijc4OWM3OWFkLTNkOGUtNDE0OS1iMmFkLTY2Y2JlNzZkZmRjZSIsIndvcmtmbG93SWQiOiIxZWI4Nzk2My03Y2FjLTRiOTktYjQ4Ni04YTNhNjQ5NjA3OGYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWE1ZDRkNDctZjc5Yi00YjM3LTk2YjgtODgyMGIyY2E3ZmNkIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T07:18:21.3214537Z\",\r\n \"endTime\": \"2020-06-23T07:18:26.6720657Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6Ijc4OWM3OWFkLTNkOGUtNDE0OS1iMmFkLTY2Y2JlNzZkZmRjZSIsIndvcmtmbG93SWQiOiIxZWI4Nzk2My03Y2FjLTRiOTktYjQ4Ni04YTNhNjQ5NjA3OGYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOWE1ZDRkNDctZjc5Yi00YjM3LTk2YjgtODgyMGIyY2E3ZmNkIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqYzRPV00zT1dGa0xUTmtPR1V0TkRFME9TMWlNbUZrTFRZMlkySmxOelprWm1SalpTSXNJbmR2Y210bWJHOTNTV1FpT2lJeFpXSTROemsyTXkwM1kyRmpMVFJpT1RrdFlqUTROaTA0WVROaE5qUTVOakEzT0dZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT1dFMVpEUmtORGN0WmpjNVlpMDBZak0zTFRrMllqZ3RPRGd5TUdJeVkyRTNabU5rSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "9180fc23-b325-4d7b-a3e0-c9f659eb59b1" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11993" + ], + "x-ms-correlation-request-id": [ + "d43d722d-c5e9-4fe9-9ab0-f24399e1a8ae" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184531Z:bcd33287-fd13-4a3f-8961-e386a06f5bee" + "WESTUS:20200623T071831Z:d43d722d-c5e9-4fe9-9ab0-f24399e1a8ae" ], "Date": [ - "Wed, 03 Jul 2019 18:45:31 GMT" + "Tue, 23 Jun 2020 07:18:30 GMT" ], "Expires": [ "-1" @@ -613,22 +877,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1439/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTQzOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps3246/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMzI0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0a72d764-cf46-473c-a2e2-5b630d7f11f5" + "71d1dcb2-2a76-4bb8-9bec-9f33f0da92f7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -638,57 +902,66 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], "x-ms-request-id": [ - "e01ea34a-a47c-4f46-b63c-6377d81cf69e" - ], - "x-ms-correlation-request-id": [ - "e01ea34a-a47c-4f46-b63c-6377d81cf69e" + "0d74226f-1962-4ed1-bd2b-b5719e45a762" ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T184531Z:e01ea34a-a47c-4f46-b63c-6377d81cf69e" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "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": [ + "f131918c-e11b-406e-b250-a9181160fcbf" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071831Z:f131918c-e11b-406e-b250-a9181160fcbf" ], "Date": [ - "Wed, 03 Jul 2019 18:45:31 GMT" + "Tue, 23 Jun 2020 07:18:30 GMT" + ], + "Content-Length": [ + "19" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps1439?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMTQzOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps3246?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzMzI0Nj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4837cfcf-ab13-4a0a-b33f-c5036cad35d6" + "a3838655-3393-4bab-a11a-a31e4af723f0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -699,7 +972,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0MzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzMyNDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -708,13 +981,13 @@ "14997" ], "x-ms-request-id": [ - "f9a33e63-c1ea-40cc-b81d-2a993c6cb6f7" + "4fc8bbb8-950c-497c-a2fb-f50b606b7169" ], "x-ms-correlation-request-id": [ - "f9a33e63-c1ea-40cc-b81d-2a993c6cb6f7" + "4fc8bbb8-950c-497c-a2fb-f50b606b7169" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184532Z:f9a33e63-c1ea-40cc-b81d-2a993c6cb6f7" + "WESTUS:20200623T071831Z:4fc8bbb8-950c-497c-a2fb-f50b606b7169" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -723,7 +996,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:45:32 GMT" + "Tue, 23 Jun 2020 07:18:30 GMT" ], "Expires": [ "-1" @@ -736,16 +1009,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0MzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFME16a3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzMyNDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNeU5EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -756,22 +1029,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0MzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzMyNDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11991" ], "x-ms-request-id": [ - "3b493a59-71f5-4656-9064-3c66599a9898" + "b46327fe-b7bb-4ae3-8bed-c90745815c73" ], "x-ms-correlation-request-id": [ - "3b493a59-71f5-4656-9064-3c66599a9898" + "b46327fe-b7bb-4ae3-8bed-c90745815c73" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184548Z:3b493a59-71f5-4656-9064-3c66599a9898" + "WESTUS:20200623T071846Z:b46327fe-b7bb-4ae3-8bed-c90745815c73" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -780,7 +1053,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:45:47 GMT" + "Tue, 23 Jun 2020 07:18:45 GMT" ], "Expires": [ "-1" @@ -793,16 +1066,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0MzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFME16a3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzMyNDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNeU5EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -813,22 +1086,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0MzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzMyNDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11990" ], "x-ms-request-id": [ - "f96e06c7-b654-4fca-8e6e-4da243a95114" + "56503100-56b0-4749-a1a9-32909aa4de8b" ], "x-ms-correlation-request-id": [ - "f96e06c7-b654-4fca-8e6e-4da243a95114" + "56503100-56b0-4749-a1a9-32909aa4de8b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184603Z:f96e06c7-b654-4fca-8e6e-4da243a95114" + "WESTUS:20200623T071901Z:56503100-56b0-4749-a1a9-32909aa4de8b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -837,7 +1110,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:46:02 GMT" + "Tue, 23 Jun 2020 07:19:01 GMT" ], "Expires": [ "-1" @@ -850,16 +1123,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0MzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFME16a3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzMyNDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNeU5EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -870,16 +1143,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11989" ], "x-ms-request-id": [ - "06b94cf2-6738-4ccd-b617-e3c269c498cb" + "44c2e630-5621-4478-9375-eb0bd5d8dd0b" ], "x-ms-correlation-request-id": [ - "06b94cf2-6738-4ccd-b617-e3c269c498cb" + "44c2e630-5621-4478-9375-eb0bd5d8dd0b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184618Z:06b94cf2-6738-4ccd-b617-e3c269c498cb" + "WESTUS:20200623T071916Z:44c2e630-5621-4478-9375-eb0bd5d8dd0b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -888,7 +1161,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:46:18 GMT" + "Tue, 23 Jun 2020 07:19:16 GMT" ], "Expires": [ "-1" @@ -901,16 +1174,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE0MzktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFME16a3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzMyNDYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNeU5EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -921,16 +1194,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11988" ], "x-ms-request-id": [ - "9147b0d4-344d-4b7c-b04e-39f5eb33b41d" + "e5b4c321-1254-4799-b69b-03ec8f37c7f8" ], "x-ms-correlation-request-id": [ - "9147b0d4-344d-4b7c-b04e-39f5eb33b41d" + "e5b4c321-1254-4799-b69b-03ec8f37c7f8" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184618Z:9147b0d4-344d-4b7c-b04e-39f5eb33b41d" + "WESTUS:20200623T071916Z:e5b4c321-1254-4799-b69b-03ec8f37c7f8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -939,7 +1212,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:46:18 GMT" + "Tue, 23 Jun 2020 07:19:16 GMT" ], "Expires": [ "-1" @@ -954,14 +1227,14 @@ ], "Names": { "Test-GetSyncGroup": [ - "ps1439", - "ps7263", - "ps3070" + "ps3246", + "ps9038", + "ps8016" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestGetSyncGroupParentObject.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestGetSyncGroupParentObject.json index b43710aedc3d..f7a0f8eea76f 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestGetSyncGroupParentObject.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestGetSyncGroupParentObject.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "42ca35d5-90da-48d2-8427-6334404c40e9" + "20f66a32-9490-4757-a833-b92b5281b1a7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "543451fe-ca2b-47e2-80a6-5a62b4ebf7d1" + "efaa8b9b-22e5-4ac9-be40-5e4b72f03f2e" ], "x-ms-correlation-request-id": [ - "543451fe-ca2b-47e2-80a6-5a62b4ebf7d1" + "efaa8b9b-22e5-4ac9-be40-5e4b72f03f2e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184335Z:543451fe-ca2b-47e2-80a6-5a62b4ebf7d1" + "WESTUS:20200623T071540Z:efaa8b9b-22e5-4ac9-be40-5e4b72f03f2e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:43:34 GMT" + "Tue, 23 Jun 2020 07:15:39 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\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\": \"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\": \"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\": \"notifyResourceJobs\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\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 ]\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-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-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-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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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-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-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 },\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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e4b2e174-6504-40e7-8364-a0242ade094f" + "1fe487e1-cea2-485a-929a-7006ef98441e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "8e002a23-d973-4c56-9986-5ff1b34f5f61" + "6c6c38b3-ce40-4b0a-b45a-d61c109d7637" ], "x-ms-correlation-request-id": [ - "8e002a23-d973-4c56-9986-5ff1b34f5f61" + "6c6c38b3-ce40-4b0a-b45a-d61c109d7637" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184335Z:8e002a23-d973-4c56-9986-5ff1b34f5f61" + "WESTUS:20200623T071540Z:6c6c38b3-ce40-4b0a-b45a-d61c109d7637" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:43:34 GMT" + "Tue, 23 Jun 2020 07:15:39 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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-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-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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 \"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 \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps3958?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMzk1OD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps6056?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNjA1Nj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a5450d8e-3393-49b9-af61-8b24583f8e83" + "50691462-65e5-4d4f-a078-7e24316b208e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,13 +156,13 @@ "1199" ], "x-ms-request-id": [ - "2aacce60-b44e-4f76-bf8d-ba1f7441fcf4" + "bea3b6ec-d0e3-440d-8e26-10c48bb5b6d7" ], "x-ms-correlation-request-id": [ - "2aacce60-b44e-4f76-bf8d-ba1f7441fcf4" + "bea3b6ec-d0e3-440d-8e26-10c48bb5b6d7" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184337Z:2aacce60-b44e-4f76-bf8d-ba1f7441fcf4" + "WESTUS:20200623T071540Z:bea3b6ec-d0e3-440d-8e26-10c48bb5b6d7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:43:36 GMT" + "Tue, 23 Jun 2020 07:15:40 GMT" ], "Content-Length": [ "165" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps3958\",\r\n \"name\": \"ps3958\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6056\",\r\n \"name\": \"ps6056\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps5526\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps3166\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0772bbf9-09a5-4b77-93cf-147f7e09aaed" + "1b67cee6-1919-41d1-93af-a15f38908084" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "802f5cf0-9c6e-4865-bd20-3aaf4d8b2922" + "505720b5-f618-4ba8-86dd-ccdb2cdb5153" ], "X-Content-Type-Options": [ "nosniff" @@ -240,50 +240,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "361725fd-04f4-47d7-aacd-2bc2d83c6ea1" + "678dc9a4-6c62-49a6-aa5e-67cd95986c04" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184338Z:361725fd-04f4-47d7-aacd-2bc2d83c6ea1" + "WESTUS:20200623T071541Z:678dc9a4-6c62-49a6-aa5e-67cd95986c04" ], "Date": [ - "Wed, 03 Jul 2019 18:43:37 GMT" + "Tue, 23 Jun 2020 07:15:41 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps3958/providers/Microsoft.StorageSync/storageSyncServices/sssps5526?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMzk1OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NTI2P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6056/providers/Microsoft.StorageSync/storageSyncServices/sssps3166?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjA1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMTY2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a2ae44de-a297-40f3-9ddb-335e02c2be01" + "ee57de1c-2014-4318-8035-965bcc7d75d2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImJiN2U4MDNmLTM2YTctNGRkOS04NDJmLWYwYmRiN2QyM2IzZiIsIndvcmtmbG93SWQiOiJiZTBhNjg2YS03YTRhLTRhNTYtOWQyOC1hYmIxMTA5YzhlMmUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZDQxOTFlMTYtZTlkNy00YTg1LWJlMjAtMmNiOGU2NzUyZjI0In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImJiN2U4MDNmLTM2YTctNGRkOS04NDJmLWYwYmRiN2QyM2IzZiIsIndvcmtmbG93SWQiOiJiZTBhNjg2YS03YTRhLTRhNTYtOWQyOC1hYmIxMTA5YzhlMmUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZDQxOTFlMTYtZTlkNy00YTg1LWJlMjAtMmNiOGU2NzUyZjI0In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "790e31f0-1da2-4311-8b4c-84b045507712" + "48eafb4e-9f0c-443c-8cba-bca13a36c113" ], "X-Content-Type-Options": [ "nosniff" @@ -315,44 +324,167 @@ "1199" ], "x-ms-correlation-request-id": [ - "f7cf4135-eff6-4247-a446-cd2146f98e30" + "eb30fcb9-5ea2-447b-b766-bb649caa479b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184338Z:f7cf4135-eff6-4247-a446-cd2146f98e30" + "WESTUS:20200623T071542Z:eb30fcb9-5ea2-447b-b766-bb649caa479b" ], "Date": [ - "Wed, 03 Jul 2019 18:43:38 GMT" + "Tue, 23 Jun 2020 07:15:42 GMT" + ], + "Expires": [ + "-1" ], "Content-Length": [ - "329" + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImJiN2U4MDNmLTM2YTctNGRkOS04NDJmLWYwYmRiN2QyM2IzZiIsIndvcmtmbG93SWQiOiJiZTBhNjg2YS03YTRhLTRhNTYtOWQyOC1hYmIxMTA5YzhlMmUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZDQxOTFlMTYtZTlkNy00YTg1LWJlMjAtMmNiOGU2NzUyZjI0In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltSmlOMlU0TURObUxUTTJZVGN0TkdSa09TMDROREptTFdZd1ltUmlOMlF5TTJJelppSXNJbmR2Y210bWJHOTNTV1FpT2lKaVpUQmhOamcyWVMwM1lUUmhMVFJoTlRZdE9XUXlPQzFoWW1JeE1UQTVZemhsTW1VaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWkRReE9URmxNVFl0WlRsa055MDBZVGcxTFdKbE1qQXRNbU5pT0dVMk56VXlaakkwSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "dd8050c5-0fac-4e91-a4f8-45604da3f5ff" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "f4bf35a2-c0a8-4620-a47d-c9937234b480" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071552Z:f4bf35a2-c0a8-4620-a47d-c9937234b480" + ], + "Date": [ + "Tue, 23 Jun 2020 07:15:52 GMT" + ], + "Content-Length": [ + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImJiN2U4MDNmLTM2YTctNGRkOS04NDJmLWYwYmRiN2QyM2IzZiIsIndvcmtmbG93SWQiOiJiZTBhNjg2YS03YTRhLTRhNTYtOWQyOC1hYmIxMTA5YzhlMmUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZDQxOTFlMTYtZTlkNy00YTg1LWJlMjAtMmNiOGU2NzUyZjI0In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImJiN2U4MDNmLTM2YTctNGRkOS04NDJmLWYwYmRiN2QyM2IzZiIsIndvcmtmbG93SWQiOiJiZTBhNjg2YS03YTRhLTRhNTYtOWQyOC1hYmIxMTA5YzhlMmUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZDQxOTFlMTYtZTlkNy00YTg1LWJlMjAtMmNiOGU2NzUyZjI0In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T07:15:43.0517772Z\",\r\n \"endTime\": \"2020-06-23T07:15:49.5287823Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6056/providers/Microsoft.StorageSync/storageSyncServices/sssps3166?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjA1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMTY2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "cec06dd7-ac11-4383-80a9-b7492c134e30" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "4ba8e4a3-7958-4ef1-a83e-b43bbcdcf1d4" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071552Z:4ba8e4a3-7958-4ef1-a83e-b43bbcdcf1d4" + ], + "Date": [ + "Tue, 23 Jun 2020 07:15:52 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps3958/providers/microsoft.storagesync/storageSyncServices/sssps5526\",\r\n \"name\": \"sssps5526\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps3166/workflows/be0a686a-7a4a-4a56-9d28-abb1109c8e2e\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6056/providers/microsoft.storagesync/storageSyncServices/sssps3166\",\r\n \"name\": \"sssps3166\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps3958/providers/Microsoft.StorageSync/storageSyncServices/sssps5526/syncGroups/sgps7647?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMzk1OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NTI2L3N5bmNHcm91cHMvc2dwczc2NDc/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6056/providers/Microsoft.StorageSync/storageSyncServices/sssps3166/syncGroups/sgps2808?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjA1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMTY2L3N5bmNHcm91cHMvc2dwczI4MDg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {}\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e2972b14-fadd-40d3-8e16-e4cd5941084c" + "0a38aaa9-2ce0-4167-9385-668a1b3b3e6b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -369,7 +501,7 @@ "no-cache" ], "x-ms-request-id": [ - "dd1c284f-59f9-4812-b847-69fc43656168" + "74300738-3fd2-4759-85ed-ce19e8cf59e1" ], "X-Content-Type-Options": [ "nosniff" @@ -390,44 +522,44 @@ "1198" ], "x-ms-correlation-request-id": [ - "b8bd99d8-d41b-4487-a096-1caa27d36f55" + "0989ea7d-be6b-4709-a950-58ab8ec30c0e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184339Z:b8bd99d8-d41b-4487-a096-1caa27d36f55" + "WESTUS:20200623T071553Z:0989ea7d-be6b-4709-a950-58ab8ec30c0e" ], "Date": [ - "Wed, 03 Jul 2019 18:43:39 GMT" + "Tue, 23 Jun 2020 07:15:53 GMT" ], "Content-Length": [ - "331" + "371" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"0702304f-6136-4fc2-9a6b-f173559ad1e1\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps3958/providers/microsoft.storagesync/storageSyncServices/sssps5526/syncGroups/sgps7647\",\r\n \"name\": \"sgps7647\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"58d2f0ca-731b-4485-b74f-9b5acd88dbd4\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6056/providers/microsoft.storagesync/storageSyncServices/sssps3166/syncGroups/sgps2808\",\r\n \"name\": \"sgps2808\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps3958/providers/Microsoft.StorageSync/storageSyncServices/sssps5526/syncGroups/sgps7647?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMzk1OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NTI2L3N5bmNHcm91cHMvc2dwczc2NDc/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6056/providers/Microsoft.StorageSync/storageSyncServices/sssps3166/syncGroups/sgps2808?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjA1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMTY2L3N5bmNHcm91cHMvc2dwczI4MDg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b00ebdae-c820-4b47-9a8d-dba615833cda" + "cafd878b-891c-4fa9-a4a0-b20d0675e0c5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -438,7 +570,7 @@ "no-cache" ], "x-ms-request-id": [ - "972f7380-b2d8-45af-be34-45c3685f03f3" + "4ff8010f-d85c-4032-9437-e514b4b9ea39" ], "X-Content-Type-Options": [ "nosniff" @@ -456,47 +588,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-correlation-request-id": [ - "425800bf-2e80-4573-a3dc-b3331cfe25ef" + "a04c5366-e247-4abe-bf0a-117e1b7b87db" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184340Z:425800bf-2e80-4573-a3dc-b3331cfe25ef" + "WESTUS:20200623T071553Z:a04c5366-e247-4abe-bf0a-117e1b7b87db" ], "Date": [ - "Wed, 03 Jul 2019 18:43:39 GMT" + "Tue, 23 Jun 2020 07:15:53 GMT" ], "Content-Length": [ - "331" + "371" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"0702304f-6136-4fc2-9a6b-f173559ad1e1\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps3958/providers/microsoft.storagesync/storageSyncServices/sssps5526/syncGroups/sgps7647\",\r\n \"name\": \"sgps7647\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"58d2f0ca-731b-4485-b74f-9b5acd88dbd4\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6056/providers/microsoft.storagesync/storageSyncServices/sssps3166/syncGroups/sgps2808\",\r\n \"name\": \"sgps2808\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps3958/providers/Microsoft.StorageSync/storageSyncServices/sssps5526/syncGroups/sgps7647?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMzk1OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NTI2L3N5bmNHcm91cHMvc2dwczc2NDc/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6056/providers/Microsoft.StorageSync/storageSyncServices/sssps3166/syncGroups/sgps2808?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjA1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMTY2L3N5bmNHcm91cHMvc2dwczI4MDg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6723ada4-7458-4886-bbb8-159078518e60" + "d96bb3a1-187a-42bb-bbf3-aac72499a79d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -507,7 +639,7 @@ "no-cache" ], "x-ms-request-id": [ - "536ddda1-b2a1-49d4-bd3b-beebdcdf2a40" + "7a02abdc-635e-4573-9dc5-b8b819680265" ], "X-Content-Type-Options": [ "nosniff" @@ -528,13 +660,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "5d628500-c695-4707-96da-55cddc0a4757" + "c9b336ba-ab55-4fcb-9d4d-edaffcb8b0b6" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184340Z:5d628500-c695-4707-96da-55cddc0a4757" + "WESTUS:20200623T071553Z:c9b336ba-ab55-4fcb-9d4d-edaffcb8b0b6" ], "Date": [ - "Wed, 03 Jul 2019 18:43:40 GMT" + "Tue, 23 Jun 2020 07:15:53 GMT" ], "Expires": [ "-1" @@ -547,22 +679,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps3958/providers/Microsoft.StorageSync/storageSyncServices/sssps5526?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMzk1OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM1NTI2P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6056/providers/Microsoft.StorageSync/storageSyncServices/sssps3166?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjA1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMTY2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1029ddca-04d6-4ff4-97d3-326109e837c6" + "ce56f554-fc69-4963-a2d6-f921331b6cfc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -572,8 +704,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImJiN2U4MDNmLTM2YTctNGRkOS04NDJmLWYwYmRiN2QyM2IzZiIsIndvcmtmbG93SWQiOiIwYmFlMzJhZS0xOTg1LTRlNGEtYWJkZC0wOTEzYWViNGE3MmEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiM2RjMmU2ZDEtMmE5Ny00NWVjLWIzNjQtZGJlMjhlMDk0YTIzIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImJiN2U4MDNmLTM2YTctNGRkOS04NDJmLWYwYmRiN2QyM2IzZiIsIndvcmtmbG93SWQiOiIwYmFlMzJhZS0xOTg1LTRlNGEtYWJkZC0wOTEzYWViNGE3MmEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiM2RjMmU2ZDEtMmE5Ny00NWVjLWIzNjQtZGJlMjhlMDk0YTIzIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "e87c51e0-6175-44f4-bc96-bea5679c8bee" + "3c538720-b8f9-4636-905a-38c41b8bb5b9" ], "X-Content-Type-Options": [ "nosniff" @@ -594,13 +735,13 @@ "14998" ], "x-ms-correlation-request-id": [ - "68281d83-16fd-4a9c-b3bf-498a2aa41dcb" + "5156b01e-a812-4b7f-83d9-3afe69b17a61" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184341Z:68281d83-16fd-4a9c-b3bf-498a2aa41dcb" + "WESTUS:20200623T071554Z:5156b01e-a812-4b7f-83d9-3afe69b17a61" ], "Date": [ - "Wed, 03 Jul 2019 18:43:41 GMT" + "Tue, 23 Jun 2020 07:15:54 GMT" ], "Expires": [ "-1" @@ -610,25 +751,148 @@ ] }, "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImJiN2U4MDNmLTM2YTctNGRkOS04NDJmLWYwYmRiN2QyM2IzZiIsIndvcmtmbG93SWQiOiIwYmFlMzJhZS0xOTg1LTRlNGEtYWJkZC0wOTEzYWViNGE3MmEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiM2RjMmU2ZDEtMmE5Ny00NWVjLWIzNjQtZGJlMjhlMDk0YTIzIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltSmlOMlU0TURObUxUTTJZVGN0TkdSa09TMDROREptTFdZd1ltUmlOMlF5TTJJelppSXNJbmR2Y210bWJHOTNTV1FpT2lJd1ltRmxNekpoWlMweE9UZzFMVFJsTkdFdFlXSmtaQzB3T1RFellXVmlOR0UzTW1FaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTTJSak1tVTJaREV0TW1FNU55MDBOV1ZqTFdJek5qUXRaR0psTWpobE1EazBZVEl6SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "aeacee82-ac8d-42f7-9c0b-458488b14d91" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "c71d58b6-ed6c-4470-82d1-02c12894279f" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071604Z:c71d58b6-ed6c-4470-82d1-02c12894279f" + ], + "Date": [ + "Tue, 23 Jun 2020 07:16:04 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImJiN2U4MDNmLTM2YTctNGRkOS04NDJmLWYwYmRiN2QyM2IzZiIsIndvcmtmbG93SWQiOiIwYmFlMzJhZS0xOTg1LTRlNGEtYWJkZC0wOTEzYWViNGE3MmEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiM2RjMmU2ZDEtMmE5Ny00NWVjLWIzNjQtZGJlMjhlMDk0YTIzIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImJiN2U4MDNmLTM2YTctNGRkOS04NDJmLWYwYmRiN2QyM2IzZiIsIndvcmtmbG93SWQiOiIwYmFlMzJhZS0xOTg1LTRlNGEtYWJkZC0wOTEzYWViNGE3MmEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiM2RjMmU2ZDEtMmE5Ny00NWVjLWIzNjQtZGJlMjhlMDk0YTIzIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T07:15:55.2248805Z\",\r\n \"endTime\": \"2020-06-23T07:16:00.9302014Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps3958/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMzk1OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImJiN2U4MDNmLTM2YTctNGRkOS04NDJmLWYwYmRiN2QyM2IzZiIsIndvcmtmbG93SWQiOiIwYmFlMzJhZS0xOTg1LTRlNGEtYWJkZC0wOTEzYWViNGE3MmEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiM2RjMmU2ZDEtMmE5Ny00NWVjLWIzNjQtZGJlMjhlMDk0YTIzIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltSmlOMlU0TURObUxUTTJZVGN0TkdSa09TMDROREptTFdZd1ltUmlOMlF5TTJJelppSXNJbmR2Y210bWJHOTNTV1FpT2lJd1ltRmxNekpoWlMweE9UZzFMVFJsTkdFdFlXSmtaQzB3T1RFellXVmlOR0UzTW1FaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTTJSak1tVTJaREV0TW1FNU55MDBOV1ZqTFdJek5qUXRaR0psTWpobE1EazBZVEl6SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "e3e869ad-ca77-4978-bc0f-20a3a2dcfa4f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "718877c9-50ee-4856-b31f-4da6a45b0ea8" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071604Z:718877c9-50ee-4856-b31f-4da6a45b0ea8" + ], + "Date": [ + "Tue, 23 Jun 2020 07:16:04 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps6056/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjA1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bb168d7b-dda5-4fbf-86f6-1fc87b56459b" + "9498ec0b-3f17-41ac-a1f1-07c3e8a6776e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -638,57 +902,66 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], "x-ms-request-id": [ - "c27bb527-122c-4780-ac9f-e8e866c380cf" - ], - "x-ms-correlation-request-id": [ - "c27bb527-122c-4780-ac9f-e8e866c380cf" + "54458434-fd3a-4bc5-a9bb-7b0549e9a452" ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T184341Z:c27bb527-122c-4780-ac9f-e8e866c380cf" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "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": [ + "13aca8d6-7e64-4a3d-9f5f-87e61e76fce9" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071605Z:13aca8d6-7e64-4a3d-9f5f-87e61e76fce9" ], "Date": [ - "Wed, 03 Jul 2019 18:43:41 GMT" + "Tue, 23 Jun 2020 07:16:04 GMT" + ], + "Content-Length": [ + "19" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps3958?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMzk1OD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps6056?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNjA1Nj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "902b1e55-a974-4f9d-9401-ee0f860658c2" + "8c8a031c-5be4-4802-af80-52d5dccafabe" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -699,7 +972,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM5NTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwNTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -708,13 +981,13 @@ "14997" ], "x-ms-request-id": [ - "3eeb3bd8-a5c6-4102-ad8d-541ed4cb418e" + "d7d534fa-d01b-45ef-a22c-d33be4a59d11" ], "x-ms-correlation-request-id": [ - "3eeb3bd8-a5c6-4102-ad8d-541ed4cb418e" + "d7d534fa-d01b-45ef-a22c-d33be4a59d11" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184342Z:3eeb3bd8-a5c6-4102-ad8d-541ed4cb418e" + "WESTUS:20200623T071605Z:d7d534fa-d01b-45ef-a22c-d33be4a59d11" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -723,7 +996,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:43:41 GMT" + "Tue, 23 Jun 2020 07:16:05 GMT" ], "Expires": [ "-1" @@ -736,16 +1009,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM5NTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNU5UZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwNTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd05UWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -756,22 +1029,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM5NTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwNTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11993" ], "x-ms-request-id": [ - "f074a9d2-148d-4309-aa0d-28fde870a386" + "2c242d59-36f8-4c5e-a607-992dac97a1c3" ], "x-ms-correlation-request-id": [ - "f074a9d2-148d-4309-aa0d-28fde870a386" + "2c242d59-36f8-4c5e-a607-992dac97a1c3" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184357Z:f074a9d2-148d-4309-aa0d-28fde870a386" + "WESTUS:20200623T071620Z:2c242d59-36f8-4c5e-a607-992dac97a1c3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -780,7 +1053,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:43:56 GMT" + "Tue, 23 Jun 2020 07:16:20 GMT" ], "Expires": [ "-1" @@ -793,16 +1066,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM5NTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNU5UZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwNTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd05UWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -813,22 +1086,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM5NTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwNTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11992" ], "x-ms-request-id": [ - "a33d12c3-85b6-4c23-a50f-47cc9533820b" + "ff088459-5441-4a83-b9c0-f6d73098492e" ], "x-ms-correlation-request-id": [ - "a33d12c3-85b6-4c23-a50f-47cc9533820b" + "ff088459-5441-4a83-b9c0-f6d73098492e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184412Z:a33d12c3-85b6-4c23-a50f-47cc9533820b" + "WESTUS:20200623T071635Z:ff088459-5441-4a83-b9c0-f6d73098492e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -837,7 +1110,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:44:11 GMT" + "Tue, 23 Jun 2020 07:16:34 GMT" ], "Expires": [ "-1" @@ -850,16 +1123,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM5NTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNU5UZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwNTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd05UWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -870,16 +1143,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11991" ], "x-ms-request-id": [ - "73dd2b2b-0837-407e-be48-977a6ec168ba" + "ce4966e1-4f76-4a03-b41e-8d3f6667f324" ], "x-ms-correlation-request-id": [ - "73dd2b2b-0837-407e-be48-977a6ec168ba" + "ce4966e1-4f76-4a03-b41e-8d3f6667f324" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184427Z:73dd2b2b-0837-407e-be48-977a6ec168ba" + "WESTUS:20200623T071650Z:ce4966e1-4f76-4a03-b41e-8d3f6667f324" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -888,7 +1161,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:44:26 GMT" + "Tue, 23 Jun 2020 07:16:49 GMT" ], "Expires": [ "-1" @@ -901,16 +1174,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM5NTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNU5UZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwNTYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd05UWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -921,16 +1194,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11990" ], "x-ms-request-id": [ - "0a224820-8a18-4053-9082-7ab380672a08" + "a0d9942c-d0c2-44e6-9f2a-3d0241946764" ], "x-ms-correlation-request-id": [ - "0a224820-8a18-4053-9082-7ab380672a08" + "a0d9942c-d0c2-44e6-9f2a-3d0241946764" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184427Z:0a224820-8a18-4053-9082-7ab380672a08" + "WESTUS:20200623T071650Z:a0d9942c-d0c2-44e6-9f2a-3d0241946764" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -939,7 +1212,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:44:26 GMT" + "Tue, 23 Jun 2020 07:16:49 GMT" ], "Expires": [ "-1" @@ -954,14 +1227,14 @@ ], "Names": { "Test-GetSyncGroupParentObject": [ - "ps3958", - "ps5526", - "ps7647" + "ps6056", + "ps3166", + "ps2808" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestGetSyncGroupParentResourceId.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestGetSyncGroupParentResourceId.json index 196b89767f25..7b83a5c71a28 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestGetSyncGroupParentResourceId.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestGetSyncGroupParentResourceId.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "27589842-39b0-4557-a471-c375bcfe791f" + "fae8f471-1fba-445f-a0bf-042dad28c76e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11995" ], "x-ms-request-id": [ - "24c997b7-1736-4dff-9faf-3dc2458cafdd" + "48ac35a4-7660-4eac-8ec2-fdee158cc85b" ], "x-ms-correlation-request-id": [ - "24c997b7-1736-4dff-9faf-3dc2458cafdd" + "48ac35a4-7660-4eac-8ec2-fdee158cc85b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184239Z:24c997b7-1736-4dff-9faf-3dc2458cafdd" + "WESTUS:20200623T071427Z:48ac35a4-7660-4eac-8ec2-fdee158cc85b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:42:38 GMT" + "Tue, 23 Jun 2020 07:14:27 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\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\": \"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\": \"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\": \"notifyResourceJobs\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\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 ]\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-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-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-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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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-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-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 },\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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1cb97f5d-5fbb-4299-ad53-916cbd282ea6" + "5cf48a63-9e4b-4c90-83b9-6c5383dcae6a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -87,16 +87,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11994" ], "x-ms-request-id": [ - "5a05b750-6c66-47a6-a269-34f4599300b7" + "e159ed60-bcb2-49b8-b5a7-cccb467ee6e2" ], "x-ms-correlation-request-id": [ - "5a05b750-6c66-47a6-a269-34f4599300b7" + "e159ed60-bcb2-49b8-b5a7-cccb467ee6e2" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184239Z:5a05b750-6c66-47a6-a269-34f4599300b7" + "WESTUS:20200623T071427Z:e159ed60-bcb2-49b8-b5a7-cccb467ee6e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:42:38 GMT" + "Tue, 23 Jun 2020 07:14:27 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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-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-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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 \"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 \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps7174?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNzE3ND9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps2186?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzMjE4Nj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4a4ae5ad-278b-4a68-ac8e-0f97aee7225b" + "c8858c8a-50e8-48d5-85e3-1e0776c61d1f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,13 +156,13 @@ "1199" ], "x-ms-request-id": [ - "c82b7fde-9495-4677-a4d8-d6a1331f3922" + "130d4376-6fba-48bc-a706-ab91715c5634" ], "x-ms-correlation-request-id": [ - "c82b7fde-9495-4677-a4d8-d6a1331f3922" + "130d4376-6fba-48bc-a706-ab91715c5634" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184241Z:c82b7fde-9495-4677-a4d8-d6a1331f3922" + "WESTUS:20200623T071427Z:130d4376-6fba-48bc-a706-ab91715c5634" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:42:40 GMT" + "Tue, 23 Jun 2020 07:14:27 GMT" ], "Content-Length": [ "165" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7174\",\r\n \"name\": \"ps7174\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2186\",\r\n \"name\": \"ps2186\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps3946\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps3113\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "54feb453-4ccb-4c91-aeab-797a584576b8" + "1ea70d8f-6804-48cc-af1f-24856f517527" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "6b914ea5-cc84-4dfc-8077-67c86a0f304f" + "830d12ee-a549-4323-8a01-af50f7be3913" ], "X-Content-Type-Options": [ "nosniff" @@ -237,53 +237,53 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1196" ], "x-ms-correlation-request-id": [ - "494e6b48-ad0e-44c4-8ef5-46a3b7de1496" + "8e59e9c3-8851-4dec-8ae6-ae738f66f822" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184242Z:494e6b48-ad0e-44c4-8ef5-46a3b7de1496" + "WESTUS:20200623T071428Z:8e59e9c3-8851-4dec-8ae6-ae738f66f822" ], "Date": [ - "Wed, 03 Jul 2019 18:42:42 GMT" + "Tue, 23 Jun 2020 07:14:28 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7174/providers/Microsoft.StorageSync/storageSyncServices/sssps3946?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzE3NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTQ2P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2186/providers/Microsoft.StorageSync/storageSyncServices/sssps3113?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjE4Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMTEzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "518befa3-c45b-45ca-91c9-e0353eefd895" + "fa8ceacb-c852-4818-8e84-4c13670a777c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiNmQ2MjQ4LWFjYzMtNGVkNC1iNWYxLTQxOGJkNTA1NWI4ZCIsIndvcmtmbG93SWQiOiJmYjczYWFhZi01NWFkLTRhMzQtYTQ3Ny04MGRjMGUwYTRiOWUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzdlMDRkNzktYmIzOS00YWM3LWE3M2YtM2QxZDAyZDBlODUzIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiNmQ2MjQ4LWFjYzMtNGVkNC1iNWYxLTQxOGJkNTA1NWI4ZCIsIndvcmtmbG93SWQiOiJmYjczYWFhZi01NWFkLTRhMzQtYTQ3Ny04MGRjMGUwYTRiOWUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzdlMDRkNzktYmIzOS00YWM3LWE3M2YtM2QxZDAyZDBlODUzIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "4bfc5c3c-cfa3-4abd-8e5e-1aad6206cba6" + "7cb84298-25d4-4c97-90e4-542ece82c9e5" ], "X-Content-Type-Options": [ "nosniff" @@ -312,47 +321,170 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1195" + ], + "x-ms-correlation-request-id": [ + "9f70481a-720f-4c31-a8bb-40d1d9770f6c" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071429Z:9f70481a-720f-4c31-a8bb-40d1d9770f6c" + ], + "Date": [ + "Tue, 23 Jun 2020 07:14:28 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiNmQ2MjQ4LWFjYzMtNGVkNC1iNWYxLTQxOGJkNTA1NWI4ZCIsIndvcmtmbG93SWQiOiJmYjczYWFhZi01NWFkLTRhMzQtYTQ3Ny04MGRjMGUwYTRiOWUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzdlMDRkNzktYmIzOS00YWM3LWE3M2YtM2QxZDAyZDBlODUzIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmlObVEyTWpRNExXRmpZek10TkdWa05DMWlOV1l4TFRReE9HSmtOVEExTldJNFpDSXNJbmR2Y210bWJHOTNTV1FpT2lKbVlqY3pZV0ZoWmkwMU5XRmtMVFJoTXpRdFlUUTNOeTA0TUdSak1HVXdZVFJpT1dVaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTXpkbE1EUmtOemt0WW1Jek9TMDBZV00zTFdFM00yWXRNMlF4WkRBeVpEQmxPRFV6SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "098a27ee-4bde-4004-b639-cc91d8a0df2f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11994" ], "x-ms-correlation-request-id": [ - "114c970f-d68b-4600-a162-0dc84fe60e17" + "9bf4e10f-12a4-47fb-b6e9-a9f09921a98b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184242Z:114c970f-d68b-4600-a162-0dc84fe60e17" + "WESTUS:20200623T071439Z:9bf4e10f-12a4-47fb-b6e9-a9f09921a98b" ], "Date": [ - "Wed, 03 Jul 2019 18:42:42 GMT" + "Tue, 23 Jun 2020 07:14:38 GMT" ], "Content-Length": [ - "329" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7174/providers/microsoft.storagesync/storageSyncServices/sssps3946\",\r\n \"name\": \"sssps3946\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiNmQ2MjQ4LWFjYzMtNGVkNC1iNWYxLTQxOGJkNTA1NWI4ZCIsIndvcmtmbG93SWQiOiJmYjczYWFhZi01NWFkLTRhMzQtYTQ3Ny04MGRjMGUwYTRiOWUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzdlMDRkNzktYmIzOS00YWM3LWE3M2YtM2QxZDAyZDBlODUzIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImZiNmQ2MjQ4LWFjYzMtNGVkNC1iNWYxLTQxOGJkNTA1NWI4ZCIsIndvcmtmbG93SWQiOiJmYjczYWFhZi01NWFkLTRhMzQtYTQ3Ny04MGRjMGUwYTRiOWUiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzdlMDRkNzktYmIzOS00YWM3LWE3M2YtM2QxZDAyZDBlODUzIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T07:14:30.0012814Z\",\r\n \"endTime\": \"2020-06-23T07:14:36.2608396Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7174/providers/Microsoft.StorageSync/storageSyncServices/sssps3946/syncGroups/sgps826?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzE3NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTQ2L3N5bmNHcm91cHMvc2dwczgyNj9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2186/providers/Microsoft.StorageSync/storageSyncServices/sssps3113?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjE4Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMTEzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "61363030-6788-41f4-ac10-67ab0362d7fe" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11993" + ], + "x-ms-correlation-request-id": [ + "545bdcac-ea64-43ae-8caf-c0ee12dd2259" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071439Z:545bdcac-ea64-43ae-8caf-c0ee12dd2259" + ], + "Date": [ + "Tue, 23 Jun 2020 07:14:39 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps3113/workflows/fb73aaaf-55ad-4a34-a477-80dc0e0a4b9e\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2186/providers/microsoft.storagesync/storageSyncServices/sssps3113\",\r\n \"name\": \"sssps3113\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2186/providers/Microsoft.StorageSync/storageSyncServices/sssps3113/syncGroups/sgps7955?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjE4Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMTEzL3N5bmNHcm91cHMvc2dwczc5NTU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {}\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d2b7daaf-033d-4eda-a1d6-eff7a4ef7d0f" + "abf1c970-017b-404e-bec7-0e440658489d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -369,7 +501,7 @@ "no-cache" ], "x-ms-request-id": [ - "3ee536c7-4014-4915-ba9e-17989facc5fc" + "45291eb3-9409-47c3-9905-1240a1f14c1d" ], "X-Content-Type-Options": [ "nosniff" @@ -387,47 +519,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1194" ], "x-ms-correlation-request-id": [ - "5a7a4b44-c097-4269-a088-9a1975807a2c" + "83405954-de52-4cee-a990-ed5d580865b6" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184243Z:5a7a4b44-c097-4269-a088-9a1975807a2c" + "WESTUS:20200623T071440Z:83405954-de52-4cee-a990-ed5d580865b6" ], "Date": [ - "Wed, 03 Jul 2019 18:42:43 GMT" + "Tue, 23 Jun 2020 07:14:39 GMT" ], "Content-Length": [ - "329" + "371" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"09d23299-8682-45c0-9bfc-444d1cc9a2f4\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7174/providers/microsoft.storagesync/storageSyncServices/sssps3946/syncGroups/sgps826\",\r\n \"name\": \"sgps826\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"4f71cabc-8515-47c8-9dec-f95fa8a89474\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2186/providers/microsoft.storagesync/storageSyncServices/sssps3113/syncGroups/sgps7955\",\r\n \"name\": \"sgps7955\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7174/providers/Microsoft.StorageSync/storageSyncServices/sssps3946/syncGroups/sgps826?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzE3NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTQ2L3N5bmNHcm91cHMvc2dwczgyNj9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2186/providers/Microsoft.StorageSync/storageSyncServices/sssps3113/syncGroups/sgps7955?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjE4Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMTEzL3N5bmNHcm91cHMvc2dwczc5NTU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "13396577-db92-47e1-ae4c-bee5ff484a91" + "31814dab-4eee-483f-929f-fff4cf40ff83" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -438,7 +570,7 @@ "no-cache" ], "x-ms-request-id": [ - "ad3fd192-0f22-4605-ba56-484e794b236f" + "2b6b1a51-49e9-4c72-8f67-af81d96f87c0" ], "X-Content-Type-Options": [ "nosniff" @@ -456,47 +588,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11992" ], "x-ms-correlation-request-id": [ - "c778cd5e-2e18-4aaf-beba-afce8f68f83b" + "143f6ddd-ff93-4750-aa75-b37c6263f4dd" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184244Z:c778cd5e-2e18-4aaf-beba-afce8f68f83b" + "WESTUS:20200623T071440Z:143f6ddd-ff93-4750-aa75-b37c6263f4dd" ], "Date": [ - "Wed, 03 Jul 2019 18:42:43 GMT" + "Tue, 23 Jun 2020 07:14:40 GMT" ], "Content-Length": [ - "329" + "371" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"09d23299-8682-45c0-9bfc-444d1cc9a2f4\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7174/providers/microsoft.storagesync/storageSyncServices/sssps3946/syncGroups/sgps826\",\r\n \"name\": \"sgps826\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"4f71cabc-8515-47c8-9dec-f95fa8a89474\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2186/providers/microsoft.storagesync/storageSyncServices/sssps3113/syncGroups/sgps7955\",\r\n \"name\": \"sgps7955\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7174/providers/Microsoft.StorageSync/storageSyncServices/sssps3946/syncGroups/sgps826?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzE3NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTQ2L3N5bmNHcm91cHMvc2dwczgyNj9hcGktdmVyc2lvbj0yMDE5LTAzLTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2186/providers/Microsoft.StorageSync/storageSyncServices/sssps3113/syncGroups/sgps7955?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjE4Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMTEzL3N5bmNHcm91cHMvc2dwczc5NTU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a7841c25-e4bf-4737-943c-e84a5cda759d" + "bb62021d-9641-4db8-8572-e8c0272d6a5b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -507,7 +639,7 @@ "no-cache" ], "x-ms-request-id": [ - "7d7a94ee-3b98-4dc1-ac05-63848b03bc56" + "ff9ee61f-afcc-4ecd-ba92-9f91a63eb5d9" ], "X-Content-Type-Options": [ "nosniff" @@ -525,16 +657,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14995" ], "x-ms-correlation-request-id": [ - "d17b4ad8-c474-40c2-8cfb-2a5f8ad27d11" + "a05ad43a-af56-4fb1-baaa-719c380616ae" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184244Z:d17b4ad8-c474-40c2-8cfb-2a5f8ad27d11" + "WESTUS:20200623T071441Z:a05ad43a-af56-4fb1-baaa-719c380616ae" ], "Date": [ - "Wed, 03 Jul 2019 18:42:44 GMT" + "Tue, 23 Jun 2020 07:14:40 GMT" ], "Expires": [ "-1" @@ -547,22 +679,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7174/providers/Microsoft.StorageSync/storageSyncServices/sssps3946?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzE3NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzOTQ2P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2186/providers/Microsoft.StorageSync/storageSyncServices/sssps3113?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjE4Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMTEzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fe86cad4-4636-4c35-ba4f-91831c8ed624" + "44fc1ed4-c2cc-4ff2-81bc-62b64ffb3d0f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -572,8 +704,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiNmQ2MjQ4LWFjYzMtNGVkNC1iNWYxLTQxOGJkNTA1NWI4ZCIsIndvcmtmbG93SWQiOiJmNmNjYTJkMC1kMTgzLTQ1NDQtYTFmOC1lNTRlYjFmOWZjY2YiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjgwZTA3NTItNjI4My00MjdiLWEwZDAtMmI2OWE0NjAwNDBkIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiNmQ2MjQ4LWFjYzMtNGVkNC1iNWYxLTQxOGJkNTA1NWI4ZCIsIndvcmtmbG93SWQiOiJmNmNjYTJkMC1kMTgzLTQ1NDQtYTFmOC1lNTRlYjFmOWZjY2YiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjgwZTA3NTItNjI4My00MjdiLWEwZDAtMmI2OWE0NjAwNDBkIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "05912584-f2c7-410c-9164-04382dedd071" + "2641277f-fddb-434f-b76a-7418b560c86c" ], "X-Content-Type-Options": [ "nosniff" @@ -591,16 +732,139 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14994" + ], + "x-ms-correlation-request-id": [ + "0fd1c007-55d8-43e9-8eec-18933945b523" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071441Z:0fd1c007-55d8-43e9-8eec-18933945b523" + ], + "Date": [ + "Tue, 23 Jun 2020 07:14:40 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImZiNmQ2MjQ4LWFjYzMtNGVkNC1iNWYxLTQxOGJkNTA1NWI4ZCIsIndvcmtmbG93SWQiOiJmNmNjYTJkMC1kMTgzLTQ1NDQtYTFmOC1lNTRlYjFmOWZjY2YiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjgwZTA3NTItNjI4My00MjdiLWEwZDAtMmI2OWE0NjAwNDBkIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmlObVEyTWpRNExXRmpZek10TkdWa05DMWlOV1l4TFRReE9HSmtOVEExTldJNFpDSXNJbmR2Y210bWJHOTNTV1FpT2lKbU5tTmpZVEprTUMxa01UZ3pMVFExTkRRdFlURm1PQzFsTlRSbFlqRm1PV1pqWTJZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWWpnd1pUQTNOVEl0TmpJNE15MDBNamRpTFdFd1pEQXRNbUkyT1dFME5qQXdOREJrSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "14b30c88-bd1d-4c6d-82e2-1af9e37ee9d7" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11991" ], "x-ms-correlation-request-id": [ - "202e7db0-59b4-42c5-9644-6a335728bf08" + "71cdbdc6-f336-4781-a2c0-af38aa9fe96e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184245Z:202e7db0-59b4-42c5-9644-6a335728bf08" + "WESTUS:20200623T071451Z:71cdbdc6-f336-4781-a2c0-af38aa9fe96e" ], "Date": [ - "Wed, 03 Jul 2019 18:42:45 GMT" + "Tue, 23 Jun 2020 07:14:50 GMT" + ], + "Content-Length": [ + "744" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiNmQ2MjQ4LWFjYzMtNGVkNC1iNWYxLTQxOGJkNTA1NWI4ZCIsIndvcmtmbG93SWQiOiJmNmNjYTJkMC1kMTgzLTQ1NDQtYTFmOC1lNTRlYjFmOWZjY2YiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjgwZTA3NTItNjI4My00MjdiLWEwZDAtMmI2OWE0NjAwNDBkIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImZiNmQ2MjQ4LWFjYzMtNGVkNC1iNWYxLTQxOGJkNTA1NWI4ZCIsIndvcmtmbG93SWQiOiJmNmNjYTJkMC1kMTgzLTQ1NDQtYTFmOC1lNTRlYjFmOWZjY2YiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjgwZTA3NTItNjI4My00MjdiLWEwZDAtMmI2OWE0NjAwNDBkIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T07:14:41.690966Z\",\r\n \"endTime\": \"2020-06-23T07:14:47.2056683Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImZiNmQ2MjQ4LWFjYzMtNGVkNC1iNWYxLTQxOGJkNTA1NWI4ZCIsIndvcmtmbG93SWQiOiJmNmNjYTJkMC1kMTgzLTQ1NDQtYTFmOC1lNTRlYjFmOWZjY2YiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYjgwZTA3NTItNjI4My00MjdiLWEwZDAtMmI2OWE0NjAwNDBkIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltWmlObVEyTWpRNExXRmpZek10TkdWa05DMWlOV1l4TFRReE9HSmtOVEExTldJNFpDSXNJbmR2Y210bWJHOTNTV1FpT2lKbU5tTmpZVEprTUMxa01UZ3pMVFExTkRRdFlURm1PQzFsTlRSbFlqRm1PV1pqWTJZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWWpnd1pUQTNOVEl0TmpJNE15MDBNamRpTFdFd1pEQXRNbUkyT1dFME5qQXdOREJrSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "2406070f-71f0-4278-8b45-9a10e77f7f73" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11990" + ], + "x-ms-correlation-request-id": [ + "976cd641-8868-4e21-8954-c7cbd5f360fd" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071452Z:976cd641-8868-4e21-8954-c7cbd5f360fd" + ], + "Date": [ + "Tue, 23 Jun 2020 07:14:51 GMT" ], "Expires": [ "-1" @@ -613,22 +877,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7174/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzE3NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps2186/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzMjE4Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "17b437e7-03cc-4f9d-8aa1-304e6e735993" + "cdf5fd11-10f2-46d2-9822-cb6d785d1065" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -638,57 +902,66 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], "x-ms-request-id": [ - "2692d69f-8e81-44d5-8a8a-d1c1149234a8" - ], - "x-ms-correlation-request-id": [ - "2692d69f-8e81-44d5-8a8a-d1c1149234a8" + "c52f7025-8787-49c5-92b7-6c14c56555ec" ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T184245Z:2692d69f-8e81-44d5-8a8a-d1c1149234a8" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-correlation-request-id": [ + "1523fa1f-a36d-4e46-a494-8f1a60e9362e" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071452Z:1523fa1f-a36d-4e46-a494-8f1a60e9362e" ], "Date": [ - "Wed, 03 Jul 2019 18:42:45 GMT" + "Tue, 23 Jun 2020 07:14:51 GMT" + ], + "Content-Length": [ + "19" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps7174?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNzE3ND9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps2186?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzMjE4Nj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9170cd70-b7b4-4d85-b94d-1f6e8fc1d905" + "c76e5d35-7ce5-4f29-84d2-94f5f8b7518a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -699,22 +972,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxODYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "14993" ], "x-ms-request-id": [ - "e93711b0-5d98-4d34-a18c-4ab756517052" + "48556df1-a40c-4152-990a-522a37693dd2" ], "x-ms-correlation-request-id": [ - "e93711b0-5d98-4d34-a18c-4ab756517052" + "48556df1-a40c-4152-990a-522a37693dd2" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184246Z:e93711b0-5d98-4d34-a18c-4ab756517052" + "WESTUS:20200623T071452Z:48556df1-a40c-4152-990a-522a37693dd2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -723,7 +996,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:42:46 GMT" + "Tue, 23 Jun 2020 07:14:51 GMT" ], "Expires": [ "-1" @@ -736,16 +1009,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE56UXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxODYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE9EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -756,22 +1029,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxODYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11988" ], "x-ms-request-id": [ - "b62a150e-ee6a-46c2-9b6e-1285d6f6f831" + "5d0dc1a1-15ab-450b-ba5f-0f9c94224aaf" ], "x-ms-correlation-request-id": [ - "b62a150e-ee6a-46c2-9b6e-1285d6f6f831" + "5d0dc1a1-15ab-450b-ba5f-0f9c94224aaf" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184302Z:b62a150e-ee6a-46c2-9b6e-1285d6f6f831" + "WESTUS:20200623T071507Z:5d0dc1a1-15ab-450b-ba5f-0f9c94224aaf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -780,7 +1053,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:43:01 GMT" + "Tue, 23 Jun 2020 07:15:06 GMT" ], "Expires": [ "-1" @@ -793,16 +1066,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE56UXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxODYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE9EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -813,22 +1086,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxODYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11987" ], "x-ms-request-id": [ - "5a83e6b1-10b0-409e-ab14-ea3e71132ccc" + "50831960-0f1d-4c07-bf92-834e023dbebd" ], "x-ms-correlation-request-id": [ - "5a83e6b1-10b0-409e-ab14-ea3e71132ccc" + "50831960-0f1d-4c07-bf92-834e023dbebd" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184317Z:5a83e6b1-10b0-409e-ab14-ea3e71132ccc" + "WESTUS:20200623T071522Z:50831960-0f1d-4c07-bf92-834e023dbebd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -837,7 +1110,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:43:16 GMT" + "Tue, 23 Jun 2020 07:15:22 GMT" ], "Expires": [ "-1" @@ -850,16 +1123,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE56UXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxODYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE9EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -870,16 +1143,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11986" ], "x-ms-request-id": [ - "9ad9dc9d-f0bc-4e24-89b0-ce25295f3bd1" + "bd08e9ab-dfda-4072-8d87-29ddb3fce859" ], "x-ms-correlation-request-id": [ - "9ad9dc9d-f0bc-4e24-89b0-ce25295f3bd1" + "bd08e9ab-dfda-4072-8d87-29ddb3fce859" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184332Z:9ad9dc9d-f0bc-4e24-89b0-ce25295f3bd1" + "WESTUS:20200623T071537Z:bd08e9ab-dfda-4072-8d87-29ddb3fce859" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -888,7 +1161,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:43:31 GMT" + "Tue, 23 Jun 2020 07:15:37 GMT" ], "Expires": [ "-1" @@ -901,16 +1174,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcxNzQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjeE56UXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxODYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE9EWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -921,16 +1194,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11985" ], "x-ms-request-id": [ - "3eecd5a2-7cb7-450d-ace3-a6db0c1b2f6a" + "5f1fea7a-727b-4bf2-be10-774afaedbb7b" ], "x-ms-correlation-request-id": [ - "3eecd5a2-7cb7-450d-ace3-a6db0c1b2f6a" + "5f1fea7a-727b-4bf2-be10-774afaedbb7b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184332Z:3eecd5a2-7cb7-450d-ace3-a6db0c1b2f6a" + "WESTUS:20200623T071537Z:5f1fea7a-727b-4bf2-be10-774afaedbb7b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -939,7 +1212,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:43:31 GMT" + "Tue, 23 Jun 2020 07:15:37 GMT" ], "Expires": [ "-1" @@ -954,14 +1227,14 @@ ], "Names": { "Test-GetSyncGroupParentResourceId": [ - "ps7174", - "ps3946", - "ps826" + "ps2186", + "ps3113", + "ps7955" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestGetSyncGroups.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestGetSyncGroups.json index a4bd6ae3e9bb..eab8459b05a4 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestGetSyncGroups.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestGetSyncGroups.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dd4a0ec4-e223-4b6e-a594-89547804e232" + "1a6c93ba-0c92-4e6f-9f08-642b0e9d2908" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "eaaab1c2-be80-4224-abd1-12d0282b878d" + "fe76f14a-8ec7-4991-9d15-5a8adbe6c950" ], "x-ms-correlation-request-id": [ - "eaaab1c2-be80-4224-abd1-12d0282b878d" + "fe76f14a-8ec7-4991-9d15-5a8adbe6c950" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184144Z:eaaab1c2-be80-4224-abd1-12d0282b878d" + "WESTUS:20200623T071314Z:fe76f14a-8ec7-4991-9d15-5a8adbe6c950" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:41:43 GMT" + "Tue, 23 Jun 2020 07:13:13 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\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\": \"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\": \"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\": \"notifyResourceJobs\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\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 ]\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-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-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-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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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-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-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 },\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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "86eb08a3-77a2-4910-be14-96c7f2ced07c" + "3a90adba-6bc1-43b1-9edf-2befad8d238b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "04e77ceb-e0fb-41ef-bdce-2a7e9f95f4b6" + "61c3c669-0941-4125-8df4-2af5e0baddd4" ], "x-ms-correlation-request-id": [ - "04e77ceb-e0fb-41ef-bdce-2a7e9f95f4b6" + "61c3c669-0941-4125-8df4-2af5e0baddd4" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184144Z:04e77ceb-e0fb-41ef-bdce-2a7e9f95f4b6" + "WESTUS:20200623T071314Z:61c3c669-0941-4125-8df4-2af5e0baddd4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:41:43 GMT" + "Tue, 23 Jun 2020 07:13:13 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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-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-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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 \"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 \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps2919?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMjkxOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps9936?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzOTkzNj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "037d92d6-61a4-4a61-a7d8-d036b107368b" + "04a144fd-8d0a-4e17-8a55-58a56760fc40" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,13 +156,13 @@ "1199" ], "x-ms-request-id": [ - "db79c5bb-158a-4f66-b92b-cc5fd7e8afaf" + "c5ab7c0b-4d30-4fe0-8f4a-c0b748ae4b5c" ], "x-ms-correlation-request-id": [ - "db79c5bb-158a-4f66-b92b-cc5fd7e8afaf" + "c5ab7c0b-4d30-4fe0-8f4a-c0b748ae4b5c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184146Z:db79c5bb-158a-4f66-b92b-cc5fd7e8afaf" + "WESTUS:20200623T071314Z:c5ab7c0b-4d30-4fe0-8f4a-c0b748ae4b5c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:41:45 GMT" + "Tue, 23 Jun 2020 07:13:13 GMT" ], "Content-Length": [ "165" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2919\",\r\n \"name\": \"ps2919\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9936\",\r\n \"name\": \"ps9936\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps4834\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps3680\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "05bc421a-107b-4a71-affd-6c0f77fc1f10" + "808964ec-c282-4529-a31f-4c8684025cd8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "2fcc9a3f-c975-45f8-acfa-0d41628c8c7b" + "97973197-54fd-4bb3-9d19-7eed2d0b66cd" ], "X-Content-Type-Options": [ "nosniff" @@ -240,50 +240,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "5bf9dc08-6286-4ed3-9ae7-e28ae231d1bb" + "6e483ca4-eee0-4045-b2e3-caaabf3b12fe" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184147Z:5bf9dc08-6286-4ed3-9ae7-e28ae231d1bb" + "WESTUS:20200623T071315Z:6e483ca4-eee0-4045-b2e3-caaabf3b12fe" ], "Date": [ - "Wed, 03 Jul 2019 18:41:46 GMT" + "Tue, 23 Jun 2020 07:13:15 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2919/providers/Microsoft.StorageSync/storageSyncServices/sssps4834?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjkxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0ODM0P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9936/providers/Microsoft.StorageSync/storageSyncServices/sssps3680?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTkzNi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzNjgwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0235bd56-b3ec-4a02-9aa0-ef986a451ea1" + "07683065-4b3e-4bb9-a9fa-6080d70eb739" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImI5YWViMzUxLWFmYWMtNDgwYy1hNzE5LWIzMGNiODYwMzJjYSIsIndvcmtmbG93SWQiOiIwN2ZhNjk5Mi03Njk0LTQyODQtOWExMC04NmU1YjZlOTM4NjMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTA5ZTA4ZTUtMTNjZi00ODQzLTk3MzEtMzhiYzhkNTVlMDJlIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImI5YWViMzUxLWFmYWMtNDgwYy1hNzE5LWIzMGNiODYwMzJjYSIsIndvcmtmbG93SWQiOiIwN2ZhNjk5Mi03Njk0LTQyODQtOWExMC04NmU1YjZlOTM4NjMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTA5ZTA4ZTUtMTNjZi00ODQzLTk3MzEtMzhiYzhkNTVlMDJlIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "0a24b337-c01f-412c-8848-8f7027bb4dba" + "c416b62e-5c9a-46c1-9167-23e5818201a5" ], "X-Content-Type-Options": [ "nosniff" @@ -315,44 +324,167 @@ "1199" ], "x-ms-correlation-request-id": [ - "527dd88e-7959-4311-8615-38bd723bf70d" + "32861b2d-fa50-45e9-9f0a-00c792ba0d1a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184147Z:527dd88e-7959-4311-8615-38bd723bf70d" + "WESTUS:20200623T071316Z:32861b2d-fa50-45e9-9f0a-00c792ba0d1a" ], "Date": [ - "Wed, 03 Jul 2019 18:41:47 GMT" + "Tue, 23 Jun 2020 07:13:16 GMT" + ], + "Expires": [ + "-1" ], "Content-Length": [ - "329" + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImI5YWViMzUxLWFmYWMtNDgwYy1hNzE5LWIzMGNiODYwMzJjYSIsIndvcmtmbG93SWQiOiIwN2ZhNjk5Mi03Njk0LTQyODQtOWExMC04NmU1YjZlOTM4NjMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTA5ZTA4ZTUtMTNjZi00ODQzLTk3MzEtMzhiYzhkNTVlMDJlIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltSTVZV1ZpTXpVeExXRm1ZV010TkRnd1l5MWhOekU1TFdJek1HTmlPRFl3TXpKallTSXNJbmR2Y210bWJHOTNTV1FpT2lJd04yWmhOams1TWkwM05qazBMVFF5T0RRdE9XRXhNQzA0Tm1VMVlqWmxPVE00TmpNaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pT1RBNVpUQTRaVFV0TVROalppMDBPRFF6TFRrM016RXRNemhpWXpoa05UVmxNREpsSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "456c96ec-aa92-4da5-ba03-1f4287a12604" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "35118fab-a54e-4d32-980b-521f2024fcdb" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071326Z:35118fab-a54e-4d32-980b-521f2024fcdb" + ], + "Date": [ + "Tue, 23 Jun 2020 07:13:26 GMT" + ], + "Content-Length": [ + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2919/providers/microsoft.storagesync/storageSyncServices/sssps4834\",\r\n \"name\": \"sssps4834\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImI5YWViMzUxLWFmYWMtNDgwYy1hNzE5LWIzMGNiODYwMzJjYSIsIndvcmtmbG93SWQiOiIwN2ZhNjk5Mi03Njk0LTQyODQtOWExMC04NmU1YjZlOTM4NjMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTA5ZTA4ZTUtMTNjZi00ODQzLTk3MzEtMzhiYzhkNTVlMDJlIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImI5YWViMzUxLWFmYWMtNDgwYy1hNzE5LWIzMGNiODYwMzJjYSIsIndvcmtmbG93SWQiOiIwN2ZhNjk5Mi03Njk0LTQyODQtOWExMC04NmU1YjZlOTM4NjMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiOTA5ZTA4ZTUtMTNjZi00ODQzLTk3MzEtMzhiYzhkNTVlMDJlIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T07:13:17.2013346Z\",\r\n \"endTime\": \"2020-06-23T07:13:23.434359Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2919/providers/Microsoft.StorageSync/storageSyncServices/sssps4834/syncGroups/sgps1892?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjkxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0ODM0L3N5bmNHcm91cHMvc2dwczE4OTI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9936/providers/Microsoft.StorageSync/storageSyncServices/sssps3680?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTkzNi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzNjgwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "b4200929-a68f-46b8-8d17-00321c17ca83" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "92c56c75-2264-43fc-9627-ab2b0d12795b" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071327Z:92c56c75-2264-43fc-9627-ab2b0d12795b" + ], + "Date": [ + "Tue, 23 Jun 2020 07:13:26 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps3680/workflows/07fa6992-7694-4284-9a10-86e5b6e93863\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9936/providers/microsoft.storagesync/storageSyncServices/sssps3680\",\r\n \"name\": \"sssps3680\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9936/providers/Microsoft.StorageSync/storageSyncServices/sssps3680/syncGroups/sgps4689?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTkzNi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzNjgwL3N5bmNHcm91cHMvc2dwczQ2ODk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {}\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f6ff661c-b9ec-4b8b-8407-d4b63164e090" + "a1eae522-a005-4ffa-b519-301476503947" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -369,7 +501,7 @@ "no-cache" ], "x-ms-request-id": [ - "ebf807fd-202a-4a69-849e-3ac0125363c8" + "f4e5e63b-1e79-42c0-b7ba-6a09ec3777ba" ], "X-Content-Type-Options": [ "nosniff" @@ -390,44 +522,44 @@ "1198" ], "x-ms-correlation-request-id": [ - "58445680-f729-41ba-a2b6-360d8335df8c" + "f80938b9-f1dc-46cb-b241-a3dc26c2f800" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184149Z:58445680-f729-41ba-a2b6-360d8335df8c" + "WESTUS:20200623T071327Z:f80938b9-f1dc-46cb-b241-a3dc26c2f800" ], "Date": [ - "Wed, 03 Jul 2019 18:41:48 GMT" + "Tue, 23 Jun 2020 07:13:27 GMT" ], "Content-Length": [ - "331" + "371" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"cf5a2e02-61c1-4d4c-ab01-22414ad5e567\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2919/providers/microsoft.storagesync/storageSyncServices/sssps4834/syncGroups/sgps1892\",\r\n \"name\": \"sgps1892\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"abc3ca3f-9098-47d7-afc7-f34824e973a5\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9936/providers/microsoft.storagesync/storageSyncServices/sssps3680/syncGroups/sgps4689\",\r\n \"name\": \"sgps4689\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2919/providers/Microsoft.StorageSync/storageSyncServices/sssps4834/syncGroups?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjkxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0ODM0L3N5bmNHcm91cHM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9936/providers/Microsoft.StorageSync/storageSyncServices/sssps3680/syncGroups?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTkzNi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzNjgwL3N5bmNHcm91cHM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d1e5dbec-a28b-420a-a29f-122fce174c12" + "b44da1f5-0594-4cca-b905-eca91c19a50a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -438,7 +570,7 @@ "no-cache" ], "x-ms-request-id": [ - "4a6a9ccf-ab57-47bb-8ba8-b3fa8061ba7f" + "e817b68a-5298-45ec-907d-0038641d648c" ], "X-Content-Type-Options": [ "nosniff" @@ -456,47 +588,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11996" ], "x-ms-correlation-request-id": [ - "f49e1062-757e-47f0-8878-02941cf6a681" + "f27eb02d-57bf-4929-b392-24c4fd03e190" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184149Z:f49e1062-757e-47f0-8878-02941cf6a681" + "WESTUS:20200623T071328Z:f27eb02d-57bf-4929-b392-24c4fd03e190" ], "Date": [ - "Wed, 03 Jul 2019 18:41:48 GMT" + "Tue, 23 Jun 2020 07:13:27 GMT" ], "Content-Length": [ - "343" + "432" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"cf5a2e02-61c1-4d4c-ab01-22414ad5e567\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2919/providers/microsoft.storagesync/storageSyncServices/sssps4834/syncGroups/sgps1892\",\r\n \"name\": \"sgps1892\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"abc3ca3f-9098-47d7-afc7-f34824e973a5\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9936/providers/microsoft.storagesync/storageSyncServices/sssps3680/syncGroups/sgps4689\",\r\n \"name\": \"sgps4689\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2919/providers/Microsoft.StorageSync/storageSyncServices/sssps4834/syncGroups/sgps1892?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjkxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0ODM0L3N5bmNHcm91cHMvc2dwczE4OTI/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9936/providers/Microsoft.StorageSync/storageSyncServices/sssps3680/syncGroups/sgps4689?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTkzNi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzNjgwL3N5bmNHcm91cHMvc2dwczQ2ODk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c80e3c61-9ac7-4997-bf5f-a1dbdc34cfad" + "226dcf32-3ace-416a-9624-40688ba6f3fa" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -507,7 +639,7 @@ "no-cache" ], "x-ms-request-id": [ - "1a41f0fd-aaab-4130-8563-fc147127b82d" + "e3e6a1dc-b3a2-4bde-a923-9c4ca9ef0f58" ], "X-Content-Type-Options": [ "nosniff" @@ -528,13 +660,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "ab508e2e-f3b3-4916-a23e-b09240f8ec3c" + "298e0764-a3fc-42b0-b1df-9d25d2d7cac0" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184150Z:ab508e2e-f3b3-4916-a23e-b09240f8ec3c" + "WESTUS:20200623T071328Z:298e0764-a3fc-42b0-b1df-9d25d2d7cac0" ], "Date": [ - "Wed, 03 Jul 2019 18:41:49 GMT" + "Tue, 23 Jun 2020 07:13:28 GMT" ], "Expires": [ "-1" @@ -547,22 +679,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2919/providers/Microsoft.StorageSync/storageSyncServices/sssps4834?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjkxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0ODM0P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9936/providers/Microsoft.StorageSync/storageSyncServices/sssps3680?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTkzNi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzNjgwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "094bf868-6f2f-4a8e-a3f9-007bdf0b2b2d" + "8483bccb-c6fa-4e38-aa33-f71c501d3e72" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -572,8 +704,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImI5YWViMzUxLWFmYWMtNDgwYy1hNzE5LWIzMGNiODYwMzJjYSIsIndvcmtmbG93SWQiOiJkN2E0N2E0Zi1jZTZlLTQ4NjYtYTMwZC01MTkxZWEwMDZlZDEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzFjZjNkNjAtZDFhMS00YzdjLWFjYTEtNjJjM2E3OTg5M2I2In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImI5YWViMzUxLWFmYWMtNDgwYy1hNzE5LWIzMGNiODYwMzJjYSIsIndvcmtmbG93SWQiOiJkN2E0N2E0Zi1jZTZlLTQ4NjYtYTMwZC01MTkxZWEwMDZlZDEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzFjZjNkNjAtZDFhMS00YzdjLWFjYTEtNjJjM2E3OTg5M2I2In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "43f05447-ffdc-47db-bb7f-4b0d3752de16" + "77938aab-f301-4421-a332-5478a156b898" ], "X-Content-Type-Options": [ "nosniff" @@ -594,13 +735,13 @@ "14998" ], "x-ms-correlation-request-id": [ - "ff6c1587-4b78-4c91-9d78-9ecbc380a959" + "d8070366-9007-4796-97d9-a0c1b94f3fa9" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184150Z:ff6c1587-4b78-4c91-9d78-9ecbc380a959" + "WESTUS:20200623T071329Z:d8070366-9007-4796-97d9-a0c1b94f3fa9" ], "Date": [ - "Wed, 03 Jul 2019 18:41:50 GMT" + "Tue, 23 Jun 2020 07:13:28 GMT" ], "Expires": [ "-1" @@ -610,25 +751,148 @@ ] }, "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImI5YWViMzUxLWFmYWMtNDgwYy1hNzE5LWIzMGNiODYwMzJjYSIsIndvcmtmbG93SWQiOiJkN2E0N2E0Zi1jZTZlLTQ4NjYtYTMwZC01MTkxZWEwMDZlZDEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzFjZjNkNjAtZDFhMS00YzdjLWFjYTEtNjJjM2E3OTg5M2I2In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltSTVZV1ZpTXpVeExXRm1ZV010TkRnd1l5MWhOekU1TFdJek1HTmlPRFl3TXpKallTSXNJbmR2Y210bWJHOTNTV1FpT2lKa04yRTBOMkUwWmkxalpUWmxMVFE0TmpZdFlUTXdaQzAxTVRreFpXRXdNRFpsWkRFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTXpGalpqTmtOakF0WkRGaE1TMDBZemRqTFdGallURXROakpqTTJFM09UZzVNMkkySW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "80ad7d1d-c54a-4112-a2a4-008d1b781873" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "b3014294-7ebe-40a3-9886-04bce25145ff" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071339Z:b3014294-7ebe-40a3-9886-04bce25145ff" + ], + "Date": [ + "Tue, 23 Jun 2020 07:13:38 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImI5YWViMzUxLWFmYWMtNDgwYy1hNzE5LWIzMGNiODYwMzJjYSIsIndvcmtmbG93SWQiOiJkN2E0N2E0Zi1jZTZlLTQ4NjYtYTMwZC01MTkxZWEwMDZlZDEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzFjZjNkNjAtZDFhMS00YzdjLWFjYTEtNjJjM2E3OTg5M2I2In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImI5YWViMzUxLWFmYWMtNDgwYy1hNzE5LWIzMGNiODYwMzJjYSIsIndvcmtmbG93SWQiOiJkN2E0N2E0Zi1jZTZlLTQ4NjYtYTMwZC01MTkxZWEwMDZlZDEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzFjZjNkNjAtZDFhMS00YzdjLWFjYTEtNjJjM2E3OTg5M2I2In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T07:13:29.5084536Z\",\r\n \"endTime\": \"2020-06-23T07:13:34.9803421Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps2919/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMjkxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImI5YWViMzUxLWFmYWMtNDgwYy1hNzE5LWIzMGNiODYwMzJjYSIsIndvcmtmbG93SWQiOiJkN2E0N2E0Zi1jZTZlLTQ4NjYtYTMwZC01MTkxZWEwMDZlZDEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMzFjZjNkNjAtZDFhMS00YzdjLWFjYTEtNjJjM2E3OTg5M2I2In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltSTVZV1ZpTXpVeExXRm1ZV010TkRnd1l5MWhOekU1TFdJek1HTmlPRFl3TXpKallTSXNJbmR2Y210bWJHOTNTV1FpT2lKa04yRTBOMkUwWmkxalpUWmxMVFE0TmpZdFlUTXdaQzAxTVRreFpXRXdNRFpsWkRFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTXpGalpqTmtOakF0WkRGaE1TMDBZemRqTFdGallURXROakpqTTJFM09UZzVNMkkySW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "9760b97a-06c1-4dc2-bd3f-64638540f34b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "ea71e701-b56e-4842-baf2-5abb0ec4aeb2" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071339Z:ea71e701-b56e-4842-baf2-5abb0ec4aeb2" + ], + "Date": [ + "Tue, 23 Jun 2020 07:13:39 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps9936/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzOTkzNi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a734819f-1e1f-4080-8892-dbe3b8bb4fd9" + "181c97ae-be7e-49ef-ad55-d20546d8643f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -639,16 +903,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11993" ], "x-ms-request-id": [ - "b32d9001-d854-46f3-aa7c-f996a19ef6cf" + "c71fae79-8f4e-49b6-8cff-1ddc015a2b5a" ], "x-ms-correlation-request-id": [ - "b32d9001-d854-46f3-aa7c-f996a19ef6cf" + "c71fae79-8f4e-49b6-8cff-1ddc015a2b5a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184150Z:b32d9001-d854-46f3-aa7c-f996a19ef6cf" + "WESTUS:20200623T071339Z:c71fae79-8f4e-49b6-8cff-1ddc015a2b5a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -657,7 +921,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:41:50 GMT" + "Tue, 23 Jun 2020 07:13:39 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -673,22 +937,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps2919?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMjkxOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps9936?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzOTkzNj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "12c00617-3341-4bfb-8826-0eb541d757d3" + "3944e6af-7d6d-40c3-9f12-3134376cda74" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -699,7 +963,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5MTktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk5MzYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -708,13 +972,13 @@ "14997" ], "x-ms-request-id": [ - "c7b0d961-3686-4d4f-966c-8864f7c39c41" + "006f8ed3-151f-4b84-bf07-2c893e0deceb" ], "x-ms-correlation-request-id": [ - "c7b0d961-3686-4d4f-966c-8864f7c39c41" + "006f8ed3-151f-4b84-bf07-2c893e0deceb" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184151Z:c7b0d961-3686-4d4f-966c-8864f7c39c41" + "WESTUS:20200623T071339Z:006f8ed3-151f-4b84-bf07-2c893e0deceb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -723,7 +987,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:41:50 GMT" + "Tue, 23 Jun 2020 07:13:39 GMT" ], "Expires": [ "-1" @@ -736,16 +1000,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5MTktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJNU1Ua3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk5MzYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNU16WXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -756,22 +1020,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5MTktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk5MzYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11992" ], "x-ms-request-id": [ - "49aae3e1-622e-4600-944b-425636321e81" + "b49b28a1-bb19-4ee7-b47e-226a2dcc5940" ], "x-ms-correlation-request-id": [ - "49aae3e1-622e-4600-944b-425636321e81" + "b49b28a1-bb19-4ee7-b47e-226a2dcc5940" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184206Z:49aae3e1-622e-4600-944b-425636321e81" + "WESTUS:20200623T071354Z:b49b28a1-bb19-4ee7-b47e-226a2dcc5940" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -780,7 +1044,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:42:05 GMT" + "Tue, 23 Jun 2020 07:13:54 GMT" ], "Expires": [ "-1" @@ -793,16 +1057,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5MTktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJNU1Ua3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk5MzYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNU16WXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -813,22 +1077,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5MTktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk5MzYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11993" ], "x-ms-request-id": [ - "5428eeb2-21ed-4348-a63b-278a54881c95" + "3788c140-ad1a-44f1-88a5-94315be9afab" ], "x-ms-correlation-request-id": [ - "5428eeb2-21ed-4348-a63b-278a54881c95" + "3788c140-ad1a-44f1-88a5-94315be9afab" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184221Z:5428eeb2-21ed-4348-a63b-278a54881c95" + "WESTUS:20200623T071410Z:3788c140-ad1a-44f1-88a5-94315be9afab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -837,7 +1101,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:42:21 GMT" + "Tue, 23 Jun 2020 07:14:09 GMT" ], "Expires": [ "-1" @@ -850,16 +1114,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5MTktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJNU1Ua3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk5MzYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNU16WXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -870,16 +1134,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11992" ], "x-ms-request-id": [ - "9f7ee219-8032-46ae-8016-7261482e067a" + "f1a0de00-6faa-42b7-b0f8-39b6e720ecdd" ], "x-ms-correlation-request-id": [ - "9f7ee219-8032-46ae-8016-7261482e067a" + "f1a0de00-6faa-42b7-b0f8-39b6e720ecdd" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184236Z:9f7ee219-8032-46ae-8016-7261482e067a" + "WESTUS:20200623T071425Z:f1a0de00-6faa-42b7-b0f8-39b6e720ecdd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -888,7 +1152,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:42:36 GMT" + "Tue, 23 Jun 2020 07:14:24 GMT" ], "Expires": [ "-1" @@ -901,16 +1165,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI5MTktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJNU1Ua3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk5MzYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNU16WXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -921,16 +1185,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11991" ], "x-ms-request-id": [ - "c8301df4-1a83-4a5a-9126-9f39ca700471" + "b690a818-9cc8-4b22-a394-1ebedaac18fe" ], "x-ms-correlation-request-id": [ - "c8301df4-1a83-4a5a-9126-9f39ca700471" + "b690a818-9cc8-4b22-a394-1ebedaac18fe" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184236Z:c8301df4-1a83-4a5a-9126-9f39ca700471" + "WESTUS:20200623T071425Z:b690a818-9cc8-4b22-a394-1ebedaac18fe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -939,7 +1203,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:42:36 GMT" + "Tue, 23 Jun 2020 07:14:24 GMT" ], "Expires": [ "-1" @@ -954,14 +1218,14 @@ ], "Names": { "Test-GetSyncGroups": [ - "ps2919", - "ps4834", - "ps1892" + "ps9936", + "ps3680", + "ps4689" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestNewSyncGroup.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestNewSyncGroup.json index 4d0230c03a59..3d09ffd6cf20 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestNewSyncGroup.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestNewSyncGroup.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d167e18d-86e9-46ec-afdd-a796aa51be4e" + "f8dcd4f9-f8db-4847-bfb4-960b3320a7b8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-request-id": [ - "4178d25d-30de-4c38-ad85-42fcd3f627e9" + "604d2710-ba7d-47e6-8975-c77289a917f5" ], "x-ms-correlation-request-id": [ - "4178d25d-30de-4c38-ad85-42fcd3f627e9" + "604d2710-ba7d-47e6-8975-c77289a917f5" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184818Z:4178d25d-30de-4c38-ad85-42fcd3f627e9" + "WESTUS:20200623T072149Z:604d2710-ba7d-47e6-8975-c77289a917f5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:48:17 GMT" + "Tue, 23 Jun 2020 07:21:49 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\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\": \"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\": \"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\": \"notifyResourceJobs\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\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 ]\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-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-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-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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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-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-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 },\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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "97de5f85-7915-4812-99d6-d1c9570470b8" + "fe1641b5-1975-4cc3-8f39-db9a550cdc39" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -87,16 +87,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11996" ], "x-ms-request-id": [ - "2b013b0e-c201-44e4-be18-e3d6df563c85" + "e977c176-bff7-42b8-b870-16b9895f7a22" ], "x-ms-correlation-request-id": [ - "2b013b0e-c201-44e4-be18-e3d6df563c85" + "e977c176-bff7-42b8-b870-16b9895f7a22" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184818Z:2b013b0e-c201-44e4-be18-e3d6df563c85" + "WESTUS:20200623T072149Z:e977c176-bff7-42b8-b870-16b9895f7a22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:48:17 GMT" + "Tue, 23 Jun 2020 07:21:49 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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-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-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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 \"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 \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps1901?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMTkwMT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps4428?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNDQyOD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0219ba63-f40e-4305-9a83-5aecf77bb86d" + "d56e8910-9558-498c-8c99-734350078d7c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -153,16 +153,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-request-id": [ - "a24c6738-a79a-4db0-9ffc-7ea83394e97d" + "5db40db3-0676-443a-89fd-d57184a83755" ], "x-ms-correlation-request-id": [ - "a24c6738-a79a-4db0-9ffc-7ea83394e97d" + "5db40db3-0676-443a-89fd-d57184a83755" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184819Z:a24c6738-a79a-4db0-9ffc-7ea83394e97d" + "WESTUS:20200623T072149Z:5db40db3-0676-443a-89fd-d57184a83755" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:48:19 GMT" + "Tue, 23 Jun 2020 07:21:49 GMT" ], "Content-Length": [ "165" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1901\",\r\n \"name\": \"ps1901\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4428\",\r\n \"name\": \"ps4428\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps4625\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps2093\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f16890b3-dfde-46eb-8745-07e9d0fae9af" + "48d3263c-6d69-4448-96a7-6f7eae01f961" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "4075e062-6d96-4e72-a0a5-feb622beffb4" + "79cde996-be4e-45d6-922b-9a5f5b957f21" ], "X-Content-Type-Options": [ "nosniff" @@ -240,50 +240,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "0395758d-b1d6-471d-bb82-673e4a48779a" + "a6f8e592-fe8d-4c17-ba44-60eb5080a9d5" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184821Z:0395758d-b1d6-471d-bb82-673e4a48779a" + "WESTUS:20200623T072150Z:a6f8e592-fe8d-4c17-ba44-60eb5080a9d5" ], "Date": [ - "Wed, 03 Jul 2019 18:48:21 GMT" + "Tue, 23 Jun 2020 07:21:49 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1901/providers/Microsoft.StorageSync/storageSyncServices/sssps4625?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTkwMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NjI1P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4428/providers/Microsoft.StorageSync/storageSyncServices/sssps2093?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDQyOC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMDkzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c9edbe25-1473-4a8c-9cbd-68e674c718fa" + "98644918-4c66-46c4-94bc-7478670de545" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjYxM2MxNzg0LTBjNTItNGE2Yy1hN2I1LTdlNGVjNTRhNDY0MSIsIndvcmtmbG93SWQiOiI5MzdlMjYxNy1lMTc1LTRkZGYtYmU0Yy1hNDk5ZmMxMWU4MjYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTJkMWZjMjYtMDc0MC00MGUzLWI1MmItN2RhZDllODc5MDlmIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjYxM2MxNzg0LTBjNTItNGE2Yy1hN2I1LTdlNGVjNTRhNDY0MSIsIndvcmtmbG93SWQiOiI5MzdlMjYxNy1lMTc1LTRkZGYtYmU0Yy1hNDk5ZmMxMWU4MjYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTJkMWZjMjYtMDc0MC00MGUzLWI1MmItN2RhZDllODc5MDlmIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "12d56245-1b97-4b2c-9d14-a734b609c3f4" + "3ff25ab9-d110-4e3e-8256-ebfe711af9d0" ], "X-Content-Type-Options": [ "nosniff" @@ -312,47 +321,170 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" + ], + "x-ms-correlation-request-id": [ + "8c9a9194-cf50-4270-bd94-18c3109cbfbe" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T072151Z:8c9a9194-cf50-4270-bd94-18c3109cbfbe" + ], + "Date": [ + "Tue, 23 Jun 2020 07:21:50 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjYxM2MxNzg0LTBjNTItNGE2Yy1hN2I1LTdlNGVjNTRhNDY0MSIsIndvcmtmbG93SWQiOiI5MzdlMjYxNy1lMTc1LTRkZGYtYmU0Yy1hNDk5ZmMxMWU4MjYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTJkMWZjMjYtMDc0MC00MGUzLWI1MmItN2RhZDllODc5MDlmIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqWXhNMk14TnpnMExUQmpOVEl0TkdFMll5MWhOMkkxTFRkbE5HVmpOVFJoTkRZME1TSXNJbmR2Y210bWJHOTNTV1FpT2lJNU16ZGxNall4TnkxbE1UYzFMVFJrWkdZdFltVTBZeTFoTkRrNVptTXhNV1U0TWpZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWlRKa01XWmpNall0TURjME1DMDBNR1V6TFdJMU1tSXROMlJoWkRsbE9EYzVNRGxtSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "8286754c-1333-4cb3-b1da-ea5d71f87ac2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11999" ], "x-ms-correlation-request-id": [ - "f51ac3c6-cb5a-4cb4-9d83-685c450769c2" + "1f00dbae-2c2d-44b3-b491-06dbfd918e18" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184821Z:f51ac3c6-cb5a-4cb4-9d83-685c450769c2" + "WESTUS:20200623T072201Z:1f00dbae-2c2d-44b3-b491-06dbfd918e18" ], "Date": [ - "Wed, 03 Jul 2019 18:48:21 GMT" + "Tue, 23 Jun 2020 07:22:01 GMT" ], "Content-Length": [ - "329" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1901/providers/microsoft.storagesync/storageSyncServices/sssps4625\",\r\n \"name\": \"sssps4625\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjYxM2MxNzg0LTBjNTItNGE2Yy1hN2I1LTdlNGVjNTRhNDY0MSIsIndvcmtmbG93SWQiOiI5MzdlMjYxNy1lMTc1LTRkZGYtYmU0Yy1hNDk5ZmMxMWU4MjYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTJkMWZjMjYtMDc0MC00MGUzLWI1MmItN2RhZDllODc5MDlmIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjYxM2MxNzg0LTBjNTItNGE2Yy1hN2I1LTdlNGVjNTRhNDY0MSIsIndvcmtmbG93SWQiOiI5MzdlMjYxNy1lMTc1LTRkZGYtYmU0Yy1hNDk5ZmMxMWU4MjYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZTJkMWZjMjYtMDc0MC00MGUzLWI1MmItN2RhZDllODc5MDlmIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T07:21:51.3678862Z\",\r\n \"endTime\": \"2020-06-23T07:21:57.5691519Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1901/providers/Microsoft.StorageSync/storageSyncServices/sssps4625/syncGroups/sgps2613?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTkwMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NjI1L3N5bmNHcm91cHMvc2dwczI2MTM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4428/providers/Microsoft.StorageSync/storageSyncServices/sssps2093?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDQyOC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMDkzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "534341cf-d45b-406c-b725-ff29dc2f2916" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "18b15e3b-3db3-439e-83df-89127a7fe64d" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T072201Z:18b15e3b-3db3-439e-83df-89127a7fe64d" + ], + "Date": [ + "Tue, 23 Jun 2020 07:22:01 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps2093/workflows/937e2617-e175-4ddf-be4c-a499fc11e826\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4428/providers/microsoft.storagesync/storageSyncServices/sssps2093\",\r\n \"name\": \"sssps2093\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4428/providers/Microsoft.StorageSync/storageSyncServices/sssps2093/syncGroups/sgps2826?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDQyOC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMDkzL3N5bmNHcm91cHMvc2dwczI4MjY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {}\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1cd50508-dd51-4222-9cf0-681c680ade52" + "10aad99f-e762-40a1-954e-a73bd2efdef7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -369,7 +501,7 @@ "no-cache" ], "x-ms-request-id": [ - "edfb450a-e15c-459a-acc4-a8788a790c5e" + "277865ad-1065-46ee-9ee2-88683ec7e266" ], "X-Content-Type-Options": [ "nosniff" @@ -387,47 +519,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1198" ], "x-ms-correlation-request-id": [ - "0ff49e9b-ebc4-4cc7-86ff-518404f57a13" + "c89da5fa-fdc9-4604-9c86-248d3437cc48" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184822Z:0ff49e9b-ebc4-4cc7-86ff-518404f57a13" + "WESTUS:20200623T072202Z:c89da5fa-fdc9-4604-9c86-248d3437cc48" ], "Date": [ - "Wed, 03 Jul 2019 18:48:22 GMT" + "Tue, 23 Jun 2020 07:22:02 GMT" ], "Content-Length": [ - "331" + "371" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"d600d18c-c0a9-4ee3-b21f-bbb7445a5a70\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1901/providers/microsoft.storagesync/storageSyncServices/sssps4625/syncGroups/sgps2613\",\r\n \"name\": \"sgps2613\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"aa69f767-3356-49bf-a7ed-75d33ca7299e\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4428/providers/microsoft.storagesync/storageSyncServices/sssps2093/syncGroups/sgps2826\",\r\n \"name\": \"sgps2826\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1901/providers/Microsoft.StorageSync/storageSyncServices/sssps4625/syncGroups/sgps2613?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTkwMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NjI1L3N5bmNHcm91cHMvc2dwczI2MTM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4428/providers/Microsoft.StorageSync/storageSyncServices/sssps2093/syncGroups/sgps2826?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDQyOC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMDkzL3N5bmNHcm91cHMvc2dwczI4MjY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e2a5ad27-d74a-4070-9234-f9c2dcf7434d" + "ce33b0fc-2693-4f35-8528-67e9a9889844" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -438,7 +570,7 @@ "no-cache" ], "x-ms-request-id": [ - "c3954707-6ccc-4d48-adf4-10bce492c6a7" + "e32ec51b-3428-47f4-88af-633cfad05110" ], "X-Content-Type-Options": [ "nosniff" @@ -459,13 +591,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "ada61e36-b768-48b9-9722-d4111cadbb0c" + "2b045e91-1929-4844-98ea-820dec104fde" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184822Z:ada61e36-b768-48b9-9722-d4111cadbb0c" + "WESTUS:20200623T072202Z:2b045e91-1929-4844-98ea-820dec104fde" ], "Date": [ - "Wed, 03 Jul 2019 18:48:22 GMT" + "Tue, 23 Jun 2020 07:22:02 GMT" ], "Expires": [ "-1" @@ -478,22 +610,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1901/providers/Microsoft.StorageSync/storageSyncServices/sssps4625?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTkwMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM0NjI1P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4428/providers/Microsoft.StorageSync/storageSyncServices/sssps2093?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDQyOC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMDkzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "589ba95b-c4cb-4a3a-a2f1-82f1c8839619" + "857ea75e-5660-43ba-9a7b-27424da77d9e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -503,8 +635,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjYxM2MxNzg0LTBjNTItNGE2Yy1hN2I1LTdlNGVjNTRhNDY0MSIsIndvcmtmbG93SWQiOiIwZTI3YzIyMy0yNDEyLTQ1ODQtYTg0MC1lZTc3MGU5Y2M3YmMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjE1NzRjYzctYzlhZC00NWFkLTg1ZjAtMTg0MTQ2MDM5OTRiIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjYxM2MxNzg0LTBjNTItNGE2Yy1hN2I1LTdlNGVjNTRhNDY0MSIsIndvcmtmbG93SWQiOiIwZTI3YzIyMy0yNDEyLTQ1ODQtYTg0MC1lZTc3MGU5Y2M3YmMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjE1NzRjYzctYzlhZC00NWFkLTg1ZjAtMTg0MTQ2MDM5OTRiIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "92f61463-63bf-4638-83cd-c960820764ce" + "48182e12-22be-44c5-be85-e506239c9365" ], "X-Content-Type-Options": [ "nosniff" @@ -525,13 +666,13 @@ "14998" ], "x-ms-correlation-request-id": [ - "5064daf1-0737-4d6c-b950-3687db404c31" + "91bcfc33-8ba1-4458-b1d5-57c3fd09fb0b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184823Z:5064daf1-0737-4d6c-b950-3687db404c31" + "WESTUS:20200623T072203Z:91bcfc33-8ba1-4458-b1d5-57c3fd09fb0b" ], "Date": [ - "Wed, 03 Jul 2019 18:48:23 GMT" + "Tue, 23 Jun 2020 07:22:03 GMT" ], "Expires": [ "-1" @@ -541,25 +682,19 @@ ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1901/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTkwMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjYxM2MxNzg0LTBjNTItNGE2Yy1hN2I1LTdlNGVjNTRhNDY0MSIsIndvcmtmbG93SWQiOiIwZTI3YzIyMy0yNDEyLTQ1ODQtYTg0MC1lZTc3MGU5Y2M3YmMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjE1NzRjYzctYzlhZC00NWFkLTg1ZjAtMTg0MTQ2MDM5OTRiIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqWXhNMk14TnpnMExUQmpOVEl0TkdFMll5MWhOMkkxTFRkbE5HVmpOVFJoTkRZME1TSXNJbmR2Y210bWJHOTNTV1FpT2lJd1pUSTNZekl5TXkweU5ERXlMVFExT0RRdFlUZzBNQzFsWlRjM01HVTVZMk0zWW1NaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTmpFMU56UmpZemN0WXpsaFpDMDBOV0ZrTFRnMVpqQXRNVGcwTVRRMk1ETTVPVFJpSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "d9b5d736-f18e-4bb3-97eb-ffa66af5560f" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -569,57 +704,195 @@ "Pragma": [ "no-cache" ], + "x-ms-request-id": [ + "c8271a22-805b-443d-834f-5c52d47bdb68" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ "11997" ], - "x-ms-request-id": [ - "a7806fb5-b115-42d2-bb54-0fa2316103d1" - ], "x-ms-correlation-request-id": [ - "a7806fb5-b115-42d2-bb54-0fa2316103d1" + "23b1920e-0c74-45a9-a03f-dedffe354c86" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184823Z:a7806fb5-b115-42d2-bb54-0fa2316103d1" + "WESTUS:20200623T072213Z:23b1920e-0c74-45a9-a03f-dedffe354c86" + ], + "Date": [ + "Tue, 23 Jun 2020 07:22:13 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjYxM2MxNzg0LTBjNTItNGE2Yy1hN2I1LTdlNGVjNTRhNDY0MSIsIndvcmtmbG93SWQiOiIwZTI3YzIyMy0yNDEyLTQ1ODQtYTg0MC1lZTc3MGU5Y2M3YmMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjE1NzRjYzctYzlhZC00NWFkLTg1ZjAtMTg0MTQ2MDM5OTRiIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjYxM2MxNzg0LTBjNTItNGE2Yy1hN2I1LTdlNGVjNTRhNDY0MSIsIndvcmtmbG93SWQiOiIwZTI3YzIyMy0yNDEyLTQ1ODQtYTg0MC1lZTc3MGU5Y2M3YmMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjE1NzRjYzctYzlhZC00NWFkLTg1ZjAtMTg0MTQ2MDM5OTRiIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T07:22:03.7990565Z\",\r\n \"endTime\": \"2020-06-23T07:22:09.4092102Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjYxM2MxNzg0LTBjNTItNGE2Yy1hN2I1LTdlNGVjNTRhNDY0MSIsIndvcmtmbG93SWQiOiIwZTI3YzIyMy0yNDEyLTQ1ODQtYTg0MC1lZTc3MGU5Y2M3YmMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNjE1NzRjYzctYzlhZC00NWFkLTg1ZjAtMTg0MTQ2MDM5OTRiIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqWXhNMk14TnpnMExUQmpOVEl0TkdFMll5MWhOMkkxTFRkbE5HVmpOVFJoTkRZME1TSXNJbmR2Y210bWJHOTNTV1FpT2lJd1pUSTNZekl5TXkweU5ERXlMVFExT0RRdFlUZzBNQzFsWlRjM01HVTVZMk0zWW1NaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTmpFMU56UmpZemN0WXpsaFpDMDBOV0ZrTFRnMVpqQXRNVGcwTVRRMk1ETTVPVFJpSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "23846385-5655-4b61-a42a-bbdc7c46c04b" + ], + "X-Content-Type-Options": [ + "nosniff" ], "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-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "8e5b8e90-726e-4c1d-97ba-238ca076da37" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T072213Z:8e5b8e90-726e-4c1d-97ba-238ca076da37" + ], + "Date": [ + "Tue, 23 Jun 2020 07:22:13 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4428/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDQyOC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7318a74c-cf22-4f82-8883-80efa76e5418" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "dab3be6f-136c-4f47-a9db-0979311cc3b4" + ], "X-Content-Type-Options": [ "nosniff" ], + "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-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "37f2d35a-fff8-425f-8805-a93673d50825" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T072213Z:37f2d35a-fff8-425f-8805-a93673d50825" + ], "Date": [ - "Wed, 03 Jul 2019 18:48:23 GMT" + "Tue, 23 Jun 2020 07:22:13 GMT" + ], + "Content-Length": [ + "19" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps1901?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMTkwMT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps4428?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNDQyOD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f5eb862a-237a-4ed1-a287-6b4da726b0f7" + "7d576a87-e1d3-481e-ad2d-98ddce93a335" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -630,7 +903,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE5MDEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ0MjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -639,13 +912,13 @@ "14997" ], "x-ms-request-id": [ - "591f561f-84ec-4278-adc3-b215c094950f" + "1e61dc84-db55-4b6b-966c-0791e54bd4e4" ], "x-ms-correlation-request-id": [ - "591f561f-84ec-4278-adc3-b215c094950f" + "1e61dc84-db55-4b6b-966c-0791e54bd4e4" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184824Z:591f561f-84ec-4278-adc3-b215c094950f" + "WESTUS:20200623T072214Z:1e61dc84-db55-4b6b-966c-0791e54bd4e4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -654,7 +927,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:48:24 GMT" + "Tue, 23 Jun 2020 07:22:14 GMT" ], "Expires": [ "-1" @@ -667,16 +940,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE5MDEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFNU1ERXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ0MjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRME1qZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -687,22 +960,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE5MDEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ0MjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11994" ], "x-ms-request-id": [ - "c45f286a-47d4-44a5-8a3a-a6d2e3ce856a" + "3c991504-2896-4d3a-b97d-f0da2b573433" ], "x-ms-correlation-request-id": [ - "c45f286a-47d4-44a5-8a3a-a6d2e3ce856a" + "3c991504-2896-4d3a-b97d-f0da2b573433" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184839Z:c45f286a-47d4-44a5-8a3a-a6d2e3ce856a" + "WESTUS:20200623T072229Z:3c991504-2896-4d3a-b97d-f0da2b573433" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -711,7 +984,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:48:39 GMT" + "Tue, 23 Jun 2020 07:22:29 GMT" ], "Expires": [ "-1" @@ -724,16 +997,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE5MDEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFNU1ERXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ0MjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRME1qZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -744,22 +1017,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE5MDEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ0MjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11993" ], "x-ms-request-id": [ - "a967f24a-329f-4d2f-a2d5-4ca734140a9d" + "dc31c400-dc22-4b64-812b-11fb332f8f40" ], "x-ms-correlation-request-id": [ - "a967f24a-329f-4d2f-a2d5-4ca734140a9d" + "dc31c400-dc22-4b64-812b-11fb332f8f40" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184855Z:a967f24a-329f-4d2f-a2d5-4ca734140a9d" + "WESTUS:20200623T072244Z:dc31c400-dc22-4b64-812b-11fb332f8f40" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -768,7 +1041,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:48:55 GMT" + "Tue, 23 Jun 2020 07:22:43 GMT" ], "Expires": [ "-1" @@ -781,16 +1054,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE5MDEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFNU1ERXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ0MjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRME1qZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -801,16 +1074,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11992" ], "x-ms-request-id": [ - "4fa81820-2cad-493b-aff2-e7185566ce66" + "b0eb1b97-8518-416a-8454-18e2aecc09f5" ], "x-ms-correlation-request-id": [ - "4fa81820-2cad-493b-aff2-e7185566ce66" + "b0eb1b97-8518-416a-8454-18e2aecc09f5" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184910Z:4fa81820-2cad-493b-aff2-e7185566ce66" + "WESTUS:20200623T072259Z:b0eb1b97-8518-416a-8454-18e2aecc09f5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -819,7 +1092,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:49:10 GMT" + "Tue, 23 Jun 2020 07:22:58 GMT" ], "Expires": [ "-1" @@ -832,16 +1105,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE5MDEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFNU1ERXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ0MjgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRME1qZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -852,16 +1125,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11991" ], "x-ms-request-id": [ - "74f09ce5-0087-4f79-8cc2-2e73da693564" + "693c46e7-64ff-4abd-aa5e-48489464d177" ], "x-ms-correlation-request-id": [ - "74f09ce5-0087-4f79-8cc2-2e73da693564" + "693c46e7-64ff-4abd-aa5e-48489464d177" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184910Z:74f09ce5-0087-4f79-8cc2-2e73da693564" + "WESTUS:20200623T072259Z:693c46e7-64ff-4abd-aa5e-48489464d177" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -870,7 +1143,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:49:10 GMT" + "Tue, 23 Jun 2020 07:22:58 GMT" ], "Expires": [ "-1" @@ -885,14 +1158,14 @@ ], "Names": { "Test-NewSyncGroup": [ - "ps1901", - "ps4625", - "ps2613" + "ps4428", + "ps2093", + "ps2826" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestRemoveSyncGroup.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestRemoveSyncGroup.json index e5c54ad7f4b2..f75ca9ddf27d 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestRemoveSyncGroup.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestRemoveSyncGroup.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5ad2d9d9-d237-4c66-8173-3e2ca56d8b48" + "3eefb684-21a7-4e45-ba2c-5a8fadcf30fd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11999" ], "x-ms-request-id": [ - "c0cb4f7d-667e-4c58-a1a5-21c3336d9ee8" + "cad9e0e2-9a71-4e71-aa60-7fc6f1349074" ], "x-ms-correlation-request-id": [ - "c0cb4f7d-667e-4c58-a1a5-21c3336d9ee8" + "cad9e0e2-9a71-4e71-aa60-7fc6f1349074" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184621Z:c0cb4f7d-667e-4c58-a1a5-21c3336d9ee8" + "WESTUS:20200623T071920Z:cad9e0e2-9a71-4e71-aa60-7fc6f1349074" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:46:20 GMT" + "Tue, 23 Jun 2020 07:19:19 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\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\": \"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\": \"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\": \"notifyResourceJobs\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\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 ]\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-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-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-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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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-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-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 },\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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c7dd1c1d-98c3-42c2-b0a9-2b11645f711f" + "f1e63a83-7432-413d-a0f7-7ff1d14155af" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -87,16 +87,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11998" ], "x-ms-request-id": [ - "8381c74f-2541-483d-b155-8caa99f80f1b" + "4a1c5096-a653-46ef-a1d5-c55758cea986" ], "x-ms-correlation-request-id": [ - "8381c74f-2541-483d-b155-8caa99f80f1b" + "4a1c5096-a653-46ef-a1d5-c55758cea986" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184621Z:8381c74f-2541-483d-b155-8caa99f80f1b" + "WESTUS:20200623T071920Z:4a1c5096-a653-46ef-a1d5-c55758cea986" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:46:20 GMT" + "Tue, 23 Jun 2020 07:19:19 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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-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-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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 \"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 \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps4621?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNDYyMT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps8601?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzODYwMT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "59e17cf3-89fb-4fca-bda8-de3c15702ffd" + "e4761835-b907-4f8f-aade-0b618ebad44e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -153,16 +153,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-request-id": [ - "0414d08d-e6e0-49cf-82b5-7a6785030930" + "39017192-3963-4f39-99b8-32a7b10cbb6a" ], "x-ms-correlation-request-id": [ - "0414d08d-e6e0-49cf-82b5-7a6785030930" + "39017192-3963-4f39-99b8-32a7b10cbb6a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184622Z:0414d08d-e6e0-49cf-82b5-7a6785030930" + "WESTUS:20200623T071920Z:39017192-3963-4f39-99b8-32a7b10cbb6a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:46:22 GMT" + "Tue, 23 Jun 2020 07:19:20 GMT" ], "Content-Length": [ "165" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4621\",\r\n \"name\": \"ps4621\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8601\",\r\n \"name\": \"ps8601\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps7213\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps6633\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1aac5695-db73-47ae-b491-1e4a921183f3" + "ef04ce34-87bd-46b3-97e6-25850acb7018" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "8e7e2e94-4d3b-4a74-8aaa-6523fac8e799" + "61478285-d9af-4d3f-9bcf-af0fe47eda7b" ], "X-Content-Type-Options": [ "nosniff" @@ -240,50 +240,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "8f2308a6-0932-44f1-bb1b-f037257ee6c8" + "3c63903c-320b-4d07-aadf-7d9eb3a74e0b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184624Z:8f2308a6-0932-44f1-bb1b-f037257ee6c8" + "WESTUS:20200623T071921Z:3c63903c-320b-4d07-aadf-7d9eb3a74e0b" ], "Date": [ - "Wed, 03 Jul 2019 18:46:23 GMT" + "Tue, 23 Jun 2020 07:19:21 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4621/providers/Microsoft.StorageSync/storageSyncServices/sssps7213?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDYyMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3MjEzP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8601/providers/Microsoft.StorageSync/storageSyncServices/sssps6633?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODYwMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM2NjMzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "531463cb-a3d8-4f0f-951e-fb8da1dde659" + "e4771204-9709-4a3e-9480-108e6ce89ba9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjIyMzgzNWNjLTNhZjEtNGM3OC1hNjM2LTk3MTFjMDdkNDdhMCIsIndvcmtmbG93SWQiOiI2MjI2ZGVjNC04ZDdiLTQxNWItYWQzNi1iNTYxOWYzYmU1NjEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzc1YWMwOTgtZTAxNi00MDQ4LWI0NzAtNmJhZDc2NDVlMzE0In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjIyMzgzNWNjLTNhZjEtNGM3OC1hNjM2LTk3MTFjMDdkNDdhMCIsIndvcmtmbG93SWQiOiI2MjI2ZGVjNC04ZDdiLTQxNWItYWQzNi1iNTYxOWYzYmU1NjEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzc1YWMwOTgtZTAxNi00MDQ4LWI0NzAtNmJhZDc2NDVlMzE0In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "22ce1036-172e-428b-a9aa-f0f03db58adc" + "9613962e-62ac-4ce1-8218-da856ab977d6" ], "X-Content-Type-Options": [ "nosniff" @@ -312,47 +321,170 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" + ], + "x-ms-correlation-request-id": [ + "ac402c5a-4b85-42e5-bff7-fa9de815205f" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071922Z:ac402c5a-4b85-42e5-bff7-fa9de815205f" + ], + "Date": [ + "Tue, 23 Jun 2020 07:19:22 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjIyMzgzNWNjLTNhZjEtNGM3OC1hNjM2LTk3MTFjMDdkNDdhMCIsIndvcmtmbG93SWQiOiI2MjI2ZGVjNC04ZDdiLTQxNWItYWQzNi1iNTYxOWYzYmU1NjEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzc1YWMwOTgtZTAxNi00MDQ4LWI0NzAtNmJhZDc2NDVlMzE0In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqSXlNemd6TldOakxUTmhaakV0TkdNM09DMWhOak0yTFRrM01URmpNRGRrTkRkaE1DSXNJbmR2Y210bWJHOTNTV1FpT2lJMk1qSTJaR1ZqTkMwNFpEZGlMVFF4TldJdFlXUXpOaTFpTlRZeE9XWXpZbVUxTmpFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWXpjMVlXTXdPVGd0WlRBeE5pMDBNRFE0TFdJME56QXRObUpoWkRjMk5EVmxNekUwSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "c96c94a6-b2d4-4aa4-b970-6922346fa8aa" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11993" ], "x-ms-correlation-request-id": [ - "86863f5e-369d-46f5-8e02-57f694e966ee" + "21b6264e-c80c-4468-86ab-b0104c7b8161" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184625Z:86863f5e-369d-46f5-8e02-57f694e966ee" + "WESTUS:20200623T071932Z:21b6264e-c80c-4468-86ab-b0104c7b8161" ], "Date": [ - "Wed, 03 Jul 2019 18:46:24 GMT" + "Tue, 23 Jun 2020 07:19:32 GMT" ], "Content-Length": [ - "329" + "745" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjIyMzgzNWNjLTNhZjEtNGM3OC1hNjM2LTk3MTFjMDdkNDdhMCIsIndvcmtmbG93SWQiOiI2MjI2ZGVjNC04ZDdiLTQxNWItYWQzNi1iNTYxOWYzYmU1NjEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzc1YWMwOTgtZTAxNi00MDQ4LWI0NzAtNmJhZDc2NDVlMzE0In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjIyMzgzNWNjLTNhZjEtNGM3OC1hNjM2LTk3MTFjMDdkNDdhMCIsIndvcmtmbG93SWQiOiI2MjI2ZGVjNC04ZDdiLTQxNWItYWQzNi1iNTYxOWYzYmU1NjEiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzc1YWMwOTgtZTAxNi00MDQ4LWI0NzAtNmJhZDc2NDVlMzE0In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T07:19:22.9563858Z\",\r\n \"endTime\": \"2020-06-23T07:19:29.0371338Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8601/providers/Microsoft.StorageSync/storageSyncServices/sssps6633?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODYwMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM2NjMzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "08d7e279-0d71-4435-b51f-923568053ed7" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11992" + ], + "x-ms-correlation-request-id": [ + "02ff6dea-b43e-47ac-b419-9770979f07aa" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071932Z:02ff6dea-b43e-47ac-b419-9770979f07aa" + ], + "Date": [ + "Tue, 23 Jun 2020 07:19:32 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4621/providers/microsoft.storagesync/storageSyncServices/sssps7213\",\r\n \"name\": \"sssps7213\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps6633/workflows/6226dec4-8d7b-415b-ad36-b5619f3be561\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8601/providers/microsoft.storagesync/storageSyncServices/sssps6633\",\r\n \"name\": \"sssps6633\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4621/providers/Microsoft.StorageSync/storageSyncServices/sssps7213/syncGroups/sgps6159?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDYyMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3MjEzL3N5bmNHcm91cHMvc2dwczYxNTk/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8601/providers/Microsoft.StorageSync/storageSyncServices/sssps6633/syncGroups/sgps2112?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODYwMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM2NjMzL3N5bmNHcm91cHMvc2dwczIxMTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {}\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2105521c-54d0-4a85-afc9-09bf4abb750e" + "c14450af-ae48-4873-bc82-9248453d8d07" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -369,7 +501,7 @@ "no-cache" ], "x-ms-request-id": [ - "0f1feff3-e59d-4942-bfba-5b7a027d48b8" + "7e4b9667-8074-48e3-82fa-97b1d4c40672" ], "X-Content-Type-Options": [ "nosniff" @@ -387,47 +519,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1197" ], "x-ms-correlation-request-id": [ - "7988da54-8c6b-41ce-95b8-1afab7e9c0e5" + "aa621c76-d80b-4cb6-9854-769d781c65b4" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184626Z:7988da54-8c6b-41ce-95b8-1afab7e9c0e5" + "WESTUS:20200623T071933Z:aa621c76-d80b-4cb6-9854-769d781c65b4" ], "Date": [ - "Wed, 03 Jul 2019 18:46:25 GMT" + "Tue, 23 Jun 2020 07:19:32 GMT" ], "Content-Length": [ - "331" + "371" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"d2b719e8-30b6-4534-afc2-7942f381134a\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4621/providers/microsoft.storagesync/storageSyncServices/sssps7213/syncGroups/sgps6159\",\r\n \"name\": \"sgps6159\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"d2771fbb-a87e-498e-bf82-249026729fa9\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8601/providers/microsoft.storagesync/storageSyncServices/sssps6633/syncGroups/sgps2112\",\r\n \"name\": \"sgps2112\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4621/providers/Microsoft.StorageSync/storageSyncServices/sssps7213/syncGroups/sgps6159?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDYyMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3MjEzL3N5bmNHcm91cHMvc2dwczYxNTk/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8601/providers/Microsoft.StorageSync/storageSyncServices/sssps6633/syncGroups/sgps2112?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODYwMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM2NjMzL3N5bmNHcm91cHMvc2dwczIxMTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4805bc29-0e79-4704-b895-888e68b7921c" + "359dc8c1-a144-474f-b2c1-3c5095e44e55" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -438,7 +570,7 @@ "no-cache" ], "x-ms-request-id": [ - "87a0b4e3-c7ac-40d4-936c-a82f40f5c57d" + "f7d5cd52-481b-4866-acda-24caba4db3bf" ], "X-Content-Type-Options": [ "nosniff" @@ -456,16 +588,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14998" ], "x-ms-correlation-request-id": [ - "1bb5f8bd-a089-46f3-b43a-cdc9c46da769" + "db11ed8d-c12b-4717-8372-d720f782ec01" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184626Z:1bb5f8bd-a089-46f3-b43a-cdc9c46da769" + "WESTUS:20200623T071933Z:db11ed8d-c12b-4717-8372-d720f782ec01" ], "Date": [ - "Wed, 03 Jul 2019 18:46:26 GMT" + "Tue, 23 Jun 2020 07:19:33 GMT" ], "Expires": [ "-1" @@ -478,22 +610,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4621/providers/Microsoft.StorageSync/storageSyncServices/sssps7213?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDYyMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM3MjEzP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8601/providers/Microsoft.StorageSync/storageSyncServices/sssps6633?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODYwMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM2NjMzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9085abab-632f-4a08-8691-b3384ca8d954" + "fdc77b24-e5f8-4fed-8562-691f142fd6bf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -503,8 +635,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjIyMzgzNWNjLTNhZjEtNGM3OC1hNjM2LTk3MTFjMDdkNDdhMCIsIndvcmtmbG93SWQiOiIwNDVlNTc5ZC1mYzIwLTRhYzgtODFmNy1iYjI3N2NiODlkM2EiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNTQ5ZmMyNzctNjhhNS00MTgwLWExNzItNzJkYTVmOTc2OTVjIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjIyMzgzNWNjLTNhZjEtNGM3OC1hNjM2LTk3MTFjMDdkNDdhMCIsIndvcmtmbG93SWQiOiIwNDVlNTc5ZC1mYzIwLTRhYzgtODFmNy1iYjI3N2NiODlkM2EiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNTQ5ZmMyNzctNjhhNS00MTgwLWExNzItNzJkYTVmOTc2OTVjIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "af989377-93b6-4b9c-94ff-defa8fb2f5df" + "205e9e42-c5cb-41f5-bcf2-df3d9ba8bbfb" ], "X-Content-Type-Options": [ "nosniff" @@ -522,16 +663,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14997" ], "x-ms-correlation-request-id": [ - "79397049-7e45-46c8-8204-26c70a34ec21" + "17109845-493b-4ba5-b140-60f59dd81cd8" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184627Z:79397049-7e45-46c8-8204-26c70a34ec21" + "WESTUS:20200623T071933Z:17109845-493b-4ba5-b140-60f59dd81cd8" ], "Date": [ - "Wed, 03 Jul 2019 18:46:27 GMT" + "Tue, 23 Jun 2020 07:19:33 GMT" ], "Expires": [ "-1" @@ -541,25 +682,148 @@ ] }, "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjIyMzgzNWNjLTNhZjEtNGM3OC1hNjM2LTk3MTFjMDdkNDdhMCIsIndvcmtmbG93SWQiOiIwNDVlNTc5ZC1mYzIwLTRhYzgtODFmNy1iYjI3N2NiODlkM2EiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNTQ5ZmMyNzctNjhhNS00MTgwLWExNzItNzJkYTVmOTc2OTVjIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqSXlNemd6TldOakxUTmhaakV0TkdNM09DMWhOak0yTFRrM01URmpNRGRrTkRkaE1DSXNJbmR2Y210bWJHOTNTV1FpT2lJd05EVmxOVGM1WkMxbVl6SXdMVFJoWXpndE9ERm1OeTFpWWpJM04yTmlPRGxrTTJFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTlRRNVptTXlOemN0TmpoaE5TMDBNVGd3TFdFeE56SXROekprWVRWbU9UYzJPVFZqSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "b825b6a9-474c-4fa9-871d-24a0fe84fc69" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11991" + ], + "x-ms-correlation-request-id": [ + "1650acb0-0e6a-403b-8ffd-adc85d3e1816" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071944Z:1650acb0-0e6a-403b-8ffd-adc85d3e1816" + ], + "Date": [ + "Tue, 23 Jun 2020 07:19:43 GMT" + ], + "Content-Length": [ + "744" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjIyMzgzNWNjLTNhZjEtNGM3OC1hNjM2LTk3MTFjMDdkNDdhMCIsIndvcmtmbG93SWQiOiIwNDVlNTc5ZC1mYzIwLTRhYzgtODFmNy1iYjI3N2NiODlkM2EiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNTQ5ZmMyNzctNjhhNS00MTgwLWExNzItNzJkYTVmOTc2OTVjIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjIyMzgzNWNjLTNhZjEtNGM3OC1hNjM2LTk3MTFjMDdkNDdhMCIsIndvcmtmbG93SWQiOiIwNDVlNTc5ZC1mYzIwLTRhYzgtODFmNy1iYjI3N2NiODlkM2EiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNTQ5ZmMyNzctNjhhNS00MTgwLWExNzItNzJkYTVmOTc2OTVjIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T07:19:34.150623Z\",\r\n \"endTime\": \"2020-06-23T07:19:39.7893807Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps4621/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNDYyMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjIyMzgzNWNjLTNhZjEtNGM3OC1hNjM2LTk3MTFjMDdkNDdhMCIsIndvcmtmbG93SWQiOiIwNDVlNTc5ZC1mYzIwLTRhYzgtODFmNy1iYjI3N2NiODlkM2EiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNTQ5ZmMyNzctNjhhNS00MTgwLWExNzItNzJkYTVmOTc2OTVjIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqSXlNemd6TldOakxUTmhaakV0TkdNM09DMWhOak0yTFRrM01URmpNRGRrTkRkaE1DSXNJbmR2Y210bWJHOTNTV1FpT2lJd05EVmxOVGM1WkMxbVl6SXdMVFJoWXpndE9ERm1OeTFpWWpJM04yTmlPRGxrTTJFaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTlRRNVptTXlOemN0TmpoaE5TMDBNVGd3TFdFeE56SXROekprWVRWbU9UYzJPVFZqSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "cad039cd-07f4-4931-8878-fdd3fc26e3ce" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11990" + ], + "x-ms-correlation-request-id": [ + "61de0014-6942-4c7e-9414-395329203194" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071944Z:61de0014-6942-4c7e-9414-395329203194" + ], + "Date": [ + "Tue, 23 Jun 2020 07:19:44 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps8601/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzODYwMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dbbb82b6-fb73-4288-83ad-7d8a7c359bd1" + "ed9851c9-8919-41ec-bb26-4956707db1d5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -569,57 +833,66 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], "x-ms-request-id": [ - "3f964a9b-6c69-48d3-94ce-1b89cbb84b20" + "c13835f2-496f-434d-87b3-eb58548b1560" ], - "x-ms-correlation-request-id": [ - "3f964a9b-6c69-48d3-94ce-1b89cbb84b20" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T184627Z:3f964a9b-6c69-48d3-94ce-1b89cbb84b20" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-correlation-request-id": [ + "f763ef19-7106-4fea-bd92-10ae982fefa8" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071944Z:f763ef19-7106-4fea-bd92-10ae982fefa8" ], "Date": [ - "Wed, 03 Jul 2019 18:46:27 GMT" + "Tue, 23 Jun 2020 07:19:44 GMT" + ], + "Content-Length": [ + "19" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps4621?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNDYyMT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps8601?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzODYwMT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8d1c5935-e1c7-4c95-8125-c254f2693c01" + "05e13b72-3099-4936-af07-ebcf6ea3a896" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -630,22 +903,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ2MjEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg2MDEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "14996" ], "x-ms-request-id": [ - "8ab0ecf7-4bc2-4ce4-be8c-b485ca13eae9" + "4c759e93-c11a-444f-8960-0d73c98bec11" ], "x-ms-correlation-request-id": [ - "8ab0ecf7-4bc2-4ce4-be8c-b485ca13eae9" + "4c759e93-c11a-444f-8960-0d73c98bec11" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184629Z:8ab0ecf7-4bc2-4ce4-be8c-b485ca13eae9" + "WESTUS:20200623T071944Z:4c759e93-c11a-444f-8960-0d73c98bec11" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -654,7 +927,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:46:28 GMT" + "Tue, 23 Jun 2020 07:19:44 GMT" ], "Expires": [ "-1" @@ -667,16 +940,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ2MjEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMk1qRXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg2MDEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnMk1ERXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -687,22 +960,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ2MjEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg2MDEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11988" ], "x-ms-request-id": [ - "a71dec11-0fe1-47f5-a2a8-319e3414c078" + "3352fc15-e582-46f8-90f5-aa60dc3f66b2" ], "x-ms-correlation-request-id": [ - "a71dec11-0fe1-47f5-a2a8-319e3414c078" + "3352fc15-e582-46f8-90f5-aa60dc3f66b2" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184644Z:a71dec11-0fe1-47f5-a2a8-319e3414c078" + "WESTUS:20200623T071959Z:3352fc15-e582-46f8-90f5-aa60dc3f66b2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -711,7 +984,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:46:43 GMT" + "Tue, 23 Jun 2020 07:19:59 GMT" ], "Expires": [ "-1" @@ -724,16 +997,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ2MjEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMk1qRXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg2MDEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnMk1ERXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -744,22 +1017,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ2MjEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg2MDEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11991" ], "x-ms-request-id": [ - "c217cb14-9053-45c4-b446-ffa0a48fc2fa" + "cc5e5615-fb45-4971-8b5c-d9430a50f715" ], "x-ms-correlation-request-id": [ - "c217cb14-9053-45c4-b446-ffa0a48fc2fa" + "cc5e5615-fb45-4971-8b5c-d9430a50f715" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184659Z:c217cb14-9053-45c4-b446-ffa0a48fc2fa" + "WESTUS:20200623T072014Z:cc5e5615-fb45-4971-8b5c-d9430a50f715" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -768,7 +1041,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:46:58 GMT" + "Tue, 23 Jun 2020 07:20:14 GMT" ], "Expires": [ "-1" @@ -781,16 +1054,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ2MjEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMk1qRXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg2MDEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnMk1ERXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -801,16 +1074,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11990" ], "x-ms-request-id": [ - "fe574800-3940-450e-86dc-dbbbbcd2f562" + "de720f57-2460-4316-886c-f210c5043515" ], "x-ms-correlation-request-id": [ - "fe574800-3940-450e-86dc-dbbbbcd2f562" + "de720f57-2460-4316-886c-f210c5043515" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184714Z:fe574800-3940-450e-86dc-dbbbbcd2f562" + "WESTUS:20200623T072029Z:de720f57-2460-4316-886c-f210c5043515" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -819,7 +1092,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:47:14 GMT" + "Tue, 23 Jun 2020 07:20:29 GMT" ], "Expires": [ "-1" @@ -832,16 +1105,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ2MjEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMk1qRXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg2MDEtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnMk1ERXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -852,16 +1125,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11989" ], "x-ms-request-id": [ - "0e651e44-25e1-4a85-9432-24f0bf91ca30" + "f1cbccbc-26cc-4df0-a2b3-af551432f950" ], "x-ms-correlation-request-id": [ - "0e651e44-25e1-4a85-9432-24f0bf91ca30" + "f1cbccbc-26cc-4df0-a2b3-af551432f950" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184714Z:0e651e44-25e1-4a85-9432-24f0bf91ca30" + "WESTUS:20200623T072029Z:f1cbccbc-26cc-4df0-a2b3-af551432f950" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -870,7 +1143,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:47:14 GMT" + "Tue, 23 Jun 2020 07:20:29 GMT" ], "Expires": [ "-1" @@ -885,14 +1158,14 @@ ], "Names": { "Test-RemoveSyncGroup": [ - "ps4621", - "ps7213", - "ps6159" + "ps8601", + "ps6633", + "ps2112" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestRemoveSyncGroupInputObject.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestRemoveSyncGroupInputObject.json index 9fc7d69c5014..d71e15d00891 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestRemoveSyncGroupInputObject.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestRemoveSyncGroupInputObject.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "09d0b6d2-16c7-48f8-a004-9888819d9dbd" + "c2649c2a-ebd2-419c-a1c8-05e98d57123e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11994" ], "x-ms-request-id": [ - "7b7f7f44-75b9-41eb-96e9-6c04a5f2f83f" + "2298aa94-e2e8-4ede-aa6b-b35202a08126" ], "x-ms-correlation-request-id": [ - "7b7f7f44-75b9-41eb-96e9-6c04a5f2f83f" + "2298aa94-e2e8-4ede-aa6b-b35202a08126" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184430Z:7b7f7f44-75b9-41eb-96e9-6c04a5f2f83f" + "WESTUS:20200623T071653Z:2298aa94-e2e8-4ede-aa6b-b35202a08126" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:44:29 GMT" + "Tue, 23 Jun 2020 07:16:52 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\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\": \"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\": \"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\": \"notifyResourceJobs\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\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 ]\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-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-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-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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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-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-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 },\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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "47447acb-5810-41dd-bd59-11fba5ded93f" + "82849083-0799-4e51-b718-dae8c0e41dfe" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -87,16 +87,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11993" ], "x-ms-request-id": [ - "2a85db4c-1e50-4821-97c6-b9fd15248738" + "04ba99bb-5f3a-49f7-b38c-d88618589c4b" ], "x-ms-correlation-request-id": [ - "2a85db4c-1e50-4821-97c6-b9fd15248738" + "04ba99bb-5f3a-49f7-b38c-d88618589c4b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184430Z:2a85db4c-1e50-4821-97c6-b9fd15248738" + "WESTUS:20200623T071653Z:04ba99bb-5f3a-49f7-b38c-d88618589c4b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:44:29 GMT" + "Tue, 23 Jun 2020 07:16:52 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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-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-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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 \"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 \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps7929?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNzkyOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps553?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNTUzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e149d358-cbc0-4560-84b5-304cde38a5cd" + "397fa549-04e3-4984-9625-7c6d679c5391" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,13 +156,13 @@ "1199" ], "x-ms-request-id": [ - "ae1aa641-9e30-4e8c-b41d-7c0bbc414c0c" + "df338297-d736-41e8-98f4-764e1322479a" ], "x-ms-correlation-request-id": [ - "ae1aa641-9e30-4e8c-b41d-7c0bbc414c0c" + "df338297-d736-41e8-98f4-764e1322479a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184432Z:ae1aa641-9e30-4e8c-b41d-7c0bbc414c0c" + "WESTUS:20200623T071654Z:df338297-d736-41e8-98f4-764e1322479a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,10 +171,10 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:44:31 GMT" + "Tue, 23 Jun 2020 07:16:53 GMT" ], "Content-Length": [ - "165" + "163" ], "Content-Type": [ "application/json; charset=utf-8" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7929\",\r\n \"name\": \"ps7929\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps553\",\r\n \"name\": \"ps553\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps6956\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps2245\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8b6bcef5-2d27-44cf-b3be-66af3bf1415e" + "a13d7eb6-fe11-4698-a49d-4f49cb78c703" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "3aa94200-a3a2-452d-860e-5a2aa618c6ea" + "109d1583-c677-4064-8e24-56787f0c8fc5" ], "X-Content-Type-Options": [ "nosniff" @@ -240,50 +240,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "d0603b4f-3b10-4b15-9e42-6c86f994f60a" + "d0a9ab79-ced9-4423-abb0-bd536e4060e2" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184432Z:d0603b4f-3b10-4b15-9e42-6c86f994f60a" + "WESTUS:20200623T071654Z:d0a9ab79-ced9-4423-abb0-bd536e4060e2" ], "Date": [ - "Wed, 03 Jul 2019 18:44:32 GMT" + "Tue, 23 Jun 2020 07:16:54 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7929/providers/Microsoft.StorageSync/storageSyncServices/sssps6956?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzkyOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM2OTU2P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps553/providers/Microsoft.StorageSync/storageSyncServices/sssps2245?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTUzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczIyNDU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8f3d41b5-607d-41eb-ab74-8f16305f6647" + "b850c302-9845-4375-8096-170902ba4160" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjU0ZjBiMWYwLTI0ZGYtNGIyNC1hNjZhLWUwYWQxNzcxMGM4ZSIsIndvcmtmbG93SWQiOiIyNjViYzM0ZC1kM2UwLTQ2YmYtODI5Zi05Yzg4MjcyMzdkMzYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNTFlYTAxMTMtZTgyOS00NWUzLTkyMGMtNjQxZDVmMDM0MmM2In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjU0ZjBiMWYwLTI0ZGYtNGIyNC1hNjZhLWUwYWQxNzcxMGM4ZSIsIndvcmtmbG93SWQiOiIyNjViYzM0ZC1kM2UwLTQ2YmYtODI5Zi05Yzg4MjcyMzdkMzYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNTFlYTAxMTMtZTgyOS00NWUzLTkyMGMtNjQxZDVmMDM0MmM2In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "446179f8-5110-4ccb-afe0-d343fc56cee7" + "4a365464-1b26-4281-924f-6a19d9a2c2e0" ], "X-Content-Type-Options": [ "nosniff" @@ -315,44 +324,167 @@ "1199" ], "x-ms-correlation-request-id": [ - "604f35b7-3553-4039-8a78-518ac9b2e7cc" + "f43c5d66-ebfc-4a18-a95a-fabcd39d188e" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184433Z:604f35b7-3553-4039-8a78-518ac9b2e7cc" + "WESTUS:20200623T071655Z:f43c5d66-ebfc-4a18-a95a-fabcd39d188e" ], "Date": [ - "Wed, 03 Jul 2019 18:44:33 GMT" + "Tue, 23 Jun 2020 07:16:54 GMT" + ], + "Expires": [ + "-1" ], "Content-Length": [ - "329" + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjU0ZjBiMWYwLTI0ZGYtNGIyNC1hNjZhLWUwYWQxNzcxMGM4ZSIsIndvcmtmbG93SWQiOiIyNjViYzM0ZC1kM2UwLTQ2YmYtODI5Zi05Yzg4MjcyMzdkMzYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNTFlYTAxMTMtZTgyOS00NWUzLTkyMGMtNjQxZDVmMDM0MmM2In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqVTBaakJpTVdZd0xUSTBaR1l0TkdJeU5DMWhOalpoTFdVd1lXUXhOemN4TUdNNFpTSXNJbmR2Y210bWJHOTNTV1FpT2lJeU5qVmlZek0wWkMxa00yVXdMVFEyWW1ZdE9ESTVaaTA1WXpnNE1qY3lNemRrTXpZaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTlRGbFlUQXhNVE10WlRneU9TMDBOV1V6TFRreU1HTXROalF4WkRWbU1ETTBNbU0ySW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "9e77e58c-693f-48c7-a350-141028ce8c6e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "0303114c-8490-4f9e-9cdb-671ea9725823" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071705Z:0303114c-8490-4f9e-9cdb-671ea9725823" + ], + "Date": [ + "Tue, 23 Jun 2020 07:17:04 GMT" + ], + "Content-Length": [ + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7929/providers/microsoft.storagesync/storageSyncServices/sssps6956\",\r\n \"name\": \"sssps6956\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjU0ZjBiMWYwLTI0ZGYtNGIyNC1hNjZhLWUwYWQxNzcxMGM4ZSIsIndvcmtmbG93SWQiOiIyNjViYzM0ZC1kM2UwLTQ2YmYtODI5Zi05Yzg4MjcyMzdkMzYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNTFlYTAxMTMtZTgyOS00NWUzLTkyMGMtNjQxZDVmMDM0MmM2In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjU0ZjBiMWYwLTI0ZGYtNGIyNC1hNjZhLWUwYWQxNzcxMGM4ZSIsIndvcmtmbG93SWQiOiIyNjViYzM0ZC1kM2UwLTQ2YmYtODI5Zi05Yzg4MjcyMzdkMzYiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiNTFlYTAxMTMtZTgyOS00NWUzLTkyMGMtNjQxZDVmMDM0MmM2In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T07:16:55.9800235Z\",\r\n \"endTime\": \"2020-06-23T07:17:02.241408Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7929/providers/Microsoft.StorageSync/storageSyncServices/sssps6956/syncGroups/sgps7185?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzkyOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM2OTU2L3N5bmNHcm91cHMvc2dwczcxODU/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps553/providers/Microsoft.StorageSync/storageSyncServices/sssps2245?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTUzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczIyNDU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "427b9f1d-305f-4d3d-a54e-b4bc7aa0e361" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "0958b7db-486f-4ab7-afb1-bcc6c62a1853" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071705Z:0958b7db-486f-4ab7-afb1-bcc6c62a1853" + ], + "Date": [ + "Tue, 23 Jun 2020 07:17:05 GMT" + ], + "Content-Length": [ + "632" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps2245/workflows/265bc34d-d3e0-46bf-829f-9c8827237d36\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps553/providers/microsoft.storagesync/storageSyncServices/sssps2245\",\r\n \"name\": \"sssps2245\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps553/providers/Microsoft.StorageSync/storageSyncServices/sssps2245/syncGroups/sgps6043?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTUzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczIyNDUvc3luY0dyb3Vwcy9zZ3BzNjA0Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {}\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3d05f80c-b495-47dc-8d19-eed5a0b09236" + "bfa4e786-ab10-4546-95c5-c51abeeb48d4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -369,7 +501,7 @@ "no-cache" ], "x-ms-request-id": [ - "f16c6141-096f-48b2-b930-3c6cab20daa4" + "6b56df3e-0bc6-47e9-9785-6248a4479854" ], "X-Content-Type-Options": [ "nosniff" @@ -390,44 +522,44 @@ "1198" ], "x-ms-correlation-request-id": [ - "ba07da18-7753-49a3-a5b4-5ac2911f0589" + "47e01a2d-68a1-4b7c-8e24-2b556fa03df6" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184434Z:ba07da18-7753-49a3-a5b4-5ac2911f0589" + "WESTUS:20200623T071706Z:47e01a2d-68a1-4b7c-8e24-2b556fa03df6" ], "Date": [ - "Wed, 03 Jul 2019 18:44:34 GMT" + "Tue, 23 Jun 2020 07:17:05 GMT" ], "Content-Length": [ - "331" + "370" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"73729191-fd1d-428f-8abd-e6508e800a29\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7929/providers/microsoft.storagesync/storageSyncServices/sssps6956/syncGroups/sgps7185\",\r\n \"name\": \"sgps7185\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"e9177703-615a-44f9-8582-7887415b653c\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps553/providers/microsoft.storagesync/storageSyncServices/sssps2245/syncGroups/sgps6043\",\r\n \"name\": \"sgps6043\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7929/providers/Microsoft.StorageSync/storageSyncServices/sssps6956/syncGroups/sgps7185?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzkyOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM2OTU2L3N5bmNHcm91cHMvc2dwczcxODU/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps553/providers/Microsoft.StorageSync/storageSyncServices/sssps2245/syncGroups/sgps6043?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTUzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczIyNDUvc3luY0dyb3Vwcy9zZ3BzNjA0Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "60951a3e-e58c-45aa-a00a-46ab2e62d65c" + "aec1847f-224c-4553-b510-ca92c3a64e5e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -438,7 +570,7 @@ "no-cache" ], "x-ms-request-id": [ - "7309997d-16c1-4f5c-aa7d-3ce0bab0f9bc" + "c485ecf6-2492-4b8b-a23f-3e7c80b077d3" ], "X-Content-Type-Options": [ "nosniff" @@ -459,13 +591,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "0279af78-db84-430e-aa91-96d0757d22b8" + "c7357a8d-0bec-4bc3-bc6b-d627e00bd026" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184435Z:0279af78-db84-430e-aa91-96d0757d22b8" + "WESTUS:20200623T071706Z:c7357a8d-0bec-4bc3-bc6b-d627e00bd026" ], "Date": [ - "Wed, 03 Jul 2019 18:44:34 GMT" + "Tue, 23 Jun 2020 07:17:06 GMT" ], "Expires": [ "-1" @@ -478,22 +610,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7929/providers/Microsoft.StorageSync/storageSyncServices/sssps6956?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzkyOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM2OTU2P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps553/providers/Microsoft.StorageSync/storageSyncServices/sssps2245?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTUzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczIyNDU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "449dca6a-ad64-45ce-85d4-60b30592ff7a" + "bc50d736-51d6-4483-bf1e-2cc1bc81d7d0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -503,8 +635,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjU0ZjBiMWYwLTI0ZGYtNGIyNC1hNjZhLWUwYWQxNzcxMGM4ZSIsIndvcmtmbG93SWQiOiJjNjgwNjdkMS1kODhkLTQzM2MtYjU3Ny1lMTEzMzUyOGYyMjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzliMWJkMDQtNDVhZS00ZTU1LWFjZDgtZDVhYTljYTdmMjdkIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjU0ZjBiMWYwLTI0ZGYtNGIyNC1hNjZhLWUwYWQxNzcxMGM4ZSIsIndvcmtmbG93SWQiOiJjNjgwNjdkMS1kODhkLTQzM2MtYjU3Ny1lMTEzMzUyOGYyMjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzliMWJkMDQtNDVhZS00ZTU1LWFjZDgtZDVhYTljYTdmMjdkIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "66067eb1-3f7b-4e55-9768-164e6ac2dbbd" + "d2430499-4bbb-448d-aae5-3b01f5e66952" ], "X-Content-Type-Options": [ "nosniff" @@ -525,13 +666,136 @@ "14998" ], "x-ms-correlation-request-id": [ - "16fa3ee2-832b-4a95-9545-893e27780062" + "2a662a46-9d83-4fc8-bb28-ffd56714ba2f" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071707Z:2a662a46-9d83-4fc8-bb28-ffd56714ba2f" + ], + "Date": [ + "Tue, 23 Jun 2020 07:17:06 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjU0ZjBiMWYwLTI0ZGYtNGIyNC1hNjZhLWUwYWQxNzcxMGM4ZSIsIndvcmtmbG93SWQiOiJjNjgwNjdkMS1kODhkLTQzM2MtYjU3Ny1lMTEzMzUyOGYyMjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzliMWJkMDQtNDVhZS00ZTU1LWFjZDgtZDVhYTljYTdmMjdkIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqVTBaakJpTVdZd0xUSTBaR1l0TkdJeU5DMWhOalpoTFdVd1lXUXhOemN4TUdNNFpTSXNJbmR2Y210bWJHOTNTV1FpT2lKak5qZ3dOamRrTVMxa09EaGtMVFF6TTJNdFlqVTNOeTFsTVRFek16VXlPR1l5TWpjaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWXpsaU1XSmtNRFF0TkRWaFpTMDBaVFUxTFdGalpEZ3RaRFZoWVRsallUZG1NamRrSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "c0bbdbe0-23d6-460a-8210-e087dc3d034e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "4f888e3b-ad0f-4691-b606-1f3586dc8779" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184435Z:16fa3ee2-832b-4a95-9545-893e27780062" + "WESTUS:20200623T071717Z:4f888e3b-ad0f-4691-b606-1f3586dc8779" ], "Date": [ - "Wed, 03 Jul 2019 18:44:35 GMT" + "Tue, 23 Jun 2020 07:17:16 GMT" + ], + "Content-Length": [ + "743" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjU0ZjBiMWYwLTI0ZGYtNGIyNC1hNjZhLWUwYWQxNzcxMGM4ZSIsIndvcmtmbG93SWQiOiJjNjgwNjdkMS1kODhkLTQzM2MtYjU3Ny1lMTEzMzUyOGYyMjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzliMWJkMDQtNDVhZS00ZTU1LWFjZDgtZDVhYTljYTdmMjdkIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjU0ZjBiMWYwLTI0ZGYtNGIyNC1hNjZhLWUwYWQxNzcxMGM4ZSIsIndvcmtmbG93SWQiOiJjNjgwNjdkMS1kODhkLTQzM2MtYjU3Ny1lMTEzMzUyOGYyMjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzliMWJkMDQtNDVhZS00ZTU1LWFjZDgtZDVhYTljYTdmMjdkIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T07:17:07.522957Z\",\r\n \"endTime\": \"2020-06-23T07:17:12.969331Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjU0ZjBiMWYwLTI0ZGYtNGIyNC1hNjZhLWUwYWQxNzcxMGM4ZSIsIndvcmtmbG93SWQiOiJjNjgwNjdkMS1kODhkLTQzM2MtYjU3Ny1lMTEzMzUyOGYyMjciLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYzliMWJkMDQtNDVhZS00ZTU1LWFjZDgtZDVhYTljYTdmMjdkIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqVTBaakJpTVdZd0xUSTBaR1l0TkdJeU5DMWhOalpoTFdVd1lXUXhOemN4TUdNNFpTSXNJbmR2Y210bWJHOTNTV1FpT2lKak5qZ3dOamRrTVMxa09EaGtMVFF6TTJNdFlqVTNOeTFsTVRFek16VXlPR1l5TWpjaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWXpsaU1XSmtNRFF0TkRWaFpTMDBaVFUxTFdGalpEZ3RaRFZoWVRsallUZG1NamRrSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "f764f90e-642e-43f5-9cb3-52b3f083a41d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "a2be7a4a-31a9-4d1f-b173-f01f7e4d7ddb" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071717Z:a2be7a4a-31a9-4d1f-b173-f01f7e4d7ddb" + ], + "Date": [ + "Tue, 23 Jun 2020 07:17:16 GMT" ], "Expires": [ "-1" @@ -544,22 +808,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps7929/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNzkyOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps553/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNTUzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d475106a-29f4-4262-9120-44662cb5f793" + "a836a2d7-3986-4b63-8a71-4ea98f761068" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -569,57 +833,66 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], "x-ms-request-id": [ - "51d65fc6-8aec-4f06-ba1e-25c9985e1e25" - ], - "x-ms-correlation-request-id": [ - "51d65fc6-8aec-4f06-ba1e-25c9985e1e25" + "2cf0cbfd-1674-4d85-9e74-ece1b445c5f7" ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T184435Z:51d65fc6-8aec-4f06-ba1e-25c9985e1e25" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "bad699f0-ae53-4ab5-af5e-7c7569573e33" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T071717Z:bad699f0-ae53-4ab5-af5e-7c7569573e33" ], "Date": [ - "Wed, 03 Jul 2019 18:44:35 GMT" + "Tue, 23 Jun 2020 07:17:17 GMT" + ], + "Content-Length": [ + "19" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps7929?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNzkyOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps553?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNTUzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a2f236e3-6d4f-4559-9b82-1805835f8084" + "a143556b-c3e0-4a3a-a8d6-c4b022632e24" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -630,7 +903,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5MjktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1My1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -639,13 +912,13 @@ "14997" ], "x-ms-request-id": [ - "b1ad2c76-3dd2-4611-843c-319805ca43a1" + "235c7617-26df-4406-8199-3916b87a4511" ], "x-ms-correlation-request-id": [ - "b1ad2c76-3dd2-4611-843c-319805ca43a1" + "235c7617-26df-4406-8199-3916b87a4511" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184436Z:b1ad2c76-3dd2-4611-843c-319805ca43a1" + "WESTUS:20200623T071718Z:235c7617-26df-4406-8199-3916b87a4511" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -654,7 +927,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:44:36 GMT" + "Tue, 23 Jun 2020 07:17:17 GMT" ], "Expires": [ "-1" @@ -667,16 +940,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5MjktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU1qa3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1My1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMU15MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -687,22 +960,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5MjktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1My1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11994" ], "x-ms-request-id": [ - "31c03d3e-1077-4dd2-a493-2f689912db94" + "e117562b-9ed6-493c-87d5-bc893f86c88d" ], "x-ms-correlation-request-id": [ - "31c03d3e-1077-4dd2-a493-2f689912db94" + "e117562b-9ed6-493c-87d5-bc893f86c88d" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184452Z:31c03d3e-1077-4dd2-a493-2f689912db94" + "WESTUS:20200623T071733Z:e117562b-9ed6-493c-87d5-bc893f86c88d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -711,7 +984,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:44:51 GMT" + "Tue, 23 Jun 2020 07:17:32 GMT" ], "Expires": [ "-1" @@ -724,16 +997,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5MjktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU1qa3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1My1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMU15MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -744,22 +1017,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5MjktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1My1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11993" ], "x-ms-request-id": [ - "c6e9e81f-8388-4737-b534-8bd5f2e60c76" + "9134e18b-e014-4641-ad47-23298fee6d6a" ], "x-ms-correlation-request-id": [ - "c6e9e81f-8388-4737-b534-8bd5f2e60c76" + "9134e18b-e014-4641-ad47-23298fee6d6a" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184507Z:c6e9e81f-8388-4737-b534-8bd5f2e60c76" + "WESTUS:20200623T071748Z:9134e18b-e014-4641-ad47-23298fee6d6a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -768,7 +1041,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:45:06 GMT" + "Tue, 23 Jun 2020 07:17:48 GMT" ], "Expires": [ "-1" @@ -781,16 +1054,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5MjktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU1qa3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1My1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMU15MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -801,16 +1074,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11992" ], "x-ms-request-id": [ - "23b3fd8a-dcd3-48ac-bb66-444441cad1bb" + "437cdc7e-0fed-4d5f-9c2a-41dc8ef53593" ], "x-ms-correlation-request-id": [ - "23b3fd8a-dcd3-48ac-bb66-444441cad1bb" + "437cdc7e-0fed-4d5f-9c2a-41dc8ef53593" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184522Z:23b3fd8a-dcd3-48ac-bb66-444441cad1bb" + "WESTUS:20200623T071803Z:437cdc7e-0fed-4d5f-9c2a-41dc8ef53593" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -819,7 +1092,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:45:21 GMT" + "Tue, 23 Jun 2020 07:18:03 GMT" ], "Expires": [ "-1" @@ -832,16 +1105,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5MjktV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU1qa3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1My1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMU15MVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -852,16 +1125,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11991" ], "x-ms-request-id": [ - "9b6513e9-6361-48a7-9dba-5c3f9c70ad63" + "7399d886-c759-44bd-bd23-774641bfb890" ], "x-ms-correlation-request-id": [ - "9b6513e9-6361-48a7-9dba-5c3f9c70ad63" + "7399d886-c759-44bd-bd23-774641bfb890" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184522Z:9b6513e9-6361-48a7-9dba-5c3f9c70ad63" + "WESTUS:20200623T071803Z:7399d886-c759-44bd-bd23-774641bfb890" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -870,7 +1143,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:45:21 GMT" + "Tue, 23 Jun 2020 07:18:03 GMT" ], "Expires": [ "-1" @@ -885,14 +1158,14 @@ ], "Names": { "Test-RemoveSyncGroupInputObject": [ - "ps7929", - "ps6956", - "ps7185" + "ps553", + "ps2245", + "ps6043" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestRemoveSyncGroupResourceId.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestRemoveSyncGroupResourceId.json index b4d7eba4694c..b2fe3eb0ad4b 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestRemoveSyncGroupResourceId.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestRemoveSyncGroupResourceId.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "89e77f72-d3b0-422f-be49-483b4b00501a" + "175bd767-6bd5-4da9-87fa-61366bae452c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11989" ], "x-ms-request-id": [ - "a8e9ec89-cb13-44f0-ad63-54d5f56b3a05" + "cd2d6944-947c-4664-85b7-41896b9de268" ], "x-ms-correlation-request-id": [ - "a8e9ec89-cb13-44f0-ad63-54d5f56b3a05" + "cd2d6944-947c-4664-85b7-41896b9de268" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184914Z:a8e9ec89-cb13-44f0-ad63-54d5f56b3a05" + "WESTUS:20200623T072302Z:cd2d6944-947c-4664-85b7-41896b9de268" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:49:14 GMT" + "Tue, 23 Jun 2020 07:23:02 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\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\": \"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\": \"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\": \"notifyResourceJobs\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\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 ]\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-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-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-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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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-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-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 },\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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2c9e9319-427f-41d8-be39-15e20491e88b" + "8e7aa98f-251e-4761-aa1c-8dfc415ae448" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -87,16 +87,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11988" ], "x-ms-request-id": [ - "49d8b5b9-dc77-4c86-a98b-1c3b922507c5" + "fadd6f87-505a-4736-a47e-c61b6a2b0fe4" ], "x-ms-correlation-request-id": [ - "49d8b5b9-dc77-4c86-a98b-1c3b922507c5" + "fadd6f87-505a-4736-a47e-c61b6a2b0fe4" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184914Z:49d8b5b9-dc77-4c86-a98b-1c3b922507c5" + "WESTUS:20200623T072302Z:fadd6f87-505a-4736-a47e-c61b6a2b0fe4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:49:14 GMT" + "Tue, 23 Jun 2020 07:23:02 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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-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-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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 \"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 \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps5284?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNTI4ND9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps619?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNjE5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "40ad9647-01bc-4224-8653-144f11e55ed3" + "836bcd22-e163-4bb9-b39e-e215768dac78" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -153,16 +153,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-request-id": [ - "975b69ef-7cc2-448a-8eaf-4eea330e0b2e" + "68782e26-de3d-42b4-9ba4-254bb2795707" ], "x-ms-correlation-request-id": [ - "975b69ef-7cc2-448a-8eaf-4eea330e0b2e" + "68782e26-de3d-42b4-9ba4-254bb2795707" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184916Z:975b69ef-7cc2-448a-8eaf-4eea330e0b2e" + "WESTUS:20200623T072302Z:68782e26-de3d-42b4-9ba4-254bb2795707" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,10 +171,10 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:49:15 GMT" + "Tue, 23 Jun 2020 07:23:02 GMT" ], "Content-Length": [ - "165" + "163" ], "Content-Type": [ "application/json; charset=utf-8" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5284\",\r\n \"name\": \"ps5284\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps619\",\r\n \"name\": \"ps619\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps3066\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps4949\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d860a15c-81d4-4131-a4cf-8d9618900607" + "bf9d2115-76e2-492b-a9a1-303e7358e139" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "ba85fabb-551d-47fc-bbb5-181508d3fb04" + "8d5df8a9-52c1-43e7-8f5b-b5340309b79e" ], "X-Content-Type-Options": [ "nosniff" @@ -240,50 +240,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "8eabc83a-59ea-4079-b9b4-e2a1f0ca4fdb" + "3a2f6df6-cd2f-4cd0-89b8-85591a3761a9" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184917Z:8eabc83a-59ea-4079-b9b4-e2a1f0ca4fdb" + "WESTUS:20200623T072303Z:3a2f6df6-cd2f-4cd0-89b8-85591a3761a9" ], "Date": [ - "Wed, 03 Jul 2019 18:49:16 GMT" + "Tue, 23 Jun 2020 07:23:03 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5284/providers/Microsoft.StorageSync/storageSyncServices/sssps3066?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTI4NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMDY2P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps619/providers/Microsoft.StorageSync/storageSyncServices/sssps4949?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjE5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczQ5NDk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7bb52922-2e83-41f9-91b2-8a506e45e80f" + "7391442b-02d7-41fa-b706-da65200695cf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjgxOGVjZGUwLWVhODktNDIwOC04YzE2LTEwNzVmOWI4MmFhYyIsIndvcmtmbG93SWQiOiIwZDZiYTE1OS03NjZmLTQyOGMtYTY0Mi1iMjZlNTg0NTYyMTAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYmU4OTI0N2MtYmZkNS00NTBjLWFmMjItNjJhNGVkNDhkOWJhIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjgxOGVjZGUwLWVhODktNDIwOC04YzE2LTEwNzVmOWI4MmFhYyIsIndvcmtmbG93SWQiOiIwZDZiYTE1OS03NjZmLTQyOGMtYTY0Mi1iMjZlNTg0NTYyMTAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYmU4OTI0N2MtYmZkNS00NTBjLWFmMjItNjJhNGVkNDhkOWJhIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "115b9132-dda5-46e2-8f0d-c8574c478112" + "22d9eefd-4076-4704-863a-8f26d0101d0c" ], "X-Content-Type-Options": [ "nosniff" @@ -312,47 +321,170 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" + ], + "x-ms-correlation-request-id": [ + "21b246b5-d1b5-45f6-8023-477a71adec1e" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T072304Z:21b246b5-d1b5-45f6-8023-477a71adec1e" + ], + "Date": [ + "Tue, 23 Jun 2020 07:23:04 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjgxOGVjZGUwLWVhODktNDIwOC04YzE2LTEwNzVmOWI4MmFhYyIsIndvcmtmbG93SWQiOiIwZDZiYTE1OS03NjZmLTQyOGMtYTY0Mi1iMjZlNTg0NTYyMTAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYmU4OTI0N2MtYmZkNS00NTBjLWFmMjItNjJhNGVkNDhkOWJhIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqZ3hPR1ZqWkdVd0xXVmhPRGt0TkRJd09DMDRZekUyTFRFd056Vm1PV0k0TW1GaFl5SXNJbmR2Y210bWJHOTNTV1FpT2lJd1pEWmlZVEUxT1MwM05qWm1MVFF5T0dNdFlUWTBNaTFpTWpabE5UZzBOVFl5TVRBaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWW1VNE9USTBOMk10WW1aa05TMDBOVEJqTFdGbU1qSXROakpoTkdWa05EaGtPV0poSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "671bd95e-294d-4e5c-9029-efd72f2d8193" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11997" ], "x-ms-correlation-request-id": [ - "23047bd1-58a6-4206-a74b-223d8c777c38" + "17e6a467-dfc6-47eb-a0c3-c64cdfe0f915" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184917Z:23047bd1-58a6-4206-a74b-223d8c777c38" + "WESTUS:20200623T072314Z:17e6a467-dfc6-47eb-a0c3-c64cdfe0f915" ], "Date": [ - "Wed, 03 Jul 2019 18:49:17 GMT" + "Tue, 23 Jun 2020 07:23:14 GMT" ], "Content-Length": [ - "329" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5284/providers/microsoft.storagesync/storageSyncServices/sssps3066\",\r\n \"name\": \"sssps3066\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjgxOGVjZGUwLWVhODktNDIwOC04YzE2LTEwNzVmOWI4MmFhYyIsIndvcmtmbG93SWQiOiIwZDZiYTE1OS03NjZmLTQyOGMtYTY0Mi1iMjZlNTg0NTYyMTAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYmU4OTI0N2MtYmZkNS00NTBjLWFmMjItNjJhNGVkNDhkOWJhIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjgxOGVjZGUwLWVhODktNDIwOC04YzE2LTEwNzVmOWI4MmFhYyIsIndvcmtmbG93SWQiOiIwZDZiYTE1OS03NjZmLTQyOGMtYTY0Mi1iMjZlNTg0NTYyMTAiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiYmU4OTI0N2MtYmZkNS00NTBjLWFmMjItNjJhNGVkNDhkOWJhIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T07:23:05.216068Z\",\r\n \"endTime\": \"2020-06-23T07:23:11.5613015Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5284/providers/Microsoft.StorageSync/storageSyncServices/sssps3066/syncGroups/sgps2757?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTI4NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMDY2L3N5bmNHcm91cHMvc2dwczI3NTc/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps619/providers/Microsoft.StorageSync/storageSyncServices/sssps4949?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjE5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczQ5NDk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "e9722a95-156d-410d-9c63-2d6de8a0876a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "537805f8-953f-466b-aafc-fc9893e1a6e7" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T072315Z:537805f8-953f-466b-aafc-fc9893e1a6e7" + ], + "Date": [ + "Tue, 23 Jun 2020 07:23:14 GMT" + ], + "Content-Length": [ + "632" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps4949/workflows/0d6ba159-766f-428c-a642-b26e58456210\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps619/providers/microsoft.storagesync/storageSyncServices/sssps4949\",\r\n \"name\": \"sssps4949\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps619/providers/Microsoft.StorageSync/storageSyncServices/sssps4949/syncGroups/sgps3148?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjE5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczQ5NDkvc3luY0dyb3Vwcy9zZ3BzMzE0OD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {}\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c64bc3bf-c5c3-4a56-82dc-b979205d78d2" + "c8d95317-eb27-47f0-acfe-c4f239ef5e41" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -369,7 +501,7 @@ "no-cache" ], "x-ms-request-id": [ - "9d413d59-9fa0-4dc9-aa30-1cab04834045" + "a1b63bcd-e917-4a89-b3a0-77eb0e4357ce" ], "X-Content-Type-Options": [ "nosniff" @@ -387,47 +519,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1197" ], "x-ms-correlation-request-id": [ - "ed81580c-d70c-4177-abcd-d30133fedc76" + "3a37b837-bdd8-4b28-98af-4bb5e427598b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184918Z:ed81580c-d70c-4177-abcd-d30133fedc76" + "WESTUS:20200623T072315Z:3a37b837-bdd8-4b28-98af-4bb5e427598b" ], "Date": [ - "Wed, 03 Jul 2019 18:49:18 GMT" + "Tue, 23 Jun 2020 07:23:15 GMT" ], "Content-Length": [ - "331" + "370" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"c377b8ff-4aec-439e-bf25-96a9a52a0292\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5284/providers/microsoft.storagesync/storageSyncServices/sssps3066/syncGroups/sgps2757\",\r\n \"name\": \"sgps2757\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"69d7d778-a75e-468c-976d-a2a9683080f5\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps619/providers/microsoft.storagesync/storageSyncServices/sssps4949/syncGroups/sgps3148\",\r\n \"name\": \"sgps3148\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5284/providers/Microsoft.StorageSync/storageSyncServices/sssps3066/syncGroups/sgps2757?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTI4NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMDY2L3N5bmNHcm91cHMvc2dwczI3NTc/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps619/providers/Microsoft.StorageSync/storageSyncServices/sssps4949/syncGroups/sgps3148?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjE5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczQ5NDkvc3luY0dyb3Vwcy9zZ3BzMzE0OD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6c2260c4-ea09-464b-8316-73f2da4f24e1" + "1f25d2f7-6467-4b1f-b902-880a75c2e1da" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -438,7 +570,7 @@ "no-cache" ], "x-ms-request-id": [ - "174a25d5-52cf-4b63-8c47-8d6dfacac39e" + "707fcb41-fe91-4ca5-bc77-bb2a2fa65e15" ], "X-Content-Type-Options": [ "nosniff" @@ -456,16 +588,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14999" ], "x-ms-correlation-request-id": [ - "4fa5eb53-ad0f-47f7-bf3f-e0595c928dc9" + "12804025-28c6-4b68-815b-dc1a65c9b510" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184919Z:4fa5eb53-ad0f-47f7-bf3f-e0595c928dc9" + "WESTUS:20200623T072315Z:12804025-28c6-4b68-815b-dc1a65c9b510" ], "Date": [ - "Wed, 03 Jul 2019 18:49:19 GMT" + "Tue, 23 Jun 2020 07:23:15 GMT" ], "Expires": [ "-1" @@ -478,22 +610,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5284/providers/Microsoft.StorageSync/storageSyncServices/sssps3066?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTI4NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMzMDY2P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps619/providers/Microsoft.StorageSync/storageSyncServices/sssps4949?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjE5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcy9zc3NwczQ5NDk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "97988918-3d4c-4b13-a380-c38e6c9731c1" + "ff9b5a14-53b3-495b-b9f8-b95c4d5cd370" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -503,8 +635,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjgxOGVjZGUwLWVhODktNDIwOC04YzE2LTEwNzVmOWI4MmFhYyIsIndvcmtmbG93SWQiOiI2NDVhMWM1My1jNWJiLTRhNTMtYTU3ZC1kNTBkMDIwMjI1MmMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMGRjMDBmMjctMTRmZC00N2RkLThiYmItZTRkMThjMDJmYWQ2In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjgxOGVjZGUwLWVhODktNDIwOC04YzE2LTEwNzVmOWI4MmFhYyIsIndvcmtmbG93SWQiOiI2NDVhMWM1My1jNWJiLTRhNTMtYTU3ZC1kNTBkMDIwMjI1MmMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMGRjMDBmMjctMTRmZC00N2RkLThiYmItZTRkMThjMDJmYWQ2In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "d72a43f1-7a64-46fd-b1e0-6ed44fb1054e" + "18dde49d-b014-428b-a465-573fd1ae09d7" ], "X-Content-Type-Options": [ "nosniff" @@ -522,16 +663,139 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "14998" ], "x-ms-correlation-request-id": [ - "c4235f0e-9331-4c50-933d-ea5832f2ac86" + "6d226f79-3f4a-46bd-8c43-2ba523e32f2f" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184920Z:c4235f0e-9331-4c50-933d-ea5832f2ac86" + "WESTUS:20200623T072316Z:6d226f79-3f4a-46bd-8c43-2ba523e32f2f" ], "Date": [ - "Wed, 03 Jul 2019 18:49:19 GMT" + "Tue, 23 Jun 2020 07:23:15 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6IjgxOGVjZGUwLWVhODktNDIwOC04YzE2LTEwNzVmOWI4MmFhYyIsIndvcmtmbG93SWQiOiI2NDVhMWM1My1jNWJiLTRhNTMtYTU3ZC1kNTBkMDIwMjI1MmMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMGRjMDBmMjctMTRmZC00N2RkLThiYmItZTRkMThjMDJmYWQ2In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNklqZ3hPR1ZqWkdVd0xXVmhPRGt0TkRJd09DMDRZekUyTFRFd056Vm1PV0k0TW1GaFl5SXNJbmR2Y210bWJHOTNTV1FpT2lJMk5EVmhNV00xTXkxak5XSmlMVFJoTlRNdFlUVTNaQzFrTlRCa01ESXdNakkxTW1NaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTUdSak1EQm1NamN0TVRSbVpDMDBOMlJrTFRoaVltSXRaVFJrTVRoak1ESm1ZV1EySW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "5d82bfb2-350f-40e0-bbcc-58f47dda28b1" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "fbcf276e-e62e-42b7-8e1d-eff5ce522b33" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T072326Z:fbcf276e-e62e-42b7-8e1d-eff5ce522b33" + ], + "Date": [ + "Tue, 23 Jun 2020 07:23:25 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjgxOGVjZGUwLWVhODktNDIwOC04YzE2LTEwNzVmOWI4MmFhYyIsIndvcmtmbG93SWQiOiI2NDVhMWM1My1jNWJiLTRhNTMtYTU3ZC1kNTBkMDIwMjI1MmMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMGRjMDBmMjctMTRmZC00N2RkLThiYmItZTRkMThjMDJmYWQ2In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6IjgxOGVjZGUwLWVhODktNDIwOC04YzE2LTEwNzVmOWI4MmFhYyIsIndvcmtmbG93SWQiOiI2NDVhMWM1My1jNWJiLTRhNTMtYTU3ZC1kNTBkMDIwMjI1MmMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMGRjMDBmMjctMTRmZC00N2RkLThiYmItZTRkMThjMDJmYWQ2In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T07:23:16.6543816Z\",\r\n \"endTime\": \"2020-06-23T07:23:22.2799911Z\",\r\n \"properties\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6IjgxOGVjZGUwLWVhODktNDIwOC04YzE2LTEwNzVmOWI4MmFhYyIsIndvcmtmbG93SWQiOiI2NDVhMWM1My1jNWJiLTRhNTMtYTU3ZC1kNTBkMDIwMjI1MmMiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMGRjMDBmMjctMTRmZC00N2RkLThiYmItZTRkMThjMDJmYWQ2In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNklqZ3hPR1ZqWkdVd0xXVmhPRGt0TkRJd09DMDRZekUyTFRFd056Vm1PV0k0TW1GaFl5SXNJbmR2Y210bWJHOTNTV1FpT2lJMk5EVmhNV00xTXkxak5XSmlMVFJoTlRNdFlUVTNaQzFrTlRCa01ESXdNakkxTW1NaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTUdSak1EQm1NamN0TVRSbVpDMDBOMlJrTFRoaVltSXRaVFJrTVRoak1ESm1ZV1EySW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "64e6b0fb-a93f-49e8-b372-f687be4572c9" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "b0d990c0-9b2a-4d08-bdf5-f6b41bf7cf0b" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T072326Z:b0d990c0-9b2a-4d08-bdf5-f6b41bf7cf0b" + ], + "Date": [ + "Tue, 23 Jun 2020 07:23:26 GMT" ], "Expires": [ "-1" @@ -544,22 +808,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps5284/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzNTI4NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps619/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNjE5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvc3RvcmFnZVN5bmNTZXJ2aWNlcz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "992eec64-7902-4f26-9c89-db723501eba6" + "c6c4e1e9-b570-4ad5-8611-43299cb2f303" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -569,57 +833,66 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], "x-ms-request-id": [ - "2680c375-bd8f-4369-8628-b94b28b72306" - ], - "x-ms-correlation-request-id": [ - "2680c375-bd8f-4369-8628-b94b28b72306" + "2bd52892-0cd4-42e5-b64b-5afebf053452" ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T184920Z:2680c375-bd8f-4369-8628-b94b28b72306" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-correlation-request-id": [ + "6f2a81f5-1e3d-400d-baaf-9f180d683f5b" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T072326Z:6f2a81f5-1e3d-400d-baaf-9f180d683f5b" ], "Date": [ - "Wed, 03 Jul 2019 18:49:19 GMT" + "Tue, 23 Jun 2020 07:23:26 GMT" + ], + "Content-Length": [ + "19" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps5284?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzNTI4ND9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps619?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNjE5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2b82ca40-0679-4b53-b3a1-0fa16b456207" + "42e255d4-5292-4250-8329-4df79e8f1583" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -630,22 +903,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUyODQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYxOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14996" + "14997" ], "x-ms-request-id": [ - "39273405-191b-40c5-8016-2cbe71abc00e" + "41d43b5b-9612-44f7-b439-9237f123e215" ], "x-ms-correlation-request-id": [ - "39273405-191b-40c5-8016-2cbe71abc00e" + "41d43b5b-9612-44f7-b439-9237f123e215" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184921Z:39273405-191b-40c5-8016-2cbe71abc00e" + "WESTUS:20200623T072326Z:41d43b5b-9612-44f7-b439-9237f123e215" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -654,7 +927,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:49:20 GMT" + "Tue, 23 Jun 2020 07:23:26 GMT" ], "Expires": [ "-1" @@ -667,16 +940,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUyODQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeU9EUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYxOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZeE9TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -687,22 +960,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUyODQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYxOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11992" ], "x-ms-request-id": [ - "ef256637-1d22-46ce-9859-23ff16b0b318" + "99f8f0d3-6195-4a24-9c3c-dbdffe5b7223" ], "x-ms-correlation-request-id": [ - "ef256637-1d22-46ce-9859-23ff16b0b318" + "99f8f0d3-6195-4a24-9c3c-dbdffe5b7223" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184936Z:ef256637-1d22-46ce-9859-23ff16b0b318" + "WESTUS:20200623T072341Z:99f8f0d3-6195-4a24-9c3c-dbdffe5b7223" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -711,7 +984,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:49:35 GMT" + "Tue, 23 Jun 2020 07:23:41 GMT" ], "Expires": [ "-1" @@ -724,16 +997,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUyODQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeU9EUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYxOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZeE9TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -744,22 +1017,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUyODQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYxOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11991" ], "x-ms-request-id": [ - "b03e436b-b929-44b8-814a-3118ff53d627" + "039f5377-d858-4190-8810-c1306a4ec0f9" ], "x-ms-correlation-request-id": [ - "b03e436b-b929-44b8-814a-3118ff53d627" + "039f5377-d858-4190-8810-c1306a4ec0f9" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184951Z:b03e436b-b929-44b8-814a-3118ff53d627" + "WESTUS:20200623T072357Z:039f5377-d858-4190-8810-c1306a4ec0f9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -768,7 +1041,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:49:50 GMT" + "Tue, 23 Jun 2020 07:23:56 GMT" ], "Expires": [ "-1" @@ -781,16 +1054,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUyODQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeU9EUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYxOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZeE9TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -801,16 +1074,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11990" ], "x-ms-request-id": [ - "3db7791f-f8c0-4f45-bb89-25e02ca75484" + "0a3dad54-93eb-4897-8510-1c442c41fb69" ], "x-ms-correlation-request-id": [ - "3db7791f-f8c0-4f45-bb89-25e02ca75484" + "0a3dad54-93eb-4897-8510-1c442c41fb69" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T185006Z:3db7791f-f8c0-4f45-bb89-25e02ca75484" + "WESTUS:20200623T072412Z:0a3dad54-93eb-4897-8510-1c442c41fb69" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -819,7 +1092,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:50:05 GMT" + "Tue, 23 Jun 2020 07:24:11 GMT" ], "Expires": [ "-1" @@ -832,16 +1105,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUyODQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeU9EUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYxOS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZeE9TMVhSVk5VVlZNaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeUo5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -852,16 +1125,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11989" ], "x-ms-request-id": [ - "01bfa19d-3403-482b-b4f9-b9e6d84c2874" + "bf77a915-3bc1-437d-9e35-f566c8ad92c2" ], "x-ms-correlation-request-id": [ - "01bfa19d-3403-482b-b4f9-b9e6d84c2874" + "bf77a915-3bc1-437d-9e35-f566c8ad92c2" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T185006Z:01bfa19d-3403-482b-b4f9-b9e6d84c2874" + "WESTUS:20200623T072412Z:bf77a915-3bc1-437d-9e35-f566c8ad92c2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -870,7 +1143,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:50:05 GMT" + "Tue, 23 Jun 2020 07:24:11 GMT" ], "Expires": [ "-1" @@ -885,14 +1158,14 @@ ], "Names": { "Test-RemoveSyncGroupResourceId": [ - "ps5284", - "ps3066", - "ps2757" + "ps619", + "ps4949", + "ps3148" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestSyncGroup.json b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestSyncGroup.json index b81f549ae025..ea446e604c36 100644 --- a/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestSyncGroup.json +++ b/src/StorageSync/StorageSync.Test/SessionRecords/StorageSyncTests.SyncGroupTests/TestSyncGroup.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.Resources?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0375e117-1958-4224-9772-2c9f85a59e71" + "e18a71c2-ae42-4da9-b2f0-be5a6338bb9d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "e995c641-107e-4bf6-bf41-9700beaea405" + "9e5c5051-25ef-4ffa-a795-20ae42fafbff" ], "x-ms-correlation-request-id": [ - "e995c641-107e-4bf6-bf41-9700beaea405" + "9e5c5051-25ef-4ffa-a795-20ae42fafbff" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184718Z:e995c641-107e-4bf6-bf41-9700beaea405" + "WESTUS:20200623T072033Z:9e5c5051-25ef-4ffa-a795-20ae42fafbff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:47:17 GMT" + "Tue, 23 Jun 2020 07:20:32 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "8818" + "10899" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.Resources\",\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"tenants\",\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\": \"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\": \"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\": \"notifyResourceJobs\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"tags\",\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 ]\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-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-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-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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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-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-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 },\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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"East US 2 EUAP\",\r\n \"Central US EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Canada East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d26d9366-f202-4f16-a344-669001820237" + "950dcae8-cbc8-4113-ba65-d1858319f5f8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "dfb2ca5c-79bd-42dd-9144-d181c6819413" + "00a574f2-ac35-43f8-972f-9ecef07a2a72" ], "x-ms-correlation-request-id": [ - "dfb2ca5c-79bd-42dd-9144-d181c6819413" + "00a574f2-ac35-43f8-972f-9ecef07a2a72" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184718Z:dfb2ca5c-79bd-42dd-9144-d181c6819413" + "WESTUS:20200623T072033Z:00a574f2-ac35-43f8-972f-9ecef07a2a72" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:47:18 GMT" + "Tue, 23 Jun 2020 07:20:32 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "5239" + "7645" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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-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-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 \"Korea Central\",\r\n \"Korea South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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 \"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 \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\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\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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 \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps1525?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMTUyNT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps4332?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNDMzMj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "77078173-d292-4353-baf1-11e1e28b2ba3" + "47d1384e-9fef-40b3-8701-2a364d225b28" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,13 +156,13 @@ "1199" ], "x-ms-request-id": [ - "e77771df-f07d-4218-9ea9-46cd5fd25ff5" + "8e42291d-d3d1-4b57-8b5d-a76055fd84c0" ], "x-ms-correlation-request-id": [ - "e77771df-f07d-4218-9ea9-46cd5fd25ff5" + "8e42291d-d3d1-4b57-8b5d-a76055fd84c0" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184720Z:e77771df-f07d-4218-9ea9-46cd5fd25ff5" + "WESTUS:20200623T072033Z:8e42291d-d3d1-4b57-8b5d-a76055fd84c0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:47:20 GMT" + "Tue, 23 Jun 2020 07:20:33 GMT" ], "Content-Length": [ "165" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1525\",\r\n \"name\": \"ps1525\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4332\",\r\n \"name\": \"ps4332\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/Microsoft.StorageSync/locations/CentralUSEUAP/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZVN5bmMvbG9jYXRpb25zL0NlbnRyYWxVU0VVQVAvY2hlY2tOYW1lQXZhaWxhYmlsaXR5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sssps2243\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sssps9383\",\r\n \"type\": \"Microsoft.StorageSync/storageSyncServices\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4ede97d8-d8f9-4c83-ad53-c374148f8252" + "6b65b274-fff8-4a2e-b017-e747858337c0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -219,7 +219,7 @@ "no-cache" ], "x-ms-request-id": [ - "90080268-8589-4342-9d83-75f8c37967b1" + "09154af7-fb74-4ef6-89f2-43de1a9ab3f2" ], "X-Content-Type-Options": [ "nosniff" @@ -240,50 +240,50 @@ "1199" ], "x-ms-correlation-request-id": [ - "2a4d8c75-59a2-442a-b036-4af1ffb5933d" + "648060f5-6e25-45cb-92a7-d4a572356cd7" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184721Z:2a4d8c75-59a2-442a-b036-4af1ffb5933d" + "WESTUS:20200623T072034Z:648060f5-6e25-45cb-92a7-d4a572356cd7" ], "Date": [ - "Wed, 03 Jul 2019 18:47:20 GMT" + "Tue, 23 Jun 2020 07:20:33 GMT" ], "Content-Length": [ - "51" + "29" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true,\r\n \"reason\": null,\r\n \"message\": null\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1525/providers/Microsoft.StorageSync/storageSyncServices/sssps2243?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTUyNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMjQzP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4332/providers/Microsoft.StorageSync/storageSyncServices/sssps9383?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDMzMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5MzgzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f07a6ed3-3c33-47c5-97fa-8bda3e87f2e4" + "dd8371b6-c28a-4db8-bbde-960816672cc0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "52" + "125" ] }, "ResponseHeaders": { @@ -293,8 +293,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImFkYzhhZjc1LWEwNGMtNDk5MC04NzRkLTczYTg1NTU2Nzc5OCIsIndvcmtmbG93SWQiOiJlOWRlMzgzNi1jODZjLTRkYTQtOGVhYi00Y2ExMDBjNzVlNzgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmFhOTBjZjUtNDg1Zi00NzEzLThkNmEtYmM3YTliODRkZTQ5In0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImFkYzhhZjc1LWEwNGMtNDk5MC04NzRkLTczYTg1NTU2Nzc5OCIsIndvcmtmbG93SWQiOiJlOWRlMzgzNi1jODZjLTRkYTQtOGVhYi00Y2ExMDBjNzVlNzgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmFhOTBjZjUtNDg1Zi00NzEzLThkNmEtYmM3YTliODRkZTQ5In0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "4512d515-00be-47b7-aba7-953a429820ac" + "1d3f37bc-453c-4235-9f65-7fbce20b968a" ], "X-Content-Type-Options": [ "nosniff" @@ -315,44 +324,167 @@ "1199" ], "x-ms-correlation-request-id": [ - "31f0caa3-485f-4e5c-8101-50f18adb30f5" + "6ea4dfea-1b5d-4c55-b227-03b962ca9590" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T072035Z:6ea4dfea-1b5d-4c55-b227-03b962ca9590" + ], + "Date": [ + "Tue, 23 Jun 2020 07:20:34 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImFkYzhhZjc1LWEwNGMtNDk5MC04NzRkLTczYTg1NTU2Nzc5OCIsIndvcmtmbG93SWQiOiJlOWRlMzgzNi1jODZjLTRkYTQtOGVhYi00Y2ExMDBjNzVlNzgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmFhOTBjZjUtNDg1Zi00NzEzLThkNmEtYmM3YTliODRkZTQ5In0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltRmtZemhoWmpjMUxXRXdOR010TkRrNU1DMDROelJrTFRjellUZzFOVFUyTnpjNU9DSXNJbmR2Y210bWJHOTNTV1FpT2lKbE9XUmxNemd6Tmkxak9EWmpMVFJrWVRRdE9HVmhZaTAwWTJFeE1EQmpOelZsTnpnaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pWm1GaE9UQmpaalV0TkRnMVppMDBOekV6TFRoa05tRXRZbU0zWVRsaU9EUmtaVFE1SW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "2f2ca82f-41ad-495e-b87c-d4b7860d4dd0" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "14b9015d-c69e-462f-bb86-c630e97e0497" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184721Z:31f0caa3-485f-4e5c-8101-50f18adb30f5" + "WESTUS:20200623T072045Z:14b9015d-c69e-462f-bb86-c630e97e0497" ], "Date": [ - "Wed, 03 Jul 2019 18:47:20 GMT" + "Tue, 23 Jun 2020 07:20:44 GMT" ], "Content-Length": [ - "329" + "744" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": null,\r\n \"storageSyncServiceUid\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1525/providers/microsoft.storagesync/storageSyncServices/sssps2243\",\r\n \"name\": \"sssps2243\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImFkYzhhZjc1LWEwNGMtNDk5MC04NzRkLTczYTg1NTU2Nzc5OCIsIndvcmtmbG93SWQiOiJlOWRlMzgzNi1jODZjLTRkYTQtOGVhYi00Y2ExMDBjNzVlNzgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmFhOTBjZjUtNDg1Zi00NzEzLThkNmEtYmM3YTliODRkZTQ5In0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImFkYzhhZjc1LWEwNGMtNDk5MC04NzRkLTczYTg1NTU2Nzc5OCIsIndvcmtmbG93SWQiOiJlOWRlMzgzNi1jODZjLTRkYTQtOGVhYi00Y2ExMDBjNzVlNzgiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiZmFhOTBjZjUtNDg1Zi00NzEzLThkNmEtYmM3YTliODRkZTQ5In0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T07:20:35.342059Z\",\r\n \"endTime\": \"2020-06-23T07:20:42.3379742Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1525/providers/Microsoft.StorageSync/storageSyncServices/sssps2243/syncGroups/sgps7354?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTUyNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMjQzL3N5bmNHcm91cHMvc2dwczczNTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4332/providers/Microsoft.StorageSync/storageSyncServices/sssps9383?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDMzMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5MzgzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "fb2184d5-fdca-452a-820a-c6a32ad31883" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "1df0b667-ebd6-415a-ad98-e7fbec96dce8" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T072045Z:1df0b667-ebd6-415a-ad98-e7fbec96dce8" + ], + "Date": [ + "Tue, 23 Jun 2020 07:20:45 GMT" + ], + "Content-Length": [ + "633" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"storageSyncServiceStatus\": 0,\r\n \"incomingTrafficPolicy\": \"AllowAllTraffic\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"lastWorkflowId\": \"storageSyncServices/sssps9383/workflows/e9de3836-c86c-4da4-8eab-4ca100c75e78\",\r\n \"lastOperationName\": \"ICreateStorageSyncServiceWorkflow\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4332/providers/microsoft.storagesync/storageSyncServices/sssps9383\",\r\n \"name\": \"sssps9383\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4332/providers/Microsoft.StorageSync/storageSyncServices/sssps9383/syncGroups/sgps4984?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDMzMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5MzgzL3N5bmNHcm91cHMvc2dwczQ5ODQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {}\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "33922b83-54fc-4759-be90-1dde2fa67a9c" + "ceac45ea-b4e3-486d-ab77-4f0d15ae15a2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -369,7 +501,7 @@ "no-cache" ], "x-ms-request-id": [ - "dc08f383-5dea-4bd9-bf25-da8a07b6cf29" + "c99f0099-773a-4b79-809a-a065cfed884e" ], "X-Content-Type-Options": [ "nosniff" @@ -390,44 +522,44 @@ "1198" ], "x-ms-correlation-request-id": [ - "77fe418c-c160-402d-9567-9af57ff6de98" + "0b6044a8-4a55-418f-bed0-e702c951563f" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184722Z:77fe418c-c160-402d-9567-9af57ff6de98" + "WESTUS:20200623T072046Z:0b6044a8-4a55-418f-bed0-e702c951563f" ], "Date": [ - "Wed, 03 Jul 2019 18:47:21 GMT" + "Tue, 23 Jun 2020 07:20:45 GMT" ], "Content-Length": [ - "331" + "371" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"6e624497-b6e0-4c6d-8baf-e96b863c0299\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1525/providers/microsoft.storagesync/storageSyncServices/sssps2243/syncGroups/sgps7354\",\r\n \"name\": \"sgps7354\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"b84e84c1-041e-4533-a7e0-c0e296e8062b\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4332/providers/microsoft.storagesync/storageSyncServices/sssps9383/syncGroups/sgps4984\",\r\n \"name\": \"sgps4984\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1525/providers/Microsoft.StorageSync/storageSyncServices/sssps2243/syncGroups/sgps7354?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTUyNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMjQzL3N5bmNHcm91cHMvc2dwczczNTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4332/providers/Microsoft.StorageSync/storageSyncServices/sssps9383/syncGroups/sgps4984?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDMzMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5MzgzL3N5bmNHcm91cHMvc2dwczQ5ODQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {}\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7d0c00b1-226e-44d3-8cb6-82fd87089719" + "34658c80-9b3f-4237-90f7-9726df0a72fd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -444,7 +576,7 @@ "no-cache" ], "x-ms-request-id": [ - "4d2b307b-2cb7-44c8-ae74-2b684af965c7" + "d1bbf27a-3244-4581-9a4b-95dc98a89aea" ], "X-Content-Type-Options": [ "nosniff" @@ -465,44 +597,44 @@ "1197" ], "x-ms-correlation-request-id": [ - "7378e12f-9c4a-4ad1-9ed0-a9a115038c31" + "181a7f7e-3e4a-47be-a840-cd2912364e6b" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184725Z:7378e12f-9c4a-4ad1-9ed0-a9a115038c31" + "WESTUS:20200623T072048Z:181a7f7e-3e4a-47be-a840-cd2912364e6b" ], "Date": [ - "Wed, 03 Jul 2019 18:47:24 GMT" + "Tue, 23 Jun 2020 07:20:47 GMT" ], "Content-Length": [ - "331" + "371" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"0421c2ea-d28e-4d84-b36e-4c5ac34f3b77\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1525/providers/microsoft.storagesync/storageSyncServices/sssps2243/syncGroups/sgps7354\",\r\n \"name\": \"sgps7354\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"25f66a94-70ff-40fa-80c2-658c414080c8\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4332/providers/microsoft.storagesync/storageSyncServices/sssps9383/syncGroups/sgps4984\",\r\n \"name\": \"sgps4984\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1525/providers/Microsoft.StorageSync/storageSyncServices/sssps2243/syncGroups/sgps7354?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTUyNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMjQzL3N5bmNHcm91cHMvc2dwczczNTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4332/providers/Microsoft.StorageSync/storageSyncServices/sssps9383/syncGroups/sgps4984?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDMzMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5MzgzL3N5bmNHcm91cHMvc2dwczQ5ODQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {}\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "fad0d2ee-f7aa-444c-a04b-ec27b0233842" + "4fa03b10-a445-4784-a3b2-cacf28aa04f3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -519,7 +651,7 @@ "no-cache" ], "x-ms-request-id": [ - "2436c8cf-18dc-432d-9854-1382eff86952" + "7940f5cf-d840-4f19-9606-2737cd7328e0" ], "X-Content-Type-Options": [ "nosniff" @@ -540,44 +672,44 @@ "1196" ], "x-ms-correlation-request-id": [ - "0409b0b6-d5a8-4abe-8043-10bc0e741617" + "6d82de8f-4923-46d2-9895-c24da7133610" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184726Z:0409b0b6-d5a8-4abe-8043-10bc0e741617" + "WESTUS:20200623T072049Z:6d82de8f-4923-46d2-9895-c24da7133610" ], "Date": [ - "Wed, 03 Jul 2019 18:47:26 GMT" + "Tue, 23 Jun 2020 07:20:48 GMT" ], "Content-Length": [ - "331" + "371" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"21ad4df4-93fe-4964-b207-92fdb4685b7b\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1525/providers/microsoft.storagesync/storageSyncServices/sssps2243/syncGroups/sgps7354\",\r\n \"name\": \"sgps7354\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"1f1533d1-4404-4cd7-8812-091a2ed7dea2\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4332/providers/microsoft.storagesync/storageSyncServices/sssps9383/syncGroups/sgps4984\",\r\n \"name\": \"sgps4984\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1525/providers/Microsoft.StorageSync/storageSyncServices/sssps2243/syncGroups/sgps7354?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTUyNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMjQzL3N5bmNHcm91cHMvc2dwczczNTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4332/providers/Microsoft.StorageSync/storageSyncServices/sssps9383/syncGroups/sgps4984?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDMzMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5MzgzL3N5bmNHcm91cHMvc2dwczQ5ODQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "112458c6-7117-4c66-aa9b-0866c4b710e6" + "fdd13432-ca31-48df-b3d1-c42a024c8712" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -588,7 +720,7 @@ "no-cache" ], "x-ms-request-id": [ - "427b4e87-903f-40ff-b2f1-65765471d134" + "56b55b00-b397-4eed-9b5c-824292a14470" ], "X-Content-Type-Options": [ "nosniff" @@ -606,47 +738,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-correlation-request-id": [ - "7f51114f-dfd0-4e0d-be73-08bbbcf60058" + "c4290eb9-5a2c-44ee-8e41-24a698f33f99" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184722Z:7f51114f-dfd0-4e0d-be73-08bbbcf60058" + "WESTUS:20200623T072046Z:c4290eb9-5a2c-44ee-8e41-24a698f33f99" ], "Date": [ - "Wed, 03 Jul 2019 18:47:21 GMT" + "Tue, 23 Jun 2020 07:20:45 GMT" ], "Content-Length": [ - "331" + "371" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"6e624497-b6e0-4c6d-8baf-e96b863c0299\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1525/providers/microsoft.storagesync/storageSyncServices/sssps2243/syncGroups/sgps7354\",\r\n \"name\": \"sgps7354\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"b84e84c1-041e-4533-a7e0-c0e296e8062b\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4332/providers/microsoft.storagesync/storageSyncServices/sssps9383/syncGroups/sgps4984\",\r\n \"name\": \"sgps4984\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1525/providers/Microsoft.StorageSync/storageSyncServices/sssps2243/syncGroups/sgps7354?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTUyNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMjQzL3N5bmNHcm91cHMvc2dwczczNTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4332/providers/Microsoft.StorageSync/storageSyncServices/sssps9383/syncGroups/sgps4984?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDMzMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5MzgzL3N5bmNHcm91cHMvc2dwczQ5ODQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0c214ff1-f158-43d8-a629-2faf98ccdc67" + "9dc47b5b-20f2-4b87-96e2-2c4387c70caa" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -657,7 +789,7 @@ "no-cache" ], "x-ms-request-id": [ - "1c710bb8-e473-46ab-adcd-1eec2244a3c4" + "76e6cb39-dda1-43d7-96ce-27514ffda699" ], "X-Content-Type-Options": [ "nosniff" @@ -675,47 +807,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11996" ], "x-ms-correlation-request-id": [ - "639c43d7-3329-4302-b6e5-fd5286ff5b30" + "54217809-8ec6-473a-8378-014fe3baba75" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184723Z:639c43d7-3329-4302-b6e5-fd5286ff5b30" + "WESTUS:20200623T072046Z:54217809-8ec6-473a-8378-014fe3baba75" ], "Date": [ - "Wed, 03 Jul 2019 18:47:22 GMT" + "Tue, 23 Jun 2020 07:20:45 GMT" ], "Content-Length": [ - "331" + "371" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"6e624497-b6e0-4c6d-8baf-e96b863c0299\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1525/providers/microsoft.storagesync/storageSyncServices/sssps2243/syncGroups/sgps7354\",\r\n \"name\": \"sgps7354\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"b84e84c1-041e-4533-a7e0-c0e296e8062b\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4332/providers/microsoft.storagesync/storageSyncServices/sssps9383/syncGroups/sgps4984\",\r\n \"name\": \"sgps4984\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1525/providers/Microsoft.StorageSync/storageSyncServices/sssps2243/syncGroups/sgps7354?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTUyNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMjQzL3N5bmNHcm91cHMvc2dwczczNTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4332/providers/Microsoft.StorageSync/storageSyncServices/sssps9383/syncGroups/sgps4984?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDMzMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5MzgzL3N5bmNHcm91cHMvc2dwczQ5ODQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "746f3d9e-f301-495e-9351-c0cbca402883" + "c0d8d9b6-f3f6-4460-b400-d091dab74cc8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -726,7 +858,7 @@ "no-cache" ], "x-ms-request-id": [ - "6680b552-cc13-4788-9a58-4c312067c979" + "ca3c0a64-ba37-442d-b585-66a0d9686628" ], "X-Content-Type-Options": [ "nosniff" @@ -744,47 +876,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11995" ], "x-ms-correlation-request-id": [ - "a51e2523-407d-449a-b0c8-b54d287835d4" + "eafac0f3-bc2d-4a5a-b550-675d24267bf7" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184723Z:a51e2523-407d-449a-b0c8-b54d287835d4" + "WESTUS:20200623T072047Z:eafac0f3-bc2d-4a5a-b550-675d24267bf7" ], "Date": [ - "Wed, 03 Jul 2019 18:47:22 GMT" + "Tue, 23 Jun 2020 07:20:46 GMT" ], "Content-Length": [ - "331" + "371" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"6e624497-b6e0-4c6d-8baf-e96b863c0299\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1525/providers/microsoft.storagesync/storageSyncServices/sssps2243/syncGroups/sgps7354\",\r\n \"name\": \"sgps7354\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"b84e84c1-041e-4533-a7e0-c0e296e8062b\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4332/providers/microsoft.storagesync/storageSyncServices/sssps9383/syncGroups/sgps4984\",\r\n \"name\": \"sgps4984\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1525/providers/Microsoft.StorageSync/storageSyncServices/sssps2243/syncGroups/sgps7354?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTUyNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMjQzL3N5bmNHcm91cHMvc2dwczczNTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4332/providers/Microsoft.StorageSync/storageSyncServices/sssps9383/syncGroups/sgps4984?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDMzMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5MzgzL3N5bmNHcm91cHMvc2dwczQ5ODQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1e631eb4-25d7-41a3-8d1d-8508ded7fc46" + "c66ddc6c-8428-4ec1-9942-f9ade5719e6d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -795,7 +927,7 @@ "no-cache" ], "x-ms-request-id": [ - "a8bdb9c6-90bc-42d2-bd1d-1cfa26bee78e" + "4b4edd9d-76bf-4465-ab6d-02eb87286d15" ], "X-Content-Type-Options": [ "nosniff" @@ -813,47 +945,47 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11994" ], "x-ms-correlation-request-id": [ - "555e586e-5888-44de-97ec-f78d8924916f" + "315e36f2-acbc-461a-bd8d-510b01cf6cbc" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184725Z:555e586e-5888-44de-97ec-f78d8924916f" + "WESTUS:20200623T072048Z:315e36f2-acbc-461a-bd8d-510b01cf6cbc" ], "Date": [ - "Wed, 03 Jul 2019 18:47:24 GMT" + "Tue, 23 Jun 2020 07:20:47 GMT" ], "Content-Length": [ - "331" + "371" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"0421c2ea-d28e-4d84-b36e-4c5ac34f3b77\"\r\n },\r\n \"id\": \"/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1525/providers/microsoft.storagesync/storageSyncServices/sssps2243/syncGroups/sgps7354\",\r\n \"name\": \"sgps7354\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"syncGroupStatus\": \"0\",\r\n \"uniqueId\": \"25f66a94-70ff-40fa-80c2-658c414080c8\"\r\n },\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4332/providers/microsoft.storagesync/storageSyncServices/sssps9383/syncGroups/sgps4984\",\r\n \"name\": \"sgps4984\",\r\n \"type\": \"microsoft.storagesync/storageSyncServices/syncGroups\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1525/providers/Microsoft.StorageSync/storageSyncServices/sssps2243/syncGroups/sgps7354?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTUyNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMjQzL3N5bmNHcm91cHMvc2dwczczNTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4332/providers/Microsoft.StorageSync/storageSyncServices/sssps9383/syncGroups/sgps4984?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDMzMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5MzgzL3N5bmNHcm91cHMvc2dwczQ5ODQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d9551f1-7afe-492a-80fc-060645f05f48" + "4598454e-1629-4cc9-acd2-aec1ddb92bcd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -864,7 +996,7 @@ "no-cache" ], "x-ms-request-id": [ - "28f1c8d6-a533-49c7-a27a-733e0fb71182" + "85bb7f3d-8bcd-474d-8b28-d908ecca47b8" ], "X-Content-Type-Options": [ "nosniff" @@ -882,16 +1014,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14998" ], "x-ms-correlation-request-id": [ - "40d4036e-9360-4bbf-91da-34e56e5ef728" + "ce03b7b9-cc3d-4960-81f5-d3021a514512" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184724Z:40d4036e-9360-4bbf-91da-34e56e5ef728" + "WESTUS:20200623T072047Z:ce03b7b9-cc3d-4960-81f5-d3021a514512" ], "Date": [ - "Wed, 03 Jul 2019 18:47:23 GMT" + "Tue, 23 Jun 2020 07:20:46 GMT" ], "Expires": [ "-1" @@ -904,22 +1036,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1525/providers/Microsoft.StorageSync/storageSyncServices/sssps2243/syncGroups/sgps7354?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTUyNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMjQzL3N5bmNHcm91cHMvc2dwczczNTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4332/providers/Microsoft.StorageSync/storageSyncServices/sssps9383/syncGroups/sgps4984?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDMzMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5MzgzL3N5bmNHcm91cHMvc2dwczQ5ODQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "78313356-17fe-4d28-ab2c-b1bc820ade98" + "c3779703-a1af-4743-89f5-1589e96fe4ff" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -930,7 +1062,7 @@ "no-cache" ], "x-ms-request-id": [ - "a7da4d0f-c73c-44cd-b213-e24fe96db39f" + "a5f8abc2-f477-4aca-871f-2faba9571e32" ], "X-Content-Type-Options": [ "nosniff" @@ -948,16 +1080,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14997" ], "x-ms-correlation-request-id": [ - "59202044-6914-42fa-bc98-266563a504f9" + "3467c0f7-397c-4188-aff1-387a73bda06c" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184726Z:59202044-6914-42fa-bc98-266563a504f9" + "WESTUS:20200623T072048Z:3467c0f7-397c-4188-aff1-387a73bda06c" ], "Date": [ - "Wed, 03 Jul 2019 18:47:26 GMT" + "Tue, 23 Jun 2020 07:20:47 GMT" ], "Expires": [ "-1" @@ -970,22 +1102,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1525/providers/Microsoft.StorageSync/storageSyncServices/sssps2243/syncGroups/sgps7354?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTUyNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMjQzL3N5bmNHcm91cHMvc2dwczczNTQ/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4332/providers/Microsoft.StorageSync/storageSyncServices/sssps9383/syncGroups/sgps4984?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDMzMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5MzgzL3N5bmNHcm91cHMvc2dwczQ5ODQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "70ae684b-29cb-4720-a206-c31868a6f09e" + "77b68e77-36b0-4296-a77a-6dcc40b1e174" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -996,7 +1128,7 @@ "no-cache" ], "x-ms-request-id": [ - "d837dde5-87aa-4e86-85f5-957fe2737617" + "27e8595d-b7b3-4aeb-9c05-aef8a8346e60" ], "X-Content-Type-Options": [ "nosniff" @@ -1014,16 +1146,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "14996" ], "x-ms-correlation-request-id": [ - "3b860395-6ac2-4ff7-8fcd-05e2f993c925" + "b2964802-643d-41e5-893e-f5d28997bb58" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184727Z:3b860395-6ac2-4ff7-8fcd-05e2f993c925" + "WESTUS:20200623T072049Z:b2964802-643d-41e5-893e-f5d28997bb58" ], "Date": [ - "Wed, 03 Jul 2019 18:47:27 GMT" + "Tue, 23 Jun 2020 07:20:48 GMT" ], "Expires": [ "-1" @@ -1036,22 +1168,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1525/providers/Microsoft.StorageSync/storageSyncServices/sssps2243?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTUyNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHMyMjQzP2FwaS12ZXJzaW9uPTIwMTktMDMtMDE=", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4332/providers/Microsoft.StorageSync/storageSyncServices/sssps9383?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDMzMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXMvc3NzcHM5MzgzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d5af21d4-f99c-47ad-90a1-13676be9436f" + "4c41df03-5b79-44e7-8a89-e99057758a08" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1061,8 +1193,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImFkYzhhZjc1LWEwNGMtNDk5MC04NzRkLTczYTg1NTU2Nzc5OCIsIndvcmtmbG93SWQiOiI4MDljNTk0NC03NGE0LTRlMmYtYmIxNS1iM2ExZDBhNjNlMWIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWVlNThmZWItYTY0NS00YmY3LWI2NDAtZDRkYjhhNWFiNjRiIn0=?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImFkYzhhZjc1LWEwNGMtNDk5MC04NzRkLTczYTg1NTU2Nzc5OCIsIndvcmtmbG93SWQiOiI4MDljNTk0NC03NGE0LTRlMmYtYmIxNS1iM2ExZDBhNjNlMWIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWVlNThmZWItYTY0NS00YmY3LWI2NDAtZDRkYjhhNWFiNjRiIn0=?api-version=2020-03-01" + ], "x-ms-request-id": [ - "a80bafa7-5fb7-47e2-bfa5-15119be09ebe" + "128ea01e-a544-4184-a658-87dcf9995a81" ], "X-Content-Type-Options": [ "nosniff" @@ -1080,16 +1221,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14996" + "14995" ], "x-ms-correlation-request-id": [ - "32254ac5-3331-4e66-a971-49b0f4919d24" + "7702b58c-52a0-4a47-8f06-50de42b3cb42" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184728Z:32254ac5-3331-4e66-a971-49b0f4919d24" + "WESTUS:20200623T072049Z:7702b58c-52a0-4a47-8f06-50de42b3cb42" ], "Date": [ - "Wed, 03 Jul 2019 18:47:28 GMT" + "Tue, 23 Jun 2020 07:20:48 GMT" ], "Expires": [ "-1" @@ -1099,25 +1240,148 @@ ] }, "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operations/eyJwYXJ0aXRpb25JZCI6ImFkYzhhZjc1LWEwNGMtNDk5MC04NzRkLTczYTg1NTU2Nzc5OCIsIndvcmtmbG93SWQiOiI4MDljNTk0NC03NGE0LTRlMmYtYmIxNS1iM2ExZDBhNjNlMWIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWVlNThmZWItYTY0NS00YmY3LWI2NDAtZDRkYjhhNWFiNjRiIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucy9leUp3WVhKMGFYUnBiMjVKWkNJNkltRmtZemhoWmpjMUxXRXdOR010TkRrNU1DMDROelJrTFRjellUZzFOVFUyTnpjNU9DSXNJbmR2Y210bWJHOTNTV1FpT2lJNE1EbGpOVGswTkMwM05HRTBMVFJsTW1ZdFltSXhOUzFpTTJFeFpEQmhOak5sTVdJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTVdWbE5UaG1aV0l0WVRZME5TMDBZbVkzTFdJMk5EQXRaRFJrWWpoaE5XRmlOalJpSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "58d1aad5-bb1d-420b-a230-bf7e60fdbae5" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11993" + ], + "x-ms-correlation-request-id": [ + "14aefa0d-7d66-4839-b4c8-8bb718c12e75" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T072100Z:14aefa0d-7d66-4839-b4c8-8bb718c12e75" + ], + "Date": [ + "Tue, 23 Jun 2020 07:21:00 GMT" + ], + "Content-Length": [ + "745" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImFkYzhhZjc1LWEwNGMtNDk5MC04NzRkLTczYTg1NTU2Nzc5OCIsIndvcmtmbG93SWQiOiI4MDljNTk0NC03NGE0LTRlMmYtYmIxNS1iM2ExZDBhNjNlMWIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWVlNThmZWItYTY0NS00YmY3LWI2NDAtZDRkYjhhNWFiNjRiIn0=\",\r\n \"name\": \"eyJwYXJ0aXRpb25JZCI6ImFkYzhhZjc1LWEwNGMtNDk5MC04NzRkLTczYTg1NTU2Nzc5OCIsIndvcmtmbG93SWQiOiI4MDljNTk0NC03NGE0LTRlMmYtYmIxNS1iM2ExZDBhNjNlMWIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWVlNThmZWItYTY0NS00YmY3LWI2NDAtZDRkYjhhNWFiNjRiIn0=\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-23T07:20:50.6188618Z\",\r\n \"endTime\": \"2020-06-23T07:20:56.2832663Z\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourceGroups/ps1525/providers/Microsoft.StorageSync/storageSyncServices?api-version=2019-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlR3JvdXBzL3BzMTUyNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAxOS0wMy0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/providers/microsoft.storagesync/locations/centraluseuap/operationresults/eyJwYXJ0aXRpb25JZCI6ImFkYzhhZjc1LWEwNGMtNDk5MC04NzRkLTczYTg1NTU2Nzc5OCIsIndvcmtmbG93SWQiOiI4MDljNTk0NC03NGE0LTRlMmYtYmIxNS1iM2ExZDBhNjNlMWIiLCJ3b3JrZmxvd09wZXJhdGlvbklkIjoiMWVlNThmZWItYTY0NS00YmY3LWI2NDAtZDRkYjhhNWFiNjRiIn0=?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Byb3ZpZGVycy9taWNyb3NvZnQuc3RvcmFnZXN5bmMvbG9jYXRpb25zL2NlbnRyYWx1c2V1YXAvb3BlcmF0aW9ucmVzdWx0cy9leUp3WVhKMGFYUnBiMjVKWkNJNkltRmtZemhoWmpjMUxXRXdOR010TkRrNU1DMDROelJrTFRjellUZzFOVFUyTnpjNU9DSXNJbmR2Y210bWJHOTNTV1FpT2lJNE1EbGpOVGswTkMwM05HRTBMVFJsTW1ZdFltSXhOUzFpTTJFeFpEQmhOak5sTVdJaUxDSjNiM0pyWm14dmQwOXdaWEpoZEdsdmJrbGtJam9pTVdWbE5UaG1aV0l0WVRZME5TMDBZbVkzTFdJMk5EQXRaRFJrWWpoaE5XRmlOalJpSW4wPT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "682801cc-63d4-42e7-96ac-7c9abf5241b8" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "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-reads": [ + "11992" + ], + "x-ms-correlation-request-id": [ + "db1568ea-a92e-4ef5-82e2-6a4be58d7fd4" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T072100Z:db1568ea-a92e-4ef5-82e2-6a4be58d7fd4" + ], + "Date": [ + "Tue, 23 Jun 2020 07:21:00 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourceGroups/ps4332/providers/Microsoft.StorageSync/storageSyncServices?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlR3JvdXBzL3BzNDMzMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2VTeW5jL3N0b3JhZ2VTeW5jU2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "979609b8-bfab-4384-8653-c81b4f2f2cb3" + "31b954c9-970f-441b-9a7a-ec53068d3997" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/3.0.0.0" + "Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient/5.0.0.0" ] }, "ResponseHeaders": { @@ -1127,57 +1391,66 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" - ], "x-ms-request-id": [ - "07d54846-37d2-46da-8bab-f0f4088abbba" + "c1c4f383-3af1-4bac-a4ff-014c5fedd3da" ], - "x-ms-correlation-request-id": [ - "07d54846-37d2-46da-8bab-f0f4088abbba" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190703T184728Z:07d54846-37d2-46da-8bab-f0f4088abbba" + "X-Content-Type-Options": [ + "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-correlation-request-id": [ + "5897e81e-68e1-4c29-a1b5-b6bce0d5f92d" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200623T072100Z:5897e81e-68e1-4c29-a1b5-b6bce0d5f92d" ], "Date": [ - "Wed, 03 Jul 2019 18:47:28 GMT" + "Tue, 23 Jun 2020 07:21:00 GMT" + ], + "Content-Length": [ + "19" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "12" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/resourcegroups/ps1525?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL3Jlc291cmNlZ3JvdXBzL3BzMTUyNT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/resourcegroups/ps4332?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL3Jlc291cmNlZ3JvdXBzL3BzNDMzMj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e66fd29b-3c7e-4f7a-be88-50f68703ffab" + "d17afa75-bad5-4669-9099-87d80273e2b1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1188,22 +1461,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1MjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQzMzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14995" + "14994" ], "x-ms-request-id": [ - "4091c280-dad7-46af-b1c2-c6228ec3c8b2" + "72604954-aadd-49f1-8be8-5ccb591565ad" ], "x-ms-correlation-request-id": [ - "4091c280-dad7-46af-b1c2-c6228ec3c8b2" + "72604954-aadd-49f1-8be8-5ccb591565ad" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184728Z:4091c280-dad7-46af-b1c2-c6228ec3c8b2" + "WESTUS:20200623T072100Z:72604954-aadd-49f1-8be8-5ccb591565ad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1212,7 +1485,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:47:28 GMT" + "Tue, 23 Jun 2020 07:21:00 GMT" ], "Expires": [ "-1" @@ -1225,16 +1498,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1MjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMU1qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQzMzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRek16SXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1245,22 +1518,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1MjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQzMzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11990" ], "x-ms-request-id": [ - "69970552-ff95-4549-b08e-01054d1cad6f" + "8b565d7e-bc76-468a-8f93-00143dbd81c4" ], "x-ms-correlation-request-id": [ - "69970552-ff95-4549-b08e-01054d1cad6f" + "8b565d7e-bc76-468a-8f93-00143dbd81c4" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184743Z:69970552-ff95-4549-b08e-01054d1cad6f" + "WESTUS:20200623T072115Z:8b565d7e-bc76-468a-8f93-00143dbd81c4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1269,7 +1542,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:47:43 GMT" + "Tue, 23 Jun 2020 07:21:15 GMT" ], "Expires": [ "-1" @@ -1282,16 +1555,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1MjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMU1qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQzMzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRek16SXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1302,22 +1575,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1MjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQzMzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11989" ], "x-ms-request-id": [ - "799c3b05-1723-40bb-aeb0-949f3a1646f0" + "6bc776ba-7b8e-428b-b989-fbb1156e66d6" ], "x-ms-correlation-request-id": [ - "799c3b05-1723-40bb-aeb0-949f3a1646f0" + "6bc776ba-7b8e-428b-b989-fbb1156e66d6" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184758Z:799c3b05-1723-40bb-aeb0-949f3a1646f0" + "WESTUS:20200623T072130Z:6bc776ba-7b8e-428b-b989-fbb1156e66d6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1326,7 +1599,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:47:58 GMT" + "Tue, 23 Jun 2020 07:21:30 GMT" ], "Expires": [ "-1" @@ -1339,16 +1612,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1MjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMU1qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQzMzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRek16SXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1359,16 +1632,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11988" ], "x-ms-request-id": [ - "a710fc99-e5c5-4138-a515-db397d597872" + "a73d306f-3baa-4b64-9940-6057aa11ee23" ], "x-ms-correlation-request-id": [ - "a710fc99-e5c5-4138-a515-db397d597872" + "a73d306f-3baa-4b64-9940-6057aa11ee23" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184814Z:a710fc99-e5c5-4138-a515-db397d597872" + "WESTUS:20200623T072145Z:a73d306f-3baa-4b64-9940-6057aa11ee23" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1377,7 +1650,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:48:13 GMT" + "Tue, 23 Jun 2020 07:21:45 GMT" ], "Expires": [ "-1" @@ -1390,16 +1663,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/7b96cb02-4663-40f4-9a89-603d3849e46a/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1MjUtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvN2I5NmNiMDItNDY2My00MGY0LTlhODktNjAzZDM4NDllNDZhL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMU1qVXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQzMzItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWRmYmQwY2EtOGYwOS00MDYzLThiNGQtODVjYThmOGEzODNiL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRek16SXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27617.04", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.16" ] }, "ResponseHeaders": { @@ -1410,16 +1683,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11987" ], "x-ms-request-id": [ - "ab496dac-e5fa-47be-a564-80389ee48f00" + "3dd5d0d8-e779-4ef2-aad0-032613c19f09" ], "x-ms-correlation-request-id": [ - "ab496dac-e5fa-47be-a564-80389ee48f00" + "3dd5d0d8-e779-4ef2-aad0-032613c19f09" ], "x-ms-routing-request-id": [ - "WESTUS:20190703T184814Z:ab496dac-e5fa-47be-a564-80389ee48f00" + "WESTUS:20200623T072145Z:3dd5d0d8-e779-4ef2-aad0-032613c19f09" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1428,7 +1701,7 @@ "nosniff" ], "Date": [ - "Wed, 03 Jul 2019 18:48:13 GMT" + "Tue, 23 Jun 2020 07:21:45 GMT" ], "Expires": [ "-1" @@ -1443,14 +1716,14 @@ ], "Names": { "Test-SyncGroup": [ - "ps1525", - "ps2243", - "ps7354" + "ps4332", + "ps9383", + "ps4984" ] }, "Variables": { - "SubscriptionId": "7b96cb02-4663-40f4-9a89-603d3849e46a", - "TenantId": "0483643a-cb2f-462a-bc27-1a270e5bdc0a", + "SubscriptionId": "1dfbd0ca-8f09-4063-8b4d-85ca8f8a383b", + "TenantId": "6ad91d65-65ab-4e14-90f7-fe951035b7c9", "Domain": "" } } \ No newline at end of file diff --git a/src/StorageSync/StorageSync.Test/StorageSync.Test.csproj b/src/StorageSync/StorageSync.Test/StorageSync.Test.csproj index 86b4f8d28aea..61083f295f53 100644 --- a/src/StorageSync/StorageSync.Test/StorageSync.Test.csproj +++ b/src/StorageSync/StorageSync.Test/StorageSync.Test.csproj @@ -11,8 +11,8 @@ - - + + diff --git a/src/StorageSync/StorageSync/Az.StorageSync.psd1 b/src/StorageSync/StorageSync/Az.StorageSync.psd1 index 12b9aa156e43..dab598e46d75 100644 --- a/src/StorageSync/StorageSync/Az.StorageSync.psd1 +++ b/src/StorageSync/StorageSync/Az.StorageSync.psd1 @@ -74,7 +74,7 @@ FunctionsToExport = @() # Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export. CmdletsToExport = 'Invoke-AzStorageSyncCompatibilityCheck', - 'New-AzStorageSyncService', 'Get-AzStorageSyncService', + 'New-AzStorageSyncService', 'Get-AzStorageSyncService', 'Set-AzStorageSyncService', 'Remove-AzStorageSyncService', 'New-AzStorageSyncGroup', 'Get-AzStorageSyncGroup', 'Remove-AzStorageSyncGroup', 'New-AzStorageSyncCloudEndpoint', 'Get-AzStorageSyncCloudEndpoint', diff --git a/src/StorageSync/StorageSync/Common/Converters/PrivateEndpointConnectionConverter.cs b/src/StorageSync/StorageSync/Common/Converters/PrivateEndpointConnectionConverter.cs new file mode 100644 index 000000000000..05a738ed9f98 --- /dev/null +++ b/src/StorageSync/StorageSync/Common/Converters/PrivateEndpointConnectionConverter.cs @@ -0,0 +1,67 @@ +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +using Microsoft.Azure.Commands.StorageSync.Models; +using StorageSyncModels = Microsoft.Azure.Management.StorageSync.Models; + +namespace Microsoft.Azure.Commands.StorageSync.Common.Converters +{ + + /// + /// Class PrivateEndpointConnectionsConverter. + /// Implements the + /// + /// + public class PrivateEndpointConnectionConverter : ConverterBase + { + + /// + /// Initializes a new instance of the class. + /// + public PrivateEndpointConnectionConverter() + { + } + + /// + /// Transforms the specified source. + /// + /// The source. + /// StorageSyncModels.PrivateEndpointConnection. + protected override StorageSyncModels.PrivateEndpointConnection Transform(PSPrivateEndpointConnection source) => new StorageSyncModels.PrivateEndpointConnection( + new PrivateLinkServiceConnectionStateConverter().Convert(source.PrivateLinkServiceConnectionState), + source.ResourceId, + source.PrivateEndpointConnectionName, + source.Type, + new PrivateEndpointConverter().Convert(source.PrivateEndpoint), + source.ProvisioningState); + + /// + /// Transforms the specified source. + /// + /// The source. + /// PSPrivateEndpointConnection. + protected override PSPrivateEndpointConnection Transform(StorageSyncModels.PrivateEndpointConnection source) + { + return new PSPrivateEndpointConnection() + { + ResourceId = source.Id, + PrivateEndpointConnectionName = source.Name, + PrivateEndpoint = new PrivateEndpointConverter().Convert(source.PrivateEndpoint), + PrivateLinkServiceConnectionState = new PrivateLinkServiceConnectionStateConverter().Convert(source.PrivateLinkServiceConnectionState), + ProvisioningState = source.ProvisioningState, + Type = source.Type, + }; + } + } +} \ No newline at end of file diff --git a/src/StorageSync/StorageSync/Common/Converters/PrivateEndpointConverter.cs b/src/StorageSync/StorageSync/Common/Converters/PrivateEndpointConverter.cs new file mode 100644 index 000000000000..6c1ac430f3b6 --- /dev/null +++ b/src/StorageSync/StorageSync/Common/Converters/PrivateEndpointConverter.cs @@ -0,0 +1,55 @@ +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +using Microsoft.Azure.Commands.StorageSync.Models; +using StorageSyncModels = Microsoft.Azure.Management.StorageSync.Models; + +namespace Microsoft.Azure.Commands.StorageSync.Common.Converters +{ + /// + /// Class PrivateEndpointConverter. + /// Implements the + /// + /// + public class PrivateEndpointConverter : ConverterBase + { + + /// + /// Initializes a new instance of the class. + /// + public PrivateEndpointConverter() + { + } + + /// + /// Transforms the specified source. + /// + /// The source. + /// StorageSyncModels.PrivateEndpoint. + protected override StorageSyncModels.PrivateEndpoint Transform(PSPrivateEndpoint source) => new StorageSyncModels.PrivateEndpoint(source.ResourceId); + + /// + /// Transforms the specified source. + /// + /// The source. + /// PSPrivateEndpoint. + protected override PSPrivateEndpoint Transform(StorageSyncModels.PrivateEndpoint source) + { + return new PSPrivateEndpoint() + { + ResourceId = source.Id + }; + } + } +} diff --git a/src/StorageSync/StorageSync/Common/Converters/PrivateLinkServiceConnectionStateConverter.cs b/src/StorageSync/StorageSync/Common/Converters/PrivateLinkServiceConnectionStateConverter.cs new file mode 100644 index 000000000000..3c22ee8213b1 --- /dev/null +++ b/src/StorageSync/StorageSync/Common/Converters/PrivateLinkServiceConnectionStateConverter.cs @@ -0,0 +1,60 @@ +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +using Microsoft.Azure.Commands.StorageSync.Models; +using StorageSyncModels = Microsoft.Azure.Management.StorageSync.Models; + +namespace Microsoft.Azure.Commands.StorageSync.Common.Converters +{ + /// + /// Class PrivateLinkServiceConnectionStateConverter. + /// Implements the + /// + /// + public class PrivateLinkServiceConnectionStateConverter : ConverterBase + { + + /// + /// Initializes a new instance of the class. + /// + public PrivateLinkServiceConnectionStateConverter() + { + } + + /// + /// Transforms the specified source. + /// + /// The source. + /// StorageSyncModels.PrivateLinkServiceConnectionState. + protected override StorageSyncModels.PrivateLinkServiceConnectionState Transform(PSPrivateLinkServiceConnectionState source) => new StorageSyncModels.PrivateLinkServiceConnectionState( + source.Status, + source.Description, + source.ActionRequired); + + /// + /// Transforms the specified source. + /// + /// The source. + /// PSPrivateLinkServiceConnectionState. + protected override PSPrivateLinkServiceConnectionState Transform(StorageSyncModels.PrivateLinkServiceConnectionState source) + { + return new PSPrivateLinkServiceConnectionState() + { + Status = source.Status, + Description = source.Description, + ActionRequired = source.ActionRequired, + }; + } + } +} diff --git a/src/StorageSync/StorageSync/Common/Converters/RegisteredServerConverter.cs b/src/StorageSync/StorageSync/Common/Converters/RegisteredServerConverter.cs index 87e5cee09b52..b708ec29c348 100644 --- a/src/StorageSync/StorageSync/Common/Converters/RegisteredServerConverter.cs +++ b/src/StorageSync/StorageSync/Common/Converters/RegisteredServerConverter.cs @@ -63,6 +63,7 @@ protected override StorageSyncModels.RegisteredServer Transform(PSRegisteredServ source.ServiceLocation, source.FriendlyName, source.ManagementEndpointUri, + source.MonitoringEndpointUri, source.MonitoringConfiguration); } @@ -91,6 +92,7 @@ protected override PSRegisteredServer Transform(StorageSyncModels.RegisteredServ LastOperationName = source.LastOperationName, LastWorkflowId = source.LastWorkflowId?.Trim('"'), ManagementEndpointUri = source.ManagementEndpointUri?.Trim('"'), + MonitoringEndpointUri = source.MonitoringEndpointUri, ResourceLocation = source.ResourceLocation, ServerCertificate = source.ServerCertificate?.Trim('"'), ServerId = source.ServerId?.Trim('"'), diff --git a/src/StorageSync/StorageSync/Common/Converters/StorageSyncServiceConverter.cs b/src/StorageSync/StorageSync/Common/Converters/StorageSyncServiceConverter.cs index a94ffc668200..dc7f545f8c14 100644 --- a/src/StorageSync/StorageSync/Common/Converters/StorageSyncServiceConverter.cs +++ b/src/StorageSync/StorageSync/Common/Converters/StorageSyncServiceConverter.cs @@ -14,6 +14,8 @@ using Microsoft.Azure.Commands.StorageSync.Models; using Microsoft.Azure.Management.Internal.Resources.Utilities.Models; +using Microsoft.Azure.Management.StorageSync.Models; +using System.Collections.Generic; using StorageSyncModels = Microsoft.Azure.Management.StorageSync.Models; namespace Microsoft.Azure.Commands.StorageSync.Common.Converters @@ -39,7 +41,13 @@ public StorageSyncServiceConverter() /// /// The source. /// StorageSyncModels.StorageSyncService. - protected override StorageSyncModels.StorageSyncService Transform(PSStorageSyncService source) => new StorageSyncModels.StorageSyncService(source.Location, source.ResourceId, source.StorageSyncServiceName, StorageSyncConstants.StorageSyncServiceType, source.Tags); + protected override StorageSyncModels.StorageSyncService Transform(PSStorageSyncService source) => new StorageSyncModels.StorageSyncService( + source.Location, + source.ResourceId, + source.StorageSyncServiceName, + StorageSyncConstants.StorageSyncServiceType, + source.Tags, + source.IncomingTrafficPolicy); /// /// Transforms the specified source. @@ -49,14 +57,27 @@ public StorageSyncServiceConverter() protected override PSStorageSyncService Transform(StorageSyncModels.StorageSyncService source) { var resourceIdentifier = new ResourceIdentifier(source.Id); + + var psPrivateEndpointConnections = new List(); + // Convert individual PrivateEndpointConnection objects + if (source.PrivateEndpointConnections != null) + { + foreach(PrivateEndpointConnection privateEndpointConnection in source.PrivateEndpointConnections) + { + psPrivateEndpointConnections.Add(new PrivateEndpointConnectionConverter().Convert(privateEndpointConnection)); + } + } + return new PSStorageSyncService() { ResourceId = source.Id, StorageSyncServiceName = source.Name, ResourceGroupName = resourceIdentifier.ResourceGroupName, Location = source.Location, + IncomingTrafficPolicy = source.IncomingTrafficPolicy, Tags = source.Tags, - Type = resourceIdentifier.ResourceType ?? StorageSyncConstants.StorageSyncServiceType + Type = resourceIdentifier.ResourceType ?? StorageSyncConstants.StorageSyncServiceType, + PrivateEndpointConnections = psPrivateEndpointConnections.Count > 0 ? psPrivateEndpointConnections : null }; } } diff --git a/src/StorageSync/StorageSync/Common/Converters/SyncActivityStatusConverter.cs b/src/StorageSync/StorageSync/Common/Converters/SyncActivityStatusConverter.cs index 6c76cfc4e0b9..7af7e674dd60 100644 --- a/src/StorageSync/StorageSync/Common/Converters/SyncActivityStatusConverter.cs +++ b/src/StorageSync/StorageSync/Common/Converters/SyncActivityStatusConverter.cs @@ -22,14 +22,14 @@ namespace Microsoft.Azure.Commands.StorageSync.Common.Converters /// Implements the /// /// - public class SyncActivityStatusConverter : ConverterBase + public class SyncActivityStatusConverter : ConverterBase { /// /// Transforms the specified source. /// /// The source. /// StorageSyncModels.SyncProgressStatus. - protected override StorageSyncModels.SyncActivityStatus Transform(PSSyncActivityStatus source) => new StorageSyncModels.SyncActivityStatus( + protected override StorageSyncModels.ServerEndpointSyncActivityStatus Transform(PSSyncActivityStatus source) => new StorageSyncModels.ServerEndpointSyncActivityStatus( source.Timestamp, source.PerItemErrorCount, source.AppliedItemCount, @@ -41,7 +41,7 @@ public class SyncActivityStatusConverter : ConverterBase /// The source. /// PSSyncProgressStatus. - protected override PSSyncActivityStatus Transform(StorageSyncModels.SyncActivityStatus source) + protected override PSSyncActivityStatus Transform(StorageSyncModels.ServerEndpointSyncActivityStatus source) { return new PSSyncActivityStatus() { diff --git a/src/StorageSync/StorageSync/Common/Converters/SyncSessionStatusConvertor.cs b/src/StorageSync/StorageSync/Common/Converters/SyncSessionStatusConvertor.cs index 8fd9e3dbb2e0..e2c6d69590c7 100644 --- a/src/StorageSync/StorageSync/Common/Converters/SyncSessionStatusConvertor.cs +++ b/src/StorageSync/StorageSync/Common/Converters/SyncSessionStatusConvertor.cs @@ -23,14 +23,14 @@ namespace Microsoft.Azure.Commands.StorageSync.Common.Converters /// Implements the /// /// - public class SyncSessionStatusConvertor : ConverterBase + public class SyncSessionStatusConvertor : ConverterBase { /// /// Transforms the specified source. /// /// The source. /// StorageSyncModels.SyncSessionStatus. - protected override StorageSyncModels.SyncSessionStatus Transform(PSSyncSessionStatus source) => new StorageSyncModels.SyncSessionStatus( + protected override StorageSyncModels.ServerEndpointSyncSessionStatus Transform(PSSyncSessionStatus source) => new StorageSyncModels.ServerEndpointSyncSessionStatus( source.LastSyncResult, source.LastSyncTimestamp, source.LastSyncSuccessTimestamp, source.LastSyncPerItemErrorCount); /// @@ -38,7 +38,7 @@ public class SyncSessionStatusConvertor : ConverterBase /// The source. /// PSSyncSessionStatus. - protected override PSSyncSessionStatus Transform(StorageSyncModels.SyncSessionStatus source) + protected override PSSyncSessionStatus Transform(StorageSyncModels.ServerEndpointSyncSessionStatus source) { return new PSSyncSessionStatus() { diff --git a/src/StorageSync/StorageSync/Common/HelpMessages.cs b/src/StorageSync/StorageSync/Common/HelpMessages.cs index c1e24211de7e..c83041e6bf00 100644 --- a/src/StorageSync/StorageSync/Common/HelpMessages.cs +++ b/src/StorageSync/StorageSync/Common/HelpMessages.cs @@ -51,6 +51,10 @@ public class HelpMessages /// public const string StorageSyncServiceLocationParameter = "Storage Sync Service Location."; /// + /// The storage sync service incoming traffic policy parameter + /// + public const string StorageSyncServiceIncomingTrafficPolicyParameter = "Storage Sync Service Incoming Traffic Policy."; + /// /// The storage sync service tags parameter /// public const string StorageSyncServiceTagsParameter = "Storage Sync Service Tags."; diff --git a/src/StorageSync/StorageSync/Interop/Clients/SyncServerRegistrationClient.cs b/src/StorageSync/StorageSync/Interop/Clients/SyncServerRegistrationClient.cs index ad305ee453fa..7ab308cd3bcf 100644 --- a/src/StorageSync/StorageSync/Interop/Clients/SyncServerRegistrationClient.cs +++ b/src/StorageSync/StorageSync/Interop/Clients/SyncServerRegistrationClient.cs @@ -301,7 +301,7 @@ public override bool Persist(RegisteredServer registeredServerResource, Guid sub monitoringConfiguration = JsonConvert.DeserializeObject(registeredServerResource.MonitoringConfiguration); } var registrationInfo = new ServerRegistrationInformation( - serviceEndpoint: registeredServerResource.ManagementEndpointUri, + serviceEndpoint: registeredServerResource.MonitoringEndpointUri ?? registeredServerResource.ManagementEndpointUri, subscriptionId: subscriptionId, resourceGroupName: resourceGroupName, storageSyncServiceName: storageSyncServiceName, diff --git a/src/StorageSync/StorageSync/Interop/Enums/ServerRegistrationErrorCode.cs b/src/StorageSync/StorageSync/Interop/Enums/ServerRegistrationErrorCode.cs index 9d0c7d46bbe1..7b6e076a323b 100644 --- a/src/StorageSync/StorageSync/Interop/Enums/ServerRegistrationErrorCode.cs +++ b/src/StorageSync/StorageSync/Interop/Enums/ServerRegistrationErrorCode.cs @@ -119,6 +119,10 @@ public enum ServerRegistrationErrorCode /// The sync server not found /// SyncServerNotFound, + /// + /// Monitoring Service Endpoint Invalid or Not Set + /// + MonitoringServiceEndpointInvalidOrNotSet } } diff --git a/src/StorageSync/StorageSync/Models/PSPrivateEndpoint.cs b/src/StorageSync/StorageSync/Models/PSPrivateEndpoint.cs new file mode 100644 index 000000000000..e2af0271e871 --- /dev/null +++ b/src/StorageSync/StorageSync/Models/PSPrivateEndpoint.cs @@ -0,0 +1,25 @@ +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +namespace Microsoft.Azure.Commands.StorageSync.Models +{ + public class PSPrivateEndpoint + { + /// + /// Gets the resource identifier. + /// + /// + public string ResourceId { get; internal set; } + } +} diff --git a/src/StorageSync/StorageSync/Models/PSPrivateEndpointConnection.cs b/src/StorageSync/StorageSync/Models/PSPrivateEndpointConnection.cs new file mode 100644 index 000000000000..e30bc03860b1 --- /dev/null +++ b/src/StorageSync/StorageSync/Models/PSPrivateEndpointConnection.cs @@ -0,0 +1,58 @@ +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +namespace Microsoft.Azure.Commands.StorageSync.Models +{ + /// + /// Class PSPrivateEndpointConnection. + /// + public class PSPrivateEndpointConnection + { + /// + /// Gets the resource identifier. + /// + /// The resource identifier. + public string ResourceId { get; internal set; } + + /// + /// Gets the private endpoint connection name. + /// + /// + public string PrivateEndpointConnectionName { get; internal set; } + + /// + /// Gets the private endpoint. + /// + /// + public PSPrivateEndpoint PrivateEndpoint { get; internal set; } + + /// + /// Gets the private linke service connection state. + /// + /// + public PSPrivateLinkServiceConnectionState PrivateLinkServiceConnectionState { get; internal set; } + + /// + /// Gets the provisioning state. + /// + /// + public string ProvisioningState { get; internal set; } + + /// + /// Gets the type. + /// + /// + public string Type { get; internal set; } + } +} \ No newline at end of file diff --git a/src/StorageSync/StorageSync/Models/PSPrivateEndpointConnectionState.cs b/src/StorageSync/StorageSync/Models/PSPrivateEndpointConnectionState.cs new file mode 100644 index 000000000000..bb3eeec95fdc --- /dev/null +++ b/src/StorageSync/StorageSync/Models/PSPrivateEndpointConnectionState.cs @@ -0,0 +1,37 @@ +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +namespace Microsoft.Azure.Commands.StorageSync.Models +{ + public class PSPrivateLinkServiceConnectionState + { + /// + /// Gets the status. + /// + /// + public string Status { get; internal set; } + + /// + /// Gets the description. + /// + /// + public string Description { get; internal set; } + + /// + /// Gets the action required. + /// + /// + public string ActionRequired { get; internal set; } + } +} diff --git a/src/StorageSync/StorageSync/Models/PSRegisteredServer.cs b/src/StorageSync/StorageSync/Models/PSRegisteredServer.cs index 4c80c5e0d2fe..ef0f8b96fe5b 100644 --- a/src/StorageSync/StorageSync/Models/PSRegisteredServer.cs +++ b/src/StorageSync/StorageSync/Models/PSRegisteredServer.cs @@ -121,6 +121,11 @@ public class PSRegisteredServer : PSResourceBase /// /// The management endpoint URI. public string ManagementEndpointUri { get; set; } + // + /// Gets or sets the monitoring endpoint URI. + /// + /// The monitoring endpoint URI. + public string MonitoringEndpointUri { get; set; } /// /// Gets or sets the monitoring configuration. /// diff --git a/src/StorageSync/StorageSync/Models/PSStorageSyncService.cs b/src/StorageSync/StorageSync/Models/PSStorageSyncService.cs index 3abc3407b1fd..55d583769baa 100644 --- a/src/StorageSync/StorageSync/Models/PSStorageSyncService.cs +++ b/src/StorageSync/StorageSync/Models/PSStorageSyncService.cs @@ -30,16 +30,33 @@ public class PSStorageSyncService : PSResourceBase /// The location. [Ps1Xml(Label = "Location", Target = ViewControl.Table, Position = 4)] public string Location { get; set; } + /// /// Gets or sets the name of the storage sync service. /// /// The name of the storage sync service. [Ps1Xml(Label = "StorageSyncServiceName ", Target = ViewControl.Table, Position = 5)] public string StorageSyncServiceName { get; set; } + + /// + /// Gets or sets the name of the incoming traffic policy. + /// + /// The name of the incoming traffic policy. + [Ps1Xml(Label = "IncomingTrafficPolicy ", Target = ViewControl.Table, Position = 6)] + public string IncomingTrafficPolicy { get; set; } + + /// + /// Gets the private endpoint connections. + /// + /// The private endpoint connections. + [Ps1Xml(Label = "PrivateEndpointConnections ", Target = ViewControl.Table, Position = 7)] + public IList PrivateEndpointConnections { get; set; } + /// /// Gets or sets the tags. /// /// The tags. public IDictionary Tags { get; set; } + } } diff --git a/src/StorageSync/StorageSync/Properties/StorageSyncResources.Designer.cs b/src/StorageSync/StorageSync/Properties/StorageSyncResources.Designer.cs index 11b61999ac45..37fc3c7c2e10 100644 --- a/src/StorageSync/StorageSync/Properties/StorageSyncResources.Designer.cs +++ b/src/StorageSync/StorageSync/Properties/StorageSyncResources.Designer.cs @@ -19,7 +19,7 @@ namespace Microsoft.Azure.Commands.StorageSync.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class StorageSyncResources { @@ -519,6 +519,15 @@ internal static string SetServerEndpointActionMessage { } } + /// + /// Looks up a localized string similar to Updating a Storage Sync Service. + /// + internal static string SetStorageSyncServiceActionMessage { + get { + return ResourceManager.GetString("SetStorageSyncServiceActionMessage", resourceCulture); + } + } + /// /// Looks up a localized string similar to Unregister a given Storage Sync Server. /// diff --git a/src/StorageSync/StorageSync/Properties/StorageSyncResources.resx b/src/StorageSync/StorageSync/Properties/StorageSyncResources.resx index f1c5f7c2f2b5..37e3d7f759ef 100644 --- a/src/StorageSync/StorageSync/Properties/StorageSyncResources.resx +++ b/src/StorageSync/StorageSync/Properties/StorageSyncResources.resx @@ -279,4 +279,7 @@ The given subscription {0} was unable to registered to Azure File Sync. + + Updating a Storage Sync Service + \ No newline at end of file diff --git a/src/StorageSync/StorageSync/StorageSync.csproj b/src/StorageSync/StorageSync/StorageSync.csproj index c73cb7c6e5f3..6b6f51c57794 100644 --- a/src/StorageSync/StorageSync/StorageSync.csproj +++ b/src/StorageSync/StorageSync/StorageSync.csproj @@ -11,7 +11,7 @@ - + diff --git a/src/StorageSync/StorageSync/StorageSyncService/NewStorageSyncServiceCommand.cs b/src/StorageSync/StorageSync/StorageSyncService/NewStorageSyncServiceCommand.cs index 825922ae72b0..ddd696e32f67 100644 --- a/src/StorageSync/StorageSync/StorageSyncService/NewStorageSyncServiceCommand.cs +++ b/src/StorageSync/StorageSync/StorageSyncService/NewStorageSyncServiceCommand.cs @@ -18,11 +18,11 @@ using Microsoft.Azure.Commands.StorageSync.Models; using Microsoft.Azure.Commands.StorageSync.Properties; using Microsoft.Azure.Management.StorageSync; -using Microsoft.Azure.Management.StorageSync.Models; using System.Collections; using System.Management.Automation; using StorageSyncModels = Microsoft.Azure.Management.StorageSync.Models; using Microsoft.WindowsAzure.Commands.Utilities.Common; +using Microsoft.Azure.Management.StorageSync.Models; namespace Microsoft.Azure.Commands.StorageSync.StorageSyncService { @@ -77,6 +77,22 @@ public class NewStorageSyncServiceCommand : StorageSyncClientCmdletBase [ValidateNotNullOrEmpty] public string Location { get; set; } + /// + /// Gets or sets the IncomingTrafficPolicy. + /// + /// The IncomingTrafficPolicy. + [Parameter( + Position = 3, + ParameterSetName = StorageSyncParameterSets.StringParameterSet, + Mandatory = false, + ValueFromPipelineByPropertyName = true, + HelpMessage = HelpMessages.StorageSyncServiceIncomingTrafficPolicyParameter)] + [ValidateNotNullOrEmpty] + [ValidateSet(StorageSyncModels.IncomingTrafficPolicy.AllowVirtualNetworksOnly, + StorageSyncModels.IncomingTrafficPolicy.AllowAllTraffic, + IgnoreCase = true)] + public string IncomingTrafficPolicy { get; set; } + /// /// Gets or sets the tag. /// @@ -89,6 +105,13 @@ public class NewStorageSyncServiceCommand : StorageSyncClientCmdletBase [Alias(StorageSyncAliases.TagsAlias)] public Hashtable Tag { get; set; } + /// + /// Gets or sets as job. + /// + /// As job. + [Parameter(Mandatory = false, HelpMessage = HelpMessages.AsJobParameter)] + public SwitchParameter AsJob { get; set; } + /// /// Gets or sets the target. /// @@ -119,10 +142,25 @@ public override void ExecuteCmdlet() throw new PSArgumentException(checkNameAvailabilityResult.Message, nameof(Name)); } + string incomingTrafficPolicy; + if (this.IsParameterBound(c => c.IncomingTrafficPolicy)) + { + if(string.IsNullOrEmpty(this.IncomingTrafficPolicy)) + { + throw new PSArgumentException(nameof(IncomingTrafficPolicy)); + } + incomingTrafficPolicy = this.IncomingTrafficPolicy; + } + else + { + incomingTrafficPolicy = StorageSyncModels.IncomingTrafficPolicy.AllowAllTraffic; + } + var createParameters = new StorageSyncServiceCreateParameters() { Location = Location, Tags = TagsConversionHelper.CreateTagDictionary(Tag ?? new Hashtable(), validate: true), + IncomingTrafficPolicy = incomingTrafficPolicy }; Target = string.Join("/", ResourceGroupName, Name); diff --git a/src/StorageSync/StorageSync/StorageSyncService/SetStorageSyncServiceCommand.cs b/src/StorageSync/StorageSync/StorageSyncService/SetStorageSyncServiceCommand.cs new file mode 100644 index 000000000000..3cdc1d7f0c94 --- /dev/null +++ b/src/StorageSync/StorageSync/StorageSyncService/SetStorageSyncServiceCommand.cs @@ -0,0 +1,201 @@ +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters; +using Microsoft.Azure.Commands.ResourceManager.Common.Tags; +using Microsoft.Azure.Commands.StorageSync.Common; +using Microsoft.Azure.Commands.StorageSync.Models; +using Microsoft.Azure.Commands.StorageSync.Properties; +using Microsoft.Azure.Management.StorageSync; +using System.Collections; +using System.Management.Automation; +using StorageSyncModels = Microsoft.Azure.Management.StorageSync.Models; +using Microsoft.WindowsAzure.Commands.Utilities.Common; +using Microsoft.Azure.Management.StorageSync.Models; +using Microsoft.Azure.Management.Internal.Resources.Utilities.Models; + +namespace Microsoft.Azure.Commands.StorageSync.StorageSyncService +{ + + /// + /// Set StorageSyncService + /// Implements the + /// + /// + [Cmdlet(VerbsCommon.Set, StorageSyncNouns.NounAzureRmStorageSyncService, + DefaultParameterSetName = StorageSyncParameterSets.StringParameterSet, SupportsShouldProcess = true), OutputType(typeof(PSStorageSyncService))] + public class SetStorageSyncServiceCommand : StorageSyncClientCmdletBase + { + /// + /// Gets or sets the name of the resource group. + /// + /// The name of the resource group. + [Parameter( + Position = 0, + ParameterSetName = StorageSyncParameterSets.StringParameterSet, + Mandatory = true, + ValueFromPipelineByPropertyName = true, + HelpMessage = HelpMessages.ResourceGroupNameParameter)] + [ResourceGroupCompleter] + [ValidateNotNullOrEmpty] + public string ResourceGroupName { get; set; } + + /// + /// Gets or sets the name. + /// + /// The name. + [Parameter(Position = 1, + ParameterSetName = StorageSyncParameterSets.StringParameterSet, + Mandatory = true, + ValueFromPipelineByPropertyName = true, + HelpMessage = HelpMessages.StorageSyncServiceNameParameter)] + [ValidateNotNullOrEmpty] + [Alias(StorageSyncAliases.StorageSyncServiceNameAlias)] + public string Name { get; set; } + + /// + /// Gets or sets the input object. + /// + /// The input object. + [Parameter(Mandatory = true, + ParameterSetName = StorageSyncParameterSets.InputObjectParameterSet, + Position = 0, + ValueFromPipeline = true, + HelpMessage = HelpMessages.StorageSyncServiceInputObjectParameter)] + [ValidateNotNullOrEmpty] + [ResourceIdCompleter(StorageSyncConstants.StorageSyncServiceType)] + public PSStorageSyncService InputObject { get; set; } + + /// + /// Gets or sets the resource identifier. + /// + /// The resource identifier. + [Parameter(Mandatory = true, + Position = 0, + ParameterSetName = StorageSyncParameterSets.ResourceIdParameterSet, + ValueFromPipelineByPropertyName = true, + HelpMessage = HelpMessages.StorageSyncServiceResourceIdParameter)] + [ValidateNotNullOrEmpty] + [ResourceIdCompleter(StorageSyncConstants.StorageSyncServiceType)] + public string ResourceId { get; set; } + + /// + /// Gets or sets the IncomingTrafficPolicy. + /// + /// The IncomingTrafficPolicy. + [Parameter( + Position = 2, + ParameterSetName = StorageSyncParameterSets.StringParameterSet, + Mandatory = false, + ValueFromPipelineByPropertyName = true, + HelpMessage = HelpMessages.StorageSyncServiceIncomingTrafficPolicyParameter)] + [ValidateNotNullOrEmpty] + [ValidateSet(StorageSyncModels.IncomingTrafficPolicy.AllowVirtualNetworksOnly, + StorageSyncModels.IncomingTrafficPolicy.AllowAllTraffic, + IgnoreCase = true)] + public string IncomingTrafficPolicy { get; set; } + + /// + /// Gets or sets the tag. + /// + /// The tag. + [Parameter( + ParameterSetName = StorageSyncParameterSets.StringParameterSet, + Mandatory = false, + HelpMessage = HelpMessages.StorageSyncServiceTagsParameter)] + [ValidateNotNull] + [Alias(StorageSyncAliases.TagsAlias)] + public Hashtable Tag { get; set; } + + /// + /// Gets or sets as job. + /// + /// As job. + [Parameter(Mandatory = false, HelpMessage = HelpMessages.AsJobParameter)] + public SwitchParameter AsJob { get; set; } + + /// + /// Gets or sets the target. + /// + /// The target. + protected override string Target => Name; + + /// + /// Gets or sets the action message. + /// + /// The action message. + protected override string ActionMessage => $"{StorageSyncResources.SetStorageSyncServiceActionMessage} {Name}"; + + /// + /// Executes the cmdlet. + /// + public override void ExecuteCmdlet() + { + + base.ExecuteCmdlet(); + + ExecuteClientAction(() => + { + var resourceName = default(string); + var resourceGroupName = default(string); + + // Handle ResourceId Parameter Set + if (this.IsParameterBound(c => c.ResourceId)) + { + var resourceIdentifier = new ResourceIdentifier(ResourceId); + resourceName = resourceIdentifier.ResourceName; + resourceGroupName = resourceIdentifier.ResourceGroupName; + } + else if (this.IsParameterBound(c => c.InputObject)) + { + resourceName = InputObject.StorageSyncServiceName; + resourceGroupName = InputObject.ResourceGroupName; + } + else + { + resourceName = Name; + resourceGroupName = ResourceGroupName; + } + + string incomingTrafficPolicy; + if (this.IsParameterBound(c => c.IncomingTrafficPolicy)) + { + if(string.IsNullOrEmpty(this.IncomingTrafficPolicy)) + { + throw new PSArgumentException(nameof(IncomingTrafficPolicy)); + } + incomingTrafficPolicy = this.IncomingTrafficPolicy; + } + else + { + incomingTrafficPolicy = StorageSyncModels.IncomingTrafficPolicy.AllowAllTraffic; + } + + var updateParameters = new StorageSyncServiceUpdateParameters() + { + Tags = TagsConversionHelper.CreateTagDictionary(Tag ?? new Hashtable(), validate: true), + IncomingTrafficPolicy = incomingTrafficPolicy + }; + + Target = string.Join("/", resourceGroupName, resourceName); + if (ShouldProcess(Target, ActionMessage)) + { + StorageSyncModels.StorageSyncService storageSyncService = StorageSyncClientWrapper.StorageSyncManagementClient.StorageSyncServices.Update(ResourceGroupName, Name, updateParameters); + + WriteObject(storageSyncService); + } + }); + } + } +} \ No newline at end of file diff --git a/src/StorageSync/StorageSync/help/Az.StorageSync.md b/src/StorageSync/StorageSync/help/Az.StorageSync.md index 776203094a2b..8ca6507b32fb 100644 --- a/src/StorageSync/StorageSync/help/Az.StorageSync.md +++ b/src/StorageSync/StorageSync/help/Az.StorageSync.md @@ -47,6 +47,9 @@ This command creates a new server endpoint on a registered server. This enables ### [New-AzStorageSyncService](New-AzStorageSyncService.md) This command creates a new storage sync service in a resource group. +### [Set-AzStorageSyncService](New-AzStorageSyncService.md) +This command sets a storage sync service in a resource group. + ### [Register-AzStorageSyncServer](Register-AzStorageSyncServer.md) This command registers a server to a storage sync service which creates a trust relationship. PowerShell or the Azure portal can then be used to configure sync on this server. diff --git a/src/StorageSync/StorageSync/help/New-AzStorageSyncService.md b/src/StorageSync/StorageSync/help/New-AzStorageSyncService.md index f062c0e13e8c..735c0fc785bf 100644 --- a/src/StorageSync/StorageSync/help/New-AzStorageSyncService.md +++ b/src/StorageSync/StorageSync/help/New-AzStorageSyncService.md @@ -13,7 +13,7 @@ This command creates a new storage sync service in a resource group. ## SYNTAX ``` -New-AzStorageSyncService [-ResourceGroupName] [-Name] [-Location] [-Tag ] +New-AzStorageSyncService [-ResourceGroupName] [-Name] [-Location] [-IncomingTrafficPolicy] [-Tag ] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -24,7 +24,7 @@ A storage sync service is the top level resource for Azure File Sync. This comma ### Example 1 ```powershell -PS C:\> New-AzStorageSyncService -ResourceGroupName "myResourceGroup" -Location "myLocation" -StorageSyncServiceName "myStorageSyncServiceName" +PS C:\> New-AzStorageSyncService -ResourceGroupName "myResourceGroup" -Location "myLocation" -StorageSyncServiceName "myStorageSyncServiceName" -IncomingTrafficPolicy "AllowAllTraffic" ``` This command will create a storage sync service. @@ -61,6 +61,21 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` +### -IncomingTrafficPolicy +Storage Sync Service IncomingTrafficPolicy + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: 3 +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + ### -Name Name of the storage sync service. diff --git a/src/StorageSync/StorageSync/help/Set-AzStorageSyncService.md b/src/StorageSync/StorageSync/help/Set-AzStorageSyncService.md new file mode 100644 index 000000000000..8a9a7047e1a8 --- /dev/null +++ b/src/StorageSync/StorageSync/help/Set-AzStorageSyncService.md @@ -0,0 +1,151 @@ +--- +external help file: Microsoft.Azure.PowerShell.Cmdlets.StorageSync.dll-Help.xml +Module Name: Az.StorageSync +online version: https://docs.microsoft.com/en-us/powershell/module/Az.storagesync/set-Azstoragesyncservice +schema: 2.0.0 +--- + +# Set-AzStorageSyncService + +## SYNOPSIS +This command sets storage sync service in a resource group. + +## SYNTAX + +``` +Set-AzStorageSyncService [-ResourceGroupName] [-Name] [-Location] [-Tag ] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] +``` + +## DESCRIPTION +A storage sync service is the top level resource for Azure File Sync. This command sets storage sync service in a resource group. We recommend to create as few storage sync services as absolutely necessary to differentiate distinct groups of servers in your organization. A storage sync service contains sync groups and also works as a target to register your servers to. A server can only be registered to a single storage sync service. If servers ever need to participate in syncing the same set of files, register them to the same storage sync service. + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> Set-AzStorageSyncService -ResourceGroupName "myResourceGroup" -StorageSyncServiceName "myStorageSyncServiceName" -IncomingTrafficPolicy "AllowAllTraffic" +``` + +This command will set a storage sync service. + +## PARAMETERS + +### -DefaultProfile +The credentials, account, tenant, and subscription used for communication with Azure. + +```yaml +Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer +Parameter Sets: (All) +Aliases: AzContext, AzureRmContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` +### -Name +Name of the storage sync service. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: StorageSyncServiceName + +Required: True +Position: 1 +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + +### -ResourceGroupName +Resource Group Name. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: 0 +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + +### -IncomingTrafficPolicy +Storage Sync Service IncomingTrafficPolicy + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: 2 +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + +### -Tag +Storage Sync Service Tags. + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: (All) +Aliases: Tags + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### System.String + +## OUTPUTS + +### Microsoft.Azure.Commands.StorageSync.Models.PSStorageSyncService + +## NOTES + +## RELATED LINKS