diff --git a/src/RecoveryServices/RecoveryServices.Backup.Models/CmdletParamEnums.cs b/src/RecoveryServices/RecoveryServices.Backup.Models/CmdletParamEnums.cs index 4ac71478eadf..6b0ab7df7a90 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Models/CmdletParamEnums.cs +++ b/src/RecoveryServices/RecoveryServices.Backup.Models/CmdletParamEnums.cs @@ -63,7 +63,8 @@ public enum RestoreVMBackupItemParams RestoreDiskList, RestoreOnlyOSDisk, RestoreAsUnmanagedDisks, - DiskEncryptionSetId + DiskEncryptionSetId, + RestoreAsManagedDisk } public enum RestoreFSBackupItemParams diff --git a/src/RecoveryServices/RecoveryServices.Backup.Providers/Providers/IaasVmPsBackupProvider.cs b/src/RecoveryServices/RecoveryServices.Backup.Providers/Providers/IaasVmPsBackupProvider.cs index d15f6259d957..25a7a5cad740 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Providers/Providers/IaasVmPsBackupProvider.cs +++ b/src/RecoveryServices/RecoveryServices.Backup.Providers/Providers/IaasVmPsBackupProvider.cs @@ -394,6 +394,7 @@ public RestAzureNS.AzureOperationResponse TriggerRestore() String secondaryRegion = useSecondaryRegion ? (string)ProviderData[CRRParams.SecondaryRegion]: null; IList targetZones = ProviderData.ContainsKey(RecoveryPointParams.TargetZone) ? new List(new string[]{(ProviderData[RecoveryPointParams.TargetZone].ToString())}) : null; + bool restoreWithManagedDisks = (bool)ProviderData[RestoreVMBackupItemParams.RestoreAsManagedDisk]; Dictionary uriDict = HelperUtils.ParseUri(rp.Id); string containerUri = HelperUtils.GetContainerUri(uriDict, rp.Id); @@ -419,7 +420,7 @@ public RestAzureNS.AzureOperationResponse TriggerRestore() } // if the vm is unmanaged, target rg should not be provided - if(rp.IsManagedVirtualMachine == false && targetResourceGroupName != null) + if(rp.IsManagedVirtualMachine == false && targetResourceGroupName != null && !restoreWithManagedDisks) { Logger.Instance.WriteWarning(Resources.TargetResourcegroupNotSupported); } @@ -451,7 +452,8 @@ public RestAzureNS.AzureOperationResponse TriggerRestore() null, OriginalStorageAccountOption = useOsa, RestoreDiskLunList = restoreDiskLUNS, - DiskEncryptionSetId = DiskEncryptionSetId + DiskEncryptionSetId = DiskEncryptionSetId, + RestoreWithManagedDisks = restoreWithManagedDisks }; if(targetZones != null) diff --git a/src/RecoveryServices/RecoveryServices.Backup.Test/ScenarioTests/IaasVm/ItemTests.ps1 b/src/RecoveryServices/RecoveryServices.Backup.Test/ScenarioTests/IaasVm/ItemTests.ps1 index edddcf9fcfac..b4df3bf020fb 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Test/ScenarioTests/IaasVm/ItemTests.ps1 +++ b/src/RecoveryServices/RecoveryServices.Backup.Test/ScenarioTests/IaasVm/ItemTests.ps1 @@ -398,6 +398,11 @@ function Test-AzureUnmanagedVMFullRestore $saName = Create-SA $resourceGroupName $location $vm = Create-UnmanagedVM $resourceGroupName $location $saName $vault = Create-RecoveryServicesVault $resourceGroupName $location + + Set-AzRecoveryServicesVaultProperty -VaultId $vault.ID -SoftDeleteFeatureState "Disable" + $VaultProperty = Get-AzRecoveryServicesVaultProperty -VaultId $vault.ID + Assert-True { $VaultProperty.SoftDeleteFeatureState -eq "Disabled" } + $item = Enable-Protection $vault $vm $resourceGroupName $backupJob = Backup-Item $vault $item $rp = Get-RecoveryPoint $vault $item $backupJob @@ -411,6 +416,14 @@ function Test-AzureUnmanagedVMFullRestore -UseOriginalStorageAccount | Wait-AzRecoveryServicesBackupJob -VaultId $vault.ID Assert-True { $restoreJob.Status -eq "Completed" } + + $restoreJob2 = Restore-AzRecoveryServicesBackupItem ` + -VaultId $vault.ID ` + -VaultLocation $vault.Location ` + -RecoveryPoint $rp ` + -StorageAccountName $saName ` + -StorageAccountResourceGroupName $resourceGroupName ` + -RestoreAsManagedDisk -TargetResourceGroupName $resourceGroupName } finally { diff --git a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureUnmanagedVMFullRestore.json b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureUnmanagedVMFullRestore.json index 0a581d6b3e44..5b05b4357f95 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureUnmanagedVMFullRestore.json +++ b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureUnmanagedVMFullRestore.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRG806beba5?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHODA2YmViYTU/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRGe44ae3d9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0fd3f395-94ef-4fb7-8f03-661ecae8ade9" + "10c56f76-9da4-453e-903c-ed2eb64b1fc7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" ] }, "ResponseHeaders": { @@ -33,13 +33,13 @@ "11999" ], "x-ms-request-id": [ - "89db5af3-1307-4063-8484-5d0e0eb4a2c5" + "eb0d66e8-072b-4b16-9805-76668ce8e596" ], "x-ms-correlation-request-id": [ - "89db5af3-1307-4063-8484-5d0e0eb4a2c5" + "eb0d66e8-072b-4b16-9805-76668ce8e596" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082033Z:89db5af3-1307-4063-8484-5d0e0eb4a2c5" + "CENTRALUSEUAP:20210420T090150Z:eb0d66e8-072b-4b16-9805-76668ce8e596" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -48,7 +48,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 08:20:33 GMT" + "Tue, 20 Apr 2021 09:01:50 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -60,26 +60,26 @@ "108" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'PSTestRG806beba5' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'PSTestRGe44ae3d9' could not be found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRG806beba5?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHODA2YmViYTU/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRGe44ae3d9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5fd8f4de-10cd-41cf-ab74-af34a0c3f912" + "59f43fa9-7ab1-49bb-b654-8af5b9e6c927" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" ] }, "ResponseHeaders": { @@ -90,16 +90,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11996" ], "x-ms-request-id": [ - "9676ec00-3cf6-476a-925f-6db19263953c" + "75016216-9c13-447a-b280-06cb694bc8e8" ], "x-ms-correlation-request-id": [ - "9676ec00-3cf6-476a-925f-6db19263953c" + "75016216-9c13-447a-b280-06cb694bc8e8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090538Z:9676ec00-3cf6-476a-925f-6db19263953c" + "CENTRALUSEUAP:20210420T094831Z:75016216-9c13-447a-b280-06cb694bc8e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -108,7 +108,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:05:37 GMT" + "Tue, 20 Apr 2021 09:48:30 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -120,26 +120,26 @@ "192" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5\",\r\n \"name\": \"PSTestRG806beba5\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9\",\r\n \"name\": \"PSTestRGe44ae3d9\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRG806beba5?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHODA2YmViYTU/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRGe44ae3d9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"southeastasia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f79529f1-36dd-4217-bfe1-1c28816ce3c2" + "af09cabb-5aae-4f62-9694-a2401db2c9f4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" ], "Content-Type": [ "application/json; charset=utf-8" @@ -159,13 +159,13 @@ "1199" ], "x-ms-request-id": [ - "1dbe0099-8de6-4ec7-849a-8f5361143562" + "47d0b26b-1b92-4de1-9612-a7bbff38f224" ], "x-ms-correlation-request-id": [ - "1dbe0099-8de6-4ec7-849a-8f5361143562" + "47d0b26b-1b92-4de1-9612-a7bbff38f224" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082035Z:1dbe0099-8de6-4ec7-849a-8f5361143562" + "CENTRALUSEUAP:20210420T090152Z:47d0b26b-1b92-4de1-9612-a7bbff38f224" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -174,7 +174,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 08:20:34 GMT" + "Tue, 20 Apr 2021 09:01:52 GMT" ], "Content-Length": [ "192" @@ -186,26 +186,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5\",\r\n \"name\": \"PSTestRG806beba5\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9\",\r\n \"name\": \"PSTestRGe44ae3d9\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Storage/storageAccounts/pstestsa806beba5?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9wc3Rlc3RzYTgwNmJlYmE1P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Storage/storageAccounts/pstestsae44ae3d9?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9wc3Rlc3RzYWU0NGFlM2Q5P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c210c39f-c0eb-4e63-b986-8f1c6f711ca4" + "ce9a72f3-98fe-418d-947b-1e4607b498fa" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.32" ] }, "ResponseHeaders": { @@ -219,13 +219,13 @@ "gateway" ], "x-ms-request-id": [ - "a9805e99-a4ba-4039-aa09-0dc9127460b2" + "dfaf4708-9a9f-4e7d-9735-5ac23e1f00ac" ], "x-ms-correlation-request-id": [ - "a9805e99-a4ba-4039-aa09-0dc9127460b2" + "dfaf4708-9a9f-4e7d-9735-5ac23e1f00ac" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082035Z:a9805e99-a4ba-4039-aa09-0dc9127460b2" + "CENTRALUSEUAP:20210420T090156Z:dfaf4708-9a9f-4e7d-9735-5ac23e1f00ac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -234,7 +234,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 08:20:35 GMT" + "Tue, 20 Apr 2021 09:01:55 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -246,26 +246,26 @@ "238" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Storage/storageAccounts/pstestsa806beba5' under resource group 'PSTestRG806beba5' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Storage/storageAccounts/pstestsae44ae3d9' under resource group 'PSTestRGe44ae3d9' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Storage/storageAccounts/pstestsa806beba5?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9wc3Rlc3RzYTgwNmJlYmE1P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Storage/storageAccounts/pstestsae44ae3d9?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9wc3Rlc3RzYWU0NGFlM2Q5P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ab6cdfae-6478-4c2b-9f78-f4206d66c45e" + "a6e39e4a-e80d-4843-aca1-81c58608851a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.32" ] }, "ResponseHeaders": { @@ -276,7 +276,7 @@ "no-cache" ], "x-ms-request-id": [ - "e6969e73-ef75-4b49-9518-954d39b70d51" + "b5026858-3c17-476e-86ba-7ed1a105dd16" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -285,19 +285,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-correlation-request-id": [ - "53f650d6-5415-44e6-a3bc-2605af37c27f" + "7fe383a9-02b3-441c-903c-213e2e0cfe3e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082057Z:53f650d6-5415-44e6-a3bc-2605af37c27f" + "CENTRALUSEUAP:20210420T090225Z:7fe383a9-02b3-441c-903c-213e2e0cfe3e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 08:20:56 GMT" + "Tue, 20 Apr 2021 09:02:25 GMT" ], "Content-Length": [ "1097" @@ -309,26 +309,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Storage/storageAccounts/pstestsa806beba5\",\r\n \"name\": \"pstestsa806beba5\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\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\": \"2021-02-15T08:20:37.9579701Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2021-02-15T08:20:37.9579701Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-02-15T08:20:37.8798359Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://pstestsa806beba5.blob.core.windows.net/\",\r\n \"queue\": \"https://pstestsa806beba5.queue.core.windows.net/\",\r\n \"table\": \"https://pstestsa806beba5.table.core.windows.net/\",\r\n \"file\": \"https://pstestsa806beba5.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Storage/storageAccounts/pstestsae44ae3d9\",\r\n \"name\": \"pstestsae44ae3d9\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\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\": \"2021-04-20T09:02:03.3264316Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2021-04-20T09:02:03.3264316Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-04-20T09:02:03.2483028Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://pstestsae44ae3d9.blob.core.windows.net/\",\r\n \"queue\": \"https://pstestsae44ae3d9.queue.core.windows.net/\",\r\n \"table\": \"https://pstestsae44ae3d9.table.core.windows.net/\",\r\n \"file\": \"https://pstestsae44ae3d9.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Storage/storageAccounts/pstestsa806beba5?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9wc3Rlc3RzYTgwNmJlYmE1P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Storage/storageAccounts/pstestsae44ae3d9?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9wc3Rlc3RzYWU0NGFlM2Q5P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "92c2180a-b52c-42cd-beb8-0ed65663cd82" + "05eae43b-be3e-42ec-930b-daeb02dc8664" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.32" ] }, "ResponseHeaders": { @@ -339,7 +339,7 @@ "no-cache" ], "x-ms-request-id": [ - "fd20721d-cdab-43a9-b9fb-bcc9ea80cc84" + "e43fdd0a-f8a8-4d5a-9bd6-82c2251359f1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -348,19 +348,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11980" ], "x-ms-correlation-request-id": [ - "011a8835-93f7-4a5d-abef-f205ebbd0942" + "4f4a4346-d3ea-4dc9-8899-2f0ebaa06ca0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082115Z:011a8835-93f7-4a5d-abef-f205ebbd0942" + "CENTRALUSEUAP:20210420T090311Z:4f4a4346-d3ea-4dc9-8899-2f0ebaa06ca0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 08:21:14 GMT" + "Tue, 20 Apr 2021 09:03:11 GMT" ], "Content-Length": [ "1097" @@ -372,26 +372,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Storage/storageAccounts/pstestsa806beba5\",\r\n \"name\": \"pstestsa806beba5\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\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\": \"2021-02-15T08:20:37.9579701Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2021-02-15T08:20:37.9579701Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-02-15T08:20:37.8798359Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://pstestsa806beba5.blob.core.windows.net/\",\r\n \"queue\": \"https://pstestsa806beba5.queue.core.windows.net/\",\r\n \"table\": \"https://pstestsa806beba5.table.core.windows.net/\",\r\n \"file\": \"https://pstestsa806beba5.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Storage/storageAccounts/pstestsae44ae3d9\",\r\n \"name\": \"pstestsae44ae3d9\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\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\": \"2021-04-20T09:02:03.3264316Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2021-04-20T09:02:03.3264316Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-04-20T09:02:03.2483028Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://pstestsae44ae3d9.blob.core.windows.net/\",\r\n \"queue\": \"https://pstestsae44ae3d9.queue.core.windows.net/\",\r\n \"table\": \"https://pstestsae44ae3d9.table.core.windows.net/\",\r\n \"file\": \"https://pstestsae44ae3d9.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Storage/storageAccounts/pstestsa806beba5?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9wc3Rlc3RzYTgwNmJlYmE1P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Storage/storageAccounts/pstestsae44ae3d9?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9wc3Rlc3RzYWU0NGFlM2Q5P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"southeastasia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "60fadc0e-8493-4373-bbc9-ca644328f418" + "a22ac111-5cd0-4ddf-9866-75c5dfb81cbe" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.32" ], "Content-Type": [ "application/json; charset=utf-8" @@ -408,13 +408,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/dbd8de5a-d0ba-4276-a7b6-9aa1a46f3e24?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/2c9bff60-efb2-4dda-b51f-3b5d4228e09f?monitor=true&api-version=2017-10-01" ], "Retry-After": [ "17" ], "x-ms-request-id": [ - "dbd8de5a-d0ba-4276-a7b6-9aa1a46f3e24" + "2c9bff60-efb2-4dda-b51f-3b5d4228e09f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -426,16 +426,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "7c34479e-e012-41a7-9607-e701287d517e" + "0a414650-8145-4335-ba92-0766c5408042" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082039Z:7c34479e-e012-41a7-9607-e701287d517e" + "CENTRALUSEUAP:20210420T090206Z:0a414650-8145-4335-ba92-0766c5408042" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 08:20:38 GMT" + "Tue, 20 Apr 2021 09:02:06 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -451,16 +451,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/dbd8de5a-d0ba-4276-a7b6-9aa1a46f3e24?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvZGJkOGRlNWEtZDBiYS00Mjc2LWE3YjYtOWFhMWE0NmYzZTI0P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/2c9bff60-efb2-4dda-b51f-3b5d4228e09f?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMmM5YmZmNjAtZWZiMi00ZGRhLWI1MWYtM2I1ZDQyMjhlMDlmP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE3LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.32" ] }, "ResponseHeaders": { @@ -471,7 +471,7 @@ "no-cache" ], "x-ms-request-id": [ - "70d55726-3485-4889-ae94-59802a6d92e0" + "d39c548e-e04a-421d-b15f-add90079c725" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -480,19 +480,19 @@ "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": [ - "8d8635f9-9452-423d-86e6-11e4212844cf" + "60adec55-970b-4a63-a8d3-673784bba64a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082056Z:8d8635f9-9452-423d-86e6-11e4212844cf" + "CENTRALUSEUAP:20210420T090224Z:60adec55-970b-4a63-a8d3-673784bba64a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 08:20:56 GMT" + "Tue, 20 Apr 2021 09:02:24 GMT" ], "Content-Length": [ "1097" @@ -504,26 +504,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Storage/storageAccounts/pstestsa806beba5\",\r\n \"name\": \"pstestsa806beba5\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\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\": \"2021-02-15T08:20:37.9579701Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2021-02-15T08:20:37.9579701Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-02-15T08:20:37.8798359Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://pstestsa806beba5.blob.core.windows.net/\",\r\n \"queue\": \"https://pstestsa806beba5.queue.core.windows.net/\",\r\n \"table\": \"https://pstestsa806beba5.table.core.windows.net/\",\r\n \"file\": \"https://pstestsa806beba5.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Storage/storageAccounts/pstestsae44ae3d9\",\r\n \"name\": \"pstestsae44ae3d9\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\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\": \"2021-04-20T09:02:03.3264316Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2021-04-20T09:02:03.3264316Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-04-20T09:02:03.2483028Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://pstestsae44ae3d9.blob.core.windows.net/\",\r\n \"queue\": \"https://pstestsae44ae3d9.queue.core.windows.net/\",\r\n \"table\": \"https://pstestsae44ae3d9.table.core.windows.net/\",\r\n \"file\": \"https://pstestsae44ae3d9.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Compute/virtualMachines/PSTestVM806be0?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTgwNmJlMD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Compute/virtualMachines/PSTestVMe44ae0?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWU0NGFlMD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e1b4aeb8-5c6b-48af-bce3-3791cd44f102" + "dfcb40a2-cfc3-4ecb-ac49-516de3fe5e76" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0" ] }, "ResponseHeaders": { @@ -537,13 +537,13 @@ "gateway" ], "x-ms-request-id": [ - "ef12f73a-c6f4-49f3-a1a7-51fa5288b794" + "4d829495-096f-44ae-8b5b-5c068ce92882" ], "x-ms-correlation-request-id": [ - "ef12f73a-c6f4-49f3-a1a7-51fa5288b794" + "4d829495-096f-44ae-8b5b-5c068ce92882" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082057Z:ef12f73a-c6f4-49f3-a1a7-51fa5288b794" + "CENTRALUSEUAP:20210420T090230Z:4d829495-096f-44ae-8b5b-5c068ce92882" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -552,7 +552,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 08:20:57 GMT" + "Tue, 20 Apr 2021 09:02:30 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -564,23 +564,23 @@ "236" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Compute/virtualMachines/PSTestVM806be0' under resource group 'PSTestRG806beba5' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Compute/virtualMachines/PSTestVMe44ae0' under resource group 'PSTestRGe44ae3d9' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Compute/virtualMachines/PSTestVM806be0?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTgwNmJlMD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Compute/virtualMachines/PSTestVMe44ae0?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWU0NGFlMD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c089a690-3965-47cc-9b56-c59fbe95d646" + "4edb1250-f739-40ac-a7ab-ae7a1733eaf4" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0" ] }, "ResponseHeaders": { @@ -591,32 +591,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31992" + "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31997" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "827993d8-53fc-4522-84ce-fd0d8639c0fc" + "4641b22d-f6f1-471c-9fde-9f703c64ba6c" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11994" ], "x-ms-correlation-request-id": [ - "b4fea745-7ea5-44e2-9d92-61e9e347cb31" + "d53e5735-5f89-4ad9-92b1-7753232a2938" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082308Z:b4fea745-7ea5-44e2-9d92-61e9e347cb31" + "CENTRALUSEUAP:20210420T090522Z:d53e5735-5f89-4ad9-92b1-7753232a2938" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 08:23:08 GMT" + "Tue, 20 Apr 2021 09:05:21 GMT" ], "Content-Length": [ "1997" @@ -628,26 +628,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVM806be0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Compute/virtualMachines/PSTestVM806be0\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MabUsed\": \"Yes\",\r\n \"AutoShutDown\": \"No\",\r\n \"Owner\": \"sarath\",\r\n \"DeleteBy\": \"05-2020\",\r\n \"Purpose\": \"PSTest\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"355a031b-26a4-4632-abbb-269385843dad\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2016-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"14393.4225.2102030345\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"mydisk\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://pstestsa806beba5.blob.core.windows.net/vhds/.vhd\"\r\n },\r\n \"caching\": \"ReadWrite\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM806be0\",\r\n \"adminUsername\": \"demouser\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false,\r\n \"patchSettings\": {\r\n \"patchMode\": \"Manual\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/networkInterfaces/PSTestNIC806be0\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://pstestsa806beba5.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVMe44ae0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Compute/virtualMachines/PSTestVMe44ae0\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Owner\": \"sarath\",\r\n \"MabUsed\": \"Yes\",\r\n \"AutoShutDown\": \"No\",\r\n \"Purpose\": \"PSTest\",\r\n \"DeleteBy\": \"05-2020\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"7580c1c0-70fc-4914-aea2-1ee3cdd75367\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2016-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"14393.4350.2104091630\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"mydisk\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://pstestsae44ae3d9.blob.core.windows.net/vhds/.vhd\"\r\n },\r\n \"caching\": \"ReadWrite\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMe44ae0\",\r\n \"adminUsername\": \"demouser\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false,\r\n \"patchSettings\": {\r\n \"patchMode\": \"Manual\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkInterfaces/PSTestNICe44ae0\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://pstestsae44ae3d9.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/virtualNetworks/PSTestVNET806be0?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUODA2YmUwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/virtualNetworks/PSTestVNETe44ae0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUZTQ0YWUwP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4c898891-d992-4f58-960a-77608db7c276" + "0cf1474d-4ac5-4917-a260-eca64cce089e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, "ResponseHeaders": { @@ -661,13 +661,13 @@ "gateway" ], "x-ms-request-id": [ - "0a61c60e-f7f7-4beb-a505-ff6da1f3ddd8" + "a7e0932d-a5a4-4622-a1e8-1136fee00a53" ], "x-ms-correlation-request-id": [ - "0a61c60e-f7f7-4beb-a505-ff6da1f3ddd8" + "a7e0932d-a5a4-4622-a1e8-1136fee00a53" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082057Z:0a61c60e-f7f7-4beb-a505-ff6da1f3ddd8" + "CENTRALUSEUAP:20210420T090232Z:a7e0932d-a5a4-4622-a1e8-1136fee00a53" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -676,7 +676,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 08:20:57 GMT" + "Tue, 20 Apr 2021 09:02:32 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -688,23 +688,23 @@ "238" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/PSTestVNET806be0' under resource group 'PSTestRG806beba5' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/PSTestVNETe44ae0' under resource group 'PSTestRGe44ae3d9' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/virtualNetworks/PSTestVNET806be0?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUODA2YmUwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/virtualNetworks/PSTestVNETe44ae0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUZTQ0YWUwP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4c898891-d992-4f58-960a-77608db7c276" + "0cf1474d-4ac5-4917-a260-eca64cce089e" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, "ResponseHeaders": { @@ -715,16 +715,16 @@ "no-cache" ], "ETag": [ - "W/\"eaab4f8a-b4c5-413d-b257-4834292093bc\"" + "W/\"26d32880-a4f2-435f-87b2-d0363ded0328\"" ], "x-ms-request-id": [ - "a0d7c82c-bce3-4d91-9da6-09eb5d84e3d3" + "eefdef71-5847-45fb-8cad-5a439c093936" ], "x-ms-correlation-request-id": [ - "e104f7d4-05d8-4539-889f-1ac6e5538b90" + "80b325bd-567e-4067-9314-edd0d98f430a" ], "x-ms-arm-service-request-id": [ - "14621094-1d8c-46ff-9919-886a20164a84" + "06a13d35-ea0c-4a42-a279-81baeba114e5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -734,19 +734,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11993" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082105Z:e104f7d4-05d8-4539-889f-1ac6e5538b90" + "CENTRALUSEUAP:20210420T090246Z:80b325bd-567e-4067-9314-edd0d98f430a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 08:21:04 GMT" + "Tue, 20 Apr 2021 09:02:45 GMT" ], "Content-Length": [ - "1349" + "1315" ], "Content-Type": [ "application/json; charset=utf-8" @@ -755,26 +755,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVNET806be0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/virtualNetworks/PSTestVNET806be0\",\r\n \"etag\": \"W/\\\"eaab4f8a-b4c5-413d-b257-4834292093bc\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f0af0c18-7246-46a8-a91d-272a54e090fe\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"192.168.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"PSTestSNC806be0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/virtualNetworks/PSTestVNET806be0/subnets/PSTestSNC806be0\",\r\n \"etag\": \"W/\\\"eaab4f8a-b4c5-413d-b257-4834292093bc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"192.168.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVNETe44ae0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/virtualNetworks/PSTestVNETe44ae0\",\r\n \"etag\": \"W/\\\"26d32880-a4f2-435f-87b2-d0363ded0328\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f964efcb-f021-4f24-8f03-c7b6dc9c217b\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"192.168.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"PSTestSNCe44ae0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/virtualNetworks/PSTestVNETe44ae0/subnets/PSTestSNCe44ae0\",\r\n \"etag\": \"W/\\\"26d32880-a4f2-435f-87b2-d0363ded0328\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"192.168.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/virtualNetworks/PSTestVNET806be0?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUODA2YmUwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/virtualNetworks/PSTestVNETe44ae0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUZTQ0YWUwP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4c898891-d992-4f58-960a-77608db7c276" + "0cf1474d-4ac5-4917-a260-eca64cce089e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, "ResponseHeaders": { @@ -785,16 +785,16 @@ "no-cache" ], "ETag": [ - "W/\"eaab4f8a-b4c5-413d-b257-4834292093bc\"" + "W/\"26d32880-a4f2-435f-87b2-d0363ded0328\"" ], "x-ms-request-id": [ - "832943a3-6693-4c10-940a-46108c705def" + "f9ffef2a-c8d7-4c60-87cb-b43ffd9de490" ], "x-ms-correlation-request-id": [ - "56dd42cd-d8bb-4c5e-8d25-80e920d3e887" + "210b5deb-9dfc-4cd7-88e0-6cd249604553" ], "x-ms-arm-service-request-id": [ - "8937b215-fba2-4b32-9834-e64f022e983a" + "7f023a25-a797-42b2-8267-85701be4e6fd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -804,19 +804,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11992" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082105Z:56dd42cd-d8bb-4c5e-8d25-80e920d3e887" + "CENTRALUSEUAP:20210420T090246Z:210b5deb-9dfc-4cd7-88e0-6cd249604553" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 08:21:04 GMT" + "Tue, 20 Apr 2021 09:02:46 GMT" ], "Content-Length": [ - "1349" + "1315" ], "Content-Type": [ "application/json; charset=utf-8" @@ -825,26 +825,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVNET806be0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/virtualNetworks/PSTestVNET806be0\",\r\n \"etag\": \"W/\\\"eaab4f8a-b4c5-413d-b257-4834292093bc\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f0af0c18-7246-46a8-a91d-272a54e090fe\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"192.168.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"PSTestSNC806be0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/virtualNetworks/PSTestVNET806be0/subnets/PSTestSNC806be0\",\r\n \"etag\": \"W/\\\"eaab4f8a-b4c5-413d-b257-4834292093bc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"192.168.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVNETe44ae0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/virtualNetworks/PSTestVNETe44ae0\",\r\n \"etag\": \"W/\\\"26d32880-a4f2-435f-87b2-d0363ded0328\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f964efcb-f021-4f24-8f03-c7b6dc9c217b\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"192.168.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"PSTestSNCe44ae0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/virtualNetworks/PSTestVNETe44ae0/subnets/PSTestSNCe44ae0\",\r\n \"etag\": \"W/\\\"26d32880-a4f2-435f-87b2-d0363ded0328\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"192.168.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/virtualNetworks/PSTestVNET806be0?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUODA2YmUwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/virtualNetworks/PSTestVNETe44ae0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUZTQ0YWUwP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"192.168.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"192.168.1.0/24\",\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"PSTestSNC806be0\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"ipAllocations\": []\r\n },\r\n \"location\": \"southeastasia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"192.168.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"192.168.1.0/24\",\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"PSTestSNCe44ae0\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"ipAllocations\": []\r\n },\r\n \"location\": \"southeastasia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4c898891-d992-4f58-960a-77608db7c276" + "0cf1474d-4ac5-4917-a260-eca64cce089e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -864,19 +864,19 @@ "3" ], "x-ms-request-id": [ - "a4ac5947-e509-43b9-bdc7-110d81dff2fe" + "c253acc4-3cee-493e-adfa-13f3c3fc57b3" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/a4ac5947-e509-43b9-bdc7-110d81dff2fe?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/c253acc4-3cee-493e-adfa-13f3c3fc57b3?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "6e1ae999-284c-4622-9b96-fc1649a05eca" + "d879b249-ade8-48d8-8e58-4d5bbc35836e" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "76ab4104-a034-4307-8aa6-9f839e221f7e" + "01a8c306-36a9-40b8-b1b4-9236b69b5835" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -886,19 +886,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082101Z:6e1ae999-284c-4622-9b96-fc1649a05eca" + "CENTRALUSEUAP:20210420T090241Z:d879b249-ade8-48d8-8e58-4d5bbc35836e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 08:21:01 GMT" + "Tue, 20 Apr 2021 09:02:41 GMT" ], "Content-Length": [ - "1347" + "1313" ], "Content-Type": [ "application/json; charset=utf-8" @@ -907,23 +907,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVNET806be0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/virtualNetworks/PSTestVNET806be0\",\r\n \"etag\": \"W/\\\"65f02f74-39e4-4e3a-a176-bf8395753efb\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"f0af0c18-7246-46a8-a91d-272a54e090fe\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"192.168.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"PSTestSNC806be0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/virtualNetworks/PSTestVNET806be0/subnets/PSTestSNC806be0\",\r\n \"etag\": \"W/\\\"65f02f74-39e4-4e3a-a176-bf8395753efb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"192.168.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVNETe44ae0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/virtualNetworks/PSTestVNETe44ae0\",\r\n \"etag\": \"W/\\\"7672d0c9-b223-436e-a1ed-a51b8f6e9b0b\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"f964efcb-f021-4f24-8f03-c7b6dc9c217b\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"192.168.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"PSTestSNCe44ae0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/virtualNetworks/PSTestVNETe44ae0/subnets/PSTestSNCe44ae0\",\r\n \"etag\": \"W/\\\"7672d0c9-b223-436e-a1ed-a51b8f6e9b0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"192.168.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/a4ac5947-e509-43b9-bdc7-110d81dff2fe?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2E0YWM1OTQ3LWU1MDktNDNiOS1iZGM3LTExMGQ4MWRmZjJmZT9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/c253acc4-3cee-493e-adfa-13f3c3fc57b3?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2MyNTNhY2M0LTNjZWUtNDkzZS1hZGZhLTEzZjNjM2ZjNTdiMz9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4c898891-d992-4f58-960a-77608db7c276" + "0cf1474d-4ac5-4917-a260-eca64cce089e" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, "ResponseHeaders": { @@ -934,13 +934,13 @@ "no-cache" ], "x-ms-request-id": [ - "31618f08-d7d8-473a-8bba-d81d2796b7a2" + "46803eab-0b18-4ca6-88fc-a912036a5c68" ], "x-ms-correlation-request-id": [ - "ed28bee7-036d-40ce-8dfe-9888098fceba" + "dd860a20-c286-4745-a0c7-87e2f932df65" ], "x-ms-arm-service-request-id": [ - "56e72bc3-e62b-4ee3-bcf4-2c0a90f85e90" + "276d4f85-a551-4664-91b2-b3af171b4bbf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -950,16 +950,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11994" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082104Z:ed28bee7-036d-40ce-8dfe-9888098fceba" + "CENTRALUSEUAP:20210420T090245Z:dd860a20-c286-4745-a0c7-87e2f932df65" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 08:21:04 GMT" + "Tue, 20 Apr 2021 09:02:45 GMT" ], "Content-Length": [ "29" @@ -975,22 +975,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns806be0?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczgwNmJlMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnse44ae0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2U0NGFlMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1be9c407-dccc-4090-a894-9282be7ee244" + "b8224864-6a4c-4052-835e-e25105311475" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, "ResponseHeaders": { @@ -1004,13 +1004,13 @@ "gateway" ], "x-ms-request-id": [ - "31221980-4d19-4db1-8a71-7b5b03382624" + "00a8944a-3e56-4474-a030-6bb080439362" ], "x-ms-correlation-request-id": [ - "31221980-4d19-4db1-8a71-7b5b03382624" + "00a8944a-3e56-4474-a030-6bb080439362" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082105Z:31221980-4d19-4db1-8a71-7b5b03382624" + "CENTRALUSEUAP:20210420T090247Z:00a8944a-3e56-4474-a030-6bb080439362" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1019,7 +1019,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 08:21:04 GMT" + "Tue, 20 Apr 2021 09:02:47 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1031,23 +1031,23 @@ "245" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/publicIPAddresses/pstestpublicdns806be0' under resource group 'PSTestRG806beba5' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/publicIPAddresses/pstestpublicdnse44ae0' under resource group 'PSTestRGe44ae3d9' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns806be0?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczgwNmJlMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnse44ae0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2U0NGFlMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1be9c407-dccc-4090-a894-9282be7ee244" + "b8224864-6a4c-4052-835e-e25105311475" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, "ResponseHeaders": { @@ -1058,16 +1058,16 @@ "no-cache" ], "ETag": [ - "W/\"42bdcc6e-949a-402e-9611-06b7cc14d346\"" + "W/\"f3ce5dc4-e48d-4aef-b31f-d5dcc58b7645\"" ], "x-ms-request-id": [ - "93c20ac1-9b3d-4b19-ad8e-7989313f426a" + "1187b88c-4028-4dbf-820e-c2b26e2c9db1" ], "x-ms-correlation-request-id": [ - "74fb8a4d-01bb-4dfd-adcb-96d1a9b12320" + "548258b2-5774-4a91-9f9c-fa0aab38efee" ], "x-ms-arm-service-request-id": [ - "e03669a7-725d-4f73-9873-768a38bfe8c8" + "dfe5fd88-15c5-4454-b0c7-7d89d57f035d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1077,19 +1077,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11989" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082108Z:74fb8a4d-01bb-4dfd-adcb-96d1a9b12320" + "CENTRALUSEUAP:20210420T090253Z:548258b2-5774-4a91-9f9c-fa0aab38efee" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 08:21:07 GMT" + "Tue, 20 Apr 2021 09:02:53 GMT" ], "Content-Length": [ - "697" + "699" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1098,26 +1098,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pstestpublicdns806be0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns806be0\",\r\n \"etag\": \"W/\\\"42bdcc6e-949a-402e-9611-06b7cc14d346\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ee6c90fb-3710-47ad-b054-2ffda729dd3d\",\r\n \"ipAddress\": \"52.230.86.76\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Regional\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pstestpublicdnse44ae0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnse44ae0\",\r\n \"etag\": \"W/\\\"f3ce5dc4-e48d-4aef-b31f-d5dcc58b7645\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a0d2a5fb-b164-43f3-ba3e-f139ad05712e\",\r\n \"ipAddress\": \"52.163.210.116\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Regional\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns806be0?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczgwNmJlMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnse44ae0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2U0NGFlMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1be9c407-dccc-4090-a894-9282be7ee244" + "b8224864-6a4c-4052-835e-e25105311475" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, "ResponseHeaders": { @@ -1128,16 +1128,16 @@ "no-cache" ], "ETag": [ - "W/\"42bdcc6e-949a-402e-9611-06b7cc14d346\"" + "W/\"f3ce5dc4-e48d-4aef-b31f-d5dcc58b7645\"" ], "x-ms-request-id": [ - "504f8da7-45cf-410e-ba2d-2f60a46709c3" + "aa89c034-8479-4377-868b-0125f6a1626a" ], "x-ms-correlation-request-id": [ - "5277c34d-f59f-4d1d-b3b9-b5947a1fbe10" + "d74449ca-8c38-4b9a-9e1a-3bf15b3a238a" ], "x-ms-arm-service-request-id": [ - "ee500bc0-72eb-4578-ada4-9da33f4f9f22" + "06b747cc-7fc7-4451-9c5f-d38ef18024d2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1147,19 +1147,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11988" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082108Z:5277c34d-f59f-4d1d-b3b9-b5947a1fbe10" + "CENTRALUSEUAP:20210420T090254Z:d74449ca-8c38-4b9a-9e1a-3bf15b3a238a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 08:21:07 GMT" + "Tue, 20 Apr 2021 09:02:54 GMT" ], "Content-Length": [ - "697" + "699" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1168,26 +1168,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pstestpublicdns806be0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns806be0\",\r\n \"etag\": \"W/\\\"42bdcc6e-949a-402e-9611-06b7cc14d346\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ee6c90fb-3710-47ad-b054-2ffda729dd3d\",\r\n \"ipAddress\": \"52.230.86.76\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Regional\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pstestpublicdnse44ae0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnse44ae0\",\r\n \"etag\": \"W/\\\"f3ce5dc4-e48d-4aef-b31f-d5dcc58b7645\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a0d2a5fb-b164-43f3-ba3e-f139ad05712e\",\r\n \"ipAddress\": \"52.163.210.116\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Regional\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns806be0?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczgwNmJlMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnse44ae0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2U0NGFlMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"ipTags\": [],\r\n \"idleTimeoutInMinutes\": 4\r\n },\r\n \"zones\": [],\r\n \"location\": \"southeastasia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1be9c407-dccc-4090-a894-9282be7ee244" + "b8224864-6a4c-4052-835e-e25105311475" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1207,19 +1207,19 @@ "1" ], "x-ms-request-id": [ - "5f4f55c9-55d6-4a61-9af8-620abc6045e7" + "297a0828-a3fd-4577-b2c8-da7188640736" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/5f4f55c9-55d6-4a61-9af8-620abc6045e7?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/297a0828-a3fd-4577-b2c8-da7188640736?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "f32d51ea-4abf-4f3f-adb3-e7d554a36ba4" + "91ee493c-c70f-4f96-93f5-53972ad8827e" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "f24c57e0-3cee-4943-b94d-237822820db6" + "1fa3f2c8-6f18-45f4-af70-41593864844e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1229,16 +1229,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1197" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082106Z:f32d51ea-4abf-4f3f-adb3-e7d554a36ba4" + "CENTRALUSEUAP:20210420T090251Z:91ee493c-c70f-4f96-93f5-53972ad8827e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 08:21:06 GMT" + "Tue, 20 Apr 2021 09:02:50 GMT" ], "Content-Length": [ "662" @@ -1250,23 +1250,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pstestpublicdns806be0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns806be0\",\r\n \"etag\": \"W/\\\"679c8376-4bf3-4895-a86d-26717a381a5b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"ee6c90fb-3710-47ad-b054-2ffda729dd3d\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Regional\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pstestpublicdnse44ae0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnse44ae0\",\r\n \"etag\": \"W/\\\"329bcd94-085b-4c2d-ae09-b90da353e63d\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"a0d2a5fb-b164-43f3-ba3e-f139ad05712e\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Regional\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/5f4f55c9-55d6-4a61-9af8-620abc6045e7?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVmNGY1NWM5LTU1ZDYtNGE2MS05YWY4LTYyMGFiYzYwNDVlNz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/297a0828-a3fd-4577-b2c8-da7188640736?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzI5N2EwODI4LWEzZmQtNDU3Ny1iMmM4LWRhNzE4ODY0MDczNj9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1be9c407-dccc-4090-a894-9282be7ee244" + "b8224864-6a4c-4052-835e-e25105311475" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, "ResponseHeaders": { @@ -1277,13 +1277,13 @@ "no-cache" ], "x-ms-request-id": [ - "3766734e-9c95-40bd-97e4-f369980aa33a" + "01c3b9d0-414c-4829-8673-6ec77e98da54" ], "x-ms-correlation-request-id": [ - "73b29c81-2d07-4234-a00e-27aa3973f142" + "5d20395b-5418-4031-bfe5-bb5234b6447c" ], "x-ms-arm-service-request-id": [ - "945e18f7-2925-427b-a516-90c9129697f1" + "f0452578-5750-4549-9c38-35d4c3832ebc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1293,16 +1293,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11990" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082108Z:73b29c81-2d07-4234-a00e-27aa3973f142" + "CENTRALUSEUAP:20210420T090253Z:5d20395b-5418-4031-bfe5-bb5234b6447c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 08:21:07 GMT" + "Tue, 20 Apr 2021 09:02:53 GMT" ], "Content-Length": [ "29" @@ -1318,22 +1318,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG806be0?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0c4MDZiZTA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGe44ae0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0dlNDRhZTA/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "db8aa98c-f53a-4fc7-9d47-d200d2c62d03" + "b72d2199-6c30-414e-8bf3-ed454423f5b2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, "ResponseHeaders": { @@ -1347,13 +1347,13 @@ "gateway" ], "x-ms-request-id": [ - "ce0af7e8-a3b8-426a-91f6-601d1b739c54" + "c14d029d-ea0e-4540-b8ea-14894a3f9bbe" ], "x-ms-correlation-request-id": [ - "ce0af7e8-a3b8-426a-91f6-601d1b739c54" + "c14d029d-ea0e-4540-b8ea-14894a3f9bbe" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082108Z:ce0af7e8-a3b8-426a-91f6-601d1b739c54" + "CENTRALUSEUAP:20210420T090254Z:c14d029d-ea0e-4540-b8ea-14894a3f9bbe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1362,7 +1362,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 08:21:08 GMT" + "Tue, 20 Apr 2021 09:02:54 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1374,23 +1374,23 @@ "243" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/networkSecurityGroups/PSTestNSG806be0' under resource group 'PSTestRG806beba5' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/networkSecurityGroups/PSTestNSGe44ae0' under resource group 'PSTestRGe44ae3d9' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG806be0?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0c4MDZiZTA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGe44ae0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0dlNDRhZTA/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "db8aa98c-f53a-4fc7-9d47-d200d2c62d03" + "b72d2199-6c30-414e-8bf3-ed454423f5b2" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, "ResponseHeaders": { @@ -1401,16 +1401,16 @@ "no-cache" ], "ETag": [ - "W/\"e317107b-a7da-4454-bfba-5285344d8806\"" + "W/\"ae3de340-2cbd-4763-ba29-87e66de8eec3\"" ], "x-ms-request-id": [ - "fb63d08f-eac8-41e8-849f-d0b78962c2d4" + "2f6745c5-9371-467e-afa5-2ffb2b6bfff4" ], "x-ms-correlation-request-id": [ - "40f1daeb-176e-44e7-87b4-e18c15fa2796" + "3fb5f306-5ced-495a-a2da-0dab95a01ab9" ], "x-ms-arm-service-request-id": [ - "16a9ec16-64bc-49a1-a240-9ec1c08f7b5b" + "d9c1db67-3d1c-4d24-96aa-ab2c327737c1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1420,16 +1420,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11985" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082113Z:40f1daeb-176e-44e7-87b4-e18c15fa2796" + "CENTRALUSEUAP:20210420T090302Z:3fb5f306-5ced-495a-a2da-0dab95a01ab9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 08:21:12 GMT" + "Tue, 20 Apr 2021 09:03:02 GMT" ], "Content-Length": [ "8475" @@ -1441,26 +1441,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNSG806be0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG806be0\",\r\n \"etag\": \"W/\\\"e317107b-a7da-4454-bfba-5285344d8806\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b852c7b9-1f54-4247-969d-64b33525383e\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDP806be0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG806be0/securityRules/PSTestNSGRuleRDP806be0\",\r\n \"etag\": \"W/\\\"e317107b-a7da-4454-bfba-5285344d8806\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"3389\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 1000,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"PSTestNSGRuleWeb806be0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG806be0/securityRules/PSTestNSGRuleWeb806be0\",\r\n \"etag\": \"W/\\\"e317107b-a7da-4454-bfba-5285344d8806\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"80\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 1001,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n }\r\n ],\r\n \"defaultSecurityRules\": [\r\n {\r\n \"name\": \"AllowVnetInBound\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG806be0/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"e317107b-a7da-4454-bfba-5285344d8806\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Allow inbound traffic from all VMs in VNET\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"VirtualNetwork\",\r\n \"destinationAddressPrefix\": \"VirtualNetwork\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65000,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowAzureLoadBalancerInBound\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG806be0/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"e317107b-a7da-4454-bfba-5285344d8806\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Allow inbound traffic from azure load balancer\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"AzureLoadBalancer\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65001,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"DenyAllInBound\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG806be0/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"e317107b-a7da-4454-bfba-5285344d8806\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Deny all inbound traffic\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Deny\",\r\n \"priority\": 65500,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowVnetOutBound\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG806be0/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"e317107b-a7da-4454-bfba-5285344d8806\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Allow outbound traffic from all VMs to all VMs in VNET\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"VirtualNetwork\",\r\n \"destinationAddressPrefix\": \"VirtualNetwork\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65000,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowInternetOutBound\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG806be0/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"e317107b-a7da-4454-bfba-5285344d8806\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Allow outbound traffic from all VMs to Internet\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"Internet\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65001,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"DenyAllOutBound\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG806be0/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"e317107b-a7da-4454-bfba-5285344d8806\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Deny all outbound traffic\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Deny\",\r\n \"priority\": 65500,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestNSGe44ae0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGe44ae0\",\r\n \"etag\": \"W/\\\"ae3de340-2cbd-4763-ba29-87e66de8eec3\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"019ff97f-5087-49c7-b81e-6ceef97ef73f\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPe44ae0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGe44ae0/securityRules/PSTestNSGRuleRDPe44ae0\",\r\n \"etag\": \"W/\\\"ae3de340-2cbd-4763-ba29-87e66de8eec3\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"3389\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 1000,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"PSTestNSGRuleWebe44ae0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGe44ae0/securityRules/PSTestNSGRuleWebe44ae0\",\r\n \"etag\": \"W/\\\"ae3de340-2cbd-4763-ba29-87e66de8eec3\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"80\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 1001,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n }\r\n ],\r\n \"defaultSecurityRules\": [\r\n {\r\n \"name\": \"AllowVnetInBound\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGe44ae0/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"ae3de340-2cbd-4763-ba29-87e66de8eec3\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Allow inbound traffic from all VMs in VNET\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"VirtualNetwork\",\r\n \"destinationAddressPrefix\": \"VirtualNetwork\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65000,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowAzureLoadBalancerInBound\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGe44ae0/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"ae3de340-2cbd-4763-ba29-87e66de8eec3\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Allow inbound traffic from azure load balancer\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"AzureLoadBalancer\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65001,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"DenyAllInBound\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGe44ae0/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"ae3de340-2cbd-4763-ba29-87e66de8eec3\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Deny all inbound traffic\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Deny\",\r\n \"priority\": 65500,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowVnetOutBound\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGe44ae0/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"ae3de340-2cbd-4763-ba29-87e66de8eec3\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Allow outbound traffic from all VMs to all VMs in VNET\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"VirtualNetwork\",\r\n \"destinationAddressPrefix\": \"VirtualNetwork\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65000,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowInternetOutBound\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGe44ae0/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"ae3de340-2cbd-4763-ba29-87e66de8eec3\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Allow outbound traffic from all VMs to Internet\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"Internet\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65001,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"DenyAllOutBound\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGe44ae0/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"ae3de340-2cbd-4763-ba29-87e66de8eec3\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Deny all outbound traffic\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Deny\",\r\n \"priority\": 65500,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG806be0?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0c4MDZiZTA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGe44ae0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0dlNDRhZTA/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "db8aa98c-f53a-4fc7-9d47-d200d2c62d03" + "b72d2199-6c30-414e-8bf3-ed454423f5b2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, "ResponseHeaders": { @@ -1471,16 +1471,16 @@ "no-cache" ], "ETag": [ - "W/\"e317107b-a7da-4454-bfba-5285344d8806\"" + "W/\"ae3de340-2cbd-4763-ba29-87e66de8eec3\"" ], "x-ms-request-id": [ - "b5efc2bb-0e30-4cdf-8c8a-a398b7c078f0" + "6b216ece-5ea2-42b1-bd73-5dc4b4df1026" ], "x-ms-correlation-request-id": [ - "64169fd0-178e-4ba9-9da9-9223fd94eb68" + "b09a4623-52c4-48f3-94ad-7b1f426dabf6" ], "x-ms-arm-service-request-id": [ - "76f6408f-a411-48cb-93f7-589d5ffc3cee" + "1ae0b31e-378c-4aed-8ef1-82a19c105082" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1490,16 +1490,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11984" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082113Z:64169fd0-178e-4ba9-9da9-9223fd94eb68" + "CENTRALUSEUAP:20210420T090303Z:b09a4623-52c4-48f3-94ad-7b1f426dabf6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 08:21:12 GMT" + "Tue, 20 Apr 2021 09:03:02 GMT" ], "Content-Length": [ "8475" @@ -1511,26 +1511,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNSG806be0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG806be0\",\r\n \"etag\": \"W/\\\"e317107b-a7da-4454-bfba-5285344d8806\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b852c7b9-1f54-4247-969d-64b33525383e\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDP806be0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG806be0/securityRules/PSTestNSGRuleRDP806be0\",\r\n \"etag\": \"W/\\\"e317107b-a7da-4454-bfba-5285344d8806\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"3389\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 1000,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"PSTestNSGRuleWeb806be0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG806be0/securityRules/PSTestNSGRuleWeb806be0\",\r\n \"etag\": \"W/\\\"e317107b-a7da-4454-bfba-5285344d8806\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"80\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 1001,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n }\r\n ],\r\n \"defaultSecurityRules\": [\r\n {\r\n \"name\": \"AllowVnetInBound\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG806be0/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"e317107b-a7da-4454-bfba-5285344d8806\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Allow inbound traffic from all VMs in VNET\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"VirtualNetwork\",\r\n \"destinationAddressPrefix\": \"VirtualNetwork\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65000,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowAzureLoadBalancerInBound\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG806be0/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"e317107b-a7da-4454-bfba-5285344d8806\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Allow inbound traffic from azure load balancer\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"AzureLoadBalancer\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65001,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"DenyAllInBound\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG806be0/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"e317107b-a7da-4454-bfba-5285344d8806\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Deny all inbound traffic\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Deny\",\r\n \"priority\": 65500,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowVnetOutBound\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG806be0/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"e317107b-a7da-4454-bfba-5285344d8806\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Allow outbound traffic from all VMs to all VMs in VNET\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"VirtualNetwork\",\r\n \"destinationAddressPrefix\": \"VirtualNetwork\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65000,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowInternetOutBound\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG806be0/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"e317107b-a7da-4454-bfba-5285344d8806\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Allow outbound traffic from all VMs to Internet\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"Internet\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65001,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"DenyAllOutBound\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG806be0/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"e317107b-a7da-4454-bfba-5285344d8806\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Deny all outbound traffic\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Deny\",\r\n \"priority\": 65500,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestNSGe44ae0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGe44ae0\",\r\n \"etag\": \"W/\\\"ae3de340-2cbd-4763-ba29-87e66de8eec3\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"019ff97f-5087-49c7-b81e-6ceef97ef73f\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPe44ae0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGe44ae0/securityRules/PSTestNSGRuleRDPe44ae0\",\r\n \"etag\": \"W/\\\"ae3de340-2cbd-4763-ba29-87e66de8eec3\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"3389\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 1000,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"PSTestNSGRuleWebe44ae0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGe44ae0/securityRules/PSTestNSGRuleWebe44ae0\",\r\n \"etag\": \"W/\\\"ae3de340-2cbd-4763-ba29-87e66de8eec3\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"80\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 1001,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n }\r\n ],\r\n \"defaultSecurityRules\": [\r\n {\r\n \"name\": \"AllowVnetInBound\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGe44ae0/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"ae3de340-2cbd-4763-ba29-87e66de8eec3\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Allow inbound traffic from all VMs in VNET\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"VirtualNetwork\",\r\n \"destinationAddressPrefix\": \"VirtualNetwork\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65000,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowAzureLoadBalancerInBound\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGe44ae0/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"ae3de340-2cbd-4763-ba29-87e66de8eec3\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Allow inbound traffic from azure load balancer\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"AzureLoadBalancer\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65001,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"DenyAllInBound\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGe44ae0/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"ae3de340-2cbd-4763-ba29-87e66de8eec3\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Deny all inbound traffic\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Deny\",\r\n \"priority\": 65500,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowVnetOutBound\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGe44ae0/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"ae3de340-2cbd-4763-ba29-87e66de8eec3\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Allow outbound traffic from all VMs to all VMs in VNET\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"VirtualNetwork\",\r\n \"destinationAddressPrefix\": \"VirtualNetwork\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65000,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowInternetOutBound\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGe44ae0/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"ae3de340-2cbd-4763-ba29-87e66de8eec3\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Allow outbound traffic from all VMs to Internet\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"Internet\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65001,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"DenyAllOutBound\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGe44ae0/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"ae3de340-2cbd-4763-ba29-87e66de8eec3\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Deny all outbound traffic\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Deny\",\r\n \"priority\": 65500,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG806be0?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0c4MDZiZTA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGe44ae0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0dlNDRhZTA/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"securityRules\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Tcp\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"3389\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 1000,\r\n \"direction\": \"Inbound\"\r\n },\r\n \"name\": \"PSTestNSGRuleRDP806be0\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Tcp\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"80\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 1001,\r\n \"direction\": \"Inbound\"\r\n },\r\n \"name\": \"PSTestNSGRuleWeb806be0\"\r\n }\r\n ]\r\n },\r\n \"location\": \"southeastasia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"securityRules\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Tcp\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"3389\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 1000,\r\n \"direction\": \"Inbound\"\r\n },\r\n \"name\": \"PSTestNSGRuleRDPe44ae0\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Tcp\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"80\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 1001,\r\n \"direction\": \"Inbound\"\r\n },\r\n \"name\": \"PSTestNSGRuleWebe44ae0\"\r\n }\r\n ]\r\n },\r\n \"location\": \"southeastasia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "db8aa98c-f53a-4fc7-9d47-d200d2c62d03" + "b72d2199-6c30-414e-8bf3-ed454423f5b2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1550,19 +1550,19 @@ "3" ], "x-ms-request-id": [ - "4d8bf59b-360e-40e5-9e85-50cacfddb221" + "1a1a0160-d1a5-4046-ad07-147e123b499f" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/4d8bf59b-360e-40e5-9e85-50cacfddb221?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/1a1a0160-d1a5-4046-ad07-147e123b499f?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "39f8d19d-e413-4867-b6ef-680281b188a4" + "5f67b2a8-e9be-4af9-8616-43cf2619f122" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "6723016a-a53d-4fd1-971d-e4dd16cfbab9" + "94345fb7-2339-4f24-abbb-7e95b8ac396a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1572,16 +1572,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1196" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082109Z:39f8d19d-e413-4867-b6ef-680281b188a4" + "CENTRALUSEUAP:20210420T090258Z:5f67b2a8-e9be-4af9-8616-43cf2619f122" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 08:21:09 GMT" + "Tue, 20 Apr 2021 09:02:58 GMT" ], "Content-Length": [ "8466" @@ -1593,23 +1593,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNSG806be0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG806be0\",\r\n \"etag\": \"W/\\\"3b6f0ec9-3272-498a-a62e-2e447d18240b\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"b852c7b9-1f54-4247-969d-64b33525383e\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDP806be0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG806be0/securityRules/PSTestNSGRuleRDP806be0\",\r\n \"etag\": \"W/\\\"3b6f0ec9-3272-498a-a62e-2e447d18240b\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Tcp\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"3389\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 1000,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"PSTestNSGRuleWeb806be0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG806be0/securityRules/PSTestNSGRuleWeb806be0\",\r\n \"etag\": \"W/\\\"3b6f0ec9-3272-498a-a62e-2e447d18240b\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Tcp\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"80\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 1001,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n }\r\n ],\r\n \"defaultSecurityRules\": [\r\n {\r\n \"name\": \"AllowVnetInBound\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG806be0/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"3b6f0ec9-3272-498a-a62e-2e447d18240b\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"description\": \"Allow inbound traffic from all VMs in VNET\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"VirtualNetwork\",\r\n \"destinationAddressPrefix\": \"VirtualNetwork\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65000,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowAzureLoadBalancerInBound\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG806be0/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"3b6f0ec9-3272-498a-a62e-2e447d18240b\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"description\": \"Allow inbound traffic from azure load balancer\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"AzureLoadBalancer\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65001,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"DenyAllInBound\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG806be0/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"3b6f0ec9-3272-498a-a62e-2e447d18240b\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"description\": \"Deny all inbound traffic\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Deny\",\r\n \"priority\": 65500,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowVnetOutBound\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG806be0/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"3b6f0ec9-3272-498a-a62e-2e447d18240b\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"description\": \"Allow outbound traffic from all VMs to all VMs in VNET\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"VirtualNetwork\",\r\n \"destinationAddressPrefix\": \"VirtualNetwork\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65000,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowInternetOutBound\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG806be0/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"3b6f0ec9-3272-498a-a62e-2e447d18240b\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"description\": \"Allow outbound traffic from all VMs to Internet\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"Internet\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65001,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"DenyAllOutBound\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG806be0/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"3b6f0ec9-3272-498a-a62e-2e447d18240b\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"description\": \"Deny all outbound traffic\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Deny\",\r\n \"priority\": 65500,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestNSGe44ae0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGe44ae0\",\r\n \"etag\": \"W/\\\"e697888e-4c89-4ffc-807e-ef0672b497d9\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"019ff97f-5087-49c7-b81e-6ceef97ef73f\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPe44ae0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGe44ae0/securityRules/PSTestNSGRuleRDPe44ae0\",\r\n \"etag\": \"W/\\\"e697888e-4c89-4ffc-807e-ef0672b497d9\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Tcp\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"3389\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 1000,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"PSTestNSGRuleWebe44ae0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGe44ae0/securityRules/PSTestNSGRuleWebe44ae0\",\r\n \"etag\": \"W/\\\"e697888e-4c89-4ffc-807e-ef0672b497d9\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Tcp\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"80\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 1001,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n }\r\n ],\r\n \"defaultSecurityRules\": [\r\n {\r\n \"name\": \"AllowVnetInBound\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGe44ae0/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"e697888e-4c89-4ffc-807e-ef0672b497d9\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"description\": \"Allow inbound traffic from all VMs in VNET\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"VirtualNetwork\",\r\n \"destinationAddressPrefix\": \"VirtualNetwork\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65000,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowAzureLoadBalancerInBound\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGe44ae0/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"e697888e-4c89-4ffc-807e-ef0672b497d9\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"description\": \"Allow inbound traffic from azure load balancer\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"AzureLoadBalancer\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65001,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"DenyAllInBound\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGe44ae0/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"e697888e-4c89-4ffc-807e-ef0672b497d9\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"description\": \"Deny all inbound traffic\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Deny\",\r\n \"priority\": 65500,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowVnetOutBound\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGe44ae0/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"e697888e-4c89-4ffc-807e-ef0672b497d9\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"description\": \"Allow outbound traffic from all VMs to all VMs in VNET\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"VirtualNetwork\",\r\n \"destinationAddressPrefix\": \"VirtualNetwork\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65000,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowInternetOutBound\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGe44ae0/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"e697888e-4c89-4ffc-807e-ef0672b497d9\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"description\": \"Allow outbound traffic from all VMs to Internet\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"Internet\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65001,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"DenyAllOutBound\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGe44ae0/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"e697888e-4c89-4ffc-807e-ef0672b497d9\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"description\": \"Deny all outbound traffic\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Deny\",\r\n \"priority\": 65500,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/4d8bf59b-360e-40e5-9e85-50cacfddb221?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzRkOGJmNTliLTM2MGUtNDBlNS05ZTg1LTUwY2FjZmRkYjIyMT9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/1a1a0160-d1a5-4046-ad07-147e123b499f?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFhMWEwMTYwLWQxYTUtNDA0Ni1hZDA3LTE0N2UxMjNiNDk5Zj9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "db8aa98c-f53a-4fc7-9d47-d200d2c62d03" + "b72d2199-6c30-414e-8bf3-ed454423f5b2" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, "ResponseHeaders": { @@ -1620,13 +1620,13 @@ "no-cache" ], "x-ms-request-id": [ - "e9e80edc-6513-45ce-bf89-47ef3f2ae4ab" + "fb0030e2-b3cb-473f-8089-29878377c11c" ], "x-ms-correlation-request-id": [ - "8c457738-897e-462c-a4a9-67fb10102f10" + "28209842-3178-4e08-9412-4c0f5764248c" ], "x-ms-arm-service-request-id": [ - "2dbad8ab-4d48-40ba-ab7e-a7f03a219d4f" + "856523dd-7397-430a-ae9e-1c417e300f5b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1636,16 +1636,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11986" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082112Z:8c457738-897e-462c-a4a9-67fb10102f10" + "CENTRALUSEUAP:20210420T090302Z:28209842-3178-4e08-9412-4c0f5764248c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 08:21:12 GMT" + "Tue, 20 Apr 2021 09:03:01 GMT" ], "Content-Length": [ "29" @@ -1661,22 +1661,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/networkInterfaces/PSTestNIC806be0?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzgwNmJlMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkInterfaces/PSTestNICe44ae0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2U0NGFlMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "07dfeadd-651d-4cbd-a939-998bfcca2bf3" + "f56346a0-a8a9-4113-8e9d-c82593bf8bec" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, "ResponseHeaders": { @@ -1690,13 +1690,13 @@ "gateway" ], "x-ms-request-id": [ - "aa6ec92b-6da6-41af-a018-fcaae5bf05eb" + "17df7ca5-0e0d-47db-9c7d-2045ed2fd429" ], "x-ms-correlation-request-id": [ - "aa6ec92b-6da6-41af-a018-fcaae5bf05eb" + "17df7ca5-0e0d-47db-9c7d-2045ed2fd429" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082113Z:aa6ec92b-6da6-41af-a018-fcaae5bf05eb" + "CENTRALUSEUAP:20210420T090304Z:17df7ca5-0e0d-47db-9c7d-2045ed2fd429" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1705,7 +1705,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 08:21:12 GMT" + "Tue, 20 Apr 2021 09:03:04 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1717,23 +1717,23 @@ "239" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/networkInterfaces/PSTestNIC806be0' under resource group 'PSTestRG806beba5' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/networkInterfaces/PSTestNICe44ae0' under resource group 'PSTestRGe44ae3d9' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/networkInterfaces/PSTestNIC806be0?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzgwNmJlMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkInterfaces/PSTestNICe44ae0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2U0NGFlMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "07dfeadd-651d-4cbd-a939-998bfcca2bf3" + "f56346a0-a8a9-4113-8e9d-c82593bf8bec" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, "ResponseHeaders": { @@ -1744,16 +1744,16 @@ "no-cache" ], "ETag": [ - "W/\"9a2c769a-ea0a-4b72-9bc7-db70232a09eb\"" + "W/\"07d689bf-4556-4a65-9177-ad8214244c8f\"" ], "x-ms-request-id": [ - "8febda4b-4283-4da8-b9d8-8dfe29d762e7" + "fe510dd7-6098-4914-936b-8058f3d40304" ], "x-ms-correlation-request-id": [ - "e5227269-bd43-4b1e-bcb5-b0be151cd8cf" + "924eaeb5-8a6a-4ef7-bb65-78c5669d9510" ], "x-ms-arm-service-request-id": [ - "1de3a508-6fc9-4448-8ac8-451f9150f4da" + "b76b9b2b-0a57-431c-bed0-5f690cf77be0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1763,16 +1763,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11982" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082114Z:e5227269-bd43-4b1e-bcb5-b0be151cd8cf" + "CENTRALUSEUAP:20210420T090310Z:924eaeb5-8a6a-4ef7-bb65-78c5669d9510" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 08:21:13 GMT" + "Tue, 20 Apr 2021 09:03:10 GMT" ], "Content-Length": [ "2104" @@ -1784,26 +1784,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNIC806be0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/networkInterfaces/PSTestNIC806be0\",\r\n \"etag\": \"W/\\\"9a2c769a-ea0a-4b72-9bc7-db70232a09eb\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b2df4e13-66ce-474f-b9bc-9d14c002c786\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/networkInterfaces/PSTestNIC806be0/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"9a2c769a-ea0a-4b72-9bc7-db70232a09eb\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"192.168.1.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns806be0\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/virtualNetworks/PSTestVNET806be0/subnets/PSTestSNC806be0\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"dagk52cgokuenki3e2vfjyeq5g.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"networkSecurityGroup\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG806be0\"\r\n },\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": [],\r\n \"nicType\": \"Standard\"\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestNICe44ae0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkInterfaces/PSTestNICe44ae0\",\r\n \"etag\": \"W/\\\"07d689bf-4556-4a65-9177-ad8214244c8f\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2d3a19bf-01a5-4b7e-a2da-44e93dbfaf70\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkInterfaces/PSTestNICe44ae0/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"07d689bf-4556-4a65-9177-ad8214244c8f\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"192.168.1.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnse44ae0\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/virtualNetworks/PSTestVNETe44ae0/subnets/PSTestSNCe44ae0\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"zpxwj4jb4ase5dydy41nzhbbpd.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"networkSecurityGroup\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGe44ae0\"\r\n },\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": [],\r\n \"nicType\": \"Standard\"\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/networkInterfaces/PSTestNIC806be0?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzgwNmJlMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkInterfaces/PSTestNICe44ae0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2U0NGFlMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "07dfeadd-651d-4cbd-a939-998bfcca2bf3" + "f56346a0-a8a9-4113-8e9d-c82593bf8bec" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, "ResponseHeaders": { @@ -1814,16 +1814,16 @@ "no-cache" ], "ETag": [ - "W/\"9a2c769a-ea0a-4b72-9bc7-db70232a09eb\"" + "W/\"07d689bf-4556-4a65-9177-ad8214244c8f\"" ], "x-ms-request-id": [ - "77865e58-f937-4fc2-a092-1a8c0689ee58" + "edebd716-db2d-44dd-ae3b-f72d7f2d1dfc" ], "x-ms-correlation-request-id": [ - "75522c0a-88bf-43cb-90b1-7bca04238283" + "d5463216-b97c-4736-a25d-b03310028c92" ], "x-ms-arm-service-request-id": [ - "1816d0dc-d0de-4419-87b8-1350443d0cb6" + "5b499c31-386b-4f7a-b777-837de30390f1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1833,16 +1833,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11981" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082114Z:75522c0a-88bf-43cb-90b1-7bca04238283" + "CENTRALUSEUAP:20210420T090310Z:d5463216-b97c-4736-a25d-b03310028c92" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 08:21:13 GMT" + "Tue, 20 Apr 2021 09:03:10 GMT" ], "Content-Length": [ "2104" @@ -1854,26 +1854,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNIC806be0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/networkInterfaces/PSTestNIC806be0\",\r\n \"etag\": \"W/\\\"9a2c769a-ea0a-4b72-9bc7-db70232a09eb\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b2df4e13-66ce-474f-b9bc-9d14c002c786\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/networkInterfaces/PSTestNIC806be0/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"9a2c769a-ea0a-4b72-9bc7-db70232a09eb\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"192.168.1.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns806be0\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/virtualNetworks/PSTestVNET806be0/subnets/PSTestSNC806be0\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"dagk52cgokuenki3e2vfjyeq5g.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"networkSecurityGroup\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG806be0\"\r\n },\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": [],\r\n \"nicType\": \"Standard\"\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestNICe44ae0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkInterfaces/PSTestNICe44ae0\",\r\n \"etag\": \"W/\\\"07d689bf-4556-4a65-9177-ad8214244c8f\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2d3a19bf-01a5-4b7e-a2da-44e93dbfaf70\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkInterfaces/PSTestNICe44ae0/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"07d689bf-4556-4a65-9177-ad8214244c8f\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"192.168.1.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnse44ae0\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/virtualNetworks/PSTestVNETe44ae0/subnets/PSTestSNCe44ae0\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"zpxwj4jb4ase5dydy41nzhbbpd.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"networkSecurityGroup\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGe44ae0\"\r\n },\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": [],\r\n \"nicType\": \"Standard\"\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/networkInterfaces/PSTestNIC806be0?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzgwNmJlMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkInterfaces/PSTestNICe44ae0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2U0NGFlMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"networkSecurityGroup\": {\r\n \"properties\": {\r\n \"securityRules\": []\r\n },\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG806be0\",\r\n \"tags\": {}\r\n },\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"virtualNetworkTaps\": [],\r\n \"applicationGatewayBackendAddressPools\": [],\r\n \"loadBalancerBackendAddressPools\": [],\r\n \"loadBalancerInboundNatRules\": [],\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": []\r\n },\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/virtualNetworks/PSTestVNET806be0/subnets/PSTestSNC806be0\"\r\n },\r\n \"primary\": true,\r\n \"publicIPAddress\": {\r\n \"properties\": {\r\n \"ipTags\": []\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns806be0\",\r\n \"tags\": {}\r\n }\r\n },\r\n \"name\": \"ipconfig1\"\r\n }\r\n ],\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false\r\n },\r\n \"location\": \"southeastasia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"networkSecurityGroup\": {\r\n \"properties\": {\r\n \"securityRules\": []\r\n },\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGe44ae0\",\r\n \"tags\": {}\r\n },\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"virtualNetworkTaps\": [],\r\n \"applicationGatewayBackendAddressPools\": [],\r\n \"loadBalancerBackendAddressPools\": [],\r\n \"loadBalancerInboundNatRules\": [],\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": []\r\n },\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/virtualNetworks/PSTestVNETe44ae0/subnets/PSTestSNCe44ae0\"\r\n },\r\n \"primary\": true,\r\n \"publicIPAddress\": {\r\n \"properties\": {\r\n \"ipTags\": []\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnse44ae0\",\r\n \"tags\": {}\r\n }\r\n },\r\n \"name\": \"ipconfig1\"\r\n }\r\n ],\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false\r\n },\r\n \"location\": \"southeastasia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "07dfeadd-651d-4cbd-a939-998bfcca2bf3" + "f56346a0-a8a9-4113-8e9d-c82593bf8bec" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1890,19 +1890,19 @@ "no-cache" ], "x-ms-request-id": [ - "66a0ce0b-67d2-4b71-a9d2-4f2bfa350e43" + "aba3d788-18da-4c8f-b1a5-60069cee895b" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/66a0ce0b-67d2-4b71-a9d2-4f2bfa350e43?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/aba3d788-18da-4c8f-b1a5-60069cee895b?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "3d9b736a-bd6c-4c42-8e96-42f36231707b" + "46388f67-481d-4ae0-b454-65f07674254f" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "cc2fa283-06ca-4739-9552-1162e82de676" + "6ce1a0b6-caa8-4a0b-8db0-c1b8c72c5a3a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1912,16 +1912,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1195" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082114Z:3d9b736a-bd6c-4c42-8e96-42f36231707b" + "CENTRALUSEUAP:20210420T090309Z:46388f67-481d-4ae0-b454-65f07674254f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 08:21:13 GMT" + "Tue, 20 Apr 2021 09:03:08 GMT" ], "Content-Length": [ "2104" @@ -1933,26 +1933,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNIC806be0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/networkInterfaces/PSTestNIC806be0\",\r\n \"etag\": \"W/\\\"9a2c769a-ea0a-4b72-9bc7-db70232a09eb\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b2df4e13-66ce-474f-b9bc-9d14c002c786\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/networkInterfaces/PSTestNIC806be0/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"9a2c769a-ea0a-4b72-9bc7-db70232a09eb\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"192.168.1.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns806be0\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/virtualNetworks/PSTestVNET806be0/subnets/PSTestSNC806be0\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"dagk52cgokuenki3e2vfjyeq5g.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"networkSecurityGroup\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG806be0\"\r\n },\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": [],\r\n \"nicType\": \"Standard\"\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestNICe44ae0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkInterfaces/PSTestNICe44ae0\",\r\n \"etag\": \"W/\\\"07d689bf-4556-4a65-9177-ad8214244c8f\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2d3a19bf-01a5-4b7e-a2da-44e93dbfaf70\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkInterfaces/PSTestNICe44ae0/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"07d689bf-4556-4a65-9177-ad8214244c8f\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"192.168.1.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnse44ae0\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/virtualNetworks/PSTestVNETe44ae0/subnets/PSTestSNCe44ae0\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"zpxwj4jb4ase5dydy41nzhbbpd.ix.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"networkSecurityGroup\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGe44ae0\"\r\n },\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": [],\r\n \"nicType\": \"Standard\"\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Storage/storageAccounts?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Storage/storageAccounts?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c089a690-3965-47cc-9b56-c59fbe95d646" + "4edb1250-f739-40ac-a7ab-ae7a1733eaf4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.32" ] }, "ResponseHeaders": { @@ -1963,21 +1963,27 @@ "no-cache" ], "x-ms-original-request-ids": [ - "60b95beb-839b-44a6-9ebc-e8f3838c3d3e", - "609baa85-65b9-4157-96da-f789f43f2dff", - "458813b2-52cf-453b-b4d9-994eb6f1f9fe" + "bb36fb25-d450-4338-978d-ff9826d6d618", + "8814be19-d71d-4563-a7b8-17a39e612f13", + "743939cb-e7d1-4803-b5c8-e17dc05a07ca", + "cc830fd0-c4f4-4a75-af6e-d04d15ad93b9", + "dfdb7758-0202-42b4-a9e1-2a6701904258", + "cf8679ce-b989-4c8c-b68d-6051cf4c9f27", + "cb0aeac6-6708-4039-bace-8d934a1b0815", + "70415570-2735-47b0-ac1d-8a431a91d565", + "686f131e-aa73-4425-836a-008881b48d54" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11979" ], "x-ms-request-id": [ - "6e683c1b-4585-437e-b702-6e8b8bb49754" + "a3a2db6b-9aa9-4a91-aa22-ccb39af988d1" ], "x-ms-correlation-request-id": [ - "6e683c1b-4585-437e-b702-6e8b8bb49754" + "a3a2db6b-9aa9-4a91-aa22-ccb39af988d1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082116Z:6e683c1b-4585-437e-b702-6e8b8bb49754" + "CENTRALUSEUAP:20210420T090314Z:a3a2db6b-9aa9-4a91-aa22-ccb39af988d1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1986,7 +1992,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 08:21:15 GMT" + "Tue, 20 Apr 2021 09:03:14 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1995,29 +2001,29 @@ "-1" ], "Content-Length": [ - "30081" + "58182" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/IaasVMNavigationTest-RG/providers/Microsoft.Storage/storageAccounts/aasavigationestdiag\",\r\n \"name\": \"aasavigationestdiag\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MABUsed\": \"Yes\"\r\n },\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-10-30T10:31:42.1084015Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-10-30T10:31:42.1084015Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-10-30T10:31:42.0302759Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://aasavigationestdiag.blob.core.windows.net/\",\r\n \"queue\": \"https://aasavigationestdiag.queue.core.windows.net/\",\r\n \"table\": \"https://aasavigationestdiag.table.core.windows.net/\",\r\n \"file\": \"https://aasavigationestdiag.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/afstests/providers/Microsoft.Storage/storageAccounts/afsbackupsa\",\r\n \"name\": \"afsbackupsa\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Owner\": \"sarath\",\r\n \"Purpose\": \" BVT\",\r\n \"DeleteBy\": \"01-2025\",\r\n \"AutoShutdown\": \"No\",\r\n \"MAB Used\": \" Yes\"\r\n },\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-08-04T06:05:21.6844468Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-08-04T06:05:21.6844468Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-08-04T06:05:21.6063192Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://afsbackupsa.blob.core.windows.net/\",\r\n \"queue\": \"https://afsbackupsa.queue.core.windows.net/\",\r\n \"table\": \"https://afsbackupsa.table.core.windows.net/\",\r\n \"file\": \"https://afsbackupsa.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://afsbackupsa-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://afsbackupsa-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://afsbackupsa-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/afstests/providers/Microsoft.Storage/storageAccounts/afsnavigationtest\",\r\n \"name\": \"afsnavigationtest\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MABUsed\": \"Yes\"\r\n },\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-10-29T09:02:48.3397821Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-10-29T09:02:48.3397821Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-10-29T09:02:48.2304041Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://afsnavigationtest.blob.core.windows.net/\",\r\n \"queue\": \"https://afsnavigationtest.queue.core.windows.net/\",\r\n \"table\": \"https://afsnavigationtest.table.core.windows.net/\",\r\n \"file\": \"https://afsnavigationtest.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/afstests/providers/Microsoft.Storage/storageAccounts/afstbackuptestsa\",\r\n \"name\": \"afstbackuptestsa\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MABUsed\": \"Yes\"\r\n },\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-11-01T10:16:30.545846Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-11-01T10:16:30.545846Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-11-01T10:16:30.467722Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://afstbackuptestsa.blob.core.windows.net/\",\r\n \"queue\": \"https://afstbackuptestsa.queue.core.windows.net/\",\r\n \"table\": \"https://afstbackuptestsa.table.core.windows.net/\",\r\n \"file\": \"https://afstbackuptestsa.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing/providers/Microsoft.Storage/storageAccounts/iaasextstore1\",\r\n \"name\": \"iaasextstore1\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MABUsed\": \"Yes\"\r\n },\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-12T13:19:05.1413291Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-12T13:19:05.1413291Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-01-12T13:19:05.0788647Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://iaasextstore1.blob.core.windows.net/\",\r\n \"queue\": \"https://iaasextstore1.queue.core.windows.net/\",\r\n \"table\": \"https://iaasextstore1.table.core.windows.net/\",\r\n \"file\": \"https://iaasextstore1.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.new/providers/Microsoft.Storage/storageAccounts/iaasnewstore1\",\r\n \"name\": \"iaasnewstore1\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MABUsed\": \"Yes\"\r\n },\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-12T13:44:54.4282056Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-12T13:44:54.4282056Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-01-12T13:44:54.396998Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://iaasnewstore1.blob.core.windows.net/\",\r\n \"queue\": \"https://iaasnewstore1.queue.core.windows.net/\",\r\n \"table\": \"https://iaasnewstore1.table.core.windows.net/\",\r\n \"file\": \"https://iaasnewstore1.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.encryptedvm/providers/Microsoft.Storage/storageAccounts/iaasvmencryptedvmdiag170\",\r\n \"name\": \"iaasvmencryptedvmdiag170\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MABUsed\": \"Yes\"\r\n },\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-07-09T15:30:10.9283207Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-07-09T15:30:10.9283207Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-07-09T15:30:10.8345987Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://iaasvmencryptedvmdiag170.blob.core.windows.net/\",\r\n \"queue\": \"https://iaasvmencryptedvmdiag170.queue.core.windows.net/\",\r\n \"table\": \"https://iaasvmencryptedvmdiag170.table.core.windows.net/\",\r\n \"file\": \"https://iaasvmencryptedvmdiag170.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing/providers/Microsoft.Storage/storageAccounts/iaasvmexistingdiag1\",\r\n \"name\": \"iaasvmexistingdiag1\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MABUsed\": \"Yes\"\r\n },\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-12T13:19:05.1100521Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-12T13:19:05.1100521Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-01-12T13:19:05.0944588Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://iaasvmexistingdiag1.blob.core.windows.net/\",\r\n \"queue\": \"https://iaasvmexistingdiag1.queue.core.windows.net/\",\r\n \"table\": \"https://iaasvmexistingdiag1.table.core.windows.net/\",\r\n \"file\": \"https://iaasvmexistingdiag1.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvmhanaworkload.existing/providers/Microsoft.Storage/storageAccounts/iaasvmhanaworkloadexisti\",\r\n \"name\": \"iaasvmhanaworkloadexisti\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"AutoShutdown\": \"No\",\r\n \"BVT Used\": \"Yes\",\r\n \"Owner\": \"chgonugu\",\r\n \"Purpose\": \"BVT\",\r\n \"DeleteBy\": \"01-2030\"\r\n },\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-05-08T11:22:10.6343755Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-05-08T11:22:10.6343755Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-05-08T11:22:10.556255Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://iaasvmhanaworkloadexisti.blob.core.windows.net/\",\r\n \"queue\": \"https://iaasvmhanaworkloadexisti.queue.core.windows.net/\",\r\n \"table\": \"https://iaasvmhanaworkloadexisti.table.core.windows.net/\",\r\n \"file\": \"https://iaasvmhanaworkloadexisti.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/IaasVMNavigationTest-RG/providers/Microsoft.Storage/storageAccounts/iaasvmnavigationstore\",\r\n \"name\": \"iaasvmnavigationstore\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MABUsed\": \"Yes\"\r\n },\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-10-30T10:31:41.1083651Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-10-30T10:31:41.1083651Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-10-30T10:31:41.0146121Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://iaasvmnavigationstore.blob.core.windows.net/\",\r\n \"queue\": \"https://iaasvmnavigationstore.queue.core.windows.net/\",\r\n \"table\": \"https://iaasvmnavigationstore.table.core.windows.net/\",\r\n \"file\": \"https://iaasvmnavigationstore.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.new/providers/Microsoft.Storage/storageAccounts/iaasvmnewdiag1\",\r\n \"name\": \"iaasvmnewdiag1\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MABUsed\": \"Yes\"\r\n },\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-12T13:44:53.3639704Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-12T13:44:53.3639704Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-01-12T13:44:53.33274Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://iaasvmnewdiag1.blob.core.windows.net/\",\r\n \"queue\": \"https://iaasvmnewdiag1.queue.core.windows.net/\",\r\n \"table\": \"https://iaasvmnewdiag1.table.core.windows.net/\",\r\n \"file\": \"https://iaasvmnewdiag1.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtestrg/providers/Microsoft.Storage/storageAccounts/psbvtsa2\",\r\n \"name\": \"psbvtsa2\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-11-08T05:43:45.158168Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-11-08T05:43:45.158168Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-11-08T05:43:45.1112621Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://psbvtsa2.blob.core.windows.net/\",\r\n \"queue\": \"https://psbvtsa2.queue.core.windows.net/\",\r\n \"table\": \"https://psbvtsa2.table.core.windows.net/\",\r\n \"file\": \"https://psbvtsa2.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://psbvtsa2-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://psbvtsa2-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://psbvtsa2-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtestrg/providers/Microsoft.Storage/storageAccounts/pscloudtestrgdiag\",\r\n \"name\": \"pscloudtestrgdiag\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MAB Used\": \" Yes\",\r\n \"MABUsed\": \" Yes\",\r\n \"DeleteBy\": \"01-2030\",\r\n \"Purpose\": \"PS bvt\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutdown\": \"No\"\r\n },\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-11-07T09:13:43.8962161Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-11-07T09:13:43.8962161Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-11-07T09:13:43.8337144Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://pscloudtestrgdiag.blob.core.windows.net/\",\r\n \"queue\": \"https://pscloudtestrgdiag.queue.core.windows.net/\",\r\n \"table\": \"https://pscloudtestrgdiag.table.core.windows.net/\",\r\n \"file\": \"https://pscloudtestrgdiag.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG54bdf8da/providers/Microsoft.Storage/storageAccounts/pstestsa54bdf8da\",\r\n \"name\": \"pstestsa54bdf8da\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\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-08-21T12:50:50.4892645Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-08-21T12:50:50.4892645Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-08-21T12:50:50.4111306Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://pstestsa54bdf8da.blob.core.windows.net/\",\r\n \"queue\": \"https://pstestsa54bdf8da.queue.core.windows.net/\",\r\n \"table\": \"https://pstestsa54bdf8da.table.core.windows.net/\",\r\n \"file\": \"https://pstestsa54bdf8da.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Storage/storageAccounts/pstestsa806beba5\",\r\n \"name\": \"pstestsa806beba5\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\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\": \"2021-02-15T08:20:37.9579701Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2021-02-15T08:20:37.9579701Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-02-15T08:20:37.8798359Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://pstestsa806beba5.blob.core.windows.net/\",\r\n \"queue\": \"https://pstestsa806beba5.queue.core.windows.net/\",\r\n \"table\": \"https://pstestsa806beba5.table.core.windows.net/\",\r\n \"file\": \"https://pstestsa806beba5.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"name\": \"pstestsa8895\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-10-29T07:24:13.3961847Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-10-29T07:24:13.3961847Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-10-29T07:24:13.3337454Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://pstestsa8895.blob.core.windows.net/\",\r\n \"queue\": \"https://pstestsa8895.queue.core.windows.net/\",\r\n \"table\": \"https://pstestsa8895.table.core.windows.net/\",\r\n \"file\": \"https://pstestsa8895.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://pstestsa8895-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://pstestsa8895-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://pstestsa8895-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstesttargetsa8895\",\r\n \"name\": \"pstesttargetsa8895\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-10-29T07:25:26.088388Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-10-29T07:25:26.088388Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-10-29T07:25:26.0258845Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://pstesttargetsa8895.blob.core.windows.net/\",\r\n \"queue\": \"https://pstesttargetsa8895.queue.core.windows.net/\",\r\n \"table\": \"https://pstesttargetsa8895.table.core.windows.net/\",\r\n \"file\": \"https://pstesttargetsa8895.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://pstesttargetsa8895-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://pstesttargetsa8895-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://pstesttargetsa8895-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstesttargetsa8896\",\r\n \"name\": \"pstesttargetsa8896\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-10-29T07:34:07.3889517Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-10-29T07:34:07.3889517Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-10-29T07:34:07.3264561Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://pstesttargetsa8896.blob.core.windows.net/\",\r\n \"queue\": \"https://pstesttargetsa8896.queue.core.windows.net/\",\r\n \"table\": \"https://pstesttargetsa8896.table.core.windows.net/\",\r\n \"file\": \"https://pstesttargetsa8896.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://pstesttargetsa8896-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://pstesttargetsa8896-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://pstesttargetsa8896-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/sambit_rg/providers/Microsoft.Storage/storageAccounts/sarathsa3\",\r\n \"name\": \"sarathsa3\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-03-04T05:11:50.4328761Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-03-04T05:11:50.4328761Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-03-04T05:11:50.3547447Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sarathsa3.blob.core.windows.net/\",\r\n \"queue\": \"https://sarathsa3.queue.core.windows.net/\",\r\n \"table\": \"https://sarathsa3.table.core.windows.net/\",\r\n \"file\": \"https://sarathsa3.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/akkanaseZRS/providers/Microsoft.Storage/storageAccounts/akanasezrsstorag\",\r\n \"name\": \"akanasezrsstorag\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"Purpose\": \"Testing\",\r\n \"Owner\": \"akkanase\",\r\n \"Mab Used\": \"yes\",\r\n \"DeleteBy\": \"01-2025\"\r\n },\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-12-16T07:44:39.7719002Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-12-16T07:44:39.7719002Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-12-16T07:44:39.6769177Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://akanasezrsstorag.blob.core.windows.net/\",\r\n \"queue\": \"https://akanasezrsstorag.queue.core.windows.net/\",\r\n \"table\": \"https://akanasezrsstorag.table.core.windows.net/\",\r\n \"file\": \"https://akanasezrsstorag.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfSecondary\": \"available\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://akanasezrsstorag-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://akanasezrsstorag-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://akanasezrsstorag-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing.crr/providers/Microsoft.Storage/storageAccounts/iaasvmexistingcrr\",\r\n \"name\": \"iaasvmexistingcrr\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2euap\",\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-01-21T13:04:30.2491531Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-01-21T13:04:30.2491531Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Cool\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-01-21T13:04:30.2179038Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://iaasvmexistingcrr.blob.core.windows.net/\",\r\n \"queue\": \"https://iaasvmexistingcrr.queue.core.windows.net/\",\r\n \"table\": \"https://iaasvmexistingcrr.table.core.windows.net/\",\r\n \"file\": \"https://iaasvmexistingcrr.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing.crr/providers/Microsoft.Storage/storageAccounts/iaasvmexistingcrrdiag112\",\r\n \"name\": \"iaasvmexistingcrrdiag112\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"Owner\": \"chgonugu\",\r\n \"Purpose\": \"Testing\",\r\n \"MabUsed\": \"Yes\",\r\n \"DeleteBy\": \"01-2025\"\r\n },\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-01-21T13:01:00.4114639Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-01-21T13:01:00.4114639Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-01-21T13:01:00.3489523Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://iaasvmexistingcrrdiag112.blob.core.windows.net/\",\r\n \"queue\": \"https://iaasvmexistingcrrdiag112.queue.core.windows.net/\",\r\n \"table\": \"https://iaasvmexistingcrrdiag112.table.core.windows.net/\",\r\n \"file\": \"https://iaasvmexistingcrrdiag112.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvmsqlworkload.existing.crr/providers/Microsoft.Storage/storageAccounts/iaasvmsqlworkloadexistin\",\r\n \"name\": \"iaasvmsqlworkloadexistin\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"Owner\": \"chgonugu\",\r\n \"Purpose\": \"BVT\",\r\n \"MabUsed\": \"Yes\",\r\n \"DeleteBy\": \"12-2099\",\r\n \"AutoShutdown\": \"No\"\r\n },\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-09-15T14:37:05.9325158Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-09-15T14:37:05.9325158Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-09-15T14:37:05.8424674Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://iaasvmsqlworkloadexistin.blob.core.windows.net/\",\r\n \"queue\": \"https://iaasvmsqlworkloadexistin.queue.core.windows.net/\",\r\n \"table\": \"https://iaasvmsqlworkloadexistin.table.core.windows.net/\",\r\n \"file\": \"https://iaasvmsqlworkloadexistin.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing.crr/providers/Microsoft.Storage/storageAccounts/iaasvmexistingcrrdiag\",\r\n \"name\": \"iaasvmexistingcrrdiag\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"MAB Used\": \"Yes\",\r\n \"DeleteBy\": \"01-2030\",\r\n \"Delete By\": \"01-2030\",\r\n \"Owner\": \"chgonugu\",\r\n \"Purpose\": \"Testing\",\r\n \"AutoShutdown\": \"false\"\r\n },\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-01-17T10:13:42.0302721Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-01-17T10:13:42.0302721Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-01-17T10:13:41.9989494Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://iaasvmexistingcrrdiag.blob.core.windows.net/\",\r\n \"queue\": \"https://iaasvmexistingcrrdiag.queue.core.windows.net/\",\r\n \"table\": \"https://iaasvmexistingcrrdiag.table.core.windows.net/\",\r\n \"file\": \"https://iaasvmexistingcrrdiag.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/Blob-Backup/providers/Microsoft.Storage/storageAccounts/testblobbackup\",\r\n \"name\": \"testblobbackup\",\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-11-13T06:59:22.9235262Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-11-13T06:59:22.9235262Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-11-13T06:59:22.8535487Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://testblobbackup.blob.core.windows.net/\",\r\n \"queue\": \"https://testblobbackup.queue.core.windows.net/\",\r\n \"table\": \"https://testblobbackup.table.core.windows.net/\",\r\n \"file\": \"https://testblobbackup.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastus2euap\",\r\n \"statusOfSecondary\": \"available\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://testblobbackup-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://testblobbackup-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://testblobbackup-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/securitydata/providers/Microsoft.Storage/storageAccounts/da1675eastus\",\r\n \"name\": \"da1675eastus\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus\",\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\": \"2018-01-11T03:00:12.0885848Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-11T03:00:12.0885848Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-07-26T19:41:16.7800756Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://da1675eastus.blob.core.windows.net/\",\r\n \"queue\": \"https://da1675eastus.queue.core.windows.net/\",\r\n \"table\": \"https://da1675eastus.table.core.windows.net/\",\r\n \"file\": \"https://da1675eastus.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/hiaga-rg/providers/Microsoft.Storage/storageAccounts/pscmdlets\",\r\n \"name\": \"pscmdlets\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"pscmd\": \"pscmd\"\r\n },\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-05-26T06:31:12.7148947Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-05-26T06:31:12.7148947Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-05-26T06:31:12.636743Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://pscmdlets.blob.core.windows.net/\",\r\n \"queue\": \"https://pscmdlets.queue.core.windows.net/\",\r\n \"table\": \"https://pscmdlets.table.core.windows.net/\",\r\n \"file\": \"https://pscmdlets.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/ASEBVTRG/providers/Microsoft.Storage/storageAccounts/asebvtrgdiag506\",\r\n \"name\": \"asebvtrgdiag506\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"MAB Used\": \"Yes\",\r\n \"Owner\": \"nilsha\",\r\n \"Purpose\": \"BVT\"\r\n },\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-01-07T04:15:40.0622848Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-01-07T04:15:40.0622848Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-01-07T04:15:39.9841543Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://asebvtrgdiag506.blob.core.windows.net/\",\r\n \"queue\": \"https://asebvtrgdiag506.queue.core.windows.net/\",\r\n \"table\": \"https://asebvtrgdiag506.table.core.windows.net/\",\r\n \"file\": \"https://asebvtrgdiag506.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/bvtsa\",\r\n \"name\": \"bvtsa\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"DeleteBy\": \"01-2025\",\r\n \"Owner\": \"sarath\",\r\n \"Purpose\": \" BVT\"\r\n },\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-01-24T09:52:59.9944599Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-01-24T09:52:59.9944599Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-01-24T09:52:59.931997Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://bvtsa.blob.core.windows.net/\",\r\n \"queue\": \"https://bvtsa.queue.core.windows.net/\",\r\n \"table\": \"https://bvtsa.table.core.windows.net/\",\r\n \"file\": \"https://bvtsa.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfSecondary\": \"available\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://bvtsa-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://bvtsa-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://bvtsa-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/chandrikarg/providers/Microsoft.Storage/storageAccounts/chandrikargdiag444\",\r\n \"name\": \"chandrikargdiag444\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"Owner\": \"chgonugu\",\r\n \"Purpose\": \"Testing\",\r\n \"MAB Used\": \"Yes\",\r\n \"Delete By\": \"12-2019\",\r\n \"MABUsed\": \"Yes\",\r\n \"DeleteBy\": \"12-2019\"\r\n },\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-10-04T07:55:33.3992134Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-10-04T07:55:33.3992134Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-10-04T07:55:33.3367633Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://chandrikargdiag444.blob.core.windows.net/\",\r\n \"queue\": \"https://chandrikargdiag444.queue.core.windows.net/\",\r\n \"table\": \"https://chandrikargdiag444.table.core.windows.net/\",\r\n \"file\": \"https://chandrikargdiag444.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/securitydata/providers/Microsoft.Storage/storageAccounts/da1675westus\",\r\n \"name\": \"da1675westus\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"westus\",\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\": \"2018-01-11T03:00:14.0927449Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-11T03:00:14.0927449Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-08-01T05:09:14.4960964Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://da1675westus.blob.core.windows.net/\",\r\n \"queue\": \"https://da1675westus.queue.core.windows.net/\",\r\n \"table\": \"https://da1675westus.table.core.windows.net/\",\r\n \"file\": \"https://da1675westus.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/sisi-RSV/providers/Microsoft.Storage/storageAccounts/pstestsaa\",\r\n \"name\": \"pstestsaa\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"westus\",\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\": \"2018-09-17T09:10:01.792662Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-09-17T09:10:01.792662Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-09-17T09:10:01.4489133Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://pstestsaa.blob.core.windows.net/\",\r\n \"queue\": \"https://pstestsaa.queue.core.windows.net/\",\r\n \"table\": \"https://pstestsaa.table.core.windows.net/\",\r\n \"file\": \"https://pstestsaa.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/sdkrg/providers/Microsoft.Storage/storageAccounts/sdksa\",\r\n \"name\": \"sdksa\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"westus\",\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-12-12T10:29:29.1491857Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-12-12T10:29:29.1491857Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-12-12T10:29:29.1023271Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sdksa.blob.core.windows.net/\",\r\n \"queue\": \"https://sdksa.queue.core.windows.net/\",\r\n \"table\": \"https://sdksa.table.core.windows.net/\",\r\n \"file\": \"https://sdksa.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfSecondary\": \"available\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://sdksa-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://sdksa-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://sdksa-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/sisi-RSV/providers/Microsoft.Storage/storageAccounts/sisisa\",\r\n \"name\": \"sisisa\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"westus\",\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\": \"2018-06-29T06:19:00.3203156Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-06-29T06:19:00.3203156Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-06-29T06:19:00.1953245Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sisisa.blob.core.windows.net/\",\r\n \"queue\": \"https://sisisa.queue.core.windows.net/\",\r\n \"table\": \"https://sisisa.table.core.windows.net/\",\r\n \"file\": \"https://sisisa.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/securitydata/providers/Microsoft.Storage/storageAccounts/da1675westeurope\",\r\n \"name\": \"da1675westeurope\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"westeurope\",\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\": \"2018-03-23T00:19:32.2152664Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-23T00:19:32.2152664Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-07-26T01:41:18.4576439Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://da1675westeurope.blob.core.windows.net/\",\r\n \"queue\": \"https://da1675westeurope.queue.core.windows.net/\",\r\n \"table\": \"https://da1675westeurope.table.core.windows.net/\",\r\n \"file\": \"https://da1675westeurope.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westeurope\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/00prjai32tb/providers/Microsoft.Storage/storageAccounts/00prjai32tbdiag\",\r\n \"name\": \"00prjai32tbdiag\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Owner\": \"mkherani\",\r\n \"Purpose\": \"SoftDeleteTesting\",\r\n \"MAB Used\": \"Yes\",\r\n \"DeleteBy\": \"08-2019\",\r\n \"AutoShutdown\": \"Yes\"\r\n },\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-05-28T10:45:33.4461465Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-05-28T10:45:33.4461465Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-05-28T10:45:33.3211253Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://00prjai32tbdiag.blob.core.windows.net/\",\r\n \"queue\": \"https://00prjai32tbdiag.queue.core.windows.net/\",\r\n \"table\": \"https://00prjai32tbdiag.table.core.windows.net/\",\r\n \"file\": \"https://00prjai32tbdiag.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/ASEBVTRG/providers/Microsoft.Storage/storageAccounts/asebvtrgdiag\",\r\n \"name\": \"asebvtrgdiag\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MAB Used\": \"Yes\",\r\n \"Owner\": \"nilsha\"\r\n },\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-01-04T08:35:42.1082667Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-01-04T08:35:42.1082667Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-01-04T08:35:42.0145167Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://asebvtrgdiag.blob.core.windows.net/\",\r\n \"queue\": \"https://asebvtrgdiag.queue.core.windows.net/\",\r\n \"table\": \"https://asebvtrgdiag.table.core.windows.net/\",\r\n \"file\": \"https://asebvtrgdiag.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/ContainerAutoProtection/providers/Microsoft.Storage/storageAccounts/containerautoprotecti215\",\r\n \"name\": \"containerautoprotecti215\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"01-2021\",\r\n \"Owner\": \"shrja\",\r\n \"Mab Used\": \"Yes\",\r\n \"AutoShutdown\": \"No\",\r\n \"Purpose\": \"Testing\"\r\n },\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-07-06T11:16:42.7172178Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-07-06T11:16:42.7172178Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-07-06T11:16:42.639154Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://containerautoprotecti215.blob.core.windows.net/\",\r\n \"queue\": \"https://containerautoprotecti215.queue.core.windows.net/\",\r\n \"table\": \"https://containerautoprotecti215.table.core.windows.net/\",\r\n \"file\": \"https://containerautoprotecti215.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/ContainerAutoProtection/providers/Microsoft.Storage/storageAccounts/containerautoprotecti667\",\r\n \"name\": \"containerautoprotecti667\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"11-2020\",\r\n \"Owner\": \"shrja\",\r\n \"MabUsed\": \"Yes\",\r\n \"Purpose\": \"Testing\",\r\n \"AutoShutdown\": \"No\"\r\n },\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-07-06T08:27:10.5973243Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-07-06T08:27:10.5973243Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-07-06T08:27:10.5192188Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://containerautoprotecti667.blob.core.windows.net/\",\r\n \"queue\": \"https://containerautoprotecti667.queue.core.windows.net/\",\r\n \"table\": \"https://containerautoprotecti667.table.core.windows.net/\",\r\n \"file\": \"https://containerautoprotecti667.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/ContainerAutoProtection/providers/Microsoft.Storage/storageAccounts/containerautoprotectiond\",\r\n \"name\": \"containerautoprotectiond\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MAB Used\": \"Yes\",\r\n \"DeleteBy\": \"01-2021\",\r\n \"AutoShutdown\": \"No\",\r\n \"Owner\": \"shrja\",\r\n \"Purpose\": \"testing\"\r\n },\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-30T08:35:17.4533955Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-30T08:35:17.4533955Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-06-30T08:35:17.3752244Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://containerautoprotectiond.blob.core.windows.net/\",\r\n \"queue\": \"https://containerautoprotectiond.queue.core.windows.net/\",\r\n \"table\": \"https://containerautoprotectiond.table.core.windows.net/\",\r\n \"file\": \"https://containerautoprotectiond.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/securitydata/providers/Microsoft.Storage/storageAccounts/da1675southeastasia\",\r\n \"name\": \"da1675southeastasia\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\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\": \"2017-12-07T23:26:02.8958366Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-07T23:26:02.8958366Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-08-01T05:09:13.3819891Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://da1675southeastasia.blob.core.windows.net/\",\r\n \"queue\": \"https://da1675southeastasia.queue.core.windows.net/\",\r\n \"table\": \"https://da1675southeastasia.table.core.windows.net/\",\r\n \"file\": \"https://da1675southeastasia.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/anagrarg/providers/Microsoft.Storage/storageAccounts/dnwjfewkfewnjf\",\r\n \"name\": \"dnwjfewkfewnjf\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-24T05:39:50.0114092Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-24T05:39:50.0114092Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-06-24T05:39:49.9332431Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://dnwjfewkfewnjf.blob.core.windows.net/\",\r\n \"queue\": \"https://dnwjfewkfewnjf.queue.core.windows.net/\",\r\n \"table\": \"https://dnwjfewkfewnjf.table.core.windows.net/\",\r\n \"file\": \"https://dnwjfewkfewnjf.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://dnwjfewkfewnjf-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://dnwjfewkfewnjf-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://dnwjfewkfewnjf-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/anagrarg/providers/Microsoft.Storage/storageAccounts/fsintegsa\",\r\n \"name\": \"fsintegsa\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T12:08:30.9983405Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-23T12:08:30.9983405Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-06-23T12:08:30.9358747Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://fsintegsa.blob.core.windows.net/\",\r\n \"queue\": \"https://fsintegsa.queue.core.windows.net/\",\r\n \"table\": \"https://fsintegsa.table.core.windows.net/\",\r\n \"file\": \"https://fsintegsa.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://fsintegsa-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://fsintegsa-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://fsintegsa-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/gesahoo/providers/Microsoft.Storage/storageAccounts/gesahoov2sa\",\r\n \"name\": \"gesahoov2sa\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2021-03-16T12:17:53.4800531Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2021-03-16T12:17:53.4800531Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-03-16T12:17:53.4019418Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://gesahoov2sa.blob.core.windows.net/\",\r\n \"queue\": \"https://gesahoov2sa.queue.core.windows.net/\",\r\n \"table\": \"https://gesahoov2sa.table.core.windows.net/\",\r\n \"file\": \"https://gesahoov2sa.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://gesahoov2sa-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://gesahoov2sa-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://gesahoov2sa-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/igniterg/providers/Microsoft.Storage/storageAccounts/ignitergdiag402\",\r\n \"name\": \"ignitergdiag402\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\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\": \"2017-12-07T23:26:03.5052628Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-07T23:26:03.5052628Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-01-27T09:36:47.4551714Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://ignitergdiag402.blob.core.windows.net/\",\r\n \"queue\": \"https://ignitergdiag402.queue.core.windows.net/\",\r\n \"table\": \"https://ignitergdiag402.table.core.windows.net/\",\r\n \"file\": \"https://ignitergdiag402.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/igniterg/providers/Microsoft.Storage/storageAccounts/ignitergdisks316\",\r\n \"name\": \"ignitergdisks316\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\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\": \"2017-12-07T23:26:03.6302472Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-07T23:26:03.6302472Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-01-27T09:36:47.5151759Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://ignitergdisks316.blob.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/mkheranisd02/providers/Microsoft.Storage/storageAccounts/mkheranisd02diag\",\r\n \"name\": \"mkheranisd02diag\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MAB Used\": \" Yes\",\r\n \"Owner\": \"mkherani\",\r\n \"DeleteBy\": \"09/20\",\r\n \"AutoShutdown\": \"Yes\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"None\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Deny\"\r\n },\r\n \"supportsHttpsTrafficOnly\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-08-20T09:13:52.4251607Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-08-20T09:13:52.4251607Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-08-20T09:13:52.3626864Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://mkheranisd02diag.blob.core.windows.net/\",\r\n \"queue\": \"https://mkheranisd02diag.queue.core.windows.net/\",\r\n \"table\": \"https://mkheranisd02diag.table.core.windows.net/\",\r\n \"file\": \"https://mkheranisd02diag.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/mkheranirg/providers/Microsoft.Storage/storageAccounts/mkheranitestsa\",\r\n \"name\": \"mkheranitestsa\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MABUsed\": \"Yes\"\r\n },\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-10T05:47:14.9539559Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-07-10T05:47:14.9539559Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-07-10T05:47:14.8602331Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://mkheranitestsa.blob.core.windows.net/\",\r\n \"queue\": \"https://mkheranitestsa.queue.core.windows.net/\",\r\n \"table\": \"https://mkheranitestsa.table.core.windows.net/\",\r\n \"file\": \"https://mkheranitestsa.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/Nilay-RG/providers/Microsoft.Storage/storageAccounts/nilshaafstest\",\r\n \"name\": \"nilshaafstest\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MAB Used\": \" Yes\",\r\n \"Delete By\": \"05-2099\",\r\n \"Owner\": \"nilsha\",\r\n \"Purpose\": \" Testing\"\r\n },\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-11-01T10:35:14.0132717Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-11-01T10:35:14.0132717Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-11-01T10:35:13.9507912Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://nilshaafstest.blob.core.windows.net/\",\r\n \"queue\": \"https://nilshaafstest.queue.core.windows.net/\",\r\n \"table\": \"https://nilshaafstest.table.core.windows.net/\",\r\n \"file\": \"https://nilshaafstest.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://nilshaafstest-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://nilshaafstest-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://nilshaafstest-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/pstestrestoreseacan/providers/Microsoft.Storage/storageAccounts/pstestrestoreseacan\",\r\n \"name\": \"pstestrestoreseacan\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-10-05T12:34:18.5205164Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-10-05T12:34:18.5205164Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-10-05T12:34:18.4267695Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://pstestrestoreseacan.blob.core.windows.net/\",\r\n \"queue\": \"https://pstestrestoreseacan.queue.core.windows.net/\",\r\n \"table\": \"https://pstestrestoreseacan.table.core.windows.net/\",\r\n \"file\": \"https://pstestrestoreseacan.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/pstestFSRG3rty7d7s/providers/Microsoft.Storage/storageAccounts/pstestsa3rty7d7s\",\r\n \"name\": \"pstestsa3rty7d7s\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-10-19T07:47:47.9374188Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-10-19T07:47:47.9374188Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-10-19T07:47:47.8592987Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://pstestsa3rty7d7s.blob.core.windows.net/\",\r\n \"queue\": \"https://pstestsa3rty7d7s.queue.core.windows.net/\",\r\n \"table\": \"https://pstestsa3rty7d7s.table.core.windows.net/\",\r\n \"file\": \"https://pstestsa3rty7d7s.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/pstestsa6\",\r\n \"name\": \"pstestsa6\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-01-09T10:30:22.3901494Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-01-09T10:30:22.3901494Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-01-09T10:30:22.3120677Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://pstestsa6.blob.core.windows.net/\",\r\n \"queue\": \"https://pstestsa6.queue.core.windows.net/\",\r\n \"table\": \"https://pstestsa6.table.core.windows.net/\",\r\n \"file\": \"https://pstestsa6.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://pstestsa6-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://pstestsa6-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://pstestsa6-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Storage/storageAccounts/pstestsae44ae3d9\",\r\n \"name\": \"pstestsae44ae3d9\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\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\": \"2021-04-20T09:02:03.3264316Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2021-04-20T09:02:03.3264316Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-04-20T09:02:03.2483028Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://pstestsae44ae3d9.blob.core.windows.net/\",\r\n \"queue\": \"https://pstestsae44ae3d9.queue.core.windows.net/\",\r\n \"table\": \"https://pstestsae44ae3d9.table.core.windows.net/\",\r\n \"file\": \"https://pstestsae44ae3d9.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/pstestwlRG1bca8/providers/Microsoft.Storage/storageAccounts/pstestwlrg1bca8diag\",\r\n \"name\": \"pstestwlrg1bca8diag\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Mab Used\": \"Yes\",\r\n \"MABUsed\": \"Yes\",\r\n \"Owner\": \"sisi\",\r\n \"DeleteBy\": \"12-2099\",\r\n \"Purpose\": \"PS bvt\",\r\n \"AutoShutdown\": \"No\"\r\n },\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-11-15T07:44:59.2464847Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-11-15T07:44:59.2464847Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-11-15T07:44:59.1683711Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://pstestwlrg1bca8diag.blob.core.windows.net/\",\r\n \"queue\": \"https://pstestwlrg1bca8diag.queue.core.windows.net/\",\r\n \"table\": \"https://pstestwlrg1bca8diag.table.core.windows.net/\",\r\n \"file\": \"https://pstestwlrg1bca8diag.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/sa20200408\",\r\n \"name\": \"sa20200408\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-04-08T05:23:30.4700861Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-04-08T05:23:30.4700861Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-04-08T05:23:30.4075842Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sa20200408.blob.core.windows.net/\",\r\n \"queue\": \"https://sa20200408.queue.core.windows.net/\",\r\n \"table\": \"https://sa20200408.table.core.windows.net/\",\r\n \"file\": \"https://sa20200408.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://sa20200408-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://sa20200408-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://sa20200408-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/sambitsa\",\r\n \"name\": \"sambitsa\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-10-14T06:24:43.7660428Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-10-14T06:24:43.7660428Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-10-14T06:24:43.6878696Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sambitsa.blob.core.windows.net/\",\r\n \"queue\": \"https://sambitsa.queue.core.windows.net/\",\r\n \"table\": \"https://sambitsa.table.core.windows.net/\",\r\n \"file\": \"https://sambitsa.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://sambitsa-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://sambitsa-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://sambitsa-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/sam-rg-sea-can/providers/Microsoft.Storage/storageAccounts/samsaseacan\",\r\n \"name\": \"samsaseacan\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\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\": \"2018-08-17T10:53:29.5799967Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-08-17T10:53:29.5799967Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-08-17T10:53:29.4706234Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://samsaseacan.blob.core.windows.net/\",\r\n \"queue\": \"https://samsaseacan.queue.core.windows.net/\",\r\n \"table\": \"https://samsaseacan.table.core.windows.net/\",\r\n \"file\": \"https://samsaseacan.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/sarathsa\",\r\n \"name\": \"sarathsa\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-08-23T04:50:06.8287357Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-08-23T04:50:06.8287357Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-08-23T04:50:06.7818295Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sarathsa.blob.core.windows.net/\",\r\n \"queue\": \"https://sarathsa.queue.core.windows.net/\",\r\n \"table\": \"https://sarathsa.table.core.windows.net/\",\r\n \"file\": \"https://sarathsa.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://sarathsa-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://sarathsa-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://sarathsa-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/sarathsa123\",\r\n \"name\": \"sarathsa123\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-08-28T17:35:05.9400515Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-08-28T17:35:05.9400515Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-08-28T17:35:05.8775784Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sarathsa123.blob.core.windows.net/\",\r\n \"queue\": \"https://sarathsa123.queue.core.windows.net/\",\r\n \"table\": \"https://sarathsa123.table.core.windows.net/\",\r\n \"file\": \"https://sarathsa123.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/sarathtestsa\",\r\n \"name\": \"sarathtestsa\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-07-13T07:27:34.966148Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-07-13T07:27:34.966148Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-07-13T07:27:34.8880276Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sarathtestsa.blob.core.windows.net/\",\r\n \"queue\": \"https://sarathtestsa.queue.core.windows.net/\",\r\n \"table\": \"https://sarathtestsa.table.core.windows.net/\",\r\n \"file\": \"https://sarathtestsa.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://sarathtestsa-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://sarathtestsa-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://sarathtestsa-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/akkanaseSdKTesting/providers/Microsoft.Storage/storageAccounts/sdkafstest\",\r\n \"name\": \"sdkafstest\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Mab Used\": \"yes\",\r\n \"Purpose\": \"test\",\r\n \"Owner\": \"akkanase\",\r\n \"DeleteBy\": \"05-2020\"\r\n },\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2021-03-31T08:23:20.6274068Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2021-03-31T08:23:20.6274068Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-03-31T08:23:20.5336234Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sdkafstest.blob.core.windows.net/\",\r\n \"queue\": \"https://sdkafstest.queue.core.windows.net/\",\r\n \"table\": \"https://sdkafstest.table.core.windows.net/\",\r\n \"file\": \"https://sdkafstest.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://sdkafstest-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://sdkafstest-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://sdkafstest-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/sdkrg/providers/Microsoft.Storage/storageAccounts/sdkrgdiag\",\r\n \"name\": \"sdkrgdiag\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"02-2020\",\r\n \"owner\": \"sarath\",\r\n \"Purpose\": \" Testing\"\r\n },\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-12-27T04:45:04.9772496Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2019-12-27T04:45:04.9772496Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2019-12-27T04:45:04.9147308Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sdkrgdiag.blob.core.windows.net/\",\r\n \"queue\": \"https://sdkrgdiag.queue.core.windows.net/\",\r\n \"table\": \"https://sdkrgdiag.table.core.windows.net/\",\r\n \"file\": \"https://sdkrgdiag.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/shrja2008_group/providers/Microsoft.Storage/storageAccounts/shrja2008groupdiag\",\r\n \"name\": \"shrja2008groupdiag\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"01-2021\",\r\n \"Mab Used\": \"Yes\",\r\n \"Owner\": \"Shrja\",\r\n \"Purpose\": \"Testing\",\r\n \"Auto Shutdown\": \"No\"\r\n },\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-07-06T11:18:41.1236065Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-07-06T11:18:41.1236065Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-07-06T11:18:41.0298512Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://shrja2008groupdiag.blob.core.windows.net/\",\r\n \"queue\": \"https://shrja2008groupdiag.queue.core.windows.net/\",\r\n \"table\": \"https://shrja2008groupdiag.table.core.windows.net/\",\r\n \"file\": \"https://shrja2008groupdiag.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/shrja2008_group/providers/Microsoft.Storage/storageAccounts/shrja2008groupdisks\",\r\n \"name\": \"shrja2008groupdisks\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"01-2021\",\r\n \"Mab Used\": \"Yes\",\r\n \"Owner\": \"Shrja\",\r\n \"Purpose\": \"Testing\",\r\n \"Auto Shutdown\": \"No\"\r\n },\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-07-06T11:18:41.1079848Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-07-06T11:18:41.1079848Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-07-06T11:18:41.0298512Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://shrja2008groupdisks.blob.core.windows.net/\",\r\n \"queue\": \"https://shrja2008groupdisks.queue.core.windows.net/\",\r\n \"table\": \"https://shrja2008groupdisks.table.core.windows.net/\",\r\n \"file\": \"https://shrja2008groupdisks.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/shswain-rg-donotuse/providers/Microsoft.Storage/storageAccounts/shswainrgdonotusedisks\",\r\n \"name\": \"shswainrgdonotusedisks\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Owner\": \"shswain\",\r\n \"Purpose\": \"Dev Testing\",\r\n \"DeleteBy\": \"12-2022\",\r\n \"MAB Used\": \"Yes\"\r\n },\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-04-16T11:17:49.3069111Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-04-16T11:17:49.3069111Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-04-16T11:17:49.2443619Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://shswainrgdonotusedisks.blob.core.windows.net/\",\r\n \"queue\": \"https://shswainrgdonotusedisks.queue.core.windows.net/\",\r\n \"table\": \"https://shswainrgdonotusedisks.table.core.windows.net/\",\r\n \"file\": \"https://shswainrgdonotusedisks.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/securitydata/providers/Microsoft.Storage/storageAccounts/da1675centralus\",\r\n \"name\": \"da1675centralus\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centralus\",\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\": \"2018-01-11T03:00:11.5877561Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-11T03:00:11.5877561Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-08-01T05:09:12.0188738Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://da1675centralus.blob.core.windows.net/\",\r\n \"queue\": \"https://da1675centralus.queue.core.windows.net/\",\r\n \"table\": \"https://da1675centralus.table.core.windows.net/\",\r\n \"file\": \"https://da1675centralus.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centralus\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/sdkrg/providers/Microsoft.Storage/storageAccounts/sdkrgdiag847\",\r\n \"name\": \"sdkrgdiag847\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"DeleteBy\": \"01-2025\",\r\n \"Owner\": \"sarath\",\r\n \"MABUsed\": \" Yes\",\r\n \"Purpose\": \" BVT\"\r\n },\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-02-26T12:47:05.8876435Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-02-26T12:47:05.8876435Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-02-26T12:47:05.8094858Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sdkrgdiag847.blob.core.windows.net/\",\r\n \"queue\": \"https://sdkrgdiag847.queue.core.windows.net/\",\r\n \"table\": \"https://sdkrgdiag847.table.core.windows.net/\",\r\n \"file\": \"https://sdkrgdiag847.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centralus\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/securitydata/providers/Microsoft.Storage/storageAccounts/da1675southindia\",\r\n \"name\": \"da1675southindia\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southindia\",\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\": \"2018-01-11T03:00:13.0378185Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-11T03:00:13.0378185Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-08-25T10:19:59.6565378Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://da1675southindia.blob.core.windows.net/\",\r\n \"queue\": \"https://da1675southindia.queue.core.windows.net/\",\r\n \"table\": \"https://da1675southindia.table.core.windows.net/\",\r\n \"file\": \"https://da1675southindia.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southindia\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/securitydata/providers/Microsoft.Storage/storageAccounts/da1675westcentralus\",\r\n \"name\": \"da1675westcentralus\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"westcentralus\",\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\": \"2017-11-06T23:20:44.7253932Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-06T23:20:44.7253932Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-09-13T01:41:16.5180904Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://da1675westcentralus.blob.core.windows.net/\",\r\n \"queue\": \"https://da1675westcentralus.queue.core.windows.net/\",\r\n \"table\": \"https://da1675westcentralus.table.core.windows.net/\",\r\n \"file\": \"https://da1675westcentralus.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westcentralus\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/sagermanywc\",\r\n \"name\": \"sagermanywc\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"germanywestcentral\",\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-07-14T08:59:23.9938201Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-07-14T08:59:23.9938201Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-07-14T08:59:23.9156955Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sagermanywc.blob.core.windows.net/\",\r\n \"queue\": \"https://sagermanywc.queue.core.windows.net/\",\r\n \"table\": \"https://sagermanywc.table.core.windows.net/\",\r\n \"file\": \"https://sagermanywc.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"germanywestcentral\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"germanynorth\",\r\n \"statusOfSecondary\": \"available\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://sagermanywc-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://sagermanywc-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://sagermanywc-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/akneema/providers/Microsoft.Storage/storageAccounts/akneemastorageaccount\",\r\n \"name\": \"akneemastorageaccount\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"MABUsed\": \"Yes\",\r\n \"Owner\": \"akneema\",\r\n \"Purpose\": \"Testing\",\r\n \"AutoShutdown\": \"No\",\r\n \"DeleteBy\": \"12-9999\"\r\n },\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-11-06T05:54:15.0673408Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-11-06T05:54:15.0673408Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-11-06T05:54:14.9922856Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://akneemastorageaccount.blob.core.windows.net/\",\r\n \"queue\": \"https://akneemastorageaccount.queue.core.windows.net/\",\r\n \"table\": \"https://akneemastorageaccount.table.core.windows.net/\",\r\n \"file\": \"https://akneemastorageaccount.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfSecondary\": \"available\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://akneemastorageaccount-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://akneemastorageaccount-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://akneemastorageaccount-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/securitydata/providers/Microsoft.Storage/storageAccounts/da1675eastus2euap\",\r\n \"name\": \"da1675eastus2euap\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2euap\",\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\": \"2017-09-19T13:41:16.9306076Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-09-19T13:41:16.9306076Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-09-19T13:41:16.9246087Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://da1675eastus2euap.blob.core.windows.net/\",\r\n \"queue\": \"https://da1675eastus2euap.queue.core.windows.net/\",\r\n \"table\": \"https://da1675eastus2euap.table.core.windows.net/\",\r\n \"file\": \"https://da1675eastus2euap.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/Blob-Backup/providers/Microsoft.Storage/storageAccounts/mabblobbackuptest\",\r\n \"name\": \"mabblobbackuptest\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"MAB Used\": \"Yes\",\r\n \"Owner\": \"nilsha\",\r\n \"Delete By\": \"12-2099\",\r\n \"Purpose\": \"Testing\"\r\n },\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-02-11T00:46:33.3841252Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-02-11T00:46:33.3841252Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-02-11T00:46:33.3365796Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://mabblobbackuptest.blob.core.windows.net/\",\r\n \"queue\": \"https://mabblobbackuptest.queue.core.windows.net/\",\r\n \"table\": \"https://mabblobbackuptest.table.core.windows.net/\",\r\n \"file\": \"https://mabblobbackuptest.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfSecondary\": \"available\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://mabblobbackuptest-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://mabblobbackuptest-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://mabblobbackuptest-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/afssoftdeleterg/providers/Microsoft.Storage/storageAccounts/softdeletesa\",\r\n \"name\": \"softdeletesa\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"Owner\": \"sarath\",\r\n \"MABUsed\": \"Yes\",\r\n \"Purpose\": \" Testing\",\r\n \"DeleteBy\": \"05-2021\"\r\n },\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\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-05-12T08:03:11.5315566Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-05-12T08:03:11.5315566Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-05-12T08:03:11.4847211Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://softdeletesa.blob.core.windows.net/\",\r\n \"queue\": \"https://softdeletesa.queue.core.windows.net/\",\r\n \"table\": \"https://softdeletesa.table.core.windows.net/\",\r\n \"file\": \"https://softdeletesa.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfSecondary\": \"available\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://softdeletesa-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://softdeletesa-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://softdeletesa-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Compute/virtualMachines/PSTestVM806be0?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTgwNmJlMD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Compute/virtualMachines/PSTestVMe44ae0?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWU0NGFlMD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2016-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"mydisk\",\r\n \"vhd\": {\r\n \"uri\": \"https://pstestsa806beba5.blob.core.windows.net/vhds/.vhd\"\r\n },\r\n \"writeAcceleratorEnabled\": false,\r\n \"createOption\": \"fromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM806be0\",\r\n \"adminUsername\": \"demouser\",\r\n \"adminPassword\": \"806beba5-54b\",\r\n \"windowsConfiguration\": {\r\n \"enableAutomaticUpdates\": false\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/networkInterfaces/PSTestNIC806be0\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://pstestsa806beba5.blob.core.windows.net/\"\r\n }\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MabUsed\": \"Yes\",\r\n \"AutoShutDown\": \"No\",\r\n \"Owner\": \"sarath\",\r\n \"DeleteBy\": \"05-2020\",\r\n \"Purpose\": \"PSTest\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2016-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"mydisk\",\r\n \"vhd\": {\r\n \"uri\": \"https://pstestsae44ae3d9.blob.core.windows.net/vhds/.vhd\"\r\n },\r\n \"writeAcceleratorEnabled\": false,\r\n \"createOption\": \"fromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMe44ae0\",\r\n \"adminUsername\": \"demouser\",\r\n \"adminPassword\": \"e44ae3d9-329\",\r\n \"windowsConfiguration\": {\r\n \"enableAutomaticUpdates\": false\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkInterfaces/PSTestNICe44ae0\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://pstestsae44ae3d9.blob.core.windows.net/\"\r\n }\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Owner\": \"sarath\",\r\n \"MabUsed\": \"Yes\",\r\n \"AutoShutDown\": \"No\",\r\n \"Purpose\": \"PSTest\",\r\n \"DeleteBy\": \"05-2020\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c089a690-3965-47cc-9b56-c59fbe95d646" + "4edb1250-f739-40ac-a7ab-ae7a1733eaf4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2037,7 +2043,7 @@ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/d5697172-10c1-4f46-8e02-677e21e6dd3d?api-version=2020-06-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/8879c018-0945-4e9a-96ad-2f0048161a02?api-version=2020-12-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -2049,26 +2055,26 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d5697172-10c1-4f46-8e02-677e21e6dd3d" + "8879c018-0945-4e9a-96ad-2f0048161a02" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1198" ], "x-ms-correlation-request-id": [ - "1b51fea0-4aaa-42f8-831d-28b7b98bef1f" + "a78f0f00-60ca-4aad-946c-ceda8e564228" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082118Z:1b51fea0-4aaa-42f8-831d-28b7b98bef1f" + "CENTRALUSEUAP:20210420T090328Z:a78f0f00-60ca-4aad-946c-ceda8e564228" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 08:21:17 GMT" + "Tue, 20 Apr 2021 09:03:28 GMT" ], "Content-Length": [ "1968" @@ -2080,23 +2086,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVM806be0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Compute/virtualMachines/PSTestVM806be0\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MabUsed\": \"Yes\",\r\n \"AutoShutDown\": \"No\",\r\n \"Owner\": \"sarath\",\r\n \"DeleteBy\": \"05-2020\",\r\n \"Purpose\": \"PSTest\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"355a031b-26a4-4632-abbb-269385843dad\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2016-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"14393.4225.2102030345\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"mydisk\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://pstestsa806beba5.blob.core.windows.net/vhds/.vhd\"\r\n },\r\n \"caching\": \"ReadWrite\",\r\n \"writeAcceleratorEnabled\": false\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM806be0\",\r\n \"adminUsername\": \"demouser\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false,\r\n \"patchSettings\": {\r\n \"patchMode\": \"Manual\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Network/networkInterfaces/PSTestNIC806be0\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://pstestsa806beba5.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVMe44ae0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Compute/virtualMachines/PSTestVMe44ae0\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Owner\": \"sarath\",\r\n \"MabUsed\": \"Yes\",\r\n \"AutoShutDown\": \"No\",\r\n \"Purpose\": \"PSTest\",\r\n \"DeleteBy\": \"05-2020\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"7580c1c0-70fc-4914-aea2-1ee3cdd75367\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2016-Datacenter\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"14393.4350.2104091630\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"mydisk\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://pstestsae44ae3d9.blob.core.windows.net/vhds/.vhd\"\r\n },\r\n \"caching\": \"ReadWrite\",\r\n \"writeAcceleratorEnabled\": false\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMe44ae0\",\r\n \"adminUsername\": \"demouser\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": false,\r\n \"patchSettings\": {\r\n \"patchMode\": \"Manual\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkInterfaces/PSTestNICe44ae0\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://pstestsae44ae3d9.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/d5697172-10c1-4f46-8e02-677e21e6dd3d?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Q1Njk3MTcyLTEwYzEtNGY0Ni04ZTAyLTY3N2UyMWU2ZGQzZD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/8879c018-0945-4e9a-96ad-2f0048161a02?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzg4NzljMDE4LTA5NDUtNGU5YS05NmFkLTJmMDA0ODE2MWEwMj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c089a690-3965-47cc-9b56-c59fbe95d646" + "4edb1250-f739-40ac-a7ab-ae7a1733eaf4" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0" ] }, "ResponseHeaders": { @@ -2116,26 +2122,26 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "843c8e4e-2ae8-411b-8149-95665106f692" + "39b3d787-1b68-4808-845f-10bf70613e3e" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11997" ], "x-ms-correlation-request-id": [ - "67ada24d-7c4e-4f61-98da-2784e6bf50a9" + "ae69f836-101c-4135-b122-8aad4559306d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082128Z:67ada24d-7c4e-4f61-98da-2784e6bf50a9" + "CENTRALUSEUAP:20210420T090339Z:ae69f836-101c-4135-b122-8aad4559306d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 08:21:28 GMT" + "Tue, 20 Apr 2021 09:03:39 GMT" ], "Content-Length": [ "134" @@ -2147,23 +2153,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T13:51:17.3320125+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d5697172-10c1-4f46-8e02-677e21e6dd3d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-04-20T14:33:26.6320883+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8879c018-0945-4e9a-96ad-2f0048161a02\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/d5697172-10c1-4f46-8e02-677e21e6dd3d?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Q1Njk3MTcyLTEwYzEtNGY0Ni04ZTAyLTY3N2UyMWU2ZGQzZD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/8879c018-0945-4e9a-96ad-2f0048161a02?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzg4NzljMDE4LTA5NDUtNGU5YS05NmFkLTJmMDA0ODE2MWEwMj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c089a690-3965-47cc-9b56-c59fbe95d646" + "4edb1250-f739-40ac-a7ab-ae7a1733eaf4" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0" ] }, "ResponseHeaders": { @@ -2180,26 +2186,26 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "14790171-ec53-4f59-8d64-51a13803e559" + "ac7cf137-9671-4f34-acb4-f7c54bae813a" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11996" ], "x-ms-correlation-request-id": [ - "e0455ad4-1ae5-44bb-bace-228c5a4ed491" + "98765af2-59f6-44a7-adae-2a5c42b48067" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082218Z:e0455ad4-1ae5-44bb-bace-228c5a4ed491" + "CENTRALUSEUAP:20210420T090430Z:98765af2-59f6-44a7-adae-2a5c42b48067" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 08:22:18 GMT" + "Tue, 20 Apr 2021 09:04:30 GMT" ], "Content-Length": [ "134" @@ -2211,23 +2217,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T13:51:17.3320125+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d5697172-10c1-4f46-8e02-677e21e6dd3d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-04-20T14:33:26.6320883+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8879c018-0945-4e9a-96ad-2f0048161a02\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/d5697172-10c1-4f46-8e02-677e21e6dd3d?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Q1Njk3MTcyLTEwYzEtNGY0Ni04ZTAyLTY3N2UyMWU2ZGQzZD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/8879c018-0945-4e9a-96ad-2f0048161a02?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzg4NzljMDE4LTA5NDUtNGU5YS05NmFkLTJmMDA0ODE2MWEwMj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c089a690-3965-47cc-9b56-c59fbe95d646" + "4edb1250-f739-40ac-a7ab-ae7a1733eaf4" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0" ] }, "ResponseHeaders": { @@ -2244,26 +2250,26 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "04727ac4-b908-4fe1-a427-1ef01a453a81" + "1245c02c-4aca-48aa-a233-79fbbb606b40" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11995" ], "x-ms-correlation-request-id": [ - "5a4ed303-20e3-403f-8e5f-55cd66f534e4" + "03b57b26-c310-4147-b16a-faa35f1cecf7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082308Z:5a4ed303-20e3-403f-8e5f-55cd66f534e4" + "CENTRALUSEUAP:20210420T090521Z:03b57b26-c310-4147-b16a-faa35f1cecf7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 08:23:08 GMT" + "Tue, 20 Apr 2021 09:05:21 GMT" ], "Content-Length": [ "184" @@ -2275,26 +2281,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T13:51:17.3320125+05:30\",\r\n \"endTime\": \"2021-02-15T13:52:50.2557897+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"d5697172-10c1-4f46-8e02-677e21e6dd3d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-04-20T14:33:26.6320883+05:30\",\r\n \"endTime\": \"2021-04-20T14:34:50.6013727+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"8879c018-0945-4e9a-96ad-2f0048161a02\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/publishers?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9wdWJsaXNoZXJzP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/publishers?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9wdWJsaXNoZXJzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c089a690-3965-47cc-9b56-c59fbe95d646" + "4edb1250-f739-40ac-a7ab-ae7a1733eaf4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0" ] }, "ResponseHeaders": { @@ -2308,32 +2314,32 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "8d76ef5d-2d17-4297-8566-4612360b9f5a_132553775999999061" + "8d76ef5d-2d17-4297-8566-4612360b9f5a_132632137202810360" ], "x-ms-request-id": [ - "d1af6c47-d24c-48e2-bac9-d47345d24c1a" + "010729a8-4c4c-4548-aa0a-d96125cd8834" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11993" ], "x-ms-correlation-request-id": [ - "8215ff66-758b-4ec9-9666-2e4cf4de1124" + "e5ca98b2-f3a2-4e4b-94ec-707365ef0706" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082309Z:8215ff66-758b-4ec9-9666-2e4cf4de1124" + "CENTRALUSEUAP:20210420T090524Z:e5ca98b2-f3a2-4e4b-94ec-707365ef0706" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 08:23:09 GMT" + "Tue, 20 Apr 2021 09:05:23 GMT" ], "Content-Length": [ - "360618" + "373040" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2342,26 +2348,26 @@ "-1" ] }, - "ResponseBody": "[\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"128technology\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/128technology\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"1580863854728\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/1580863854728\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"1583411303229\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/1583411303229\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"1583465680865\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/1583465680865\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"1585118004523\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/1585118004523\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"1597644262255\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/1597644262255\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"1598955805825\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/1598955805825\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"1e\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/1e\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2021ai\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/2021ai\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"247commercelimited1611063941652\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/247commercelimited1611063941652\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"3cx-pbx\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/3cx-pbx\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"42crunch1580391915541\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/42crunch1580391915541\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4psa\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/4psa\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"5nine-software-inc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/5nine-software-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"7isolutions\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/7isolutions\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"a10networks\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/a10networks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"a10networks1596136698788\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/a10networks1596136698788\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"abiquo\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/abiquo\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"accedian\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/accedian\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"accelario1579101623356\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/accelario1579101623356\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"accellion\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/accellion\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"accessdata-group\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/accessdata-group\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"accops\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/accops\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"aciworldwide\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aciworldwide\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Acronis\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Acronis\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Acronis.Backup\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Acronis.Backup\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"actian-corp\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/actian-corp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"actian_matrix\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/actian_matrix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"actifio\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/actifio\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"activeeon\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/activeeon\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"activeops\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/activeops\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"adastracorporation-4028356\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/adastracorporation-4028356\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"adgs\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/adgs\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"advantech\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/advantech\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"advantech-webaccess\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/advantech-webaccess\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"advantys\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/advantys\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"aelf\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aelf\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"aerospike\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aerospike\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"affinio\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/affinio\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ageniumscale1591804889317\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ageniumscale1591804889317\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"aggregion-ltd\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aggregion-ltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"agiledialogssl1603791911858\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/agiledialogssl1603791911858\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ahnlabinc1584495174865\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ahnlabinc1584495174865\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ahnlabinc1584495467593\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ahnlabinc1584495467593\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"airalabrus\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/airalabrus\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"aiscaler-cache-control-ddos-and-url-rewriting-\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aiscaler-cache-control-ddos-and-url-rewriting-\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"akamai-technologies\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/akamai-technologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"akumina\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/akumina\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"akumo-software\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/akumo-software\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"al-tamamunitedtradingcontractingcompany\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/al-tamamunitedtradingcontractingcompany\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"alachisoft\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/alachisoft\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"alertlogic\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/alertlogic\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"AlertLogic.Extension\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/AlertLogic.Extension\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"alicetrix\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/alicetrix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"alienvault\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/alienvault\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"alldigital-brevity\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/alldigital-brevity\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"altair-engineering-inc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/altair-engineering-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"altamira-corporation\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/altamira-corporation\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"alteryx\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/alteryx\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"altova\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/altova\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"amergint1593131356777\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/amergint1593131356777\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ansys\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ansys\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"antmedia\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/antmedia\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"aod\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aod\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"apigee\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/apigee\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"appcara\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/appcara\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"appcelerator\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/appcelerator\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"appex-networks\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/appex-networks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"appistry\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/appistry\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"appiyo_technologies\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/appiyo_technologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"appmint_inc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/appmint_inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"apps-4-rent\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/apps-4-rent\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"appscale-marketplace\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/appscale-marketplace\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"aquaforest\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aquaforest\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"aquantyinc1598537176913\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aquantyinc1598537176913\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"arabesque-group\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/arabesque-group\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"arangodb\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/arangodb\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"aras\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aras\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"arcblock\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/arcblock\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"arcesb\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/arcesb\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"arcserveusallc-marketing\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/arcserveusallc-marketing\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"arista-networks\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/arista-networks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ariwontollc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ariwontollc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"array_networks\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/array_networks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"artificial-intelligence-techniques-sl\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/artificial-intelligence-techniques-sl\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"arubanetworks-4922182\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/arubanetworks-4922182\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"asigra\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/asigra\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"aspentechnologyhq-1353108\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aspentechnologyhq-1353108\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"astadia-1148316\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/astadia-1148316\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"asterasoftware1581022936015\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/asterasoftware1581022936015\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"asyscosoftwarebv\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/asyscosoftwarebv\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ataccama\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ataccama\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"atlgaming\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/atlgaming\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"atmosera\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/atmosera\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"atomicorp\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/atomicorp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"attunity_cloudbeam\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/attunity_cloudbeam\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"audiocodes\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/audiocodes\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"auraportal\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/auraportal\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"auriq-systems\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/auriq-systems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"automateio1592914387888\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/automateio1592914387888\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"automationanywhere\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/automationanywhere\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"avanseus\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/avanseus\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"avepoint\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/avepoint\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"aveva1\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aveva1\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"avi-networks\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/avi-networks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"aviatrix-systems\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aviatrix-systems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"awingu\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/awingu\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"axedrasag1590581171549\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/axedrasag1590581171549\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"axsguardablenv\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/axsguardablenv\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"axshco\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/axshco\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"axway\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/axway\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"axxana\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/axxana\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"azul\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/azul\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"azure-dockit\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/azure-dockit\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"azurecyclecloud\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/azurecyclecloud\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"AzureDatabricks\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/AzureDatabricks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"azureopenshift\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/azureopenshift\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"AzureRT.Test\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/AzureRT.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"azuretesting\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/azuretesting\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"azuretesting2\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/azuretesting2\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"azuretesting3\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/azuretesting3\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"AzureTools1type\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/AzureTools1type\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"baas-techbureau\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/baas-techbureau\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"baffle-io\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/baffle-io\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"balabit\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/balabit\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"barracudanetworks\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/barracudanetworks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"basho\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/basho\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"batch\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/batch\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bayware\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bayware\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bdy\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bdy\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bellsoft1582871421940\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bellsoft1582871421940\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"betsol\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/betsol\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"beyondtrust\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/beyondtrust\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bi-builders-as\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bi-builders-as\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bissantechnology1583581147809\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bissantechnology1583581147809\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bitdefendercybersecurity\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bitdefendercybersecurity\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Bitnami\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Bitnami\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bizagi\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bizagi\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"biztalk360\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/biztalk360\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"black-duck-software\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/black-duck-software\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"blackbird\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/blackbird\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"blk-technologies\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/blk-technologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"blockapps\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/blockapps\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"blockchain-foundry\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/blockchain-foundry\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"blockstack\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/blockstack\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bloombase\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bloombase\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bluecat\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bluecat\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"blueprismlimited-4827145\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/blueprismlimited-4827145\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bluetalon\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bluetalon\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bmc.ctm\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bmc.ctm\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bmcctm.test\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bmcctm.test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"boardpacpvtltd\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/boardpacpvtltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bocada\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bocada\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"boemskats\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/boemskats\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"botanalytics\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/botanalytics\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bravura-software-llc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bravura-software-llc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Brianjac.Symantec.CloudWorkloadProtection\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Brianjac.Symantec.CloudWorkloadProtection\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bricatainc1584472632111\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bricatainc1584472632111\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bright-computing\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bright-computing\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"brightcomputing\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/brightcomputing\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"brocade_communications\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/brocade_communications\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bryte\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bryte\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bssw\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bssw\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bt-americas-inc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bt-americas-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"buddhalabs\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/buddhalabs\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"calculated_systems\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/calculated_systems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"caloudi_corp\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/caloudi_corp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Canonical\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"canonical-test\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/canonical-test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"carto\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/carto\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cask\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cask\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"castaigroupinc1595243474856\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/castaigroupinc1595243474856\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"catechnologies\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/catechnologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cautelalabs\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cautelalabs\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cavirin\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cavirin\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cayosoftinc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cayosoftinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cdatasoftware\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cdatasoftware\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cds\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cds\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"celum-gmbh\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/celum-gmbh\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"center-for-internet-security-inc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/center-for-internet-security-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"centeritysystems\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/centeritysystems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"centrocomputerspa1584528117084\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/centrocomputerspa1584528117084\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"certivox\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/certivox\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cfd-direct\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cfd-direct\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"chain\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/chain\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"checkpoint\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/checkpoint\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"chef-software\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/chef-software\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Chef.Bootstrap.WindowsAzure\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Chef.Bootstrap.WindowsAzure\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cinchy\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cinchy\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cinegy-gmbh\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cinegy-gmbh\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"circleci\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/circleci\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cires21\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cires21\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cirruswaveinc1579234787943\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cirruswaveinc1579234787943\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cisco\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cisco\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"citrix\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/citrix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Citrix.ADC\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Citrix.ADC\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"clear-linux-project\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/clear-linux-project\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"clone-systems\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/clone-systems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"clouber\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/clouber\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloud-checkr\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloud-checkr\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloud-cruiser\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloud-cruiser\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloud-infrastructure-services\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloud-infrastructure-services\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudbees\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudbees\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudbees-enterprise-jenkins\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudbees-enterprise-jenkins\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudbolt-software\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudbolt-software\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudboost\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudboost\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudcover\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudcover\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudenablers-inc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudenablers-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudentity\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudentity\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudera\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudera\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudflare\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudflare\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudhouse\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudhouse\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudlanes\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudlanes\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudlink\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudlink\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"CloudLinkEMC.SecureVM\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/CloudLinkEMC.SecureVM\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudmavensolutions\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudmavensolutions\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudneeti\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudneeti\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudplan-gmbh\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudplan-gmbh\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudsecurity\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudsecurity\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudsoft\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudsoft\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudwhizsolutions\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudwhizsolutions\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"clustrix\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/clustrix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cncf-upstream\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cncf-upstream\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"codelathe\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/codelathe\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"codenvy\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/codenvy\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"codetwo\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/codetwo\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cognitive-scale\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cognitive-scale\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cognizant\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cognizant\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cognosys\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cognosys\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cohesity\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cohesity\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cohesive\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cohesive\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"coin-sciences-ltd\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/coin-sciences-ltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"collabcloudlimited\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/collabcloudlimited\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"commvault\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/commvault\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"compellon\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/compellon\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"composable\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/composable\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"comunity\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/comunity\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Confer\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Confer\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"confluentinc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/confluentinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"conflux\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/conflux\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"connecting-software\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/connecting-software\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"consensys\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/consensys\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"containeraider\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/containeraider\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"contiamogmbh\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/contiamogmbh\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"controlcase\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/controlcase\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"controlplanecorporation1609967567639\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/controlplanecorporation1609967567639\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"convertigo\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/convertigo\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"corda\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/corda\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"core-stack\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/core-stack\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"corent-technology-pvt\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/corent-technology-pvt\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"CoreOS\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/CoreOS\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"couchbase\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/couchbase\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cpanel\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cpanel\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"credativ\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/credativ\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cristiesoftwareltd1599488127561\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cristiesoftwareltd1599488127561\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"crunchyard\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/crunchyard\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cryptocom1585727786636\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cryptocom1585727786636\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cryptzone\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cryptzone\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ctm.bmc.com\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ctm.bmc.com\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cubebackup\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cubebackup\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cyberark\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cyberark\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cybernetica-as\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cybernetica-as\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cyxtera\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cyxtera\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"d4t4_solutions-1164305\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/d4t4_solutions-1164305\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"danielsol.AzureTools1\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/danielsol.AzureTools1\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Dans.Windows.App\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Dans.Windows.App\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Dans3.Windows.App\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Dans3.Windows.App\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dataart\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dataart\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"databricks\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/databricks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datacore\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/datacore\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Datadog.Agent\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Datadog.Agent\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datadynamicsinc1581991927942\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/datadynamicsinc1581991927942\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dataguiseinc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dataguiseinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dataiku\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dataiku\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datalayer\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/datalayer\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datanomers1584919038987\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/datanomers1584919038987\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datanova\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/datanova\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datapredsa\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/datapredsa\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dataroadtechnologiesllc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dataroadtechnologiesllc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datastax\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/datastax\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datasunrise\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/datasunrise\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datavirtualitygmbh\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/datavirtualitygmbh\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datometry\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/datometry\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dbs-h\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dbs-h\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ddn-whamcloud-5345716\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ddn-whamcloud-5345716\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Debian\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Debian\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dece-4446019\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dece-4446019\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"decisosalesbv\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/decisosalesbv\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"deepcognitioninc1593512758156\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/deepcognitioninc1593512758156\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"deepsiginc1581610210151\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/deepsiginc1581610210151\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dellemc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dellemc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dell_software\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dell_software\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"delphix\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/delphix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"denodo\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/denodo\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"denyall\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/denyall\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"derdack\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/derdack\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"desktopstudioag1580294245574\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/desktopstudioag1580294245574\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"devfactory\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/devfactory\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"device42inc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/device42inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"deviceauthorityinc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/deviceauthorityinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"devolutionsinc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/devolutionsinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"devopsgroup-uk\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/devopsgroup-uk\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"df-portal-user\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/df-portal-user\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dgsecure\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dgsecure\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Dh2ico\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Dh2ico\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dh2icompany\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dh2icompany\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dhi\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dhi\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"diagramics\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/diagramics\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dicomsystems1584107398321\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dicomsystems1584107398321\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"diehl-metering\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/diehl-metering\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"digisitesystems\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/digisitesystems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"digitaldefenseinc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/digitaldefenseinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"digitaloffice\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/digitaloffice\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"digitamizeinc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/digitamizeinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"diladele\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/diladele\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dimensionalmechanics-inc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dimensionalmechanics-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"diqa\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/diqa\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"diyatech\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/diyatech\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"diyotta\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/diyotta\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"djiindustrialincus\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/djiindustrialincus\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"docker\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/docker\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dome9\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dome9\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dorabot\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dorabot\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dremiocorporation\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dremiocorporation\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"drizti\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/drizti\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"drone\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/drone\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dsi\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dsi\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dundas\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dundas\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dyadic_security\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dyadic_security\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dynatrace\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dynatrace\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dynatrace.ruxit\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dynatrace.ruxit\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"e-magicinc1587696283171\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/e-magicinc1587696283171\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"eastwind-networks-inc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/eastwind-networks-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"easysoftwaresro1593005637384\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/easysoftwaresro1593005637384\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ecessa\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ecessa\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"edevtech\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/edevtech\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"edgenetworks\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/edgenetworks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"education4sight\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/education4sight\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"egnyte\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/egnyte\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"egress1589289169584\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/egress1589289169584\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"eikonasystemsgmbh1601729310063\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/eikonasystemsgmbh1601729310063\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"elasticbox\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/elasticbox\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"elecard\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/elecard\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"electric-cloud\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/electric-cloud\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"elevateiot\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/elevateiot\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"eleven01\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/eleven01\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"elfiqnetworks\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/elfiqnetworks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"emercoin\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/emercoin\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"energisme1601990637842\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/energisme1601990637842\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"enforongo\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/enforongo\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"enterprise-ethereum-alliance\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/enterprise-ethereum-alliance\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"enterprisedb-corp\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/enterprisedb-corp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"enterpriseworx-it\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/enterpriseworx-it\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"eproe\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/eproe\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"equalum\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/equalum\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"equilibrium\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/equilibrium\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"equinix\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/equinix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ergoninformatikag1581586464404\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ergoninformatikag1581586464404\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"esdenera\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/esdenera\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ESET\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ESET\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"esetresearch1579795941720\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/esetresearch1579795941720\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"esri\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/esri\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"esyon\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/esyon\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ethereum\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ethereum\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"eventtracker\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/eventtracker\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"evostream-inc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/evostream-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"exact\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/exact\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"exasol\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/exasol\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"exivity\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/exivity\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"exonar\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/exonar\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"f5-networks\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/f5-networks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"falconstorsoftware\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/falconstorsoftware\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"fatalsecurity1604924013537\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/fatalsecurity1604924013537\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"fatpipe-inc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/fatpipe-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"fidesys\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/fidesys\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"filecatalyst\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/filecatalyst\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"filemagellc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/filemagellc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"fiorano\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/fiorano\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"fireeye\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/fireeye\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"firehost\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/firehost\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"firemon\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/firemon\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"firstderivativesplc1596469572732\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/firstderivativesplc1596469572732\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"flashgrid-inc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/flashgrid-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"flexbby\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/flexbby\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"flexbby-5255860\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/flexbby-5255860\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"flexify-io\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/flexify-io\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"flexxibleit\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/flexxibleit\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"flowmon\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/flowmon\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"flynet\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/flynet\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"foghorn-systems\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/foghorn-systems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"forcepoint-llc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/forcepoint-llc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"forescout\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/forescout\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"formpipesoftwareab\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/formpipesoftwareab\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"forscene\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/forscene\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"fortanix\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/fortanix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"fortinet\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/fortinet\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"fortycloud\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/fortycloud\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"forumsystems1599756394904\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/forumsystems1599756394904\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"fotopiatechnologies\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/fotopiatechnologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"foxiteuropegmbh1585901066320\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/foxiteuropegmbh1585901066320\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"fujitsu_fast\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/fujitsu_fast\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"fw\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/fw\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"gapteq\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/gapteq\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"gatlingcorp\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/gatlingcorp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"gbs\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/gbs\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"gemalto-safenet\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/gemalto-safenet\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Gemalto.SafeNet.ProtectV\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Gemalto.SafeNet.ProtectV\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"genuagmbhdevid1\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/genuagmbhdevid1\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"genymobile\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/genymobile\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"gigamon-inc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/gigamon-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"GitHub\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/GitHub\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"gitlab\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/gitlab\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"gitlabinc1586447921813\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/gitlabinc1586447921813\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"gladinet-inc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/gladinet-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"glantoninc1591876792991\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/glantoninc1591876792991\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"globalidsinc1596800540598\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/globalidsinc1596800540598\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"globalscape\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/globalscape\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"gluwareinc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/gluwareinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"graphistry\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/graphistry\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"graphitegtc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/graphitegtc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"great-software-laboratory-private-limited\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/great-software-laboratory-private-limited\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"greensql\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/greensql\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"greycorbelsolutions\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/greycorbelsolutions\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"gridgain\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/gridgain\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"guardicore\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/guardicore\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"gxchainfoundationltd\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/gxchainfoundationltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"h2o-ai\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/h2o-ai\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hackerbay\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hackerbay\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hackershub\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hackershub\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"haivision\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/haivision\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"haivisionsystemsinc1580780591922\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/haivisionsystemsinc1580780591922\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"haltdoscompvtltd1587136166019\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/haltdoscompvtltd1587136166019\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hanu\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hanu\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"haproxy-technologies\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/haproxy-technologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"harpaitalia\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/harpaitalia\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hashhub\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hashhub\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hcl-technologies\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hcl-technologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"heimdall-data\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/heimdall-data\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"help-systems\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/help-systems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"helpyio\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/helpyio\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"heretechnologies\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/heretechnologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hewlett-packard\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hewlett-packard\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hillstone-networks\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hillstone-networks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hitachi-solutions\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hitachi-solutions\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hortonworks\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hortonworks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hpe\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hpe\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"HPE.Security.ApplicationDefender\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/HPE.Security.ApplicationDefender\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"huawei\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/huawei\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hubstor-inc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hubstor-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hush-hush\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hush-hush\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hvr\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hvr\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hyperglance\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hyperglance\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hypergrid\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hypergrid\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hystaxinc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hystaxinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hytrust\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hytrust\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"i-exceed-technology\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/i-exceed-technology\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"iaansys\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iaansys\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ibm\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ibm\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ibm-alliance-global-1560886\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ibm-alliance-global-1560886\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"iboss\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iboss\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"iconics\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iconics\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"iconsulting-spa\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iconsulting-spa\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"icubeconsultancyservicesinc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/icubeconsultancyservicesinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"iguazio-5069960\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iguazio-5069960\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ikan\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ikan\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"image-technologies\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/image-technologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"imaginecommunications\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/imaginecommunications\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"imperva\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/imperva\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"impetustechnologiesinc1591959591877\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/impetustechnologiesinc1591959591877\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"imprivatainc1580479939967\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/imprivatainc1580479939967\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"incorta\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/incorta\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"incredibuild\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/incredibuild\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"indexima1594300233028\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/indexima1594300233028\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"industry-weapon\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/industry-weapon\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"industryweapon1587162781833\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/industryweapon1587162781833\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"influxdata\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/influxdata\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"infoblox\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/infoblox\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"infogix\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/infogix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"infolibrarian\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/infolibrarian\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"informatica\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/informatica\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"informationbuilders\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/informationbuilders\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"infront-consulting-group-ltd\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/infront-consulting-group-ltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"infscapeughaftungsbeschrnkt\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/infscapeughaftungsbeschrnkt\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ingenieurstudiohollaus1579587745438\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ingenieurstudiohollaus1579587745438\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ingrammicro\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ingrammicro\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"innomindssoftware\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/innomindssoftware\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"innovtech\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/innovtech\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"integration-objects\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/integration-objects\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"intel-bigdl\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/intel-bigdl\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"intel-fpga\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/intel-fpga\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"intellicus-technologies-pvt-ltd\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/intellicus-technologies-pvt-ltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"intelligent-plant-ltd\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/intelligent-plant-ltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"internationaltrustmachinescorporation1582190033865\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/internationaltrustmachinescorporation1582190033865\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"intersystems\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/intersystems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"intigua\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/intigua\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"iofabric\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iofabric\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ipinfusion1590066770520\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ipinfusion1590066770520\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ipswitch\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ipswitch\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"iqsol\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iqsol\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"iquest\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iquest\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"irion\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/irion\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ishlangu-load-balancer-adc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ishlangu-load-balancer-adc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"issp-corporation\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/issp-corporation\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"isvtestukbigcat\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/isvtestukbigcat\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"isvtestuklegacy\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/isvtestuklegacy\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"it4bizdoo\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/it4bizdoo\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"itelios\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/itelios\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ivix1595238749040\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ivix1595238749040\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"iwnamespace\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iwnamespace\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"izenda\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/izenda\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"jamcracker\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/jamcracker\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"javlinltd1579185328273\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/javlinltd1579185328273\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"jedox\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/jedox\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"jelastic\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/jelastic\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"jetnexus\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/jetnexus\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"jetware-srl\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/jetware-srl\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"jfrog\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/jfrog\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"jm-technology-inc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/jm-technology-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"jogetinc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/jogetinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"juniper-networks\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/juniper-networks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"justanalytics\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/justanalytics\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kaazing\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kaazing\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kadenallc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kadenallc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kali-linux\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kali-linux\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kalkitech\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kalkitech\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kaminarioinc1588672951794\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kaminarioinc1588672951794\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Kaspersky.Lab\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Kaspersky.Lab\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"KasperskyLab.SecurityAgent\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/KasperskyLab.SecurityAgent\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kaspersky_lab\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kaspersky_lab\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kazendi\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kazendi\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kelverion\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kelverion\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kemptech\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kemptech\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kepion\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kepion\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kinetica\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kinetica\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kinvolk\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kinvolk\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"knime\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/knime\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kobalt\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kobalt\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kognillc1600118221163\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kognillc1600118221163\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"konginc1581527938760\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/konginc1581527938760\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"konsys-ltd\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/konsys-ltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"koverseinc1588716263110\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/koverseinc1588716263110\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kryonsystems\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kryonsystems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"krypc-technologies-pvt-ltd\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/krypc-technologies-pvt-ltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kyligence\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kyligence\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kyvos-insights-inc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kyvos-insights-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"lancom-systems\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/lancom-systems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"lansa\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/lansa\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"lastline\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/lastline\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"leap-orbit\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/leap-orbit\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"leostream-corporation\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/leostream-corporation\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"lepide-software\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/lepide-software\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"liberatii\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/liberatii\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"libraesva\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/libraesva\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"liebsoft\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/liebsoft\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"lightning-analyticsinc1582000647396\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/lightning-analyticsinc1582000647396\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"linuxbasedsystemsdesignltd1580878904727\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/linuxbasedsystemsdesignltd1580878904727\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"liquid-files\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/liquid-files\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"liquidware\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/liquidware\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"literatu\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/literatu\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"litespeedtechnologies\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/litespeedtechnologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"litespeed_technologies\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/litespeed_technologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"litionenergiegmbh1580128829115\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/litionenergiegmbh1580128829115\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"litmusautomation1582760223280\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/litmusautomation1582760223280\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"lnw-softgmbh\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/lnw-softgmbh\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"loadbalancer\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/loadbalancer\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"logsign\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/logsign\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"logtrust\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/logtrust\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"looker\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/looker\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"lti-lt-infotech\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/lti-lt-infotech\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"luminate-security\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/luminate-security\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"machinesense\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/machinesense\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"maidenhead-bridge\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/maidenhead-bridge\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"manageengine\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/manageengine\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mapd\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mapd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mapr-technologies\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mapr-technologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"marand\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/marand\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"marketplace-rdfe-caps\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/marketplace-rdfe-caps\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"marklogic\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/marklogic\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"massiveanalytic-\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/massiveanalytic-\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mathworks-deployment\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mathworks-deployment\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mathworks-inc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mathworks-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"matillion\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/matillion\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mavinglobal\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mavinglobal\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"McAfee.EndpointSecurity\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/McAfee.EndpointSecurity\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"McAfee.EndpointSecurity.test3\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/McAfee.EndpointSecurity.test3\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"meanio\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/meanio\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"media3-adobe\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/media3-adobe\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"media3-technologies-llc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/media3-technologies-llc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mediatekinc1586141563888\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mediatekinc1586141563888\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mendix\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mendix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"messagesolution\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/messagesolution\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"metaswitch\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/metaswitch\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mettainnovations-4900054\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mettainnovations-4900054\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mfe_azure\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mfe_azure\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mfiles\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mfiles\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mico\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mico\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"micro-focus\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/micro-focus\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"microlinkpcukltd\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/microlinkpcukltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"microolap\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/microolap\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"microsoft-ads\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/microsoft-ads\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"microsoft-aks\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/microsoft-aks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"microsoft-avere\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/microsoft-avere\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"microsoft-azure-batch\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/microsoft-azure-batch\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"microsoft-azure-compute\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/microsoft-azure-compute\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"microsoft-azure-hdinsight\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/microsoft-azure-hdinsight\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"microsoft-crypto\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/microsoft-crypto\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"microsoft-dsvm\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/microsoft-dsvm\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"microsoft-hyperv\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/microsoft-hyperv\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"microsoft-minecraft\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/microsoft-minecraft\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.AdminCenter\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.AdminCenter\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.AKS\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.AKS\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.ActiveDirectory\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.ActiveDirectory\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.ActiveDirectory.LinuxSSH\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.ActiveDirectory.LinuxSSH\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Applications\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Applications\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.AzureDefenderForServers\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.AzureDefenderForServers\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.AzureDefenderForSQL\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.AzureDefenderForSQL\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Backup.Test\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Backup.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Backup.Test.Edp\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Backup.Test.Edp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.ChangeTracking\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.ChangeTracking\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.ChangeTracking.Test\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.ChangeTracking.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Compute.Security\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Compute.Security\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.ContainerUpstream\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.ContainerUpstream\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.DefenderForServers.Test\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.DefenderForServers.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.DefenderForServers.Test2\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.DefenderForServers.Test2\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Diagnostics\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Diagnostics\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Diagnostics.Build.Test\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Diagnostics.Build.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Diagnostics.Edp\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Diagnostics.Edp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Edp\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Edp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test012be407-61ea-4e45-a2c3-71a45999ca21-20191228083800\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test012be407-61ea-4e45-a2c3-71a45999ca21-20191228083800\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test01971384-3044-413b-8b1c-33b5d461bf23-20200107051823\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test01971384-3044-413b-8b1c-33b5d461bf23-20200107051823\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test0225ec7d-b36c-4ac8-82f0-aa4fafaf10a9-20200111051346\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test0225ec7d-b36c-4ac8-82f0-aa4fafaf10a9-20200111051346\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test025e16a1-328d-45a2-b7e3-71f7e4cde046-20191229064028\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test025e16a1-328d-45a2-b7e3-71f7e4cde046-20191229064028\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test02d1f941-5607-4757-8df7-fd8c5631ab45-20200103083810\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test02d1f941-5607-4757-8df7-fd8c5631ab45-20200103083810\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test039abd7f-360c-42a1-ad5d-77527c519286-20191002233412\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test039abd7f-360c-42a1-ad5d-77527c519286-20191002233412\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test04a0f157-c6fb-4595-b6ca-6c82a2338063-20200108101451\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test04a0f157-c6fb-4595-b6ca-6c82a2338063-20200108101451\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test0737f33e-63e0-4ba9-b04b-b93a1de4e997-20200106083639\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test0737f33e-63e0-4ba9-b04b-b93a1de4e997-20200106083639\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test0a44d7be-63fa-418d-a7b6-89a44dd21894-20200107052935\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test0a44d7be-63fa-418d-a7b6-89a44dd21894-20200107052935\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test0d01b487-7f79-4d87-b330-5c025068db45-20191004190331\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test0d01b487-7f79-4d87-b330-5c025068db45-20191004190331\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test0d643748-e6fe-41ad-b4d3-89a289a0cee0-20191003055620\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test0d643748-e6fe-41ad-b4d3-89a289a0cee0-20191003055620\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test0df83c51-5bb9-43f8-8ae9-bc896ea64f78-20200110220221\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test0df83c51-5bb9-43f8-8ae9-bc896ea64f78-20200110220221\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test0f02c246-7e65-4010-9367-ca4530c3897e-20191004190223\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test0f02c246-7e65-4010-9367-ca4530c3897e-20191004190223\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test157494ec-e788-43b0-8d26-a17e39ee07cc-20191002011945\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test157494ec-e788-43b0-8d26-a17e39ee07cc-20191002011945\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test1661d154-b623-4507-8a56-3a89812c456c-20200111083940\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test1661d154-b623-4507-8a56-3a89812c456c-20200111083940\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test17bbd860-f21d-40ab-9026-16e05f2907f0-20200106083451\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test17bbd860-f21d-40ab-9026-16e05f2907f0-20200106083451\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test194e2333-13cd-43e3-b0a4-c8cdcf1a3600-20200110211106\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test194e2333-13cd-43e3-b0a4-c8cdcf1a3600-20200110211106\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test1bc26b19-b8d8-41f9-a26d-818f277bdf93-20200101113139\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test1bc26b19-b8d8-41f9-a26d-818f277bdf93-20200101113139\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test1c840053-9213-4f2a-8f2e-9bf2297908bd-20200108101424\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test1c840053-9213-4f2a-8f2e-9bf2297908bd-20200108101424\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test1d7bba72-69f1-43cd-a38c-41ce0b5f4bae-20200109050041\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test1d7bba72-69f1-43cd-a38c-41ce0b5f4bae-20200109050041\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test1f7a8078-50e7-4a3a-91eb-d178fd4c403b-20191002233353\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test1f7a8078-50e7-4a3a-91eb-d178fd4c403b-20191002233353\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test1fef1fdc-57ba-46a8-a879-475ba7d45a7a-20200106083509\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test1fef1fdc-57ba-46a8-a879-475ba7d45a7a-20200106083509\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test21332f15-f78d-4d31-afac-79b9dc989432-20191231175840\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test21332f15-f78d-4d31-afac-79b9dc989432-20191231175840\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test22f10717-6939-4003-a9ce-38effd8b77d6-20191007191355\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test22f10717-6939-4003-a9ce-38effd8b77d6-20191007191355\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test2334e6e3-bb72-4241-a36f-c2429d69bc0b-20200106050834\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test2334e6e3-bb72-4241-a36f-c2429d69bc0b-20200106050834\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test24fa9eb5-1c59-4425-b61c-30fd638c2a45-20191003203802\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test24fa9eb5-1c59-4425-b61c-30fd638c2a45-20191003203802\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test2521a545-ed61-4a15-bed1-aba7ce1d81ee-20200106050804\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test2521a545-ed61-4a15-bed1-aba7ce1d81ee-20200106050804\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test25c6fe61-1282-43c2-867b-b5039219989c-20200105081851\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test25c6fe61-1282-43c2-867b-b5039219989c-20200105081851\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test27515c8c-6773-4f92-afb0-35691cc6e3b6-20200103083821\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test27515c8c-6773-4f92-afb0-35691cc6e3b6-20200103083821\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test28012680-48e7-4903-877f-2f29464e63d5-20191229033424\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test28012680-48e7-4903-877f-2f29464e63d5-20191229033424\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test29a7a529-d293-4728-9d7f-257ed996e64f-20200108081759\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test29a7a529-d293-4728-9d7f-257ed996e64f-20200108081759\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test2a5f2d2c-b8e3-46c2-850d-a1641c024fe7-20200107084228\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test2a5f2d2c-b8e3-46c2-850d-a1641c024fe7-20200107084228\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test2ce856af-ab17-48f2-ba3e-bcd9af091061-20200110013246\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test2ce856af-ab17-48f2-ba3e-bcd9af091061-20200110013246\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test2e012e83-6361-4365-963f-6ced8a08e91c-20200110211254\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test2e012e83-6361-4365-963f-6ced8a08e91c-20200110211254\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test2ecf67b2-fb63-4461-b6a6-7026c4fb1168-20191002214026\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test2ecf67b2-fb63-4461-b6a6-7026c4fb1168-20191002214026\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test2ede6564-c7cc-44cb-a1a8-902505c9829d-20191003020742\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test2ede6564-c7cc-44cb-a1a8-902505c9829d-20191003020742\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test2f4ebc17-e27e-48d9-9cc3-ff933c21884e-20200106092410\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test2f4ebc17-e27e-48d9-9cc3-ff933c21884e-20200106092410\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test349ee02c-af9b-4663-a963-823b40eefed8-20200108083612\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test349ee02c-af9b-4663-a963-823b40eefed8-20200108083612\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test34cf6b13-b78e-478b-b596-8b661629371d-20191007195455\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test34cf6b13-b78e-478b-b596-8b661629371d-20191007195455\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test36cc5b60-2b23-4a04-bf95-f7865e1141cf-20200110085718\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test36cc5b60-2b23-4a04-bf95-f7865e1141cf-20200110085718\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test3712fca9-5cdd-4609-be69-b02aedc5c55c-20200107084115\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test3712fca9-5cdd-4609-be69-b02aedc5c55c-20200107084115\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test3772d042-92e2-4bcb-99b7-8a6a119cc088-20191231182808\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test3772d042-92e2-4bcb-99b7-8a6a119cc088-20191231182808\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test37a6dd64-d44d-465e-85bc-3bc38be90350-20200104083535\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test37a6dd64-d44d-465e-85bc-3bc38be90350-20200104083535\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test381074d5-7156-472b-801a-b35f8fef4cc6-20200105050612\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test381074d5-7156-472b-801a-b35f8fef4cc6-20200105050612\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test3877a44d-4c48-40db-80eb-227272d5acd6-20200110103540\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test3877a44d-4c48-40db-80eb-227272d5acd6-20200110103540\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test38ecd28e-7018-4672-840c-3044a5e7a6b5-20200111084208\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test38ecd28e-7018-4672-840c-3044a5e7a6b5-20200111084208\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test395a0b49-442a-450c-8a1f-65b0aa3bcf47-20200105083839\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test395a0b49-442a-450c-8a1f-65b0aa3bcf47-20200105083839\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test3971b300-edff-44a8-b61b-7f9b7460a8d6-20191003002234\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test3971b300-edff-44a8-b61b-7f9b7460a8d6-20191003002234\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test3adeec20-7458-4b3d-af26-0b6bc2aae3eb-20200103083751\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test3adeec20-7458-4b3d-af26-0b6bc2aae3eb-20200103083751\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test3b20dd96-f3e4-4798-998d-8c433c2449a7-20200108083635\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test3b20dd96-f3e4-4798-998d-8c433c2449a7-20200108083635\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test3ce2fd4a-8b5a-4c7e-b08d-3e48fc0f45e7-20200104083825\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test3ce2fd4a-8b5a-4c7e-b08d-3e48fc0f45e7-20200104083825\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test3d499ca7-cc8d-41cc-a6dc-ffb1a4ac4942-20200107053004\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test3d499ca7-cc8d-41cc-a6dc-ffb1a4ac4942-20200107053004\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test3db7240e-5e42-4d6d-b024-cc9fce3c828b-20200105083520\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test3db7240e-5e42-4d6d-b024-cc9fce3c828b-20200105083520\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test3f6b7341-635f-48d5-a36d-be5dfe3002c4-20200105050937\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test3f6b7341-635f-48d5-a36d-be5dfe3002c4-20200105050937\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test3fc26934-ede2-4482-ad5e-f66f6135d4a6-20191228055558\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test3fc26934-ede2-4482-ad5e-f66f6135d4a6-20191228055558\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test406d077c-6017-4062-bc96-f809147a2331-20200106050748\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test406d077c-6017-4062-bc96-f809147a2331-20200106050748\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test4302336c-e039-4e70-bcb6-9275f6089e4a-20200108144821\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test4302336c-e039-4e70-bcb6-9275f6089e4a-20200108144821\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test453a087e-8435-46db-970a-4ee633cc4c4a-20200102083458\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test453a087e-8435-46db-970a-4ee633cc4c4a-20200102083458\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test46b73afa-2259-4aff-81e1-a58bf24b59aa-20191229033459\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test46b73afa-2259-4aff-81e1-a58bf24b59aa-20191229033459\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test4a3399ee-82ea-46aa-9e3a-5434b588e3b6-20191228013518\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test4a3399ee-82ea-46aa-9e3a-5434b588e3b6-20191228013518\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test4eb7a185-527b-4b9f-93a8-7f1cec9d062e-20191231151207\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test4eb7a185-527b-4b9f-93a8-7f1cec9d062e-20191231151207\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test520a0915-f9f0-4da4-9fa1-1b74fc1470aa-20200102083505\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test520a0915-f9f0-4da4-9fa1-1b74fc1470aa-20200102083505\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test5397960f-023b-4979-9a8b-800d049045a4-20191007195417\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test5397960f-023b-4979-9a8b-800d049045a4-20191007195417\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test55a36387-8a3f-4159-9884-29b97539a253-20200109080443\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test55a36387-8a3f-4159-9884-29b97539a253-20200109080443\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test5645f186-4ee5-4209-af37-423660e3318c-20191231175947\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test5645f186-4ee5-4209-af37-423660e3318c-20191231175947\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test58b4461d-4d2d-4395-b6d2-ab83d4d8c62f-20200111001002\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test58b4461d-4d2d-4395-b6d2-ab83d4d8c62f-20200111001002\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test5b0bf447-d98d-429d-8334-c032d197c743-20191003203846\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test5b0bf447-d98d-429d-8334-c032d197c743-20191003203846\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test5bc90367-1ea2-400b-a40c-321081bae3f3-20200108145035\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test5bc90367-1ea2-400b-a40c-321081bae3f3-20200108145035\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test5bd0562f-e939-456f-a6ee-c848d1aba616-20200101151641\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test5bd0562f-e939-456f-a6ee-c848d1aba616-20200101151641\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test5e4efe90-916c-4c96-802c-1508a5b6da78-20191231151150\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test5e4efe90-916c-4c96-802c-1508a5b6da78-20191231151150\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test5f8f0c10-cc3c-45ec-a068-fb1c7edfa0d9-20200101145958\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test5f8f0c10-cc3c-45ec-a068-fb1c7edfa0d9-20200101145958\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test60a000b7-286c-4b2b-9137-bbc088736419-20200108144920\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test60a000b7-286c-4b2b-9137-bbc088736419-20200108144920\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test6192a01b-ba47-4d08-904a-71647a49a112-20191008041625\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test6192a01b-ba47-4d08-904a-71647a49a112-20191008041625\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test62835538-89c6-4f66-9034-f7a4b176c615-20191007234245\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test62835538-89c6-4f66-9034-f7a4b176c615-20191007234245\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test651e4ad2-ee4a-462e-a506-b56b1969f5d0-20200110230749\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test651e4ad2-ee4a-462e-a506-b56b1969f5d0-20200110230749\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test691d94e5-c40c-4568-94b0-09b08aea42b1-20200106050808\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test691d94e5-c40c-4568-94b0-09b08aea42b1-20200106050808\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test6aa3643c-011a-4180-877f-cad955a8e664-20191007234642\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test6aa3643c-011a-4180-877f-cad955a8e664-20191007234642\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test6cfb469b-8478-468f-9bb5-691affd32abb-20200107083803\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test6cfb469b-8478-468f-9bb5-691affd32abb-20200107083803\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test6d36b6b2-7956-4e62-91c1-c33792fd4bb1-20200110123203\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test6d36b6b2-7956-4e62-91c1-c33792fd4bb1-20200110123203\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test6e28168e-a9c8-4c0a-8b40-60c2a1502d43-20200108052802\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test6e28168e-a9c8-4c0a-8b40-60c2a1502d43-20200108052802\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test6eb763ac-7fbe-4e44-bee7-aad035ee2a7d-20200110084429\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test6eb763ac-7fbe-4e44-bee7-aad035ee2a7d-20200110084429\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test6efec253-f625-46f0-9d74-324f69e963d8-20200107070514\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test6efec253-f625-46f0-9d74-324f69e963d8-20200107070514\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test70fa7e4c-3122-4ff7-aec6-fe75ab660a01-20200108105900\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test70fa7e4c-3122-4ff7-aec6-fe75ab660a01-20200108105900\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test710a5fbf-06c7-46ac-b96d-a29d2586422f-20200108083639\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test710a5fbf-06c7-46ac-b96d-a29d2586422f-20200108083639\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test71d72489-67c6-45e2-b1e6-a19546efc823-20200105112903\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test71d72489-67c6-45e2-b1e6-a19546efc823-20200105112903\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test721fccf1-2b3e-44b6-908f-51b910e88b09-20200111104931\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test721fccf1-2b3e-44b6-908f-51b910e88b09-20200111104931\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test742d0189-9e41-4f1b-8ad3-31c05d34903b-20200111103247\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test742d0189-9e41-4f1b-8ad3-31c05d34903b-20200111103247\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test7836a97c-f56e-48d0-8b5d-61e79aeb3226-20200111071656\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test7836a97c-f56e-48d0-8b5d-61e79aeb3226-20200111071656\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test78666b2e-25c8-4a48-931a-3131a0317d73-20191002194352\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test78666b2e-25c8-4a48-931a-3131a0317d73-20191002194352\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test79f13508-fcbd-47b9-988f-1c21ef5e7f2e-20191002015429\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test79f13508-fcbd-47b9-988f-1c21ef5e7f2e-20191002015429\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test79fb90ce-4691-4212-99a7-6e4069bd5984-20191007234256\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test79fb90ce-4691-4212-99a7-6e4069bd5984-20191007234256\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test7a8cf687-6a21-4181-ba98-902fee717bd3-20200104103216\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test7a8cf687-6a21-4181-ba98-902fee717bd3-20200104103216\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test7aabf813-6644-483a-b9e0-ba6f8973ba1f-20191002232822\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test7aabf813-6644-483a-b9e0-ba6f8973ba1f-20191002232822\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test7c96c10a-0c8f-4ab0-83fd-1ad66a362e33-20191229033458\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test7c96c10a-0c8f-4ab0-83fd-1ad66a362e33-20191229033458\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test7e79b6ff-2559-44fe-b3ba-afaa68d63636-20200108112116\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test7e79b6ff-2559-44fe-b3ba-afaa68d63636-20200108112116\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test7ea372f7-ea7e-4b9e-bbad-4f35c1567aa2-20200108052736\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test7ea372f7-ea7e-4b9e-bbad-4f35c1567aa2-20200108052736\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test7fac3d04-98a5-4fc4-904e-9ea3b86eadc2-20200106050751\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test7fac3d04-98a5-4fc4-904e-9ea3b86eadc2-20200106050751\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test7fe20dd6-9ed9-4126-bb1d-031c01ac4550-20200101114504\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test7fe20dd6-9ed9-4126-bb1d-031c01ac4550-20200101114504\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test7ff974d9-c841-4249-b05b-bbf663cb4605-20200106084104\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test7ff974d9-c841-4249-b05b-bbf663cb4605-20200106084104\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test815bd4d5-fc24-4a47-be20-063c4809902c-20200109050508\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test815bd4d5-fc24-4a47-be20-063c4809902c-20200109050508\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test817654d0-2109-4d95-9284-8c8a9d960d08-20200108053758\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test817654d0-2109-4d95-9284-8c8a9d960d08-20200108053758\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test821ca3b6-dd05-4e80-b3d8-74ba03b2609b-20191231151151\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test821ca3b6-dd05-4e80-b3d8-74ba03b2609b-20191231151151\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test8285dc3e-637d-4d46-9695-adc39cbe7d2f-20200108144457\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test8285dc3e-637d-4d46-9695-adc39cbe7d2f-20200108144457\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test828aae03-9239-4938-a303-c23c42311878-20200102083419\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test828aae03-9239-4938-a303-c23c42311878-20200102083419\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test84afd814-5098-49ab-af99-e50350b5898b-20200110211134\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test84afd814-5098-49ab-af99-e50350b5898b-20200110211134\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test85b08563-b15f-4202-a0bc-f2bc2df2c71a-20200107053335\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test85b08563-b15f-4202-a0bc-f2bc2df2c71a-20200107053335\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test88aac268-c087-4481-b78e-99b920784a33-20200101084853\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test88aac268-c087-4481-b78e-99b920784a33-20200101084853\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test88dbd442-a8cc-4874-81a0-d3192c61df62-20191001224544\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test88dbd442-a8cc-4874-81a0-d3192c61df62-20191001224544\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test894dfb75-a00f-4f0c-894c-cae1c9846ad3-20200105051803\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test894dfb75-a00f-4f0c-894c-cae1c9846ad3-20200105051803\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test8d09bf4d-ee63-4ab1-a986-a4b802418403-20200111051447\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test8d09bf4d-ee63-4ab1-a986-a4b802418403-20200111051447\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test8d4d652b-4f05-4e99-93dd-78b9a36b5c78-20191003203755\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test8d4d652b-4f05-4e99-93dd-78b9a36b5c78-20191003203755\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test8de64739-43d8-4f84-af65-fdb3d0885288-20200108053543\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test8de64739-43d8-4f84-af65-fdb3d0885288-20200108053543\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test8e324c65-a51d-4eeb-9ec8-d5f8662dc041-20191228165107\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test8e324c65-a51d-4eeb-9ec8-d5f8662dc041-20191228165107\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test8e564580-8e53-4300-85f1-bf7f31dd37ff-20200107013348\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test8e564580-8e53-4300-85f1-bf7f31dd37ff-20200107013348\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test8f458ca7-8898-4d58-b93d-bfb0c3da028c-20200109050310\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test8f458ca7-8898-4d58-b93d-bfb0c3da028c-20200109050310\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test901cd6ca-5565-4552-a3de-d204d01935c0-20200108083706\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test901cd6ca-5565-4552-a3de-d204d01935c0-20200108083706\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test907b39e5-4008-4b55-93a0-18e9697b9cf3-20200108053817\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test907b39e5-4008-4b55-93a0-18e9697b9cf3-20200108053817\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test90c2be7c-d7ec-4abf-9fad-fef90fc3ef4d-20191004022234\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test90c2be7c-d7ec-4abf-9fad-fef90fc3ef4d-20191004022234\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test922db678-6ee8-43d5-86ff-6a86e132d332-20200107085231\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test922db678-6ee8-43d5-86ff-6a86e132d332-20200107085231\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test93b88aec-5277-4b1b-910c-7008e972ce91-20200107013304\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test93b88aec-5277-4b1b-910c-7008e972ce91-20200107013304\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test95a9104b-6cba-42d8-82ff-cc37e5ac44db-20200108081723\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test95a9104b-6cba-42d8-82ff-cc37e5ac44db-20200108081723\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test96da1605-19e0-46eb-9ce0-53e840f5e2cb-20200101111729\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test96da1605-19e0-46eb-9ce0-53e840f5e2cb-20200101111729\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test996066b2-7d29-400f-929b-e343a21046f7-20191231151212\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test996066b2-7d29-400f-929b-e343a21046f7-20191231151212\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test99663fff-ed21-4a91-9687-1a6da2abb033-20200106084508\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test99663fff-ed21-4a91-9687-1a6da2abb033-20200106084508\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test9eb5efa5-c3c1-4c13-80a6-11f5eba67372-20200108144852\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test9eb5efa5-c3c1-4c13-80a6-11f5eba67372-20200108144852\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testa3791896-b1fc-491e-ba0d-aefcd8d9e52a-20200105083503\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testa3791896-b1fc-491e-ba0d-aefcd8d9e52a-20200105083503\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testa37ff709-a078-45a0-8187-41733df8e101-20200109050003\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testa37ff709-a078-45a0-8187-41733df8e101-20200109050003\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testa4c5fe4e-936e-4be1-a612-a331aff54a8c-20200111105055\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testa4c5fe4e-936e-4be1-a612-a331aff54a8c-20200111105055\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testa59bce1d-e32c-423d-a86e-945d4aeb98b4-20200107051821\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testa59bce1d-e32c-423d-a86e-945d4aeb98b4-20200107051821\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testa604c059-8279-4f4d-a354-eec27222a06c-20200111051514\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testa604c059-8279-4f4d-a354-eec27222a06c-20200111051514\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testa71fefb1-0d9c-4fb3-8d3d-5dcd12d72b77-20200103103221\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testa71fefb1-0d9c-4fb3-8d3d-5dcd12d72b77-20200103103221\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testa748013d-c5a6-44f9-88eb-43167207c742-20200111051402\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testa748013d-c5a6-44f9-88eb-43167207c742-20200111051402\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testaab67022-4f2b-420d-a06a-2c4045110cdf-20191229033144\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testaab67022-4f2b-420d-a06a-2c4045110cdf-20191229033144\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testacab9541-280f-4491-9f49-ac57653f0a07-20200105083839\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testacab9541-280f-4491-9f49-ac57653f0a07-20200105083839\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testad298437-0349-4cc7-88a9-d8aabcba9df1-20191002233431\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testad298437-0349-4cc7-88a9-d8aabcba9df1-20191002233431\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testadd68286-f9e0-4ab1-a526-d8f3cf0f054e-20200105084128\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testadd68286-f9e0-4ab1-a526-d8f3cf0f054e-20200105084128\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testade4c52b-18f5-4b67-8e93-945358ce4f7d-20191007234259\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testade4c52b-18f5-4b67-8e93-945358ce4f7d-20191007234259\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testae421c1d-0211-4ef2-b372-564ce8ad484a-20200110104035\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testae421c1d-0211-4ef2-b372-564ce8ad484a-20200110104035\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testafbbd8bf-aec5-48bf-8fea-73fa15ccc315-20191001224727\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testafbbd8bf-aec5-48bf-8fea-73fa15ccc315-20191001224727\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testb15148bf-78d2-42d4-ad08-b3ad8fb4b122-20200101084759\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testb15148bf-78d2-42d4-ad08-b3ad8fb4b122-20200101084759\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testb4237708-3688-40ea-85a2-275c05f4d100-20191228083519\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testb4237708-3688-40ea-85a2-275c05f4d100-20191228083519\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testb799a18f-be45-4c5c-8438-163ac2e1f1e7-20191004190529\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testb799a18f-be45-4c5c-8438-163ac2e1f1e7-20191004190529\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testb7cee88a-e5ac-4af4-99c8-7247020b00c3-20200105051201\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testb7cee88a-e5ac-4af4-99c8-7247020b00c3-20200105051201\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testb7df0d9a-27c0-4ca5-b692-08dd90387b98-20200111083443\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testb7df0d9a-27c0-4ca5-b692-08dd90387b98-20200111083443\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testbbf6bf32-4bd0-4381-b8f7-2658f585df4d-20191003203846\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testbbf6bf32-4bd0-4381-b8f7-2658f585df4d-20191003203846\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testbeea1376-166a-4b1a-8923-c907cc9737d9-20200107013336\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testbeea1376-166a-4b1a-8923-c907cc9737d9-20200107013336\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testbf9154e9-6166-48c2-86fe-1f331be606d7-20200107051823\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testbf9154e9-6166-48c2-86fe-1f331be606d7-20200107051823\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testc0d7c3c5-23b8-489c-a5e0-ae87c681b696-20200101083539\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testc0d7c3c5-23b8-489c-a5e0-ae87c681b696-20200101083539\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testc193f31a-5186-4e93-84f6-0e4ab87b73c1-20200107052937\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testc193f31a-5186-4e93-84f6-0e4ab87b73c1-20200107052937\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testc1c7e8dc-fa8c-47d9-8305-de6d1451b939-20200101085248\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testc1c7e8dc-fa8c-47d9-8305-de6d1451b939-20200101085248\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testc1d0c917-e2ae-430c-a2ca-383fb0fda046-20191007235839\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testc1d0c917-e2ae-430c-a2ca-383fb0fda046-20191007235839\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testc23a3fbb-6e95-4c0d-94fc-c8ab14dddf1c-20191231151117\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testc23a3fbb-6e95-4c0d-94fc-c8ab14dddf1c-20191231151117\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testc2697630-6247-411a-94b3-c2974ad8cbee-20191007195417\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testc2697630-6247-411a-94b3-c2974ad8cbee-20191007195417\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testc466b80f-670f-4383-89b8-44e0d509fa20-20191002000516\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testc466b80f-670f-4383-89b8-44e0d509fa20-20191002000516\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testc5c8d9bd-75fa-4db3-9f34-5d7b7098584c-20191003203851\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testc5c8d9bd-75fa-4db3-9f34-5d7b7098584c-20191003203851\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testc8b6d14b-a5db-48e0-bfad-a2818d432bea-20200104083443\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testc8b6d14b-a5db-48e0-bfad-a2818d432bea-20200104083443\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testc933efa8-c553-4b93-884f-b7221d9ca789-20191228083750\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testc933efa8-c553-4b93-884f-b7221d9ca789-20191228083750\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testcbe8ab80-46ef-49b1-a7bb-4e3d6e50e49f-20200104050811\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testcbe8ab80-46ef-49b1-a7bb-4e3d6e50e49f-20200104050811\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testccc0b5e6-9b0d-451a-8ac4-6f4af293b913-20200106092645\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testccc0b5e6-9b0d-451a-8ac4-6f4af293b913-20200106092645\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testcec64786-04b1-487c-80ec-050da646fb1c-20191005123412\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testcec64786-04b1-487c-80ec-050da646fb1c-20191005123412\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testd104a52f-eba2-401d-8e7f-a841c90f7712-20191228083553\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testd104a52f-eba2-401d-8e7f-a841c90f7712-20191228083553\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testd724cea4-0d3c-4539-b2ff-be08fb23a67e-20200107083714\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testd724cea4-0d3c-4539-b2ff-be08fb23a67e-20200107083714\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testd8e60bac-27ff-4fba-90b8-732c9c5ff91c-20191228083751\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testd8e60bac-27ff-4fba-90b8-732c9c5ff91c-20191228083751\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testd99db4a5-7683-4584-89ad-fefd711de284-20191004190210\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testd99db4a5-7683-4584-89ad-fefd711de284-20191004190210\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testd9b4309a-67bc-4cd8-ac47-094cb20ca6aa-20200101090202\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testd9b4309a-67bc-4cd8-ac47-094cb20ca6aa-20200101090202\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testda3320e0-28f2-4146-a002-e06296362711-20191004190115\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testda3320e0-28f2-4146-a002-e06296362711-20191004190115\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testda714121-3240-4253-90c3-48c43f115c90-20200102083419\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testda714121-3240-4253-90c3-48c43f115c90-20200102083419\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testdb357558-60b4-4ee3-9ec3-ba22c5d827fb-20191004020617\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testdb357558-60b4-4ee3-9ec3-ba22c5d827fb-20191004020617\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testdc7230e9-df6d-4edd-a57c-ef7e0432c463-20191002011345\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testdc7230e9-df6d-4edd-a57c-ef7e0432c463-20191002011345\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testdccb59de-436f-4935-bed6-2e677dcaf36a-20200109111802\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testdccb59de-436f-4935-bed6-2e677dcaf36a-20200109111802\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testde985b23-9333-4f6e-a5e8-82025a38b2af-20200102083510\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testde985b23-9333-4f6e-a5e8-82025a38b2af-20200102083510\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Teste271da3e-cbcb-4ee7-8770-f297f414451f-20191003015540\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Teste271da3e-cbcb-4ee7-8770-f297f414451f-20191003015540\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Teste4070edd-aec0-455d-8a79-aecdb7170b6d-20191007234642\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Teste4070edd-aec0-455d-8a79-aecdb7170b6d-20191007234642\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Teste42f351a-4da0-4f0d-93e9-ef1d98e06659-20200108083633\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Teste42f351a-4da0-4f0d-93e9-ef1d98e06659-20200108083633\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Teste66ca23c-f4bf-4eb3-8418-139364d19e7d-20200107062643\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Teste66ca23c-f4bf-4eb3-8418-139364d19e7d-20200107062643\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Teste78b1ab2-1380-48ab-9923-0276cdb7198b-20191001224742\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Teste78b1ab2-1380-48ab-9923-0276cdb7198b-20191001224742\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Teste8607e14-b4f8-472a-bd5b-893b8d9612e6-20200112045941\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Teste8607e14-b4f8-472a-bd5b-893b8d9612e6-20200112045941\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Teste980b80e-3add-42c0-bc98-a84020b2d128-20200108101640\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Teste980b80e-3add-42c0-bc98-a84020b2d128-20200108101640\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Tested79dba9-2d38-4ea9-a01c-56e94b30ca7a-20191007195447\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Tested79dba9-2d38-4ea9-a01c-56e94b30ca7a-20191007195447\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testee9dcf5f-f7c4-4192-a8f4-28e9bc7d0f7c-20191001225005\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testee9dcf5f-f7c4-4192-a8f4-28e9bc7d0f7c-20191001225005\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testefbb340a-b68b-4200-872b-d05e7d29f92d-20191007195432\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testefbb340a-b68b-4200-872b-d05e7d29f92d-20191007195432\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testf1fc0559-6740-48dd-9501-2b933c731d52-20200103083458\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testf1fc0559-6740-48dd-9501-2b933c731d52-20200103083458\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testf41dfc97-bb51-4fba-86ca-a6f2695c415a-20200107050834\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testf41dfc97-bb51-4fba-86ca-a6f2695c415a-20200107050834\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testf5784447-83ed-4c00-8764-ea0f932aafa2-20200106085748\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testf5784447-83ed-4c00-8764-ea0f932aafa2-20200106085748\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testf6128ef6-c13c-420e-8088-0710888ce88b-20200109050003\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testf6128ef6-c13c-420e-8088-0710888ce88b-20200109050003\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testf863ab2c-ada9-4646-84c7-1f83a82375d7-20191229033226\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testf863ab2c-ada9-4646-84c7-1f83a82375d7-20191229033226\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testfac552a7-418f-4baa-8f51-d199ceff5c68-20200103050817\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testfac552a7-418f-4baa-8f51-d199ceff5c68-20200103050817\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testfb7be054-5c15-494f-822c-b64f9a36e2f3-20200105051753\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testfb7be054-5c15-494f-822c-b64f9a36e2f3-20200105051753\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testfc5c7585-6c9a-4aa4-a7c4-1223a94e00c7-20200104083552\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testfc5c7585-6c9a-4aa4-a7c4-1223a94e00c7-20200104083552\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.FileServer.Edp\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.FileServer.Edp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Geneva\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Geneva\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.KeyVault\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.KeyVault\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.KeyVault.Edp\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.KeyVault.Edp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Monitor\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Monitor\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Monitor.Agent\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Monitor.Agent\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Monitor.Edp\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Monitor.Edp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Monitor.VirtualMachines\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Monitor.VirtualMachines\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Monitor.VirtualMachines.Dev\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Monitor.VirtualMachines.Dev\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Monitor.VirtualMachines.Dev.INT\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Monitor.VirtualMachines.Dev.INT\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Monitor.VirtualMachines.Dev.SCALE\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Monitor.VirtualMachines.Dev.SCALE\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Monitor.VirtualMachines.Dev.TEST\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Monitor.VirtualMachines.Dev.TEST\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Monitor.VirtualMachines.GuestHealth\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Monitor.VirtualMachines.GuestHealth\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Monitor.VirtualMachines.GuestHealth.INT\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Monitor.VirtualMachines.GuestHealth.INT\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Monitor.VirtualMachines.GuestHealth.SCALE\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Monitor.VirtualMachines.GuestHealth.SCALE\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Monitor.VirtualMachines.GuestHealth.TEST\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Monitor.VirtualMachines.GuestHealth.TEST\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Monitor.VirtualMachines.INT.Dev\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Monitor.VirtualMachines.INT.Dev\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Monitor.VirtualMachines.SCALE.Dev\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Monitor.VirtualMachines.SCALE.Dev\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Monitor.VirtualMachines.TEST.Dev\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Monitor.VirtualMachines.TEST.Dev\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Monitor.WorkloadInsights.Test\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Monitor.WorkloadInsights.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Monitor.WorkloadInsightsTest.newnamespace\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Monitor.WorkloadInsightsTest.newnamespace\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Monitor.Workloads\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Monitor.Workloads\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Monitoring.DependencyAgent\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Monitoring.DependencyAgent\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Monitoring.DependencyAgent.Edp\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Monitoring.DependencyAgent.Edp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Networking.SDN\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Networking.SDN\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.NetworkWatcher\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.NetworkWatcher\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.NetworkWatcher.Test\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.NetworkWatcher.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.OpenSSH\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.OpenSSH\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Performance.Diagnostics\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Performance.Diagnostics\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Performance.Diagnostics.Edp\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Performance.Diagnostics.Edp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.RecoveryServices\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.RecoveryServices\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.RecoveryServices.Edp\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.RecoveryServices.Edp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.RecoveryServices.SiteRecovery\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.RecoveryServices.SiteRecovery\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.RecoveryServices.SiteRecovery2\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.RecoveryServices.SiteRecovery2\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.RecoveryServices.WorkloadBackup\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.RecoveryServices.WorkloadBackup\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.RecoveryServices.WorkloadBackup.Edp\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.RecoveryServices.WorkloadBackup.Edp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Security\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Security\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Security.AntimalwareSignature\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.Edp\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Security.AntimalwareSignature.Edp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Security.Dsms\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Security.Dsms\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Security.Dsms.Edp\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Security.Dsms.Edp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Security.Edp\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Security.Edp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Security.LinuxAttestation\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Security.LinuxAttestation\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Security.Monitoring\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Security.Monitoring\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Security.Monitoring.Test\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Security.Monitoring.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Security.Monitoring.Testing\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Security.Monitoring.Testing\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Security.Test\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Security.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Security.TestWindowsAttestation\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Security.TestWindowsAttestation\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Security.WindowsAttestation\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Security.WindowsAttestation\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Security.WinTestAttestation\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Security.WinTestAttestation\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.ServiceFabric.MC\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.ServiceFabric.MC\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.ServiceFabric.MC.Test\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.ServiceFabric.MC.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.SiteRecovery.Stage\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.SiteRecovery.Stage\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.SiteRecovery.Test\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.SiteRecovery.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.SiteRecovery2.Test\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.SiteRecovery2.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Test.Identity\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Test.Identity\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.WindowsFabric.Test\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.WindowsFabric.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.Linux.ReleasePipeTest\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.WorkloadInsights.Linux.ReleasePipeTest\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.Linux.ReleasePipeTest.INT\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.WorkloadInsights.Linux.ReleasePipeTest.INT\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.Linux.ReleasePipeTest.TEST\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.WorkloadInsights.Linux.ReleasePipeTest.TEST\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.Linux.Test1\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.WorkloadInsights.Linux.Test1\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.Linux.Test2\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.WorkloadInsights.Linux.Test2\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.Linux.Test3\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.WorkloadInsights.Linux.Test3\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.Linux.Test4\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.WorkloadInsights.Linux.Test4\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.Linux.Test5\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.WorkloadInsights.Linux.Test5\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.Linux.Test5.INT\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.WorkloadInsights.Linux.Test5.INT\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.Linux.Test5.TEST\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.WorkloadInsights.Linux.Test5.TEST\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.Linux.VincentTest\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.WorkloadInsights.Linux.VincentTest\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.Linux.VincentTest2\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.WorkloadInsights.Linux.VincentTest2\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.Linux.VincentTest3\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.WorkloadInsights.Linux.VincentTest3\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.Linux.VincentTest4\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.WorkloadInsights.Linux.VincentTest4\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.Test\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.WorkloadInsights.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.TestTest\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.WorkloadInsights.TestTest\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.TestTest.INT\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.WorkloadInsights.TestTest.INT\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.TestTest.TEST\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.WorkloadInsights.TestTest.TEST\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.Windows.ReleasePipeTest.INT\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.WorkloadInsights.Windows.ReleasePipeTest.INT\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.Windows.ReleasePipeTest.TEST\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.WorkloadInsights.Windows.ReleasePipeTest.TEST\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.AzureCAT.AzureEnhancedMonitoring\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.AzureCAT.AzureEnhancedMonitoring\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.AzureCAT.AzureEnhancedMonitoringTest\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.AzureCAT.AzureEnhancedMonitoringTest\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.AzureMonitor.WorkloadInsights\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.AzureMonitor.WorkloadInsights\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.AzureMonitor.WorkloadInsights.Canary\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.AzureMonitor.WorkloadInsights.Canary\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.AzureMonitor.WorkloadInsights.Corp\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.AzureMonitor.WorkloadInsights.Corp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.AzureMonitor.WorkloadInsights.Linux.Test\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.AzureMonitor.WorkloadInsights.Linux.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.AzureMonitor.WorkloadInsights.LinuxTest\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.AzureMonitor.WorkloadInsights.LinuxTest\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.AzureMonitor.WorkloadInsights.Meya0206\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.AzureMonitor.WorkloadInsights.Meya0206\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.AzureMonitor.WorkloadInsights.MeyaCorp\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.AzureMonitor.WorkloadInsights.MeyaCorp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.AzureMonitor.WorkloadInsights.Test\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.AzureMonitor.WorkloadInsights.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.AzureMonitor.WorkloadInsights.Testing\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.AzureMonitor.WorkloadInsights.Testing\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.AzureSecurity.JITAccess\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.AzureSecurity.JITAccess\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.CloudBackup.Workload.Extension\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.CloudBackup.Workload.Extension\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.CloudBackup.Workload.Extension.Edp\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.CloudBackup.Workload.Extension.Edp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Compute\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Compute\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Compute.Test\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Compute.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Compute.TestSar\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Compute.TestSar\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.CPlat.Core\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.CPlat.Core\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.CPlat.Core.Edp\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.CPlat.Core.Edp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.EnterpriseCloud.Monitoring\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.EnterpriseCloud.Monitoring\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.EnterpriseCloud.Monitoring.Edp\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.EnterpriseCloud.Monitoring.Edp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.EnterpriseCloud.Monitoring.Test\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.EnterpriseCloud.Monitoring.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Golive.Extensions\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Golive.Extensions\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.GuestConfig.Test\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.GuestConfig.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.GuestConfiguration\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.GuestConfiguration\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.GuestConfiguration.Edp\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.GuestConfiguration.Edp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.GuestConfiguration.Test\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.GuestConfiguration.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.HpcCompute\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.HpcCompute\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.HpcCompute.Edp\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.HpcCompute.Edp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.HpcPack\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.HpcPack\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Interceptor\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Interceptor\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.ManagedIdentity\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.ManagedIdentity\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.ManagedServices\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.ManagedServices\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.ManagedServices.Edp\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.ManagedServices.Edp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.MonitoringAgent.Extension\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.MonitoringAgent.Extension\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Network\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Network\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.OSTCExtensions\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.OSTCExtensions\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.OSTCExtensions.Edp\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.OSTCExtensions.Edp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.OSTCExtensions.Test\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.OSTCExtensions.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.OSTCExtensions.Testing\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.OSTCExtensions.Testing\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Powershell\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Powershell\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Powershell.Test\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Powershell.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Powershell.Test01\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Powershell.Test01\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.SecurityManagement.Kevlar\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.SecurityManagement.Kevlar\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.SoftwareUpdateManagement\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.SoftwareUpdateManagement\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.SoftwareUpdateManagement.Test\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.SoftwareUpdateManagement.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.SqlServer.Managability.IaaS.Test\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.SqlServer.Managability.IaaS.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.SqlServer.Management\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.SqlServer.Management\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.SqlServer.Management.Test\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.SqlServer.Management.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.SystemCenter\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.SystemCenter\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.TestSqlServer.Edp\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.TestSqlServer.Edp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.VisualStudio.Azure.ETWTraceListenerService\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.VisualStudio.Azure.ETWTraceListenerService\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.VisualStudio.Azure.RemoteDebug\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.VisualStudio.Azure.RemoteDebug\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.VisualStudio.Azure.RemoteDebug.Json\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.VisualStudio.Azure.RemoteDebug.Json\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.VisualStudio.ServiceProfiler\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.VisualStudio.ServiceProfiler\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.VisualStudio.Services\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.VisualStudio.Services\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.VisualStudio.WindowsAzure.DevTest\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.VisualStudio.WindowsAzure.DevTest\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.VisualStudio.WindowsAzure.DevTest.Test\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.VisualStudio.WindowsAzure.DevTest.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.VisualStudio.WindowsAzure.RemoteDebug\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.VisualStudio.WindowsAzure.RemoteDebug\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.VisualStudio.WindowsAzure.Test.RemoteDebug\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.VisualStudio.WindowsAzure.Test.RemoteDebug\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Windows.Azure.Extensions\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Windows.Azure.Extensions\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Windows.AzureRemoteApp.Test\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Windows.AzureRemoteApp.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Windows.RemoteDesktop\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Windows.RemoteDesktop\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.WindowsAdminCenter\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.WindowsAdminCenter\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.WindowsAdminCenter.Test\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.WindowsAdminCenter.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.WindowsAzure.Compute\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.WindowsAzure.Compute\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.WindowsAzure.Compute.test\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.WindowsAzure.Compute.test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.WVD\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.WVD\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftAzureSiteRecovery\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftAzureSiteRecovery\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftBizTalkServer\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftBizTalkServer\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"microsoftcmotest\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/microsoftcmotest\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftDynamicsAX\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftDynamicsAX\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftDynamicsGP\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftDynamicsGP\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftDynamicsNAV\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftDynamicsNAV\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"microsoftfarmbeats\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/microsoftfarmbeats\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftHybridCloudStorage\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftHybridCloudStorage\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftOSTC\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftOSTC\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftPowerBI\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftPowerBI\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftRServer\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftRServer\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftSharePoint\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftSharePoint\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftSQLServer\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftSQLServer\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftTestLinuxPPS\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftTestLinuxPPS\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftVisualStudio\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftVisualStudio\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftWindowsDesktop\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsDesktop\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftWindowsServer\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftWindowsServerHPCPack\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServerHPCPack\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"microsoft_iot_edge\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/microsoft_iot_edge\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"microsoft_javaeeonazure_test\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/microsoft_javaeeonazure_test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"microstrategy\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/microstrategy\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"midasolutions\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/midasolutions\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"middleware\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/middleware\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"midfin\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/midfin\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"midvision\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/midvision\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mindcti\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mindcti\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"minio\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/minio\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"miraclelinux\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/miraclelinux\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"miracl_linux\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/miracl_linux\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"miri-infotech-pvt-ltd\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/miri-infotech-pvt-ltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mobilab\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mobilab\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"modern-systems\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/modern-systems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"monitorcomputersystemsltd\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/monitorcomputersystemsltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"moogsoft\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/moogsoft\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"moviemasher\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/moviemasher\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mriisoftllc1579457820427\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mriisoftllc1579457820427\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"msopentech\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/msopentech\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mtnfog\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mtnfog\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"multisoft-ab\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/multisoft-ab\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mvp-systems\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mvp-systems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mwg_azure\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mwg_azure\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mxhero\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mxhero\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"my-com\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/my-com\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"narrativescience\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/narrativescience\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nasuni\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nasuni\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ncache\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ncache\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ncbi\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ncbi\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ndl\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ndl\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nebbiolo-technologies-inc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nebbiolo-technologies-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nec-technologies\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nec-technologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nefelinetworks1591201080882\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nefelinetworks1591201080882\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"neo4j\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/neo4j\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"neowaybusinesssolutions-4956350\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/neowaybusinesssolutions-4956350\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"netapp\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/netapp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"netatwork\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/netatwork\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"netfoundryinc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/netfoundryinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"netgate\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/netgate\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"netikus-net-ltd\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/netikus-net-ltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"netiq\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/netiq\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"netka\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/netka\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"netmail\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/netmail\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"netscout\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/netscout\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"netspi\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/netspi\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"netsweeper\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/netsweeper\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"networksexchangetechnologyltd\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/networksexchangetechnologyltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"netwrix\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/netwrix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"netx\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/netx\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"neusoft-neteye\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/neusoft-neteye\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"NewRelic.Infrastructure.Extensions\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/NewRelic.Infrastructure.Extensions\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"newtglobalconsultingllc1581492268566\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/newtglobalconsultingllc1581492268566\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nextronic-5290868\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nextronic-5290868\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nginxinc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nginxinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nice-it-management-solutions\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nice-it-management-solutions\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nicepeopleatwork\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nicepeopleatwork\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"niolabs-5229713\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/niolabs-5229713\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nodejsapi\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nodejsapi\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"noianetworklimited1584098036197\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/noianetworklimited1584098036197\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nokiaofamericacorporation1591716055441\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nokiaofamericacorporation1591716055441\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"noobaa\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/noobaa\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"norcominformationtechnologygmbhcokgaa\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/norcominformationtechnologygmbhcokgaa\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"noricumcloudsolutions1600524477681\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/noricumcloudsolutions1600524477681\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"norsync\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/norsync\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"northbridge-secure\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/northbridge-secure\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nozominetworks1582208017986\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nozominetworks1582208017986\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nri\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nri\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ntt-data-intellilink-corporation\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ntt-data-intellilink-corporation\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nttdata\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nttdata\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nuco-networks\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nuco-networks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"numbersbelieve\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/numbersbelieve\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"numtrallcpublisher\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/numtrallcpublisher\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nuxeo\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nuxeo\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nvidia\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nvidia\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"o2mc-real-time-data-platform\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/o2mc-real-time-data-platform\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"objectivity-inc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/objectivity-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"objectivity1595351622261\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/objectivity1595351622261\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"oceanblue-cloud\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/oceanblue-cloud\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"OctopusDeploy.Tentacle\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/OctopusDeploy.Tentacle\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"odix\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/odix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"odysseyconsultantsltd\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/odysseyconsultantsltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"officeatwork-ag\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/officeatwork-ag\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"omega-software\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/omega-software\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"onapsis\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/onapsis\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"oncore_cloud_services-4944214\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/oncore_cloud_services-4944214\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"onexgroup\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/onexgroup\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"onspecta\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/onspecta\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ontology\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ontology\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"onyx-point-inc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/onyx-point-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"op5\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/op5\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"open-connect-systems\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/open-connect-systems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"opencell\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/opencell\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"openlinkswcom-pago\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/openlinkswcom-pago\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"OpenLogic\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/OpenLogic\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"openshotstudiosllc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/openshotstudiosllc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"opentext\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/opentext\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"openvpn\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/openvpn\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"opslogix\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/opslogix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"option3\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/option3\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Oracle\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Oracle\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"oraylis\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/oraylis\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"oraylisbi\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/oraylisbi\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"orbs-network\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/orbs-network\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"oriana\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/oriana\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"orientdb\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/orientdb\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"oroinc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/oroinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"osirium-ltd\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/osirium-ltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"osisoft\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/osisoft\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"osnexus\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/osnexus\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"outpost24\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/outpost24\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"outsystems\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/outsystems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"pacteratechnologiesinc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pacteratechnologiesinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"paladionnetworkspvtltd1606120508449\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/paladionnetworkspvtltd1606120508449\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"paloaltonetworks\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/paloaltonetworks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"panopta\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/panopta\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"panorama-necto\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/panorama-necto\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"panzura-file-system\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/panzura-file-system\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"paralaxiomtechnologiesprivatelimited1596433357886\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/paralaxiomtechnologiesprivatelimited1596433357886\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"parallels\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/parallels\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"parasoft\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/parasoft\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"pasifikciptamandiri\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pasifikciptamandiri\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"passlogy\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/passlogy\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"paxata\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/paxata\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"peer-software-inc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/peer-software-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"penta-security-systems-inc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/penta-security-systems-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"percona\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/percona\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"piolinkinc1582849368309\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/piolinkinc1582849368309\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"pivotal\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pivotal\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"plesk\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/plesk\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"pmsoftwareinternational1603102514882\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pmsoftwareinternational1603102514882\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"pnop\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pnop\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"portalarchitects\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/portalarchitects\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"portsysinc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/portsysinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"postgres-pro\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/postgres-pro\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"powerbireach\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/powerbireach\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"prestashop\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/prestashop\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"prestige_informatique-1090178\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/prestige_informatique-1090178\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"prime-strategy\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/prime-strategy\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"primekey\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/primekey\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"primestrategynewyorkinc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/primestrategynewyorkinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"pro-vision\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pro-vision\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"process-one\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/process-one\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"processgold\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/processgold\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"procomputers\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/procomputers\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"procomputerssrl1594239153814\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/procomputerssrl1594239153814\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"profecia\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/profecia\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Profiler.AgentOrchestrationRefactor.Test\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Profiler.AgentOrchestrationRefactor.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Profiler.Master.Test\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Profiler.Master.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"profisee\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/profisee\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"progelspa\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/progelspa\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"progresssoftwarecorporation\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/progresssoftwarecorporation\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"protiviti\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/protiviti\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ptc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ptc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ptsecurity\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ptsecurity\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"pulse-secure\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pulse-secure\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"puppet\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/puppet\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PuppetLabs\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/PuppetLabs\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PuppetLabs.Test\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/PuppetLabs.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"purestorageinc1578960262525\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/purestorageinc1578960262525\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"pydio\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pydio\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"pyramidanalytics\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pyramidanalytics\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"qlik\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/qlik\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"qnapsystemsinc1601352084032\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/qnapsystemsinc1601352084032\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"qore-technologies\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/qore-technologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"qs-solutions\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/qs-solutions\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Qualys\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Qualys\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Qualys.LinuxAgent.GrayLabel\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Qualys.LinuxAgent.GrayLabel\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Qualys.WindowsAgent.GrayLabel\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Qualys.WindowsAgent.GrayLabel\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"qualysguard\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/qualysguard\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"quasardb\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/quasardb\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"qubole-inc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/qubole-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"quest\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/quest\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"racknap\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/racknap\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"radiant-logic\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/radiant-logic\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"radware\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/radware\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"raincode\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/raincode\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rancher\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/rancher\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rapid7\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/rapid7\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Rapid7.InsightPlatform\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Rapid7.InsightPlatform\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rapidminer\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/rapidminer\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"raynetgmbh\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/raynetgmbh\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"readymind\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/readymind\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"realm\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/realm\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"reblaze\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/reblaze\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"RedHat\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/RedHat\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"redpoint-global\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/redpoint-global\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"refinitiv\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/refinitiv\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"refinitiv-4807503\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/refinitiv-4807503\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"relevance-lab\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/relevance-lab\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"remotelearner\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/remotelearner\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"res\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/res\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"resco\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/resco\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"resemblesystems1582780358300\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/resemblesystems1582780358300\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"responder-corp\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/responder-corp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"revolution-analytics\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/revolution-analytics\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rhcsolutions1586957910818\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/rhcsolutions1586957910818\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ribboncommunications\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ribboncommunications\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"RightScaleLinux\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/RightScaleLinux\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"RightScaleWindowsServer\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/RightScaleWindowsServer\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ringsoftwareresearchanddevelopmentinc1578946072257\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ringsoftwareresearchanddevelopmentinc1578946072257\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"riverbed\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/riverbed\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"RiverbedTechnology\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/RiverbedTechnology\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rmgtechnologiesinc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/rmgtechnologiesinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rocketml\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/rocketml\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rocketsoftware\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/rocketsoftware\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rohdeschwarzcybersecuritygmbh\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/rohdeschwarzcybersecuritygmbh\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rohdeschwarzcybersecuritysas\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/rohdeschwarzcybersecuritysas\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"roktech\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/roktech\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rsa-security-llc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/rsa-security-llc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rsk-labs\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/rsk-labs\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rstudio-5237862\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/rstudio-5237862\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rtts\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/rtts\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rubrik-inc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/rubrik-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"s2ix\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/s2ix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"saama\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/saama\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"saasame-limited\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/saasame-limited\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"safesoftwareinc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/safesoftwareinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"safeticatechnologiessro\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/safeticatechnologiessro\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"safetica_technologies\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/safetica_technologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"safetoopen1585013318137\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/safetoopen1585013318137\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"saltsecurity1583264186232\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/saltsecurity1583264186232\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"saltsecurity1583264669848\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/saltsecurity1583264669848\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"saltstack\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/saltstack\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"samsung-sds\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/samsung-sds\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"samsungsds-cello\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/samsungsds-cello\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"samsungsds_sdbe\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/samsungsds_sdbe\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sap\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sap\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sas-institute-560503\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sas-institute-560503\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"scaidata\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/scaidata\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"scalearc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/scalearc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"scalegrid\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/scalegrid\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"scality\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/scality\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"schrockeninc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/schrockeninc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sci\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sci\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"scientiamobile\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/scientiamobile\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"seaqserviciossas1579029207572\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/seaqserviciossas1579029207572\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"secureworks\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/secureworks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"securosis\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/securosis\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"seequentltd1585781751395\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/seequentltd1585781751395\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"semarchy\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/semarchy\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"semperis\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/semperis\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"SentinelOne.LinuxExtension\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/SentinelOne.LinuxExtension\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"SentinelOne.WindowsExtension\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/SentinelOne.WindowsExtension\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"SentinelOne.WindowsExtension.Test\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/SentinelOne.WindowsExtension.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sentriumsl\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sentriumsl\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sentryone\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sentryone\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sepiosystems\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sepiosystems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"seppmailag\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/seppmailag\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"service-control-inc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/service-control-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"shadow-soft\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/shadow-soft\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"shareshiftneeraj.test\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/shareshiftneeraj.test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sightapps\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sightapps\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"signal-sciences\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/signal-sciences\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"silver-peak-systems\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/silver-peak-systems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"simmachinesinc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/simmachinesinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"simontelephonics\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/simontelephonics\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"simplifierag\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/simplifierag\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"simpligov\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/simpligov\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sinefa\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sinefa\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sinequa1588262295885\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sinequa1588262295885\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"singapore-telecommunications-limited\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/singapore-telecommunications-limited\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sios_datakeeper\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sios_datakeeper\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"siportalinc1581539156321\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/siportalinc1581539156321\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sisenseltd\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sisenseltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Site24x7\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Site24x7\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sktelecom\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sktelecom\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"skyarc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/skyarc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"skyboxsecurity1585187406404\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/skyboxsecurity1585187406404\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"skylarkcloud\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/skylarkcloud\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"smartbearsoftware\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/smartbearsoftware\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"smartmessage-autoflow\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/smartmessage-autoflow\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"snaplogic\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/snaplogic\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"snapt-adc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/snapt-adc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"snips\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/snips\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"soasta\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/soasta\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"softnas\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/softnas\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"softwarehut\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/softwarehut\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"softwebsolutions-4518310\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/softwebsolutions-4518310\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"soha\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/soha\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"solanolabs\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/solanolabs\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"solar-security\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/solar-security\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"solarwinds\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/solarwinds\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sonicwall-inc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sonicwall-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sophos\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sophos\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"south-river-technologies\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/south-river-technologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"southrivertech1586314123192\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/southrivertech1586314123192\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"spacecurve\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/spacecurve\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"spagobi\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/spagobi\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sparklinglogic\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sparklinglogic\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"spektra\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/spektra\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sphere3d\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sphere3d\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"spideroakinc1588278690933\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/spideroakinc1588278690933\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"spirentcommunications1594084187199\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/spirentcommunications1594084187199\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"splunk\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/splunk\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sproutenetworks1593456311717\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sproutenetworks1593456311717\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sqlstream\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sqlstream\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"squaredup\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/squaredup\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"src-solution\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/src-solution\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"stackato-platform-as-a-service\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/stackato-platform-as-a-service\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Stackify.LinuxAgent.Extension\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Stackify.LinuxAgent.Extension\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"stackstorm\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/stackstorm\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"startekfingerprintmatch\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/startekfingerprintmatch\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"starwind\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/starwind\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"StatusMonitor2.Diagnostics.Test\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/StatusMonitor2.Diagnostics.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"StatusReport.Diagnostics.Test\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/StatusReport.Diagnostics.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"stealthbits\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/stealthbits\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"steelhive\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/steelhive\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"stonebondtechnologies\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/stonebondtechnologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"stonefly\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/stonefly\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"storage_made_easy\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/storage_made_easy\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"stormshield\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/stormshield\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"storreduce\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/storreduce\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"strangebee1595948424730\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/strangebee1595948424730\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"stratumn\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/stratumn\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"streamsets\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/streamsets\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"striim\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/striim\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"stromasys\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/stromasys\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"strongboxitllc1594816423884\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/strongboxitllc1594816423884\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"su\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/su\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"subscription.test.krsh\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/subscription.test.krsh\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sumologic\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sumologic\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sunatogmbh\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sunatogmbh\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"SUSE\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/SUSE\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"swoopanalytics\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/swoopanalytics\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sycompatechnologycompanyinc1588192103892\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sycompatechnologycompanyinc1588192103892\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Symantec\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Symantec\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Symantec.CloudWorkloadProtection\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Symantec.CloudWorkloadProtection\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Symantec.CloudWorkloadProtection.Test\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Symantec.CloudWorkloadProtection.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Symantec.CloudWorkloadProtection.TestOnStage\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Symantec.CloudWorkloadProtection.TestOnStage\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Symantec.QA\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Symantec.QA\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Symantec.staging\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Symantec.staging\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Symantec.test\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Symantec.test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Symantec.test.ru2.latest\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Symantec.test.ru2.latest\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Symantec.test.ru2final\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Symantec.test.ru2final\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Symantec.test.ru2latest1\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Symantec.test.ru2latest1\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Symantec.test.ru4mp1\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Symantec.test.ru4mp1\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Symantec.test.ru4mp1.latest\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Symantec.test.ru4mp1.latest\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Symantec.test.ru4mp1final\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Symantec.test.ru4mp1final\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"symanteccorporation\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/symanteccorporation\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"symantectest1\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/symantectest1\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"synack-inc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/synack-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"syncfusion\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/syncfusion\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"syncfusionbigdataplatfor\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/syncfusionbigdataplatfor\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"synechron-technologies\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/synechron-technologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"synergixinc1585256339250\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/synergixinc1585256339250\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"synnexcorp\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/synnexcorp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"syscomcomputerengineeringco1583913200141\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/syscomcomputerengineeringco1583913200141\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"syte\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/syte\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tableau\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tableau\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tactic\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tactic\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"talari-networks\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/talari-networks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"talena-inc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/talena-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"talend\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/talend\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"talon\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/talon\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tamrinc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tamrinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"targit\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/targit\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tata_communications\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tata_communications\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tavanttechnologies\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tavanttechnologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tavendo\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tavendo\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"te-systems\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/te-systems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"techdivision\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/techdivision\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"techlatest\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/techlatest\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tecknolab\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tecknolab\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"telepat\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/telepat\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"teloscorporation\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/teloscorporation\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tempered-networks-inc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tempered-networks-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tenable\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tenable\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"teradata\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/teradata\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Teradici\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Teradici\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"teramindinc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/teramindinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Test.Gemalto.SafeNet.ProtectV\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Test.Gemalto.SafeNet.ProtectV\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Test.Gemalto.SafeNet.ProtectV.Azure\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Test.Gemalto.SafeNet.ProtectV.Azure\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Test.HP.AppDefender\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Test.HP.AppDefender\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Test.Microsoft.VisualStudio.Services\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Test.Microsoft.VisualStudio.Services\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Test.NJHP.AppDefender\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Test.NJHP.AppDefender\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Test.SqlServer.Managability\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Test.SqlServer.Managability\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Test.SqlServer.Management\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Test.SqlServer.Management\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Test.SqlServer.Management.corext\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Test.SqlServer.Management.corext\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Test.TrendMicro.DeepSecurity\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Test.TrendMicro.DeepSecurity\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Test1.NJHP.AppDefender\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Test1.NJHP.AppDefender\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Test3.Microsoft.VisualStudio.Services\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Test3.Microsoft.VisualStudio.Services\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"testable1603721901088\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/testable1603721901088\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"testpro\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/testpro\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"test_test_pmc2pc1\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/test_test_pmc2pc1\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"thales-vormetric\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/thales-vormetric\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"thedatavaluefactoryltd1589348815922\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/thedatavaluefactoryltd1589348815922\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"thefreebsdfoundation\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/thefreebsdfoundation\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"theumag1596442827072\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/theumag1596442827072\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"things-board\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/things-board\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"thingscareinc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/thingscareinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"thinprintgmbh\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/thinprintgmbh\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"thorntechnologiesllc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/thorntechnologiesllc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"thoughtspot-inc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/thoughtspot-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"threatintelligenceptyltd1586824172898\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/threatintelligenceptyltd1586824172898\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tibco-software\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tibco-software\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tidal-migrations\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tidal-migrations\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tidalmediainc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tidalmediainc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tig\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tig\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tiger-technology\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tiger-technology\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tigergraph\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tigergraph\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"timextender\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/timextender\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tmaxsoft\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tmaxsoft\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"topicus\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/topicus\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"torusware\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/torusware\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"totemo\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/totemo\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"townsend-security\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/townsend-security\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"transientxinc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/transientxinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"transvault\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/transvault\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"trendmicro\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/trendmicro\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"TrendMicro.DeepSecurity\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/TrendMicro.DeepSecurity\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"TrendMicro.DeepSecurity.Test\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/TrendMicro.DeepSecurity.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"TrendMicro.PortalProtect\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/TrendMicro.PortalProtect\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tresorit\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tresorit\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"trifacta\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/trifacta\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tripwire-inc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tripwire-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"truestack\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/truestack\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tsa-public-service\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tsa-public-service\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tunnelbiz\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tunnelbiz\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"turbonet1581982683964\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/turbonet1581982683964\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"twistlock\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/twistlock\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"typesafe\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/typesafe\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ubeeko\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ubeeko\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ubercloud\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ubercloud\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"uipath-5054924\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/uipath-5054924\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ulex\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ulex\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"unifi-software\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/unifi-software\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"unifiedstreaming1598872291606\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/unifiedstreaming1598872291606\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"uniprint-net\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/uniprint-net\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"unitrends\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/unitrends\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"unnisoft\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/unnisoft\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"unravel-data\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/unravel-data\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"unscramblsingaporepteltd-4999260\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/unscramblsingaporepteltd-4999260\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"untangle\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/untangle\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"upsolver1594188634150\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/upsolver1594188634150\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"usp\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/usp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"valtix\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/valtix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"varmournetworks\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/varmournetworks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"varnish\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/varnish\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vatacommunicationsinc1581644208717\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vatacommunicationsinc1581644208717\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vaultive-inc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vaultive-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vbot\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vbot\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vcinityinc1587684340545\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vcinityinc1587684340545\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vectraaiinc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vectraaiinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"veeam\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/veeam\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"velocitydb-inc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/velocitydb-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"velocloud\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/velocloud\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vemn\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vemn\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"veritas\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/veritas\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"versanetworks\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/versanetworks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"versasec\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/versasec\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vidispine\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vidispine\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vidizmo\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vidizmo\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vigyanlabs-innovations-pvt-ltd\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vigyanlabs-innovations-pvt-ltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vigyanlabsinc1581413676614\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vigyanlabsinc1581413676614\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"viptela\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/viptela\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vircom\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vircom\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"virtualpulsesro1607008728942\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/virtualpulsesro1607008728942\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"visualsoft-center\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/visualsoft-center\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vizixiotplatformretail001\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vizixiotplatformretail001\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vmturbo\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vmturbo\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vmware-inc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vmware-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vnomicinc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vnomicinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"voiceelements\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/voiceelements\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"volterraedgeservices\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/volterraedgeservices\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Vormetric\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Vormetric\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vscconsultingptyltd1608535888097\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vscconsultingptyltd1608535888097\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vte\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vte\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vu-llc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vu-llc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vyulabsinc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vyulabsinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"WAD2AI.Diagnostics.Test\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/WAD2AI.Diagnostics.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"WAD2EventHub.Diagnostics.Test\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/WAD2EventHub.Diagnostics.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"wallarm\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wallarm\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"wallix\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wallix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"wanos\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wanos\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"wanpath-dba-myworkdrive\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wanpath-dba-myworkdrive\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"wardy-it-solutions\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wardy-it-solutions\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"warewolf-esb\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/warewolf-esb\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"watchguard-technologies\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/watchguard-technologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"webaloinc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/webaloinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"websense-apmailpe\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/websense-apmailpe\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"websoft9inc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/websoft9inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"wedoitllc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wedoitllc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"westernoceansoftwaresprivatelimited\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/westernoceansoftwaresprivatelimited\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"wherescapesoftware\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wherescapesoftware\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"winmagic_securedoc_cloudvm\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/winmagic_securedoc_cloudvm\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"wintellisys-inc-4561600\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wintellisys-inc-4561600\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"witfooinc1590167223060\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/witfooinc1590167223060\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"wmspanel\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wmspanel\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"workshare-technology\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/workshare-technology\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"world-programming\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/world-programming\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"worxogo\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/worxogo\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"wowza\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wowza\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"xcontentptyltd-1329748\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/xcontentptyltd-1329748\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"xendata-inc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/xendata-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"xfinityinc\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/xfinityinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"xilinx\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/xilinx\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"xoriantsolutionspvtltd\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/xoriantsolutionspvtltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"xtremedata\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/xtremedata\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"xyzrd-group-ou\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/xyzrd-group-ou\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"yellowfin\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/yellowfin\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"yokogawarentalleasecorporation\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/yokogawarentalleasecorporation\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"your-shop-online\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/your-shop-online\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"z1\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/z1\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"z4it-aps\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/z4it-aps\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"zabbix\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/zabbix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"zend\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/zend\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"zerodown_software\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/zerodown_software\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"zerto\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/zerto\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"zettalane_systems-5254599\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/zettalane_systems-5254599\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"zevenet\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/zevenet\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"zilliz\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/zilliz\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"zoomdata\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/zoomdata\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"zscaler\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/zscaler\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"zultysinc1596831546163\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/zultysinc1596831546163\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"128technology\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/128technology\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"1580863854728\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/1580863854728\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"1583411303229\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/1583411303229\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"1583465680865\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/1583465680865\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"1585118004523\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/1585118004523\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"1597644262255\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/1597644262255\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"1598955805825\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/1598955805825\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"1615257339685\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/1615257339685\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"1e\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/1e\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2021ai\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/2021ai\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"247commercelimited1611063941652\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/247commercelimited1611063941652\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"3cx-pbx\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/3cx-pbx\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"42crunch1580391915541\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/42crunch1580391915541\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"4psa\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/4psa\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"5nine-software-inc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/5nine-software-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"7isolutions\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/7isolutions\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"a10networks\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/a10networks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"a10networks1596136698788\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/a10networks1596136698788\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"abiquo\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/abiquo\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"abzoobainc1598420455082\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/abzoobainc1598420455082\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"accedian\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/accedian\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"accelario1579101623356\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/accelario1579101623356\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"accellion\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/accellion\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"accessdata-group\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/accessdata-group\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"accops\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/accops\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"aciworldwide\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aciworldwide\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Acronis\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Acronis\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Acronis.Backup\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Acronis.Backup\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"actian-corp\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/actian-corp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"actian_matrix\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/actian_matrix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"actifio\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/actifio\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"activeeon\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/activeeon\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"activeops\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/activeops\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"adastracorporation-4028356\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/adastracorporation-4028356\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"adgs\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/adgs\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"advantech\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/advantech\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"advantech-webaccess\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/advantech-webaccess\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"advantys\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/advantys\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"aelf\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aelf\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"aerospike\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aerospike\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"affinio\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/affinio\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"affirmednetworks1607630812999\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/affirmednetworks1607630812999\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ageniumscale1591804889317\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ageniumscale1591804889317\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"aggregion-ltd\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aggregion-ltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"agiledialogssl1603791911858\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/agiledialogssl1603791911858\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"agolo\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/agolo\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ahnlabinc1584495174865\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ahnlabinc1584495174865\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ahnlabinc1584495467593\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ahnlabinc1584495467593\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"airalabrus\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/airalabrus\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"aiscaler-cache-control-ddos-and-url-rewriting-\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aiscaler-cache-control-ddos-and-url-rewriting-\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"akamai-technologies\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/akamai-technologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"akumina\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/akumina\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"akumo-software\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/akumo-software\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"al-tamamunitedtradingcontractingcompany\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/al-tamamunitedtradingcontractingcompany\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"alachisoft\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/alachisoft\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"alertlogic\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/alertlogic\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"AlertLogic.Extension\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/AlertLogic.Extension\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"algolyticstechnologies1606475101268\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/algolyticstechnologies1606475101268\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"alicetrix\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/alicetrix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"alienvault\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/alienvault\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"alldigital-brevity\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/alldigital-brevity\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"altair-engineering-inc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/altair-engineering-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"altamira-corporation\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/altamira-corporation\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"alteryx\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/alteryx\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"altova\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/altova\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"amergint1593131356777\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/amergint1593131356777\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ansys\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ansys\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"antmedia\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/antmedia\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"aod\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aod\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"apigee\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/apigee\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"appcara\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/appcara\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"appcelerator\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/appcelerator\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"appex-networks\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/appex-networks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"appistry\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/appistry\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"appiyo_technologies\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/appiyo_technologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"appmint_inc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/appmint_inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"apps-4-rent\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/apps-4-rent\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"appscale-marketplace\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/appscale-marketplace\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"appsurifyinc1606933045773\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/appsurifyinc1606933045773\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"aquaforest\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aquaforest\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"aquantyinc1598537176913\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aquantyinc1598537176913\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"arabesque-group\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/arabesque-group\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"arangodb\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/arangodb\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"aras\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aras\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"arcblock\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/arcblock\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"arcesb\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/arcesb\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"arcserveusallc-marketing\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/arcserveusallc-marketing\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"arista-networks\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/arista-networks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ariwontollc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ariwontollc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"array_networks\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/array_networks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"artificial-intelligence-techniques-sl\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/artificial-intelligence-techniques-sl\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"arubanetworks-4922182\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/arubanetworks-4922182\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"asigra\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/asigra\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"aspentechnologyhq-1353108\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aspentechnologyhq-1353108\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"astadia-1148316\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/astadia-1148316\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"asterasoftware1581022936015\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/asterasoftware1581022936015\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"asyscosoftwarebv\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/asyscosoftwarebv\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ataccama\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ataccama\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"atlgaming\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/atlgaming\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"atmosera\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/atmosera\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"atomicorp\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/atomicorp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"atomizedinc1587939464368\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/atomizedinc1587939464368\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"attunity_cloudbeam\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/attunity_cloudbeam\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"audiocodes\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/audiocodes\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"auraportal\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/auraportal\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"auriq-systems\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/auriq-systems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"automateio1592914387888\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/automateio1592914387888\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"automationanywhere\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/automationanywhere\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"avanseus\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/avanseus\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"avepoint\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/avepoint\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"aveva1\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aveva1\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"avi-networks\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/avi-networks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"aviatrix-systems\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aviatrix-systems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"awingu\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/awingu\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"axedrasag1590581171549\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/axedrasag1590581171549\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"axsguardablenv\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/axsguardablenv\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"axshco\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/axshco\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"axway\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/axway\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"axxana\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/axxana\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"azul\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/azul\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"azure-dockit\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/azure-dockit\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"azurecyclecloud\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/azurecyclecloud\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"AzureDatabricks\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/AzureDatabricks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"azureopenshift\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/azureopenshift\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"AzureRT.PIRCore.CAPSExtBvt.1\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/AzureRT.PIRCore.CAPSExtBvt.1\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"AzureRT.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/AzureRT.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"azuretesting\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/azuretesting\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"azuretesting2\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/azuretesting2\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"azuretesting3\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/azuretesting3\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"AzureTools1type\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/AzureTools1type\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"baas-techbureau\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/baas-techbureau\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"baffle-io\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/baffle-io\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"balabit\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/balabit\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"barracudanetworks\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/barracudanetworks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"basho\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/basho\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"batch\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/batch\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bayware\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bayware\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bdy\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bdy\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"belindaczsro1588885355210\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/belindaczsro1588885355210\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bellsoft1582871421940\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bellsoft1582871421940\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"betsol\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/betsol\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"beyondtrust\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/beyondtrust\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bi-builders-as\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bi-builders-as\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"big-id\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/big-id\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bissantechnology1583581147809\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bissantechnology1583581147809\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bitdefendercybersecurity\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bitdefendercybersecurity\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Bitnami\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Bitnami\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bizagi\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bizagi\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"biztalk360\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/biztalk360\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"black-duck-software\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/black-duck-software\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"blackbird\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/blackbird\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"blk-technologies\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/blk-technologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"blockapps\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/blockapps\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"blockchain-foundry\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/blockchain-foundry\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"blockstack\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/blockstack\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bloombase\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bloombase\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bluecat\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bluecat\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"blueprismlimited-4827145\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/blueprismlimited-4827145\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bluetalon\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bluetalon\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bmc.ctm\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bmc.ctm\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bmcctm.test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bmcctm.test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"boardpacpvtltd\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/boardpacpvtltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bocada\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bocada\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"boemskats\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/boemskats\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"botanalytics\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/botanalytics\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bravura-software-llc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bravura-software-llc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Brianjac.Symantec.CloudWorkloadProtection\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Brianjac.Symantec.CloudWorkloadProtection\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bricatainc1584472632111\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bricatainc1584472632111\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bright-computing\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bright-computing\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"brightcomputing\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/brightcomputing\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"brocade_communications\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/brocade_communications\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bryte\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bryte\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bssw\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bssw\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"bt-americas-inc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/bt-americas-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"buddhalabs\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/buddhalabs\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"calculated_systems\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/calculated_systems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"caloudi_corp\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/caloudi_corp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"canadiancentreforcybersecurity1610638436359\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/canadiancentreforcybersecurity1610638436359\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Canonical\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Canonical\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"canonical-test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/canonical-test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"carto\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/carto\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cask\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cask\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"castaigroupinc1595243474856\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/castaigroupinc1595243474856\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"catechnologies\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/catechnologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cautelalabs\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cautelalabs\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cavirin\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cavirin\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cayosoftinc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cayosoftinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cdatasoftware\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cdatasoftware\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cds\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cds\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"celum-gmbh\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/celum-gmbh\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"center-for-internet-security-inc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/center-for-internet-security-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"centeritysystems\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/centeritysystems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"centrocomputerspa1584528117084\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/centrocomputerspa1584528117084\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"certivox\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/certivox\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cfd-direct\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cfd-direct\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"chain\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/chain\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"checkpoint\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/checkpoint\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"chef-software\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/chef-software\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Chef.Bootstrap.WindowsAzure\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Chef.Bootstrap.WindowsAzure\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cinchy\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cinchy\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cinegy-gmbh\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cinegy-gmbh\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"circleci\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/circleci\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cires21\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cires21\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cirruswaveinc1579234787943\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cirruswaveinc1579234787943\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cisco\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cisco\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"citrix\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/citrix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Citrix.ADC\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Citrix.ADC\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"clear-linux-project\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/clear-linux-project\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"clone-systems\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/clone-systems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"clouber\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/clouber\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloud-checkr\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloud-checkr\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloud-cruiser\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloud-cruiser\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloud-infrastructure-services\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloud-infrastructure-services\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudbees\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudbees\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudbees-enterprise-jenkins\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudbees-enterprise-jenkins\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudbolt-software\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudbolt-software\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudboost\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudboost\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudcover\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudcover\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudenablers-inc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudenablers-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudentity\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudentity\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudera\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudera\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudflare\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudflare\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudhouse\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudhouse\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudlanes\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudlanes\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudlink\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudlink\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"CloudLinkEMC.SecureVM\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/CloudLinkEMC.SecureVM\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudmavensolutions\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudmavensolutions\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudneeti\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudneeti\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudplan-gmbh\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudplan-gmbh\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudsecurity\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudsecurity\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudsoft\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudsoft\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudwhizsolutions\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudwhizsolutions\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"clustrix\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/clustrix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cncf-upstream\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cncf-upstream\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"codelathe\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/codelathe\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"codenvy\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/codenvy\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"codetwo\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/codetwo\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cognitive-scale\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cognitive-scale\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cognizant\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cognizant\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cognosys\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cognosys\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cohesity\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cohesity\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cohesive\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cohesive\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"coin-sciences-ltd\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/coin-sciences-ltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"collabcloudlimited\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/collabcloudlimited\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"commvault\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/commvault\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"compellon\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/compellon\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"composable\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/composable\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"comunity\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/comunity\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Confer\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Confer\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"confluentinc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/confluentinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"conflux\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/conflux\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"connecting-software\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/connecting-software\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"consensys\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/consensys\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"containeraider\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/containeraider\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"contiamogmbh\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/contiamogmbh\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"controlcase\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/controlcase\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"controlplane\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/controlplane\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"controlplanecorporation1609967567639\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/controlplanecorporation1609967567639\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"convertigo\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/convertigo\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"corda\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/corda\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"core-stack\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/core-stack\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"corent-technology-pvt\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/corent-technology-pvt\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"CoreOS\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/CoreOS\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"couchbase\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/couchbase\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cpanel\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cpanel\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"credativ\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/credativ\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cristiesoftwareltd1599488127561\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cristiesoftwareltd1599488127561\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"crunchyard\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/crunchyard\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cryptocom1585727786636\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cryptocom1585727786636\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cryptosense1605170011574\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cryptosense1605170011574\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cryptzone\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cryptzone\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ctm.bmc.com\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ctm.bmc.com\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cubebackup\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cubebackup\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cyberark\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cyberark\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cybernetica-as\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cybernetica-as\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cyxtera\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cyxtera\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"d4t4_solutions-1164305\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/d4t4_solutions-1164305\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"danielsol.AzureTools1\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/danielsol.AzureTools1\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Dans.Windows.App\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Dans.Windows.App\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Dans3.Windows.App\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Dans3.Windows.App\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dataart\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dataart\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"databricks\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/databricks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datacore\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/datacore\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Datadog.Agent\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Datadog.Agent\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datadynamicsinc1581991927942\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/datadynamicsinc1581991927942\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dataguiseinc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dataguiseinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dataiku\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dataiku\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datalayer\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/datalayer\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datanomers1584919038987\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/datanomers1584919038987\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datanova\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/datanova\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datapredsa\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/datapredsa\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dataroadtechnologiesllc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dataroadtechnologiesllc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datastax\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/datastax\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datasunrise\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/datasunrise\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datavirtualitygmbh\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/datavirtualitygmbh\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"datometry\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/datometry\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dbs-h\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dbs-h\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ddn-whamcloud-5345716\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ddn-whamcloud-5345716\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Debian\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Debian\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dece-4446019\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dece-4446019\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"decisosalesbv\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/decisosalesbv\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"deepcognitioninc1593512758156\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/deepcognitioninc1593512758156\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"deepsiginc1581610210151\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/deepsiginc1581610210151\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dellemc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dellemc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dell_software\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dell_software\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"delphix\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/delphix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"denodo\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/denodo\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"denyall\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/denyall\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"derdack\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/derdack\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"desktopstudioag1580294245574\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/desktopstudioag1580294245574\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"devfactory\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/devfactory\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"device42inc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/device42inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"deviceauthorityinc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/deviceauthorityinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"devolutionsinc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/devolutionsinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"devopsgroup-uk\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/devopsgroup-uk\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"df-portal-user\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/df-portal-user\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dgsecure\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dgsecure\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Dh2ico\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Dh2ico\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dh2icompany\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dh2icompany\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dhi\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dhi\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"diagramics\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/diagramics\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dicomsystems1584107398321\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dicomsystems1584107398321\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"diehl-metering\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/diehl-metering\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"digisitesystems\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/digisitesystems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"digitaldefenseinc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/digitaldefenseinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"digitaloffice\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/digitaloffice\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"digitamizeinc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/digitamizeinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"digitate\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/digitate\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"diladele\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/diladele\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dimensionalmechanics-inc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dimensionalmechanics-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"diqa\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/diqa\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"diyatech\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/diyatech\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"diyotta\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/diyotta\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"djiindustrialincus\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/djiindustrialincus\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"docker\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/docker\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dome9\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dome9\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dorabot\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dorabot\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dremiocorporation\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dremiocorporation\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"drizti\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/drizti\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"drone\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/drone\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dsi\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dsi\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dundas\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dundas\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dyadic_security\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dyadic_security\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dynatrace\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dynatrace\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dynatrace.ruxit\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/dynatrace.ruxit\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"e-magicinc1587696283171\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/e-magicinc1587696283171\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"eastwind-networks-inc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/eastwind-networks-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"easysoftwaresro1593005637384\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/easysoftwaresro1593005637384\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ecessa\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ecessa\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"edevtech\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/edevtech\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"edgenetworks\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/edgenetworks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"edispheresoftwareprivatelimited1606199736428\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/edispheresoftwareprivatelimited1606199736428\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"education4sight\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/education4sight\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"egnyte\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/egnyte\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"egress1589289169584\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/egress1589289169584\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"eikonasystemsgmbh1601729310063\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/eikonasystemsgmbh1601729310063\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"elasticbox\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/elasticbox\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"elecard\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/elecard\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"electric-cloud\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/electric-cloud\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"elevateiot\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/elevateiot\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"eleven01\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/eleven01\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"elfiqnetworks\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/elfiqnetworks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"emercoin\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/emercoin\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"energisme1601990637842\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/energisme1601990637842\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"enforongo\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/enforongo\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"enterprise-ethereum-alliance\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/enterprise-ethereum-alliance\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"enterprisedb-corp\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/enterprisedb-corp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"enterpriseworx-it\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/enterpriseworx-it\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"eproe\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/eproe\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"equalum\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/equalum\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"equilibrium\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/equilibrium\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"equinix\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/equinix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ergoninformatikag1581586464404\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ergoninformatikag1581586464404\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"esdenera\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/esdenera\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ESET\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ESET\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"esetresearch1579795941720\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/esetresearch1579795941720\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"esri\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/esri\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"esyon\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/esyon\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ethereum\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ethereum\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"eventtracker\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/eventtracker\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"evostream-inc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/evostream-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"exact\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/exact\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"exasol\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/exasol\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"exivity\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/exivity\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"exonar\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/exonar\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"f5-networks\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/f5-networks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"falconstorsoftware\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/falconstorsoftware\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"fatalsecurity1604924013537\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/fatalsecurity1604924013537\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"fatpipe-inc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/fatpipe-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"fidesys\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/fidesys\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"filecatalyst\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/filecatalyst\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"filemagellc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/filemagellc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"fiorano\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/fiorano\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"fireeye\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/fireeye\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"firehost\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/firehost\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"firemon\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/firemon\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"firstderivativesplc1596469572732\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/firstderivativesplc1596469572732\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"flashgrid-inc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/flashgrid-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"flexbby\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/flexbby\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"flexbby-5255860\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/flexbby-5255860\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"flexify-io\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/flexify-io\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"flexxibleit\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/flexxibleit\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"flowmon\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/flowmon\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"flynet\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/flynet\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"foghorn-systems\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/foghorn-systems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"forcepoint-llc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/forcepoint-llc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"forescout\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/forescout\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"formpipesoftwareab\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/formpipesoftwareab\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"forscene\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/forscene\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"fortanix\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/fortanix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"fortinet\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/fortinet\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"fortycloud\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/fortycloud\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"forumsystems1599756394904\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/forumsystems1599756394904\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"fotopiatechnologies\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/fotopiatechnologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"foxiteuropegmbh1585901066320\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/foxiteuropegmbh1585901066320\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"fujitsu_fast\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/fujitsu_fast\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"fw\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/fw\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"g2kgroupgmbh-4821943\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/g2kgroupgmbh-4821943\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"gapteq\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/gapteq\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"gatlingcorp\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/gatlingcorp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"gbs\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/gbs\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"gemalto-safenet\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/gemalto-safenet\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Gemalto.SafeNet.ProtectV\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Gemalto.SafeNet.ProtectV\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"genuagmbhdevid1\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/genuagmbhdevid1\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"genymobile\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/genymobile\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"gigamon-inc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/gigamon-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"GitHub\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/GitHub\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"gitlab\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/gitlab\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"gitlabinc1586447921813\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/gitlabinc1586447921813\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"gladinet-inc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/gladinet-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"glantoninc1591876792991\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/glantoninc1591876792991\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"globalidsinc1596800540598\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/globalidsinc1596800540598\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"globalscape\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/globalscape\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"globalsolutions\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/globalsolutions\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"gluwareinc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/gluwareinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"graphistry\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/graphistry\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"graphitegtc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/graphitegtc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"great-software-laboratory-private-limited\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/great-software-laboratory-private-limited\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"greensql\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/greensql\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"greycorbelsolutions\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/greycorbelsolutions\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"gridgain\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/gridgain\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"guardicore\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/guardicore\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"gxchainfoundationltd\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/gxchainfoundationltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"h2o-ai\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/h2o-ai\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hackerbay\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hackerbay\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hackershub\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hackershub\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"haivision\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/haivision\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"haivisionsystemsinc1580780591922\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/haivisionsystemsinc1580780591922\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"haltdoscompvtltd1587136166019\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/haltdoscompvtltd1587136166019\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hanu\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hanu\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"haproxy-technologies\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/haproxy-technologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"harmanconnectedservicesinc1594928575643\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/harmanconnectedservicesinc1594928575643\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"harpaitalia\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/harpaitalia\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hashhub\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hashhub\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hcl-technologies\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hcl-technologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"heimdall-data\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/heimdall-data\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"help-systems\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/help-systems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"helpyio\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/helpyio\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"heretechnologies\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/heretechnologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hewlett-packard\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hewlett-packard\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hillstone-networks\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hillstone-networks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hitachi-solutions\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hitachi-solutions\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hortonworks\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hortonworks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hpe\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hpe\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"HPE.Security.ApplicationDefender\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/HPE.Security.ApplicationDefender\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"huawei\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/huawei\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hubstor-inc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hubstor-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hush-hush\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hush-hush\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hvr\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hvr\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hyperglance\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hyperglance\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hypergrid\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hypergrid\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hystaxinc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hystaxinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"hytrust\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/hytrust\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"i-exceed-technology\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/i-exceed-technology\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"iaansys\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iaansys\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ibm\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ibm\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ibm-alliance-global-1560886\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ibm-alliance-global-1560886\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"iboss\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iboss\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"iconics\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iconics\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"iconsulting-spa\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iconsulting-spa\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"icubeconsultancyservicesinc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/icubeconsultancyservicesinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"iguazio-5069960\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iguazio-5069960\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ikan\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ikan\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"image-technologies\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/image-technologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"imaginecommunications\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/imaginecommunications\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"imperva\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/imperva\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"impetustechnologiesinc1591959591877\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/impetustechnologiesinc1591959591877\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"imprivatainc1580479939967\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/imprivatainc1580479939967\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"incorta\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/incorta\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"incredibuild\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/incredibuild\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"indexima1594300233028\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/indexima1594300233028\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"industry-weapon\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/industry-weapon\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"industryweapon1587162781833\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/industryweapon1587162781833\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"influxdata\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/influxdata\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"infoblox\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/infoblox\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"infogix\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/infogix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"infolibrarian\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/infolibrarian\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"informatica\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/informatica\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"informationbuilders\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/informationbuilders\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"infront-consulting-group-ltd\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/infront-consulting-group-ltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"infscapeughaftungsbeschrnkt\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/infscapeughaftungsbeschrnkt\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ingenieurstudiohollaus1579587745438\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ingenieurstudiohollaus1579587745438\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ingrammicro\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ingrammicro\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"innomindssoftware\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/innomindssoftware\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"innovtech\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/innovtech\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"integration-objects\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/integration-objects\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"intel-bigdl\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/intel-bigdl\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"intel-fpga\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/intel-fpga\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"intellicus-technologies-pvt-ltd\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/intellicus-technologies-pvt-ltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"intelligent-plant-ltd\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/intelligent-plant-ltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"internationaltrustmachinescorporation1582190033865\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/internationaltrustmachinescorporation1582190033865\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"intersystems\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/intersystems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"intigua\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/intigua\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"iofabric\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iofabric\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ipinfusion1590066770520\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ipinfusion1590066770520\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ipswitch\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ipswitch\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"iqsol\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iqsol\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"iquest\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iquest\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"irion\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/irion\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ishlangu-load-balancer-adc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ishlangu-load-balancer-adc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"issp-corporation\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/issp-corporation\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"isvtestukbigcat\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/isvtestukbigcat\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"isvtestuklegacy\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/isvtestuklegacy\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"it4bizdoo\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/it4bizdoo\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"itelios\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/itelios\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ivix1595238749040\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ivix1595238749040\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"iwnamespace\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iwnamespace\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"izenda\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/izenda\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"jamcracker\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/jamcracker\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"javlinltd1579185328273\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/javlinltd1579185328273\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"jedox\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/jedox\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"jelastic\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/jelastic\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"jetnexus\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/jetnexus\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"jetware-srl\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/jetware-srl\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"jfrog\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/jfrog\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"jm-technology-inc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/jm-technology-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"jogetinc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/jogetinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"juniper-networks\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/juniper-networks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"justanalytics\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/justanalytics\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kaazing\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kaazing\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kadenallc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kadenallc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kali-linux\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kali-linux\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kalkitech\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kalkitech\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kaminarioinc1588672951794\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kaminarioinc1588672951794\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Kaspersky.Lab\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Kaspersky.Lab\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"KasperskyLab.SecurityAgent\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/KasperskyLab.SecurityAgent\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kaspersky_lab\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kaspersky_lab\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kazendi\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kazendi\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kelverion\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kelverion\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kemptech\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kemptech\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kepion\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kepion\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kinetica\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kinetica\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kinvolk\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kinvolk\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"knime\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/knime\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kobalt\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kobalt\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kognillc1600118221163\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kognillc1600118221163\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"konginc1581527938760\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/konginc1581527938760\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"konsys-ltd\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/konsys-ltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"koverseinc1588716263110\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/koverseinc1588716263110\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kryonsystems\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kryonsystems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"krypc-technologies-pvt-ltd\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/krypc-technologies-pvt-ltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kyligence\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kyligence\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"kyvos-insights-inc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/kyvos-insights-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"lancom-systems\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/lancom-systems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"lansa\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/lansa\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"lastline\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/lastline\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"leap-orbit\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/leap-orbit\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"leostream-corporation\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/leostream-corporation\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"lepide-software\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/lepide-software\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"liberatii\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/liberatii\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"libraesva\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/libraesva\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"liebsoft\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/liebsoft\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"lightning-analyticsinc1582000647396\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/lightning-analyticsinc1582000647396\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"linuxbasedsystemsdesignltd1580878904727\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/linuxbasedsystemsdesignltd1580878904727\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"liquid-files\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/liquid-files\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"liquidware\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/liquidware\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"literatu\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/literatu\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"litespeedtechnologies\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/litespeedtechnologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"litespeed_technologies\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/litespeed_technologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"litionenergiegmbh1580128829115\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/litionenergiegmbh1580128829115\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"litmusautomation1582760223280\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/litmusautomation1582760223280\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"lnw-softgmbh\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/lnw-softgmbh\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"loadbalancer\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/loadbalancer\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"logsign\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/logsign\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"logtrust\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/logtrust\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"looker\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/looker\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"lotus_beta_analytics\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/lotus_beta_analytics\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"lti-lt-infotech\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/lti-lt-infotech\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"luminate-security\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/luminate-security\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"M365SecurityInventory\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/M365SecurityInventory\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"machinesense\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/machinesense\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"maidenhead-bridge\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/maidenhead-bridge\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"manageengine\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/manageengine\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mapd\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mapd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mapr-technologies\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mapr-technologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"marand\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/marand\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"marketplace-rdfe-caps\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/marketplace-rdfe-caps\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"marklogic\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/marklogic\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"massiveanalytic-\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/massiveanalytic-\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mathworks-deployment\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mathworks-deployment\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mathworks-inc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mathworks-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"matillion\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/matillion\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mavinglobal\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mavinglobal\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"McAfee.EndpointSecurity\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/McAfee.EndpointSecurity\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"McAfee.EndpointSecurity.test3\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/McAfee.EndpointSecurity.test3\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"meanio\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/meanio\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"media3-adobe\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/media3-adobe\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"media3-technologies-llc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/media3-technologies-llc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mediatekinc1586141563888\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mediatekinc1586141563888\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mendix\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mendix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"messagesolution\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/messagesolution\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"metaswitch\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/metaswitch\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mettainnovations-4900054\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mettainnovations-4900054\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mfe_azure\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mfe_azure\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mfiles\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mfiles\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mico\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mico\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"micro-focus\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/micro-focus\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"microlinkpcukltd\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/microlinkpcukltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"microolap\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/microolap\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"microsoft-ads\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/microsoft-ads\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"microsoft-agci-gaming\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/microsoft-agci-gaming\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"microsoft-aks\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/microsoft-aks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"microsoft-avere\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/microsoft-avere\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"microsoft-azure-batch\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/microsoft-azure-batch\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"microsoft-azure-compute\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/microsoft-azure-compute\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"microsoft-azure-hdinsight\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/microsoft-azure-hdinsight\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"microsoft-crypto\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/microsoft-crypto\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"microsoft-dsvm\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/microsoft-dsvm\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"microsoft-hyperv\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/microsoft-hyperv\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"microsoft-minecraft\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/microsoft-minecraft\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.AdminCenter\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.AdminCenter\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.AKS\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.AKS\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.ActiveDirectory\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.ActiveDirectory\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.ActiveDirectory.LinuxSSH\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.ActiveDirectory.LinuxSSH\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Applications\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Applications\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.AzureDefenderForServers\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.AzureDefenderForServers\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.AzureDefenderForSQL\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.AzureDefenderForSQL\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Backup.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Backup.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Backup.Test.Edp\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Backup.Test.Edp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.ChangeTracking\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.ChangeTracking\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.ChangeTracking.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.ChangeTracking.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Compute.Security\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Compute.Security\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.ContainerUpstream\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.ContainerUpstream\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.DefenderForServers.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.DefenderForServers.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.DefenderForServers.Test2\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.DefenderForServers.Test2\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Diagnostics\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Diagnostics\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Diagnostics.Build.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Diagnostics.Build.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Diagnostics.Edp\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Diagnostics.Edp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Edp\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Edp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test012be407-61ea-4e45-a2c3-71a45999ca21-20191228083800\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test012be407-61ea-4e45-a2c3-71a45999ca21-20191228083800\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test01971384-3044-413b-8b1c-33b5d461bf23-20200107051823\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test01971384-3044-413b-8b1c-33b5d461bf23-20200107051823\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test0225ec7d-b36c-4ac8-82f0-aa4fafaf10a9-20200111051346\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test0225ec7d-b36c-4ac8-82f0-aa4fafaf10a9-20200111051346\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test025e16a1-328d-45a2-b7e3-71f7e4cde046-20191229064028\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test025e16a1-328d-45a2-b7e3-71f7e4cde046-20191229064028\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test02d1f941-5607-4757-8df7-fd8c5631ab45-20200103083810\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test02d1f941-5607-4757-8df7-fd8c5631ab45-20200103083810\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test039abd7f-360c-42a1-ad5d-77527c519286-20191002233412\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test039abd7f-360c-42a1-ad5d-77527c519286-20191002233412\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test04a0f157-c6fb-4595-b6ca-6c82a2338063-20200108101451\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test04a0f157-c6fb-4595-b6ca-6c82a2338063-20200108101451\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test0737f33e-63e0-4ba9-b04b-b93a1de4e997-20200106083639\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test0737f33e-63e0-4ba9-b04b-b93a1de4e997-20200106083639\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test0a44d7be-63fa-418d-a7b6-89a44dd21894-20200107052935\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test0a44d7be-63fa-418d-a7b6-89a44dd21894-20200107052935\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test0d01b487-7f79-4d87-b330-5c025068db45-20191004190331\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test0d01b487-7f79-4d87-b330-5c025068db45-20191004190331\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test0d643748-e6fe-41ad-b4d3-89a289a0cee0-20191003055620\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test0d643748-e6fe-41ad-b4d3-89a289a0cee0-20191003055620\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test0df83c51-5bb9-43f8-8ae9-bc896ea64f78-20200110220221\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test0df83c51-5bb9-43f8-8ae9-bc896ea64f78-20200110220221\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test0f02c246-7e65-4010-9367-ca4530c3897e-20191004190223\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test0f02c246-7e65-4010-9367-ca4530c3897e-20191004190223\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test157494ec-e788-43b0-8d26-a17e39ee07cc-20191002011945\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test157494ec-e788-43b0-8d26-a17e39ee07cc-20191002011945\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test1661d154-b623-4507-8a56-3a89812c456c-20200111083940\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test1661d154-b623-4507-8a56-3a89812c456c-20200111083940\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test17bbd860-f21d-40ab-9026-16e05f2907f0-20200106083451\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test17bbd860-f21d-40ab-9026-16e05f2907f0-20200106083451\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test194e2333-13cd-43e3-b0a4-c8cdcf1a3600-20200110211106\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test194e2333-13cd-43e3-b0a4-c8cdcf1a3600-20200110211106\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test1bc26b19-b8d8-41f9-a26d-818f277bdf93-20200101113139\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test1bc26b19-b8d8-41f9-a26d-818f277bdf93-20200101113139\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test1c840053-9213-4f2a-8f2e-9bf2297908bd-20200108101424\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test1c840053-9213-4f2a-8f2e-9bf2297908bd-20200108101424\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test1d7bba72-69f1-43cd-a38c-41ce0b5f4bae-20200109050041\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test1d7bba72-69f1-43cd-a38c-41ce0b5f4bae-20200109050041\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test1f7a8078-50e7-4a3a-91eb-d178fd4c403b-20191002233353\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test1f7a8078-50e7-4a3a-91eb-d178fd4c403b-20191002233353\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test1fef1fdc-57ba-46a8-a879-475ba7d45a7a-20200106083509\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test1fef1fdc-57ba-46a8-a879-475ba7d45a7a-20200106083509\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test21332f15-f78d-4d31-afac-79b9dc989432-20191231175840\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test21332f15-f78d-4d31-afac-79b9dc989432-20191231175840\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test22f10717-6939-4003-a9ce-38effd8b77d6-20191007191355\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test22f10717-6939-4003-a9ce-38effd8b77d6-20191007191355\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test2334e6e3-bb72-4241-a36f-c2429d69bc0b-20200106050834\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test2334e6e3-bb72-4241-a36f-c2429d69bc0b-20200106050834\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test24fa9eb5-1c59-4425-b61c-30fd638c2a45-20191003203802\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test24fa9eb5-1c59-4425-b61c-30fd638c2a45-20191003203802\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test2521a545-ed61-4a15-bed1-aba7ce1d81ee-20200106050804\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test2521a545-ed61-4a15-bed1-aba7ce1d81ee-20200106050804\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test25c6fe61-1282-43c2-867b-b5039219989c-20200105081851\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test25c6fe61-1282-43c2-867b-b5039219989c-20200105081851\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test27515c8c-6773-4f92-afb0-35691cc6e3b6-20200103083821\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test27515c8c-6773-4f92-afb0-35691cc6e3b6-20200103083821\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test28012680-48e7-4903-877f-2f29464e63d5-20191229033424\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test28012680-48e7-4903-877f-2f29464e63d5-20191229033424\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test29a7a529-d293-4728-9d7f-257ed996e64f-20200108081759\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test29a7a529-d293-4728-9d7f-257ed996e64f-20200108081759\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test2a5f2d2c-b8e3-46c2-850d-a1641c024fe7-20200107084228\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test2a5f2d2c-b8e3-46c2-850d-a1641c024fe7-20200107084228\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test2ce856af-ab17-48f2-ba3e-bcd9af091061-20200110013246\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test2ce856af-ab17-48f2-ba3e-bcd9af091061-20200110013246\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test2e012e83-6361-4365-963f-6ced8a08e91c-20200110211254\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test2e012e83-6361-4365-963f-6ced8a08e91c-20200110211254\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test2ecf67b2-fb63-4461-b6a6-7026c4fb1168-20191002214026\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test2ecf67b2-fb63-4461-b6a6-7026c4fb1168-20191002214026\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test2ede6564-c7cc-44cb-a1a8-902505c9829d-20191003020742\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test2ede6564-c7cc-44cb-a1a8-902505c9829d-20191003020742\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test2f4ebc17-e27e-48d9-9cc3-ff933c21884e-20200106092410\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test2f4ebc17-e27e-48d9-9cc3-ff933c21884e-20200106092410\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test349ee02c-af9b-4663-a963-823b40eefed8-20200108083612\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test349ee02c-af9b-4663-a963-823b40eefed8-20200108083612\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test34cf6b13-b78e-478b-b596-8b661629371d-20191007195455\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test34cf6b13-b78e-478b-b596-8b661629371d-20191007195455\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test36cc5b60-2b23-4a04-bf95-f7865e1141cf-20200110085718\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test36cc5b60-2b23-4a04-bf95-f7865e1141cf-20200110085718\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test3712fca9-5cdd-4609-be69-b02aedc5c55c-20200107084115\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test3712fca9-5cdd-4609-be69-b02aedc5c55c-20200107084115\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test3772d042-92e2-4bcb-99b7-8a6a119cc088-20191231182808\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test3772d042-92e2-4bcb-99b7-8a6a119cc088-20191231182808\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test37a6dd64-d44d-465e-85bc-3bc38be90350-20200104083535\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test37a6dd64-d44d-465e-85bc-3bc38be90350-20200104083535\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test381074d5-7156-472b-801a-b35f8fef4cc6-20200105050612\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test381074d5-7156-472b-801a-b35f8fef4cc6-20200105050612\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test3877a44d-4c48-40db-80eb-227272d5acd6-20200110103540\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test3877a44d-4c48-40db-80eb-227272d5acd6-20200110103540\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test38ecd28e-7018-4672-840c-3044a5e7a6b5-20200111084208\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test38ecd28e-7018-4672-840c-3044a5e7a6b5-20200111084208\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test395a0b49-442a-450c-8a1f-65b0aa3bcf47-20200105083839\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test395a0b49-442a-450c-8a1f-65b0aa3bcf47-20200105083839\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test3971b300-edff-44a8-b61b-7f9b7460a8d6-20191003002234\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test3971b300-edff-44a8-b61b-7f9b7460a8d6-20191003002234\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test3adeec20-7458-4b3d-af26-0b6bc2aae3eb-20200103083751\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test3adeec20-7458-4b3d-af26-0b6bc2aae3eb-20200103083751\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test3b20dd96-f3e4-4798-998d-8c433c2449a7-20200108083635\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test3b20dd96-f3e4-4798-998d-8c433c2449a7-20200108083635\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test3ce2fd4a-8b5a-4c7e-b08d-3e48fc0f45e7-20200104083825\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test3ce2fd4a-8b5a-4c7e-b08d-3e48fc0f45e7-20200104083825\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test3d499ca7-cc8d-41cc-a6dc-ffb1a4ac4942-20200107053004\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test3d499ca7-cc8d-41cc-a6dc-ffb1a4ac4942-20200107053004\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test3db7240e-5e42-4d6d-b024-cc9fce3c828b-20200105083520\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test3db7240e-5e42-4d6d-b024-cc9fce3c828b-20200105083520\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test3f6b7341-635f-48d5-a36d-be5dfe3002c4-20200105050937\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test3f6b7341-635f-48d5-a36d-be5dfe3002c4-20200105050937\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test3fc26934-ede2-4482-ad5e-f66f6135d4a6-20191228055558\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test3fc26934-ede2-4482-ad5e-f66f6135d4a6-20191228055558\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test406d077c-6017-4062-bc96-f809147a2331-20200106050748\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test406d077c-6017-4062-bc96-f809147a2331-20200106050748\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test4302336c-e039-4e70-bcb6-9275f6089e4a-20200108144821\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test4302336c-e039-4e70-bcb6-9275f6089e4a-20200108144821\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test453a087e-8435-46db-970a-4ee633cc4c4a-20200102083458\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test453a087e-8435-46db-970a-4ee633cc4c4a-20200102083458\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test46b73afa-2259-4aff-81e1-a58bf24b59aa-20191229033459\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test46b73afa-2259-4aff-81e1-a58bf24b59aa-20191229033459\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test4a3399ee-82ea-46aa-9e3a-5434b588e3b6-20191228013518\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test4a3399ee-82ea-46aa-9e3a-5434b588e3b6-20191228013518\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test4eb7a185-527b-4b9f-93a8-7f1cec9d062e-20191231151207\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test4eb7a185-527b-4b9f-93a8-7f1cec9d062e-20191231151207\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test520a0915-f9f0-4da4-9fa1-1b74fc1470aa-20200102083505\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test520a0915-f9f0-4da4-9fa1-1b74fc1470aa-20200102083505\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test5397960f-023b-4979-9a8b-800d049045a4-20191007195417\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test5397960f-023b-4979-9a8b-800d049045a4-20191007195417\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test55a36387-8a3f-4159-9884-29b97539a253-20200109080443\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test55a36387-8a3f-4159-9884-29b97539a253-20200109080443\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test5645f186-4ee5-4209-af37-423660e3318c-20191231175947\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test5645f186-4ee5-4209-af37-423660e3318c-20191231175947\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test58b4461d-4d2d-4395-b6d2-ab83d4d8c62f-20200111001002\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test58b4461d-4d2d-4395-b6d2-ab83d4d8c62f-20200111001002\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test5b0bf447-d98d-429d-8334-c032d197c743-20191003203846\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test5b0bf447-d98d-429d-8334-c032d197c743-20191003203846\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test5bc90367-1ea2-400b-a40c-321081bae3f3-20200108145035\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test5bc90367-1ea2-400b-a40c-321081bae3f3-20200108145035\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test5bd0562f-e939-456f-a6ee-c848d1aba616-20200101151641\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test5bd0562f-e939-456f-a6ee-c848d1aba616-20200101151641\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test5e4efe90-916c-4c96-802c-1508a5b6da78-20191231151150\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test5e4efe90-916c-4c96-802c-1508a5b6da78-20191231151150\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test5f8f0c10-cc3c-45ec-a068-fb1c7edfa0d9-20200101145958\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test5f8f0c10-cc3c-45ec-a068-fb1c7edfa0d9-20200101145958\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test60a000b7-286c-4b2b-9137-bbc088736419-20200108144920\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test60a000b7-286c-4b2b-9137-bbc088736419-20200108144920\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test6192a01b-ba47-4d08-904a-71647a49a112-20191008041625\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test6192a01b-ba47-4d08-904a-71647a49a112-20191008041625\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test62835538-89c6-4f66-9034-f7a4b176c615-20191007234245\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test62835538-89c6-4f66-9034-f7a4b176c615-20191007234245\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test651e4ad2-ee4a-462e-a506-b56b1969f5d0-20200110230749\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test651e4ad2-ee4a-462e-a506-b56b1969f5d0-20200110230749\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test691d94e5-c40c-4568-94b0-09b08aea42b1-20200106050808\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test691d94e5-c40c-4568-94b0-09b08aea42b1-20200106050808\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test6aa3643c-011a-4180-877f-cad955a8e664-20191007234642\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test6aa3643c-011a-4180-877f-cad955a8e664-20191007234642\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test6cfb469b-8478-468f-9bb5-691affd32abb-20200107083803\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test6cfb469b-8478-468f-9bb5-691affd32abb-20200107083803\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test6d36b6b2-7956-4e62-91c1-c33792fd4bb1-20200110123203\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test6d36b6b2-7956-4e62-91c1-c33792fd4bb1-20200110123203\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test6e28168e-a9c8-4c0a-8b40-60c2a1502d43-20200108052802\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test6e28168e-a9c8-4c0a-8b40-60c2a1502d43-20200108052802\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test6eb763ac-7fbe-4e44-bee7-aad035ee2a7d-20200110084429\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test6eb763ac-7fbe-4e44-bee7-aad035ee2a7d-20200110084429\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test6efec253-f625-46f0-9d74-324f69e963d8-20200107070514\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test6efec253-f625-46f0-9d74-324f69e963d8-20200107070514\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test70fa7e4c-3122-4ff7-aec6-fe75ab660a01-20200108105900\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test70fa7e4c-3122-4ff7-aec6-fe75ab660a01-20200108105900\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test710a5fbf-06c7-46ac-b96d-a29d2586422f-20200108083639\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test710a5fbf-06c7-46ac-b96d-a29d2586422f-20200108083639\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test71d72489-67c6-45e2-b1e6-a19546efc823-20200105112903\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test71d72489-67c6-45e2-b1e6-a19546efc823-20200105112903\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test721fccf1-2b3e-44b6-908f-51b910e88b09-20200111104931\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test721fccf1-2b3e-44b6-908f-51b910e88b09-20200111104931\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test742d0189-9e41-4f1b-8ad3-31c05d34903b-20200111103247\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test742d0189-9e41-4f1b-8ad3-31c05d34903b-20200111103247\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test7836a97c-f56e-48d0-8b5d-61e79aeb3226-20200111071656\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test7836a97c-f56e-48d0-8b5d-61e79aeb3226-20200111071656\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test78666b2e-25c8-4a48-931a-3131a0317d73-20191002194352\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test78666b2e-25c8-4a48-931a-3131a0317d73-20191002194352\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test79f13508-fcbd-47b9-988f-1c21ef5e7f2e-20191002015429\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test79f13508-fcbd-47b9-988f-1c21ef5e7f2e-20191002015429\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test79fb90ce-4691-4212-99a7-6e4069bd5984-20191007234256\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test79fb90ce-4691-4212-99a7-6e4069bd5984-20191007234256\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test7a8cf687-6a21-4181-ba98-902fee717bd3-20200104103216\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test7a8cf687-6a21-4181-ba98-902fee717bd3-20200104103216\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test7aabf813-6644-483a-b9e0-ba6f8973ba1f-20191002232822\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test7aabf813-6644-483a-b9e0-ba6f8973ba1f-20191002232822\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test7c96c10a-0c8f-4ab0-83fd-1ad66a362e33-20191229033458\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test7c96c10a-0c8f-4ab0-83fd-1ad66a362e33-20191229033458\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test7e79b6ff-2559-44fe-b3ba-afaa68d63636-20200108112116\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test7e79b6ff-2559-44fe-b3ba-afaa68d63636-20200108112116\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test7ea372f7-ea7e-4b9e-bbad-4f35c1567aa2-20200108052736\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test7ea372f7-ea7e-4b9e-bbad-4f35c1567aa2-20200108052736\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test7fac3d04-98a5-4fc4-904e-9ea3b86eadc2-20200106050751\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test7fac3d04-98a5-4fc4-904e-9ea3b86eadc2-20200106050751\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test7fe20dd6-9ed9-4126-bb1d-031c01ac4550-20200101114504\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test7fe20dd6-9ed9-4126-bb1d-031c01ac4550-20200101114504\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test7ff974d9-c841-4249-b05b-bbf663cb4605-20200106084104\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test7ff974d9-c841-4249-b05b-bbf663cb4605-20200106084104\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test815bd4d5-fc24-4a47-be20-063c4809902c-20200109050508\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test815bd4d5-fc24-4a47-be20-063c4809902c-20200109050508\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test817654d0-2109-4d95-9284-8c8a9d960d08-20200108053758\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test817654d0-2109-4d95-9284-8c8a9d960d08-20200108053758\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test821ca3b6-dd05-4e80-b3d8-74ba03b2609b-20191231151151\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test821ca3b6-dd05-4e80-b3d8-74ba03b2609b-20191231151151\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test8285dc3e-637d-4d46-9695-adc39cbe7d2f-20200108144457\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test8285dc3e-637d-4d46-9695-adc39cbe7d2f-20200108144457\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test828aae03-9239-4938-a303-c23c42311878-20200102083419\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test828aae03-9239-4938-a303-c23c42311878-20200102083419\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test84afd814-5098-49ab-af99-e50350b5898b-20200110211134\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test84afd814-5098-49ab-af99-e50350b5898b-20200110211134\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test85b08563-b15f-4202-a0bc-f2bc2df2c71a-20200107053335\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test85b08563-b15f-4202-a0bc-f2bc2df2c71a-20200107053335\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test88aac268-c087-4481-b78e-99b920784a33-20200101084853\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test88aac268-c087-4481-b78e-99b920784a33-20200101084853\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test88dbd442-a8cc-4874-81a0-d3192c61df62-20191001224544\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test88dbd442-a8cc-4874-81a0-d3192c61df62-20191001224544\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test894dfb75-a00f-4f0c-894c-cae1c9846ad3-20200105051803\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test894dfb75-a00f-4f0c-894c-cae1c9846ad3-20200105051803\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test8d09bf4d-ee63-4ab1-a986-a4b802418403-20200111051447\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test8d09bf4d-ee63-4ab1-a986-a4b802418403-20200111051447\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test8d4d652b-4f05-4e99-93dd-78b9a36b5c78-20191003203755\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test8d4d652b-4f05-4e99-93dd-78b9a36b5c78-20191003203755\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test8de64739-43d8-4f84-af65-fdb3d0885288-20200108053543\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test8de64739-43d8-4f84-af65-fdb3d0885288-20200108053543\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test8e324c65-a51d-4eeb-9ec8-d5f8662dc041-20191228165107\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test8e324c65-a51d-4eeb-9ec8-d5f8662dc041-20191228165107\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test8e564580-8e53-4300-85f1-bf7f31dd37ff-20200107013348\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test8e564580-8e53-4300-85f1-bf7f31dd37ff-20200107013348\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test8f458ca7-8898-4d58-b93d-bfb0c3da028c-20200109050310\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test8f458ca7-8898-4d58-b93d-bfb0c3da028c-20200109050310\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test901cd6ca-5565-4552-a3de-d204d01935c0-20200108083706\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test901cd6ca-5565-4552-a3de-d204d01935c0-20200108083706\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test907b39e5-4008-4b55-93a0-18e9697b9cf3-20200108053817\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test907b39e5-4008-4b55-93a0-18e9697b9cf3-20200108053817\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test90c2be7c-d7ec-4abf-9fad-fef90fc3ef4d-20191004022234\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test90c2be7c-d7ec-4abf-9fad-fef90fc3ef4d-20191004022234\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test922db678-6ee8-43d5-86ff-6a86e132d332-20200107085231\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test922db678-6ee8-43d5-86ff-6a86e132d332-20200107085231\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test93b88aec-5277-4b1b-910c-7008e972ce91-20200107013304\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test93b88aec-5277-4b1b-910c-7008e972ce91-20200107013304\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test95a9104b-6cba-42d8-82ff-cc37e5ac44db-20200108081723\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test95a9104b-6cba-42d8-82ff-cc37e5ac44db-20200108081723\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test96da1605-19e0-46eb-9ce0-53e840f5e2cb-20200101111729\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test96da1605-19e0-46eb-9ce0-53e840f5e2cb-20200101111729\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test996066b2-7d29-400f-929b-e343a21046f7-20191231151212\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test996066b2-7d29-400f-929b-e343a21046f7-20191231151212\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test99663fff-ed21-4a91-9687-1a6da2abb033-20200106084508\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test99663fff-ed21-4a91-9687-1a6da2abb033-20200106084508\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Test9eb5efa5-c3c1-4c13-80a6-11f5eba67372-20200108144852\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Test9eb5efa5-c3c1-4c13-80a6-11f5eba67372-20200108144852\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testa3791896-b1fc-491e-ba0d-aefcd8d9e52a-20200105083503\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testa3791896-b1fc-491e-ba0d-aefcd8d9e52a-20200105083503\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testa37ff709-a078-45a0-8187-41733df8e101-20200109050003\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testa37ff709-a078-45a0-8187-41733df8e101-20200109050003\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testa4c5fe4e-936e-4be1-a612-a331aff54a8c-20200111105055\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testa4c5fe4e-936e-4be1-a612-a331aff54a8c-20200111105055\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testa59bce1d-e32c-423d-a86e-945d4aeb98b4-20200107051821\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testa59bce1d-e32c-423d-a86e-945d4aeb98b4-20200107051821\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testa604c059-8279-4f4d-a354-eec27222a06c-20200111051514\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testa604c059-8279-4f4d-a354-eec27222a06c-20200111051514\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testa71fefb1-0d9c-4fb3-8d3d-5dcd12d72b77-20200103103221\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testa71fefb1-0d9c-4fb3-8d3d-5dcd12d72b77-20200103103221\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testa748013d-c5a6-44f9-88eb-43167207c742-20200111051402\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testa748013d-c5a6-44f9-88eb-43167207c742-20200111051402\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testaab67022-4f2b-420d-a06a-2c4045110cdf-20191229033144\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testaab67022-4f2b-420d-a06a-2c4045110cdf-20191229033144\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testacab9541-280f-4491-9f49-ac57653f0a07-20200105083839\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testacab9541-280f-4491-9f49-ac57653f0a07-20200105083839\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testad298437-0349-4cc7-88a9-d8aabcba9df1-20191002233431\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testad298437-0349-4cc7-88a9-d8aabcba9df1-20191002233431\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testadd68286-f9e0-4ab1-a526-d8f3cf0f054e-20200105084128\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testadd68286-f9e0-4ab1-a526-d8f3cf0f054e-20200105084128\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testade4c52b-18f5-4b67-8e93-945358ce4f7d-20191007234259\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testade4c52b-18f5-4b67-8e93-945358ce4f7d-20191007234259\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testae421c1d-0211-4ef2-b372-564ce8ad484a-20200110104035\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testae421c1d-0211-4ef2-b372-564ce8ad484a-20200110104035\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testafbbd8bf-aec5-48bf-8fea-73fa15ccc315-20191001224727\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testafbbd8bf-aec5-48bf-8fea-73fa15ccc315-20191001224727\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testb15148bf-78d2-42d4-ad08-b3ad8fb4b122-20200101084759\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testb15148bf-78d2-42d4-ad08-b3ad8fb4b122-20200101084759\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testb4237708-3688-40ea-85a2-275c05f4d100-20191228083519\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testb4237708-3688-40ea-85a2-275c05f4d100-20191228083519\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testb799a18f-be45-4c5c-8438-163ac2e1f1e7-20191004190529\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testb799a18f-be45-4c5c-8438-163ac2e1f1e7-20191004190529\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testb7cee88a-e5ac-4af4-99c8-7247020b00c3-20200105051201\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testb7cee88a-e5ac-4af4-99c8-7247020b00c3-20200105051201\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testb7df0d9a-27c0-4ca5-b692-08dd90387b98-20200111083443\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testb7df0d9a-27c0-4ca5-b692-08dd90387b98-20200111083443\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testbbf6bf32-4bd0-4381-b8f7-2658f585df4d-20191003203846\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testbbf6bf32-4bd0-4381-b8f7-2658f585df4d-20191003203846\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testbeea1376-166a-4b1a-8923-c907cc9737d9-20200107013336\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testbeea1376-166a-4b1a-8923-c907cc9737d9-20200107013336\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testbf9154e9-6166-48c2-86fe-1f331be606d7-20200107051823\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testbf9154e9-6166-48c2-86fe-1f331be606d7-20200107051823\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testc0d7c3c5-23b8-489c-a5e0-ae87c681b696-20200101083539\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testc0d7c3c5-23b8-489c-a5e0-ae87c681b696-20200101083539\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testc193f31a-5186-4e93-84f6-0e4ab87b73c1-20200107052937\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testc193f31a-5186-4e93-84f6-0e4ab87b73c1-20200107052937\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testc1c7e8dc-fa8c-47d9-8305-de6d1451b939-20200101085248\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testc1c7e8dc-fa8c-47d9-8305-de6d1451b939-20200101085248\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testc1d0c917-e2ae-430c-a2ca-383fb0fda046-20191007235839\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testc1d0c917-e2ae-430c-a2ca-383fb0fda046-20191007235839\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testc23a3fbb-6e95-4c0d-94fc-c8ab14dddf1c-20191231151117\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testc23a3fbb-6e95-4c0d-94fc-c8ab14dddf1c-20191231151117\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testc2697630-6247-411a-94b3-c2974ad8cbee-20191007195417\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testc2697630-6247-411a-94b3-c2974ad8cbee-20191007195417\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testc466b80f-670f-4383-89b8-44e0d509fa20-20191002000516\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testc466b80f-670f-4383-89b8-44e0d509fa20-20191002000516\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testc5c8d9bd-75fa-4db3-9f34-5d7b7098584c-20191003203851\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testc5c8d9bd-75fa-4db3-9f34-5d7b7098584c-20191003203851\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testc8b6d14b-a5db-48e0-bfad-a2818d432bea-20200104083443\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testc8b6d14b-a5db-48e0-bfad-a2818d432bea-20200104083443\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testc933efa8-c553-4b93-884f-b7221d9ca789-20191228083750\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testc933efa8-c553-4b93-884f-b7221d9ca789-20191228083750\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testcbe8ab80-46ef-49b1-a7bb-4e3d6e50e49f-20200104050811\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testcbe8ab80-46ef-49b1-a7bb-4e3d6e50e49f-20200104050811\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testccc0b5e6-9b0d-451a-8ac4-6f4af293b913-20200106092645\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testccc0b5e6-9b0d-451a-8ac4-6f4af293b913-20200106092645\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testcec64786-04b1-487c-80ec-050da646fb1c-20191005123412\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testcec64786-04b1-487c-80ec-050da646fb1c-20191005123412\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testd104a52f-eba2-401d-8e7f-a841c90f7712-20191228083553\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testd104a52f-eba2-401d-8e7f-a841c90f7712-20191228083553\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testd724cea4-0d3c-4539-b2ff-be08fb23a67e-20200107083714\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testd724cea4-0d3c-4539-b2ff-be08fb23a67e-20200107083714\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testd8e60bac-27ff-4fba-90b8-732c9c5ff91c-20191228083751\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testd8e60bac-27ff-4fba-90b8-732c9c5ff91c-20191228083751\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testd99db4a5-7683-4584-89ad-fefd711de284-20191004190210\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testd99db4a5-7683-4584-89ad-fefd711de284-20191004190210\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testd9b4309a-67bc-4cd8-ac47-094cb20ca6aa-20200101090202\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testd9b4309a-67bc-4cd8-ac47-094cb20ca6aa-20200101090202\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testda3320e0-28f2-4146-a002-e06296362711-20191004190115\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testda3320e0-28f2-4146-a002-e06296362711-20191004190115\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testda714121-3240-4253-90c3-48c43f115c90-20200102083419\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testda714121-3240-4253-90c3-48c43f115c90-20200102083419\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testdb357558-60b4-4ee3-9ec3-ba22c5d827fb-20191004020617\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testdb357558-60b4-4ee3-9ec3-ba22c5d827fb-20191004020617\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testdc7230e9-df6d-4edd-a57c-ef7e0432c463-20191002011345\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testdc7230e9-df6d-4edd-a57c-ef7e0432c463-20191002011345\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testdccb59de-436f-4935-bed6-2e677dcaf36a-20200109111802\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testdccb59de-436f-4935-bed6-2e677dcaf36a-20200109111802\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testde985b23-9333-4f6e-a5e8-82025a38b2af-20200102083510\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testde985b23-9333-4f6e-a5e8-82025a38b2af-20200102083510\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Teste271da3e-cbcb-4ee7-8770-f297f414451f-20191003015540\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Teste271da3e-cbcb-4ee7-8770-f297f414451f-20191003015540\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Teste4070edd-aec0-455d-8a79-aecdb7170b6d-20191007234642\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Teste4070edd-aec0-455d-8a79-aecdb7170b6d-20191007234642\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Teste42f351a-4da0-4f0d-93e9-ef1d98e06659-20200108083633\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Teste42f351a-4da0-4f0d-93e9-ef1d98e06659-20200108083633\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Teste66ca23c-f4bf-4eb3-8418-139364d19e7d-20200107062643\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Teste66ca23c-f4bf-4eb3-8418-139364d19e7d-20200107062643\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Teste78b1ab2-1380-48ab-9923-0276cdb7198b-20191001224742\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Teste78b1ab2-1380-48ab-9923-0276cdb7198b-20191001224742\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Teste8607e14-b4f8-472a-bd5b-893b8d9612e6-20200112045941\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Teste8607e14-b4f8-472a-bd5b-893b8d9612e6-20200112045941\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Teste980b80e-3add-42c0-bc98-a84020b2d128-20200108101640\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Teste980b80e-3add-42c0-bc98-a84020b2d128-20200108101640\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Tested79dba9-2d38-4ea9-a01c-56e94b30ca7a-20191007195447\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Tested79dba9-2d38-4ea9-a01c-56e94b30ca7a-20191007195447\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testee9dcf5f-f7c4-4192-a8f4-28e9bc7d0f7c-20191001225005\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testee9dcf5f-f7c4-4192-a8f4-28e9bc7d0f7c-20191001225005\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testefbb340a-b68b-4200-872b-d05e7d29f92d-20191007195432\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testefbb340a-b68b-4200-872b-d05e7d29f92d-20191007195432\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testf1fc0559-6740-48dd-9501-2b933c731d52-20200103083458\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testf1fc0559-6740-48dd-9501-2b933c731d52-20200103083458\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testf41dfc97-bb51-4fba-86ca-a6f2695c415a-20200107050834\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testf41dfc97-bb51-4fba-86ca-a6f2695c415a-20200107050834\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testf5784447-83ed-4c00-8764-ea0f932aafa2-20200106085748\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testf5784447-83ed-4c00-8764-ea0f932aafa2-20200106085748\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testf6128ef6-c13c-420e-8088-0710888ce88b-20200109050003\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testf6128ef6-c13c-420e-8088-0710888ce88b-20200109050003\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testf863ab2c-ada9-4646-84c7-1f83a82375d7-20191229033226\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testf863ab2c-ada9-4646-84c7-1f83a82375d7-20191229033226\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testfac552a7-418f-4baa-8f51-d199ceff5c68-20200103050817\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testfac552a7-418f-4baa-8f51-d199ceff5c68-20200103050817\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testfb7be054-5c15-494f-822c-b64f9a36e2f3-20200105051753\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testfb7be054-5c15-494f-822c-b64f9a36e2f3-20200105051753\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Extensions.Testfc5c7585-6c9a-4aa4-a7c4-1223a94e00c7-20200104083552\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Extensions.Testfc5c7585-6c9a-4aa4-a7c4-1223a94e00c7-20200104083552\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.FileServer.Edp\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.FileServer.Edp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Geneva\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Geneva\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.KeyVault\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.KeyVault\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.KeyVault.Edp\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.KeyVault.Edp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.LabServices\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.LabServices\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.LabServices.test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.LabServices.test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Monitor\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Monitor\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Monitor.Agent\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Monitor.Agent\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Monitor.Edp\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Monitor.Edp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Monitor.VirtualMachines\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Monitor.VirtualMachines\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Monitor.VirtualMachines.Dev\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Monitor.VirtualMachines.Dev\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Monitor.VirtualMachines.Dev.INT\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Monitor.VirtualMachines.Dev.INT\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Monitor.VirtualMachines.Dev.SCALE\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Monitor.VirtualMachines.Dev.SCALE\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Monitor.VirtualMachines.Dev.TEST\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Monitor.VirtualMachines.Dev.TEST\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Monitor.VirtualMachines.GuestHealth\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Monitor.VirtualMachines.GuestHealth\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Monitor.VirtualMachines.GuestHealth.DEV\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Monitor.VirtualMachines.GuestHealth.DEV\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Monitor.VirtualMachines.GuestHealth.INT\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Monitor.VirtualMachines.GuestHealth.INT\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Monitor.VirtualMachines.GuestHealth.SCALE\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Monitor.VirtualMachines.GuestHealth.SCALE\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Monitor.VirtualMachines.GuestHealth.TEST\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Monitor.VirtualMachines.GuestHealth.TEST\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Monitor.VirtualMachines.INT.Dev\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Monitor.VirtualMachines.INT.Dev\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Monitor.VirtualMachines.SCALE.Dev\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Monitor.VirtualMachines.SCALE.Dev\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Monitor.VirtualMachines.TEST.Dev\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Monitor.VirtualMachines.TEST.Dev\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Monitor.WorkloadInsights.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Monitor.WorkloadInsights.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Monitor.WorkloadInsightsTest.newnamespace\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Monitor.WorkloadInsightsTest.newnamespace\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Monitor.Workloads\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Monitor.Workloads\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Monitoring.DependencyAgent\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Monitoring.DependencyAgent\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Monitoring.DependencyAgent.Edp\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Monitoring.DependencyAgent.Edp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Networking.SDN\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Networking.SDN\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.NetworkWatcher\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.NetworkWatcher\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.NetworkWatcher.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.NetworkWatcher.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.OpenSSH\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.OpenSSH\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Performance.Diagnostics\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Performance.Diagnostics\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Performance.Diagnostics.Edp\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Performance.Diagnostics.Edp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.RecoveryServices\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.RecoveryServices\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.RecoveryServices.Edp\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.RecoveryServices.Edp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.RecoveryServices.SiteRecovery\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.RecoveryServices.SiteRecovery\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.RecoveryServices.SiteRecovery2\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.RecoveryServices.SiteRecovery2\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.RecoveryServices.WorkloadBackup\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.RecoveryServices.WorkloadBackup\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.RecoveryServices.WorkloadBackup.Edp\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.RecoveryServices.WorkloadBackup.Edp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Security\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Security\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Security.AntimalwareSignature\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Security.AntimalwareSignature.Edp\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Security.AntimalwareSignature.Edp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Security.Dsms\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Security.Dsms\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Security.Dsms.Edp\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Security.Dsms.Edp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Security.Edp\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Security.Edp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Security.LinuxAttestation\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Security.LinuxAttestation\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Security.LinuxTestAttestation\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Security.LinuxTestAttestation\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Security.Monitoring\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Security.Monitoring\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Security.Monitoring.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Security.Monitoring.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Security.Monitoring.Testing\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Security.Monitoring.Testing\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Security.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Security.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Security.TestWindowsAttestation\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Security.TestWindowsAttestation\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Security.WindowsAttestation\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Security.WindowsAttestation\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Security.WinTestAttestation\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Security.WinTestAttestation\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.ServiceFabric.MC\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.ServiceFabric.MC\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.ServiceFabric.MC.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.ServiceFabric.MC.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.SiteRecovery.Stage\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.SiteRecovery.Stage\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.SiteRecovery.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.SiteRecovery.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.SiteRecovery2.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.SiteRecovery2.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.Test.Identity\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Test.Identity\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.WindowsFabric.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.WindowsFabric.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.Linux.ReleasePipeTest\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.WorkloadInsights.Linux.ReleasePipeTest\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.Linux.ReleasePipeTest.INT\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.WorkloadInsights.Linux.ReleasePipeTest.INT\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.Linux.ReleasePipeTest.TEST\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.WorkloadInsights.Linux.ReleasePipeTest.TEST\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.Linux.Test1\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.WorkloadInsights.Linux.Test1\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.Linux.Test2\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.WorkloadInsights.Linux.Test2\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.Linux.Test3\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.WorkloadInsights.Linux.Test3\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.Linux.Test4\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.WorkloadInsights.Linux.Test4\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.Linux.Test5\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.WorkloadInsights.Linux.Test5\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.Linux.Test5.INT\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.WorkloadInsights.Linux.Test5.INT\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.Linux.Test5.TEST\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.WorkloadInsights.Linux.Test5.TEST\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.Linux.VincentTest\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.WorkloadInsights.Linux.VincentTest\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.Linux.VincentTest2\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.WorkloadInsights.Linux.VincentTest2\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.Linux.VincentTest3\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.WorkloadInsights.Linux.VincentTest3\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.Linux.VincentTest4\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.WorkloadInsights.Linux.VincentTest4\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.WorkloadInsights.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.TestTest\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.WorkloadInsights.TestTest\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.TestTest.INT\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.WorkloadInsights.TestTest.INT\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.TestTest.TEST\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.WorkloadInsights.TestTest.TEST\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.Windows.ReleasePipeTest.INT\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.WorkloadInsights.Windows.ReleasePipeTest.INT\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Azure.WorkloadInsights.Windows.ReleasePipeTest.TEST\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.WorkloadInsights.Windows.ReleasePipeTest.TEST\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.AzureCAT.AzureEnhancedMonitoring\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.AzureCAT.AzureEnhancedMonitoring\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.AzureCAT.AzureEnhancedMonitoringTest\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.AzureCAT.AzureEnhancedMonitoringTest\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.AzureData\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.AzureData\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.AzureMonitor.WorkloadInsights\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.AzureMonitor.WorkloadInsights\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.AzureMonitor.WorkloadInsights.Canary\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.AzureMonitor.WorkloadInsights.Canary\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.AzureMonitor.WorkloadInsights.Corp\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.AzureMonitor.WorkloadInsights.Corp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.AzureMonitor.WorkloadInsights.Linux.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.AzureMonitor.WorkloadInsights.Linux.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.AzureMonitor.WorkloadInsights.LinuxTest\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.AzureMonitor.WorkloadInsights.LinuxTest\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.AzureMonitor.WorkloadInsights.Meya0206\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.AzureMonitor.WorkloadInsights.Meya0206\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.AzureMonitor.WorkloadInsights.MeyaCorp\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.AzureMonitor.WorkloadInsights.MeyaCorp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.AzureMonitor.WorkloadInsights.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.AzureMonitor.WorkloadInsights.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.AzureMonitor.WorkloadInsights.Testing\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.AzureMonitor.WorkloadInsights.Testing\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.AzureSecurity.JITAccess\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.AzureSecurity.JITAccess\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.CloudBackup.Workload.Extension\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.CloudBackup.Workload.Extension\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.CloudBackup.Workload.Extension.Edp\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.CloudBackup.Workload.Extension.Edp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Compute\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Compute\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Compute.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Compute.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Compute.TestSar\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Compute.TestSar\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.CPlat.Core\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.CPlat.Core\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.CPlat.Core.Edp\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.CPlat.Core.Edp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.EnterpriseCloud.Monitoring\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.EnterpriseCloud.Monitoring\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.EnterpriseCloud.Monitoring.Edp\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.EnterpriseCloud.Monitoring.Edp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.EnterpriseCloud.Monitoring.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.EnterpriseCloud.Monitoring.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Golive.Extensions\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Golive.Extensions\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.GuestConfig.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.GuestConfig.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.GuestConfiguration\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.GuestConfiguration\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.GuestConfiguration.Edp\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.GuestConfiguration.Edp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.GuestConfiguration.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.GuestConfiguration.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.HpcCompute\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.HpcCompute\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.HpcCompute.Edp\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.HpcCompute.Edp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.HpcPack\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.HpcPack\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Interceptor\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Interceptor\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.ManagedIdentity\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.ManagedIdentity\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.ManagedServices\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.ManagedServices\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.ManagedServices.Edp\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.ManagedServices.Edp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.MonitoringAgent.Extension\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.MonitoringAgent.Extension\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Network\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Network\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.OSTCExtensions\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.OSTCExtensions\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.OSTCExtensions.Edp\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.OSTCExtensions.Edp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.OSTCExtensions.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.OSTCExtensions.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.OSTCExtensions.Testing\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.OSTCExtensions.Testing\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Powershell\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Powershell\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Powershell.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Powershell.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Powershell.Test01\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Powershell.Test01\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.SecurityManagement.Kevlar\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.SecurityManagement.Kevlar\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.SoftwareUpdateManagement\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.SoftwareUpdateManagement\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.SoftwareUpdateManagement.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.SoftwareUpdateManagement.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.SqlServer.Managability.IaaS.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.SqlServer.Managability.IaaS.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.SqlServer.Management\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.SqlServer.Management\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.SqlServer.Management.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.SqlServer.Management.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.SystemCenter\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.SystemCenter\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.TestSqlServer.Edp\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.TestSqlServer.Edp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.VisualStudio.Azure.ETWTraceListenerService\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.VisualStudio.Azure.ETWTraceListenerService\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.VisualStudio.Azure.RemoteDebug\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.VisualStudio.Azure.RemoteDebug\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.VisualStudio.Azure.RemoteDebug.Json\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.VisualStudio.Azure.RemoteDebug.Json\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.VisualStudio.ServiceProfiler\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.VisualStudio.ServiceProfiler\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.VisualStudio.Services\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.VisualStudio.Services\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.VisualStudio.WindowsAzure.DevTest\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.VisualStudio.WindowsAzure.DevTest\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.VisualStudio.WindowsAzure.DevTest.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.VisualStudio.WindowsAzure.DevTest.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.VisualStudio.WindowsAzure.RemoteDebug\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.VisualStudio.WindowsAzure.RemoteDebug\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.VisualStudio.WindowsAzure.Test.RemoteDebug\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.VisualStudio.WindowsAzure.Test.RemoteDebug\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Windows.Azure.Extensions\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Windows.Azure.Extensions\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Windows.AzureRemoteApp.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Windows.AzureRemoteApp.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.Windows.RemoteDesktop\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Windows.RemoteDesktop\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.WindowsAdminCenter\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.WindowsAdminCenter\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.WindowsAdminCenter.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.WindowsAdminCenter.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.WindowsAzure.Compute\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.WindowsAzure.Compute\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.WindowsAzure.Compute.test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.WindowsAzure.Compute.test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Microsoft.WVD\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.WVD\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftAzureSiteRecovery\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftAzureSiteRecovery\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftBizTalkServer\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftBizTalkServer\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"microsoftcmotest\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/microsoftcmotest\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftDynamicsAX\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftDynamicsAX\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftDynamicsGP\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftDynamicsGP\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftDynamicsNAV\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftDynamicsNAV\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"microsoftfarmbeats\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/microsoftfarmbeats\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftHybridCloudStorage\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftHybridCloudStorage\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftOSTC\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftOSTC\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftPowerBI\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftPowerBI\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftRServer\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftRServer\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftSharePoint\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftSharePoint\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftSQLServer\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftSQLServer\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftTestLinuxPPS\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftTestLinuxPPS\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftVisualStudio\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftVisualStudio\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftWindowsDesktop\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsDesktop\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftWindowsServer\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServer\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"MicrosoftWindowsServerHPCPack\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/MicrosoftWindowsServerHPCPack\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"microsoft_iot_edge\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/microsoft_iot_edge\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"microsoft_javaeeonazure_test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/microsoft_javaeeonazure_test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"microstrategy\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/microstrategy\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"midasolutions\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/midasolutions\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"middleware\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/middleware\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"midfin\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/midfin\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"midvision\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/midvision\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mindcti\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mindcti\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"minio\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/minio\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"miraclelinux\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/miraclelinux\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"miracl_linux\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/miracl_linux\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"miri-infotech-pvt-ltd\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/miri-infotech-pvt-ltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mobilab\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mobilab\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"modern-systems\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/modern-systems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"monitorcomputersystemsltd\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/monitorcomputersystemsltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"moogsoft\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/moogsoft\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"moviemasher\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/moviemasher\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mriisoftllc1579457820427\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mriisoftllc1579457820427\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"msopentech\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/msopentech\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mtnfog\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mtnfog\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"multisoft-ab\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/multisoft-ab\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mvp-systems\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mvp-systems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mwg_azure\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mwg_azure\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"mxhero\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/mxhero\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"my-com\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/my-com\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"narrativescience\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/narrativescience\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nasuni\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nasuni\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ncache\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ncache\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ncbi\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ncbi\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ndl\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ndl\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nebbiolo-technologies-inc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nebbiolo-technologies-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nec-technologies\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nec-technologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nefelinetworks1591201080882\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nefelinetworks1591201080882\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"neo4j\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/neo4j\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"neowaybusinesssolutions-4956350\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/neowaybusinesssolutions-4956350\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"netapp\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/netapp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"netatwork\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/netatwork\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"netfoundryinc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/netfoundryinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"netgate\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/netgate\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"netikus-net-ltd\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/netikus-net-ltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"netiq\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/netiq\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"netka\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/netka\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"netmail\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/netmail\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"netscout\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/netscout\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"netspi\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/netspi\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"netsweeper\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/netsweeper\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"networksexchangetechnologyltd\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/networksexchangetechnologyltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"netwrix\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/netwrix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"netx\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/netx\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"neusoft-neteye\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/neusoft-neteye\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"newnetcommunicationtechnologies1589991852134\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/newnetcommunicationtechnologies1589991852134\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"NewRelic.Infrastructure.Extensions\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/NewRelic.Infrastructure.Extensions\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"newtglobalconsultingllc1581492268566\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/newtglobalconsultingllc1581492268566\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nextronic-5290868\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nextronic-5290868\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nginxinc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nginxinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nice-it-management-solutions\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nice-it-management-solutions\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nicepeopleatwork\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nicepeopleatwork\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"niolabs-5229713\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/niolabs-5229713\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nodejsapi\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nodejsapi\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"noianetworklimited1584098036197\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/noianetworklimited1584098036197\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nokiaofamericacorporation1591716055441\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nokiaofamericacorporation1591716055441\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"noobaa\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/noobaa\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"norcominformationtechnologygmbhcokgaa\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/norcominformationtechnologygmbhcokgaa\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"noricumcloudsolutions1600524477681\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/noricumcloudsolutions1600524477681\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"norsync\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/norsync\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"northbridge-secure\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/northbridge-secure\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nozominetworks1582208017986\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nozominetworks1582208017986\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nri\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nri\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ntegralinc1586961136942\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ntegralinc1586961136942\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ntt-data-intellilink-corporation\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ntt-data-intellilink-corporation\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nttdata\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nttdata\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nuco-networks\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nuco-networks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"numbersbelieve\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/numbersbelieve\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"numtrallcpublisher\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/numtrallcpublisher\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nuxeo\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nuxeo\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"nvidia\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nvidia\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"o2mc-real-time-data-platform\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/o2mc-real-time-data-platform\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"objectivity-inc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/objectivity-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"objectivity1595351622261\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/objectivity1595351622261\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"oceanblue-cloud\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/oceanblue-cloud\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"OctopusDeploy.Tentacle\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/OctopusDeploy.Tentacle\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"odix\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/odix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"odysseyconsultantsltd\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/odysseyconsultantsltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"officeatwork-ag\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/officeatwork-ag\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"omega-software\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/omega-software\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"onapsis\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/onapsis\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"oncore_cloud_services-4944214\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/oncore_cloud_services-4944214\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"onexgroup\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/onexgroup\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"onspecta\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/onspecta\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ontology\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ontology\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"onyx-point-inc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/onyx-point-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"op5\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/op5\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"open-connect-systems\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/open-connect-systems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"opencell\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/opencell\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"openlinkswcom-pago\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/openlinkswcom-pago\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"OpenLogic\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/OpenLogic\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"openshotstudiosllc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/openshotstudiosllc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"opentext\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/opentext\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"openvpn\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/openvpn\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"opslogix\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/opslogix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"option3\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/option3\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Oracle\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Oracle\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"oraylis\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/oraylis\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"oraylisbi\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/oraylisbi\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"orbs-network\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/orbs-network\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"oriana\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/oriana\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"orientdb\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/orientdb\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"oroinc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/oroinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"osirium-ltd\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/osirium-ltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"osisoft\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/osisoft\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"osnexus\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/osnexus\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"outpost24\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/outpost24\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"outsystems\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/outsystems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"pacteratechnologiesinc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pacteratechnologiesinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"paladionnetworkspvtltd1606120508449\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/paladionnetworkspvtltd1606120508449\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"paloaltonetworks\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/paloaltonetworks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"panopta\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/panopta\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"panorama-necto\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/panorama-necto\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"panzura-file-system\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/panzura-file-system\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"parabole\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/parabole\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"paralaxiomtechnologiesprivatelimited1596433357886\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/paralaxiomtechnologiesprivatelimited1596433357886\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"parallels\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/parallels\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"parasoft\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/parasoft\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"pasifikciptamandiri\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pasifikciptamandiri\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"passlogy\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/passlogy\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"paxata\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/paxata\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"peer-software-inc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/peer-software-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"penta-security-systems-inc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/penta-security-systems-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"percona\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/percona\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"periscope-tech-4791746\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/periscope-tech-4791746\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"piolinkinc1582849368309\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/piolinkinc1582849368309\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"pivotal\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pivotal\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"plesk\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/plesk\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"pmsoftwareinternational1603102514882\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pmsoftwareinternational1603102514882\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"pnop\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pnop\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"portalarchitects\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/portalarchitects\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"portsysinc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/portsysinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"postgres-pro\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/postgres-pro\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"powerbireach\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/powerbireach\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"prestashop\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/prestashop\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"prestige_informatique-1090178\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/prestige_informatique-1090178\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"prime-strategy\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/prime-strategy\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"primekey\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/primekey\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"primestrategynewyorkinc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/primestrategynewyorkinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"pro-vision\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pro-vision\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"process-one\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/process-one\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"processgold\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/processgold\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"procomputers\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/procomputers\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"procomputerssrl1594239153814\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/procomputerssrl1594239153814\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"profecia\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/profecia\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Profiler.AgentOrchestrationRefactor.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Profiler.AgentOrchestrationRefactor.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Profiler.Master.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Profiler.Master.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"profisee\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/profisee\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"progelspa\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/progelspa\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"progresssoftwarecorporation\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/progresssoftwarecorporation\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"protiviti\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/protiviti\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ptc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ptc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ptsecurity\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ptsecurity\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"pulse-secure\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pulse-secure\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"puppet\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/puppet\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"puppeteersoy1601024480557\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/puppeteersoy1601024480557\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PuppetLabs\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/PuppetLabs\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PuppetLabs.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/PuppetLabs.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"purestorageinc1578960262525\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/purestorageinc1578960262525\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"pydio\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pydio\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"pyramidanalytics\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pyramidanalytics\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"qlik\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/qlik\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"qnapsystemsinc1601352084032\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/qnapsystemsinc1601352084032\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"qore-technologies\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/qore-technologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"qs-solutions\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/qs-solutions\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Qualys\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Qualys\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Qualys.LinuxAgent.GrayLabel\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Qualys.LinuxAgent.GrayLabel\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Qualys.WindowsAgent.GrayLabel\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Qualys.WindowsAgent.GrayLabel\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"qualysguard\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/qualysguard\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"quasardb\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/quasardb\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"qubole-inc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/qubole-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"quest\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/quest\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"racknap\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/racknap\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"radiant-logic\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/radiant-logic\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"radware\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/radware\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"raincode\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/raincode\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rancher\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/rancher\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rapid7\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/rapid7\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Rapid7.InsightPlatform\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Rapid7.InsightPlatform\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rapidminer\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/rapidminer\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"raynetgmbh\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/raynetgmbh\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"readymind\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/readymind\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"realm\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/realm\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"reblaze\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/reblaze\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"RedHat\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/RedHat\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"redpoint-global\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/redpoint-global\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"refactr\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/refactr\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"refinitiv\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/refinitiv\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"refinitiv-4807503\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/refinitiv-4807503\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"relevance-lab\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/relevance-lab\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"remotelearner\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/remotelearner\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"res\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/res\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"resco\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/resco\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"resemblesystems1582780358300\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/resemblesystems1582780358300\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"responder-corp\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/responder-corp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"revolution-analytics\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/revolution-analytics\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rhcsolutions1586957910818\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/rhcsolutions1586957910818\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ribboncommunications\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ribboncommunications\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"RightScaleLinux\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/RightScaleLinux\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"RightScaleWindowsServer\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/RightScaleWindowsServer\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ringsoftwareresearchanddevelopmentinc1578946072257\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ringsoftwareresearchanddevelopmentinc1578946072257\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"riverbed\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/riverbed\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"RiverbedTechnology\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/RiverbedTechnology\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rmgtechnologiesinc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/rmgtechnologiesinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rocketml\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/rocketml\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rocketsoftware\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/rocketsoftware\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rohdeschwarzcybersecuritygmbh\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/rohdeschwarzcybersecuritygmbh\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rohdeschwarzcybersecuritysas\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/rohdeschwarzcybersecuritysas\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"roktech\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/roktech\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rsa-security-llc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/rsa-security-llc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rsk-labs\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/rsk-labs\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rstudio-5237862\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/rstudio-5237862\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rtts\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/rtts\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rubrik-inc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/rubrik-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"s2ix\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/s2ix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"saama\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/saama\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"saasame-limited\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/saasame-limited\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"safesoftwareinc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/safesoftwareinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"safeticatechnologiessro\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/safeticatechnologiessro\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"safetica_technologies\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/safetica_technologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"safetoopen1585013318137\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/safetoopen1585013318137\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"saltsecurity1583264186232\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/saltsecurity1583264186232\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"saltsecurity1583264669848\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/saltsecurity1583264669848\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"saltstack\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/saltstack\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"samsung-sds\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/samsung-sds\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"samsungsds-cello\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/samsungsds-cello\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"samsungsds_sdbe\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/samsungsds_sdbe\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sap\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sap\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sapphiretechnologieslimited1611758579346\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sapphiretechnologieslimited1611758579346\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sas-institute-560503\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sas-institute-560503\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"scaidata\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/scaidata\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"scalearc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/scalearc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"scalegrid\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/scalegrid\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"scality\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/scality\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"schrockeninc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/schrockeninc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sci\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sci\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"scientiamobile\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/scientiamobile\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"seaqserviciossas1579029207572\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/seaqserviciossas1579029207572\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"secureworks\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/secureworks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"securosis\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/securosis\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"seequentltd1585781751395\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/seequentltd1585781751395\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"semarchy\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/semarchy\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"semperis\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/semperis\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"SentinelOne.LinuxExtension\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/SentinelOne.LinuxExtension\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"SentinelOne.WindowsExtension\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/SentinelOne.WindowsExtension\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"SentinelOne.WindowsExtension.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/SentinelOne.WindowsExtension.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sentriumsl\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sentriumsl\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sentryone\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sentryone\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sepiosystems\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sepiosystems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"seppmailag\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/seppmailag\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"service-control-inc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/service-control-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"shadow-soft\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/shadow-soft\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"shareshiftneeraj.test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/shareshiftneeraj.test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sightapps\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sightapps\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"signal-sciences\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/signal-sciences\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"silk\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/silk\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"silver-peak-systems\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/silver-peak-systems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"simmachinesinc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/simmachinesinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"simontelephonics\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/simontelephonics\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"simplifierag\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/simplifierag\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"simpligov\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/simpligov\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sinefa\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sinefa\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sinequa\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sinequa\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sinequa1588262295885\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sinequa1588262295885\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"singapore-telecommunications-limited\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/singapore-telecommunications-limited\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sios_datakeeper\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sios_datakeeper\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"siportalinc1581539156321\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/siportalinc1581539156321\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sisenseltd\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sisenseltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Site24x7\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Site24x7\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sktelecom\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sktelecom\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"skyarc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/skyarc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"skyboxsecurity1585187406404\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/skyboxsecurity1585187406404\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"skylarkcloud\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/skylarkcloud\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"smartbearsoftware\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/smartbearsoftware\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"smartmessage-autoflow\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/smartmessage-autoflow\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"snaplogic\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/snaplogic\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"snapt-adc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/snapt-adc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"snips\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/snips\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"soasta\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/soasta\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"softnas\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/softnas\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"softwarehut\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/softwarehut\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"softwebsolutions-4518310\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/softwebsolutions-4518310\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"soha\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/soha\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"solanolabs\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/solanolabs\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"solar-security\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/solar-security\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"solarwinds\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/solarwinds\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sonicwall-inc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sonicwall-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sophos\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sophos\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"south-river-technologies\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/south-river-technologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"southrivertech1586314123192\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/southrivertech1586314123192\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"spacecurve\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/spacecurve\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"spagobi\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/spagobi\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sparklinglogic\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sparklinglogic\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"spektra\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/spektra\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sphere3d\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sphere3d\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"spideroakinc1588278690933\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/spideroakinc1588278690933\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"spirentcommunications1594084187199\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/spirentcommunications1594084187199\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"splunk\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/splunk\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sproutenetworks1593456311717\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sproutenetworks1593456311717\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sqlstream\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sqlstream\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"squadratechnologies\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/squadratechnologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"squaredup\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/squaredup\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"src-solution\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/src-solution\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"stackato-platform-as-a-service\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/stackato-platform-as-a-service\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Stackify.LinuxAgent.Extension\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Stackify.LinuxAgent.Extension\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"stackstorm\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/stackstorm\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"startekfingerprintmatch\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/startekfingerprintmatch\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"starwind\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/starwind\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"StatusMonitor2.Diagnostics.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/StatusMonitor2.Diagnostics.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"StatusReport.Diagnostics.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/StatusReport.Diagnostics.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"stealthbits\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/stealthbits\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"steelhive\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/steelhive\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"stonebondtechnologies\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/stonebondtechnologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"stonefly\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/stonefly\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"storage_made_easy\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/storage_made_easy\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"stormshield\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/stormshield\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"storreduce\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/storreduce\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"strangebee1595948424730\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/strangebee1595948424730\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"strataidentity1608323708170\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/strataidentity1608323708170\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"stratodesk1611152769936\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/stratodesk1611152769936\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"stratumn\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/stratumn\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"streamsets\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/streamsets\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"striim\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/striim\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"stromasys\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/stromasys\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"strongboxitllc1594816423884\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/strongboxitllc1594816423884\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"su\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/su\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"subscription.test.krsh\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/subscription.test.krsh\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sumologic\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sumologic\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sunatogmbh\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sunatogmbh\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sunday\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sunday\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"SUSE\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/SUSE\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"swoopanalytics\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/swoopanalytics\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sycom-technologies\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sycom-technologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"sycompatechnologycompanyinc1588192103892\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sycompatechnologycompanyinc1588192103892\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Symantec\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Symantec\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Symantec.CloudWorkloadProtection\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Symantec.CloudWorkloadProtection\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Symantec.CloudWorkloadProtection.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Symantec.CloudWorkloadProtection.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Symantec.CloudWorkloadProtection.TestOnStage\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Symantec.CloudWorkloadProtection.TestOnStage\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Symantec.QA\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Symantec.QA\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Symantec.staging\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Symantec.staging\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Symantec.test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Symantec.test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Symantec.test.ru2.latest\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Symantec.test.ru2.latest\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Symantec.test.ru2final\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Symantec.test.ru2final\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Symantec.test.ru2latest1\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Symantec.test.ru2latest1\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Symantec.test.ru4mp1\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Symantec.test.ru4mp1\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Symantec.test.ru4mp1.latest\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Symantec.test.ru4mp1.latest\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Symantec.test.ru4mp1final\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Symantec.test.ru4mp1final\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"symanteccorporation\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/symanteccorporation\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"symantectest1\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/symantectest1\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"synack-inc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/synack-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"syncfusion\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/syncfusion\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"syncfusionbigdataplatfor\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/syncfusionbigdataplatfor\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"synechron-technologies\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/synechron-technologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"synergixinc1585256339250\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/synergixinc1585256339250\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"synnexcorp\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/synnexcorp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"syscomcomputerengineeringco1583913200141\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/syscomcomputerengineeringco1583913200141\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"syte\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/syte\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tableau\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tableau\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tactic\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tactic\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"talari-networks\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/talari-networks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"talena-inc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/talena-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"talend\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/talend\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"talon\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/talon\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tamrinc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tamrinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"targit\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/targit\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tata_communications\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tata_communications\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tavanttechnologies\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tavanttechnologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tavendo\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tavendo\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"te-systems\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/te-systems\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"techdivision\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/techdivision\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"techlatest\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/techlatest\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tecknolab\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tecknolab\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"telepat\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/telepat\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"teloscorporation\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/teloscorporation\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tempered-networks-inc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tempered-networks-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tenable\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tenable\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tensormakecorpdbaoneclickai1608247756082\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tensormakecorpdbaoneclickai1608247756082\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"teradata\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/teradata\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Teradici\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Teradici\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"teramindinc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/teramindinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Test.Gemalto.SafeNet.ProtectV\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Test.Gemalto.SafeNet.ProtectV\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Test.Gemalto.SafeNet.ProtectV.Azure\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Test.Gemalto.SafeNet.ProtectV.Azure\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Test.HP.AppDefender\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Test.HP.AppDefender\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Test.Microsoft.VisualStudio.Services\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Test.Microsoft.VisualStudio.Services\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Test.NJHP.AppDefender\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Test.NJHP.AppDefender\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Test.SqlServer.Managability\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Test.SqlServer.Managability\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Test.SqlServer.Management\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Test.SqlServer.Management\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Test.SqlServer.Management.corext\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Test.SqlServer.Management.corext\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Test.TrendMicro.DeepSecurity\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Test.TrendMicro.DeepSecurity\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Test1.NJHP.AppDefender\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Test1.NJHP.AppDefender\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Test3.Microsoft.VisualStudio.Services\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Test3.Microsoft.VisualStudio.Services\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"testable1603721901088\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/testable1603721901088\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"testpro\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/testpro\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"test_test_mix3pptest0011614206850774\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/test_test_mix3pptest0011614206850774\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"test_test_pmc2pc1\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/test_test_pmc2pc1\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"thales-vormetric\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/thales-vormetric\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"thedatavaluefactoryltd1589348815922\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/thedatavaluefactoryltd1589348815922\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"thefreebsdfoundation\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/thefreebsdfoundation\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"thehdfgroup1616725197741\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/thehdfgroup1616725197741\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"theumag1596442827072\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/theumag1596442827072\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"things-board\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/things-board\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"thingscareinc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/thingscareinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"thinprintgmbh\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/thinprintgmbh\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"thorntechnologiesllc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/thorntechnologiesllc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"thoughtspot-inc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/thoughtspot-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"threatintelligenceptyltd1586824172898\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/threatintelligenceptyltd1586824172898\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tibco-software\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tibco-software\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tidal-migrations\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tidal-migrations\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tidalmediainc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tidalmediainc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tig\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tig\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tiger-technology\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tiger-technology\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tigergraph\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tigergraph\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"timextender\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/timextender\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tmaxsoft\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tmaxsoft\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tomsawyersoftwarecorp1613579206342\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tomsawyersoftwarecorp1613579206342\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"topicus\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/topicus\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"torusware\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/torusware\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"totemo\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/totemo\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"townsend-security\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/townsend-security\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"transcendinformationinc1609918445926\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/transcendinformationinc1609918445926\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"transientxinc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/transientxinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"transvault\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/transvault\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"trendmicro\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/trendmicro\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"TrendMicro.DeepSecurity\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/TrendMicro.DeepSecurity\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"TrendMicro.DeepSecurity.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/TrendMicro.DeepSecurity.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"TrendMicro.PortalProtect\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/TrendMicro.PortalProtect\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tresorit\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tresorit\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"trifacta\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/trifacta\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tripwire-inc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tripwire-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"truestack\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/truestack\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tryonsolutionsinc1596650621083\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tryonsolutionsinc1596650621083\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tsa-public-service\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tsa-public-service\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"tunnelbiz\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/tunnelbiz\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"turbonet\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/turbonet\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"turbonet1581982683964\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/turbonet1581982683964\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"twistlock\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/twistlock\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"typesafe\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/typesafe\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ubeeko\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ubeeko\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ubercloud\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ubercloud\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"uipath-5054924\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/uipath-5054924\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"ulex\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ulex\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"unifi-software\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/unifi-software\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"unifiedstreaming1598872291606\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/unifiedstreaming1598872291606\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"uniprint-net\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/uniprint-net\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"unitrends\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/unitrends\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"unnisoft\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/unnisoft\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"unravel-data\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/unravel-data\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"unscramblsingaporepteltd-4999260\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/unscramblsingaporepteltd-4999260\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"untangle\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/untangle\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"upsolver1594188634150\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/upsolver1594188634150\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"usp\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/usp\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"valohai\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/valohai\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"valtix\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/valtix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"varmournetworks\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/varmournetworks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"varnish\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/varnish\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vatacommunicationsinc1581644208717\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vatacommunicationsinc1581644208717\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vaultive-inc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vaultive-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vbot\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vbot\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vcinityinc1587684340545\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vcinityinc1587684340545\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vectraaiinc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vectraaiinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"veeam\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/veeam\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"velocitydb-inc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/velocitydb-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"velocloud\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/velocloud\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vemn\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vemn\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"veritas\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/veritas\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"versanetworks\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/versanetworks\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"versasec\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/versasec\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vidispine\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vidispine\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vidizmo\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vidizmo\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vigyanlabs-innovations-pvt-ltd\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vigyanlabs-innovations-pvt-ltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vigyanlabsinc1581413676614\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vigyanlabsinc1581413676614\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"viptela\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/viptela\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vircom\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vircom\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"virtualpulsesro1607008728942\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/virtualpulsesro1607008728942\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"visualsoft-center\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/visualsoft-center\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vizixiotplatformretail001\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vizixiotplatformretail001\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vmturbo\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vmturbo\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vmware-inc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vmware-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vnomicinc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vnomicinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"voiceelements\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/voiceelements\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"volterraedgeservices\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/volterraedgeservices\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Vormetric\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Vormetric\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vscconsultingptyltd1608535888097\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vscconsultingptyltd1608535888097\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vte\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vte\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vu-llc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vu-llc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"vyulabsinc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vyulabsinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"WAD2AI.Diagnostics.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/WAD2AI.Diagnostics.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"WAD2EventHub.Diagnostics.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/WAD2EventHub.Diagnostics.Test\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"wallarm\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wallarm\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"wallix\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wallix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"wandisco\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wandisco\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"wanos\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wanos\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"wanpath-dba-myworkdrive\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wanpath-dba-myworkdrive\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"wardy-it-solutions\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wardy-it-solutions\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"warewolf-esb\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/warewolf-esb\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"watchguard-technologies\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/watchguard-technologies\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"webaloinc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/webaloinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"websense-apmailpe\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/websense-apmailpe\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"websoft9inc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/websoft9inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"wedoitllc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wedoitllc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"westernoceansoftwaresprivatelimited\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/westernoceansoftwaresprivatelimited\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"wherescapesoftware\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wherescapesoftware\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"winmagic_securedoc_cloudvm\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/winmagic_securedoc_cloudvm\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"wintellisys-inc-4561600\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wintellisys-inc-4561600\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"witfooinc1590167223060\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/witfooinc1590167223060\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"wmspanel\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wmspanel\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"workshare-technology\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/workshare-technology\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"world-programming\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/world-programming\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"worxogo\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/worxogo\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"wowza\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wowza\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"xcontentptyltd-1329748\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/xcontentptyltd-1329748\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"xendata-inc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/xendata-inc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"xfinityinc\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/xfinityinc\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"xilinx\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/xilinx\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"xoriantsolutionspvtltd\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/xoriantsolutionspvtltd\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"xtremedata\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/xtremedata\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"xyzrd-group-ou\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/xyzrd-group-ou\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"yellowfin\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/yellowfin\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"yellowfininternationalptyltd1616363974066\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/yellowfininternationalptyltd1616363974066\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"yokogawarentalleasecorporation\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/yokogawarentalleasecorporation\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"your-shop-online\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/your-shop-online\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"z1\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/z1\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"z4it-aps\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/z4it-aps\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"zabbix\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/zabbix\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"zend\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/zend\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"zenterasystemsinc1605292453288\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/zenterasystemsinc1605292453288\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"zerodown_software\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/zerodown_software\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"zerto\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/zerto\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"zettalane_systems-5254599\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/zettalane_systems-5254599\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"zevenet\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/zevenet\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"zilliz\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/zilliz\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"zoomdata\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/zoomdata\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"zscaler\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/zscaler\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"zscaler1579058425289\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/zscaler1579058425289\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"zultysinc1596831546163\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/zultysinc1596831546163\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/publishers/Microsoft.Compute/artifacttypes/vmextension/types?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdC5Db21wdXRlL2FydGlmYWN0dHlwZXMvdm1leHRlbnNpb24vdHlwZXM/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/publishers/Microsoft.Compute/artifacttypes/vmextension/types?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdC5Db21wdXRlL2FydGlmYWN0dHlwZXMvdm1leHRlbnNpb24vdHlwZXM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c089a690-3965-47cc-9b56-c59fbe95d646" + "4edb1250-f739-40ac-a7ab-ae7a1733eaf4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0" ] }, "ResponseHeaders": { @@ -2378,29 +2384,29 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132434852360052536" + "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132600029329976139" ], "x-ms-request-id": [ - "e500b701-31fa-421e-9799-9004bfb86691" + "6a1fac89-cbad-4753-b833-a9463e402e94" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11992" ], "x-ms-correlation-request-id": [ - "c0f94b68-927a-4ac7-89a5-fa51a989e36a" + "aeb498b6-0642-4cca-a4de-9a7bdfaace3f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082310Z:c0f94b68-927a-4ac7-89a5-fa51a989e36a" + "CENTRALUSEUAP:20210420T090528Z:aeb498b6-0642-4cca-a4de-9a7bdfaace3f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 08:23:09 GMT" + "Tue, 20 Apr 2021 09:05:28 GMT" ], "Content-Length": [ "1089" @@ -2412,26 +2418,26 @@ "-1" ] }, - "ResponseBody": "[\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/BGInfo\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"CustomScriptExtension\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/CustomScriptExtension\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"JsonADDomainExtension\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/JsonADDomainExtension\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"VMAccessAgent\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/VMAccessAgent\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/BGInfo\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"CustomScriptExtension\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/CustomScriptExtension\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"JsonADDomainExtension\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/JsonADDomainExtension\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"VMAccessAgent\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/VMAccessAgent\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/publishers/Microsoft.Compute/artifacttypes/vmextension/types/BGInfo/versions?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdC5Db21wdXRlL2FydGlmYWN0dHlwZXMvdm1leHRlbnNpb24vdHlwZXMvQkdJbmZvL3ZlcnNpb25zP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/publishers/Microsoft.Compute/artifacttypes/vmextension/types/BGInfo/versions?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdC5Db21wdXRlL2FydGlmYWN0dHlwZXMvdm1leHRlbnNpb24vdHlwZXMvQkdJbmZvL3ZlcnNpb25zP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c089a690-3965-47cc-9b56-c59fbe95d646" + "4edb1250-f739-40ac-a7ab-ae7a1733eaf4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0" ] }, "ResponseHeaders": { @@ -2448,29 +2454,29 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132434852360052536" + "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132600029329976139" ], "x-ms-request-id": [ - "10cfd907-7db4-4d53-8eb0-51d5f9b65233" + "1cbda45e-fd53-4141-8259-816f5dce6692" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11991" ], "x-ms-correlation-request-id": [ - "a714b172-9555-427f-95c8-21d0caacd9bc" + "888c78f1-6b10-4b07-95af-da13f88b81df" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082310Z:a714b172-9555-427f-95c8-21d0caacd9bc" + "CENTRALUSEUAP:20210420T090529Z:888c78f1-6b10-4b07-95af-da13f88b81df" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 08:23:09 GMT" + "Tue, 20 Apr 2021 09:05:28 GMT" ], "Content-Length": [ "1326" @@ -2482,26 +2488,26 @@ "-1" ] }, - "ResponseBody": "[\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"1.0\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/BGInfo/Versions/1.0\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"1.0.1\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/BGInfo/Versions/1.0.1\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"1.1\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/BGInfo/Versions/1.1\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"1.2.2\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/BGInfo/Versions/1.2.2\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2.1\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/BGInfo/Versions/2.1\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"1.0\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/BGInfo/Versions/1.0\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"1.0.1\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/BGInfo/Versions/1.0.1\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"1.1\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/BGInfo/Versions/1.1\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"1.2.2\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/BGInfo/Versions/1.2.2\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"2.1\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/BGInfo/Versions/2.1\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Compute/virtualMachines/PSTestVM806be0/extensions/BGInfo?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTgwNmJlMC9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Compute/virtualMachines/PSTestVMe44ae0/extensions/BGInfo?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWU0NGFlMC9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"BGInfo\",\r\n \"typeHandlerVersion\": \"2.1\",\r\n \"autoUpgradeMinorVersion\": true\r\n },\r\n \"location\": \"southeastasia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c089a690-3965-47cc-9b56-c59fbe95d646" + "4edb1250-f739-40ac-a7ab-ae7a1733eaf4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2518,7 +2524,7 @@ "no-cache" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/0cefce75-997e-4b53-94b2-e62ba5f710d3?api-version=2020-06-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/d4713eee-b1a9-46f8-8dcc-4387586badda?api-version=2020-12-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -2530,26 +2536,26 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0cefce75-997e-4b53-94b2-e62ba5f710d3" + "d4713eee-b1a9-46f8-8dcc-4387586badda" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1197" ], "x-ms-correlation-request-id": [ - "ef2e6c8a-df65-48c6-826c-c91d298961ae" + "ee177ad3-8188-4256-b46f-9d58f1c7518f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082312Z:ef2e6c8a-df65-48c6-826c-c91d298961ae" + "CENTRALUSEUAP:20210420T090537Z:ee177ad3-8188-4256-b46f-9d58f1c7518f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 08:23:11 GMT" + "Tue, 20 Apr 2021 09:05:36 GMT" ], "Content-Length": [ "484" @@ -2561,23 +2567,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Compute/virtualMachines/PSTestVM806be0/extensions/BGInfo\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Creating\",\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"BGInfo\",\r\n \"typeHandlerVersion\": \"2.1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Compute/virtualMachines/PSTestVMe44ae0/extensions/BGInfo\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Creating\",\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"BGInfo\",\r\n \"typeHandlerVersion\": \"2.1\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/0cefce75-997e-4b53-94b2-e62ba5f710d3?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBjZWZjZTc1LTk5N2UtNGI1My05NGIyLWU2MmJhNWY3MTBkMz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/d4713eee-b1a9-46f8-8dcc-4387586badda?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Q0NzEzZWVlLWIxYTktNDZmOC04ZGNjLTQzODc1ODZiYWRkYT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c089a690-3965-47cc-9b56-c59fbe95d646" + "4edb1250-f739-40ac-a7ab-ae7a1733eaf4" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0" ] }, "ResponseHeaders": { @@ -2594,29 +2600,29 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ec6d4202-ab28-4f5a-a522-3a6ccda9751c" + "e6c63781-1d58-4bf7-8d2e-18a8864d7bab" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11990" ], "x-ms-correlation-request-id": [ - "bfac1a5a-7100-439d-8bf5-75340cf77e9b" + "09a15bef-bdea-4904-afb9-11b198563429" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082342Z:bfac1a5a-7100-439d-8bf5-75340cf77e9b" + "CENTRALUSEUAP:20210420T090608Z:09a15bef-bdea-4904-afb9-11b198563429" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 08:23:42 GMT" + "Tue, 20 Apr 2021 09:06:07 GMT" ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2625,23 +2631,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T13:53:11.9439377+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0cefce75-997e-4b53-94b2-e62ba5f710d3\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-04-20T14:35:36.023491+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d4713eee-b1a9-46f8-8dcc-4387586badda\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/0cefce75-997e-4b53-94b2-e62ba5f710d3?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBjZWZjZTc1LTk5N2UtNGI1My05NGIyLWU2MmJhNWY3MTBkMz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/d4713eee-b1a9-46f8-8dcc-4387586badda?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Q0NzEzZWVlLWIxYTktNDZmOC04ZGNjLTQzODc1ODZiYWRkYT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c089a690-3965-47cc-9b56-c59fbe95d646" + "4edb1250-f739-40ac-a7ab-ae7a1733eaf4" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0" ] }, "ResponseHeaders": { @@ -2658,157 +2664,29 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f26bade1-77da-463f-a6b6-fa392629c1a7" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" - ], - "x-ms-correlation-request-id": [ - "abf92f76-4c8c-4ef2-8af2-c32d3d02feac" - ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082412Z:abf92f76-4c8c-4ef2-8af2-c32d3d02feac" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 15 Feb 2021 08:24:12 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T13:53:11.9439377+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0cefce75-997e-4b53-94b2-e62ba5f710d3\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/0cefce75-997e-4b53-94b2-e62ba5f710d3?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBjZWZjZTc1LTk5N2UtNGI1My05NGIyLWU2MmJhNWY3MTBkMz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "c089a690-3965-47cc-9b56-c59fbe95d646" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29991" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "4465c6cd-f077-4a63-8027-111b3875502b" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" - ], - "x-ms-correlation-request-id": [ - "62c78384-2650-4cef-86a8-cec846c8afba" - ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082442Z:62c78384-2650-4cef-86a8-cec846c8afba" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 15 Feb 2021 08:24:42 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T13:53:11.9439377+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0cefce75-997e-4b53-94b2-e62ba5f710d3\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/0cefce75-997e-4b53-94b2-e62ba5f710d3?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBjZWZjZTc1LTk5N2UtNGI1My05NGIyLWU2MmJhNWY3MTBkMz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "c089a690-3965-47cc-9b56-c59fbe95d646" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29992" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "20bb82e2-f22b-4276-bc40-130d86569ec4" + "d2eac5e3-db26-4b91-b5ad-8f7c89ad8ee9" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11989" ], "x-ms-correlation-request-id": [ - "ce8f78af-ef61-4c62-b721-001bb7676804" + "f08ef308-b9bc-4a17-8aab-7ae9ac9d6d92" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082512Z:ce8f78af-ef61-4c62-b721-001bb7676804" + "CENTRALUSEUAP:20210420T090638Z:f08ef308-b9bc-4a17-8aab-7ae9ac9d6d92" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 08:25:12 GMT" + "Tue, 20 Apr 2021 09:06:38 GMT" ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2817,23 +2695,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T13:53:11.9439377+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0cefce75-997e-4b53-94b2-e62ba5f710d3\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-04-20T14:35:36.023491+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d4713eee-b1a9-46f8-8dcc-4387586badda\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/0cefce75-997e-4b53-94b2-e62ba5f710d3?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBjZWZjZTc1LTk5N2UtNGI1My05NGIyLWU2MmJhNWY3MTBkMz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/d4713eee-b1a9-46f8-8dcc-4387586badda?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Q0NzEzZWVlLWIxYTktNDZmOC04ZGNjLTQzODc1ODZiYWRkYT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c089a690-3965-47cc-9b56-c59fbe95d646" + "4edb1250-f739-40ac-a7ab-ae7a1733eaf4" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0" ] }, "ResponseHeaders": { @@ -2844,35 +2722,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29989" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29990" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e73f958a-827d-4561-bd59-cef5f26c6a3b" + "55a46bfe-48d7-4281-9de9-2b7d7a1439bb" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11988" ], "x-ms-correlation-request-id": [ - "89a9bb6b-65ed-4b5e-a341-bf6c7f6878bb" + "ef127bdf-a614-4cf5-b68f-8b886d40dfaf" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082542Z:89a9bb6b-65ed-4b5e-a341-bf6c7f6878bb" + "CENTRALUSEUAP:20210420T090709Z:ef127bdf-a614-4cf5-b68f-8b886d40dfaf" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 08:25:42 GMT" + "Tue, 20 Apr 2021 09:07:09 GMT" ], "Content-Length": [ - "184" + "183" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2881,23 +2759,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T13:53:11.9439377+05:30\",\r\n \"endTime\": \"2021-02-15T13:55:39.1802472+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"0cefce75-997e-4b53-94b2-e62ba5f710d3\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-04-20T14:35:36.023491+05:30\",\r\n \"endTime\": \"2021-04-20T14:36:51.4771061+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"d4713eee-b1a9-46f8-8dcc-4387586badda\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Compute/virtualMachines/PSTestVM806be0/extensions/BGInfo?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTgwNmJlMC9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Compute/virtualMachines/PSTestVMe44ae0/extensions/BGInfo?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWU0NGFlMC9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c089a690-3965-47cc-9b56-c59fbe95d646" + "4edb1250-f739-40ac-a7ab-ae7a1733eaf4" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0" ] }, "ResponseHeaders": { @@ -2908,32 +2786,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31992" + "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31995" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "87bd98ea-3493-478a-86fa-7a7c739254a6" + "9185587b-f172-400b-b204-547c7535675a" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11987" ], "x-ms-correlation-request-id": [ - "ca2a24c8-d322-424a-939d-8aecb98b12c3" + "5ab0cad4-a01f-45fd-b773-b775e4c4d978" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082543Z:ca2a24c8-d322-424a-939d-8aecb98b12c3" + "CENTRALUSEUAP:20210420T090709Z:5ab0cad4-a01f-45fd-b773-b775e4c4d978" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 08:25:42 GMT" + "Tue, 20 Apr 2021 09:07:09 GMT" ], "Content-Length": [ "485" @@ -2945,25 +2823,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Compute/virtualMachines/PSTestVM806be0/extensions/BGInfo\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"BGInfo\",\r\n \"typeHandlerVersion\": \"2.1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Compute/virtualMachines/PSTestVMe44ae0/extensions/BGInfo\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"BGInfo\",\r\n \"typeHandlerVersion\": \"2.1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNT9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOT9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "334c82d4-2514-46d9-b04d-6808103e0c2c" + "c54f2f7a-9f5e-4118-b227-151e58abaf44" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -2978,13 +2856,13 @@ "gateway" ], "x-ms-request-id": [ - "97ae78aa-4dc5-423b-8756-75f73c72de7e" + "987d5e08-603b-4bd2-8f10-0426f35a3296" ], "x-ms-correlation-request-id": [ - "97ae78aa-4dc5-423b-8756-75f73c72de7e" + "987d5e08-603b-4bd2-8f10-0426f35a3296" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082543Z:97ae78aa-4dc5-423b-8756-75f73c72de7e" + "CENTRALUSEUAP:20210420T090713Z:987d5e08-603b-4bd2-8f10-0426f35a3296" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2993,7 +2871,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 08:25:42 GMT" + "Tue, 20 Apr 2021 09:07:13 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3005,25 +2883,25 @@ "239" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.RecoveryServices/vaults/PSTestRSV806beba5' under resource group 'PSTestRG806beba5' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9' under resource group 'PSTestRGe44ae3d9' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNT9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOT9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {},\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"location\": \"southeastasia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6d8436df-c6db-47ad-8194-c9fea600e3f7" + "4e3b5c07-a6b4-4fca-8fbb-9e88dc7b8f0f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ], "Content-Type": [ @@ -3044,10 +2922,10 @@ "nosniff" ], "x-ms-request-id": [ - "47c4e3ee-fc7b-4e97-b52f-b7418e8db483" + "4e178e94-fc24-4d0a-87ab-8bf06f0b4d19" ], "x-ms-client-request-id": [ - "6d8436df-c6db-47ad-8194-c9fea600e3f7" + "4e3b5c07-a6b4-4fca-8fbb-9e88dc7b8f0f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3059,16 +2937,16 @@ "209" ], "x-ms-correlation-request-id": [ - "47c4e3ee-fc7b-4e97-b52f-b7418e8db483" + "4e178e94-fc24-4d0a-87ab-8bf06f0b4d19" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082607Z:47c4e3ee-fc7b-4e97-b52f-b7418e8db483" + "CENTRALUSEUAP:20210420T090723Z:4e178e94-fc24-4d0a-87ab-8bf06f0b4d19" ], "Date": [ - "Mon, 15 Feb 2021 08:26:06 GMT" + "Tue, 20 Apr 2021 09:07:23 GMT" ], "Content-Length": [ - "465" + "466" ], "Content-Type": [ "application/json" @@ -3077,25 +2955,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSV806beba5\",\r\n \"etag\": \"W/\\\"datetime'2021-02-15T08%3A26%3A06.572031Z'\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateEndpointStateForBackup\": \"None\",\r\n \"privateEndpointStateForSiteRecovery\": \"None\"\r\n },\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSVe44ae3d9\",\r\n \"etag\": \"W/\\\"datetime'2021-04-20T09%3A07%3A22.0394984Z'\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateEndpointStateForBackup\": \"None\",\r\n \"privateEndpointStateForSiteRecovery\": \"None\"\r\n },\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVM806be0'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNODA2YmUwJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupconfig/vaultconfig?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBjb25maWcvdmF1bHRjb25maWc/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7e99ecc6-505f-4c05-a2c8-a90f64b36008" + "46e1ccb8-342b-4f71-9e75-8b41856d5ebf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -3110,11 +2988,11 @@ "nosniff" ], "x-ms-request-id": [ - "8b492dfa-44b3-4b78-82a2-6c1321a52404" + "cd6c1602-f0c9-4c13-9e00-e4538487f235" ], "x-ms-client-request-id": [ - "7e99ecc6-505f-4c05-a2c8-a90f64b36008", - "7e99ecc6-505f-4c05-a2c8-a90f64b36008" + "46e1ccb8-342b-4f71-9e75-8b41856d5ebf", + "46e1ccb8-342b-4f71-9e75-8b41856d5ebf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3129,16 +3007,16 @@ "149" ], "x-ms-correlation-request-id": [ - "8b492dfa-44b3-4b78-82a2-6c1321a52404" + "cd6c1602-f0c9-4c13-9e00-e4538487f235" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082612Z:8b492dfa-44b3-4b78-82a2-6c1321a52404" + "CENTRALUSEUAP:20210420T090726Z:cd6c1602-f0c9-4c13-9e00-e4538487f235" ], "Date": [ - "Mon, 15 Feb 2021 08:26:11 GMT" + "Tue, 20 Apr 2021 09:07:26 GMT" ], "Content-Length": [ - "12" + "380" ], "Content-Type": [ "application/json" @@ -3147,25 +3025,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": []\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupconfig/vaultconfig\",\r\n \"name\": \"vaultconfig\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupconfig\",\r\n \"properties\": {\r\n \"enhancedSecurityState\": \"Enabled\",\r\n \"softDeleteFeatureState\": \"Enabled\",\r\n \"isSoftDeleteFeatureStateEditable\": true\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVM806be0'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNODA2YmUwJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupconfig/vaultconfig?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBjb25maWcvdmF1bHRjb25maWc/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8c7fb1fd-4ad0-4596-b3aa-a42e93f4e0f7" + "480b0f85-c0d9-437b-a66d-81af5b3983bc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -3180,11 +3058,11 @@ "nosniff" ], "x-ms-request-id": [ - "6009cd4e-d653-475c-9f2f-28c3b7b6176a" + "7923f9a0-6c60-4022-83b6-b2cc564e990a" ], "x-ms-client-request-id": [ - "8c7fb1fd-4ad0-4596-b3aa-a42e93f4e0f7", - "8c7fb1fd-4ad0-4596-b3aa-a42e93f4e0f7" + "480b0f85-c0d9-437b-a66d-81af5b3983bc", + "480b0f85-c0d9-437b-a66d-81af5b3983bc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3199,16 +3077,16 @@ "148" ], "x-ms-correlation-request-id": [ - "6009cd4e-d653-475c-9f2f-28c3b7b6176a" + "7923f9a0-6c60-4022-83b6-b2cc564e990a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082651Z:6009cd4e-d653-475c-9f2f-28c3b7b6176a" + "CENTRALUSEUAP:20210420T090728Z:7923f9a0-6c60-4022-83b6-b2cc564e990a" ], "Date": [ - "Mon, 15 Feb 2021 08:26:51 GMT" + "Tue, 20 Apr 2021 09:07:28 GMT" ], "Content-Length": [ - "914" + "381" ], "Content-Type": [ "application/json" @@ -3217,26 +3095,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Compute/virtualMachines/PSTestVM806be0\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRG806beba5\",\r\n \"friendlyName\": \"PSTestVM806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"registrationStatus\": \"Registered\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerType\": \"Microsoft.Compute/virtualMachines\",\r\n \"protectableObjectType\": \"Microsoft.Compute/virtualMachines\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupconfig/vaultconfig\",\r\n \"name\": \"vaultconfig\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupconfig\",\r\n \"properties\": {\r\n \"enhancedSecurityState\": \"Enabled\",\r\n \"softDeleteFeatureState\": \"Disabled\",\r\n \"isSoftDeleteFeatureStateEditable\": true\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupPolicies/DefaultPolicy?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBQb2xpY2llcy9EZWZhdWx0UG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupconfig/vaultconfig?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBjb25maWcvdmF1bHRjb25maWc/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestMethod": "PATCH", + "RequestBody": "{\r\n \"properties\": {\r\n \"enhancedSecurityState\": \"Enabled\",\r\n \"softDeleteFeatureState\": \"Disabled\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b8e93151-8d6c-469c-849c-e846fdea6447" + "46e1ccb8-342b-4f71-9e75-8b41856d5ebf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "111" ] }, "ResponseHeaders": { @@ -3250,11 +3134,11 @@ "nosniff" ], "x-ms-request-id": [ - "67249eaa-24bd-428d-a177-d742a3538203" + "6cdc1f7d-29d9-401e-b57c-493740fbd0b9" ], "x-ms-client-request-id": [ - "b8e93151-8d6c-469c-849c-e846fdea6447", - "b8e93151-8d6c-469c-849c-e846fdea6447" + "46e1ccb8-342b-4f71-9e75-8b41856d5ebf", + "46e1ccb8-342b-4f71-9e75-8b41856d5ebf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3265,20 +3149,20 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "149" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1196" ], "x-ms-correlation-request-id": [ - "67249eaa-24bd-428d-a177-d742a3538203" + "6cdc1f7d-29d9-401e-b57c-493740fbd0b9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082612Z:67249eaa-24bd-428d-a177-d742a3538203" + "CENTRALUSEUAP:20210420T090727Z:6cdc1f7d-29d9-401e-b57c-493740fbd0b9" ], "Date": [ - "Mon, 15 Feb 2021 08:26:12 GMT" + "Tue, 20 Apr 2021 09:07:27 GMT" ], "Content-Length": [ - "762" + "381" ], "Content-Type": [ "application/json" @@ -3287,25 +3171,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupPolicies/DefaultPolicy\",\r\n \"name\": \"DefaultPolicy\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupPolicies\",\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"instantRPDetails\": {},\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Daily\",\r\n \"scheduleRunTimes\": [\r\n \"2021-02-15T18:00:00Z\"\r\n ],\r\n \"scheduleWeeklyFrequency\": 0\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"LongTermRetentionPolicy\",\r\n \"dailySchedule\": {\r\n \"retentionTimes\": [\r\n \"2021-02-15T18:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 30,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n },\r\n \"instantRpRetentionRangeInDays\": 2,\r\n \"timeZone\": \"UTC\",\r\n \"protectedItemsCount\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupconfig/vaultconfig\",\r\n \"name\": \"vaultconfig\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupconfig\",\r\n \"properties\": {\r\n \"enhancedSecurityState\": \"Enabled\",\r\n \"softDeleteFeatureState\": \"Disabled\",\r\n \"isSoftDeleteFeatureStateEditable\": true\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureIaasVM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBQcm90ZWN0YWJsZUl0ZW1zPyRmaWx0ZXI9YmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZUlhYXNWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupEncryptionConfigs/backupResourceEncryptionConfig?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBFbmNyeXB0aW9uQ29uZmlncy9iYWNrdXBSZXNvdXJjZUVuY3J5cHRpb25Db25maWc/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9a0bf4ad-5886-4552-897f-a89a76c4183a" + "480b0f85-c0d9-437b-a66d-81af5b3983bc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -3320,11 +3204,11 @@ "nosniff" ], "x-ms-request-id": [ - "4bbe527e-6735-454a-82be-9eb7a776049c" + "409c51e6-e00a-49a0-88c6-b1f9ca94cf00" ], "x-ms-client-request-id": [ - "9a0bf4ad-5886-4552-897f-a89a76c4183a", - "9a0bf4ad-5886-4552-897f-a89a76c4183a" + "480b0f85-c0d9-437b-a66d-81af5b3983bc", + "480b0f85-c0d9-437b-a66d-81af5b3983bc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3339,16 +3223,16 @@ "149" ], "x-ms-correlation-request-id": [ - "4bbe527e-6735-454a-82be-9eb7a776049c" + "409c51e6-e00a-49a0-88c6-b1f9ca94cf00" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082613Z:4bbe527e-6735-454a-82be-9eb7a776049c" + "CENTRALUSEUAP:20210420T090728Z:409c51e6-e00a-49a0-88c6-b1f9ca94cf00" ], "Date": [ - "Mon, 15 Feb 2021 08:26:13 GMT" + "Tue, 20 Apr 2021 09:07:27 GMT" ], "Content-Length": [ - "19794" + "481" ], "Content-Type": [ "application/json" @@ -3357,32 +3241,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainer;iaasvm.existing.restore;vmerestorelhjw/protectableItems/vm;iaasvmcontainer;iaasvm.existing.restore;vmerestorelhjw\",\r\n \"name\": \"iaasvmcontainer;iaasvm.existing.restore;vmerestorelhjw\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing.restore/providers/Microsoft.ClassicCompute/virtualMachines/vmerestorelhjw\",\r\n \"virtualMachineVersion\": \"ClassicCompute\",\r\n \"resourceGroup\": \"iaasvm.existing.restore\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.ClassicCompute/virtualMachines\",\r\n \"friendlyName\": \"vmerestorelhjw\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainer;iaasvm.existing.restore;vmerestorezzht/protectableItems/vm;iaasvmcontainer;iaasvm.existing.restore;vmerestorezzht\",\r\n \"name\": \"iaasvmcontainer;iaasvm.existing.restore;vmerestorezzht\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing.restore/providers/Microsoft.ClassicCompute/virtualMachines/vmerestorezzht\",\r\n \"virtualMachineVersion\": \"ClassicCompute\",\r\n \"resourceGroup\": \"iaasvm.existing.restore\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.ClassicCompute/virtualMachines\",\r\n \"friendlyName\": \"vmerestorezzht\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainer;iaasvm.existing.vaults;fadfasdfsdf/protectableItems/vm;iaasvmcontainer;iaasvm.existing.vaults;fadfasdfsdf\",\r\n \"name\": \"iaasvmcontainer;iaasvm.existing.vaults;fadfasdfsdf\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing.vaults/providers/Microsoft.ClassicCompute/virtualMachines/fadfasdfsdf\",\r\n \"virtualMachineVersion\": \"ClassicCompute\",\r\n \"resourceGroup\": \"iaasvm.existing.vaults\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.ClassicCompute/virtualMachines\",\r\n \"friendlyName\": \"fadfasdfsdf\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;iaasvm.encryptedvm;iaasenc-win-v2/protectableItems/vm;iaasvmcontainerv2;iaasvm.encryptedvm;iaasenc-win-v2\",\r\n \"name\": \"iaasvmcontainerv2;iaasvm.encryptedvm;iaasenc-win-v2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.encryptedvm/providers/Microsoft.Compute/virtualMachines/iaasenc-win-v2\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"iaasvm.encryptedvm\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"iaasenc-win-v2\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;iaasvm.existing.restore;vmerestorexpri/protectableItems/vm;iaasvmcontainerv2;iaasvm.existing.restore;vmerestorexpri\",\r\n \"name\": \"iaasvmcontainerv2;iaasvm.existing.restore;vmerestorexpri\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing.restore/providers/Microsoft.Compute/virtualMachines/vmerestorexpri\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"iaasvm.existing.restore\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"vmerestorexpri\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;iaasvm.existing.vaults;testolr-0402/protectableItems/vm;iaasvmcontainerv2;iaasvm.existing.vaults;testolr-0402\",\r\n \"name\": \"iaasvmcontainerv2;iaasvm.existing.vaults;testolr-0402\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing.vaults/providers/Microsoft.Compute/virtualMachines/testOLR-0402\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"iaasvm.existing.vaults\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"testOLR-0402\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;iaasvm.existing;iaas-win-ext3/protectableItems/vm;iaasvmcontainerv2;iaasvm.existing;iaas-win-ext3\",\r\n \"name\": \"iaasvmcontainerv2;iaasvm.existing;iaas-win-ext3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing/providers/Microsoft.Compute/virtualMachines/iaas-win-ext3\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"iaasvm.existing\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"iaas-win-ext3\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;iaasvm.existing;iaasext-win-3/protectableItems/vm;iaasvmcontainerv2;iaasvm.existing;iaasext-win-3\",\r\n \"name\": \"iaasvmcontainerv2;iaasvm.existing;iaasext-win-3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing/providers/Microsoft.Compute/virtualMachines/iaasext-win-3\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"iaasvm.existing\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"iaasext-win-3\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;iaasvm.existing;testvm2/protectableItems/vm;iaasvmcontainerv2;iaasvm.existing;testvm2\",\r\n \"name\": \"iaasvmcontainerv2;iaasvm.existing;testvm2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing/providers/Microsoft.Compute/virtualMachines/Testvm2\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"iaasvm.existing\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"Testvm2\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;iaasvm.new.czr;iaasext-czrsqzi/protectableItems/vm;iaasvmcontainerv2;iaasvm.new.czr;iaasext-czrsqzi\",\r\n \"name\": \"iaasvmcontainerv2;iaasvm.new.czr;iaasext-czrsqzi\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.new.czr/providers/Microsoft.Compute/virtualMachines/iaasext-czrsqzi\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"iaasvm.new.czr\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"iaasext-czrsqzi\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;iaasvm.new.restore;vmnrestorecloh/protectableItems/vm;iaasvmcontainerv2;iaasvm.new.restore;vmnrestorecloh\",\r\n \"name\": \"iaasvmcontainerv2;iaasvm.new.restore;vmnrestorecloh\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.new.restore/providers/Microsoft.Compute/virtualMachines/vmnrestorecloh\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"iaasvm.new.restore\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"vmnrestorecloh\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;iaasvm.new.vaults;jakavetencvm/protectableItems/vm;iaasvmcontainerv2;iaasvm.new.vaults;jakavetencvm\",\r\n \"name\": \"iaasvmcontainerv2;iaasvm.new.vaults;jakavetencvm\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.new.vaults/providers/Microsoft.Compute/virtualMachines/jakavetEncVM\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"iaasvm.new.vaults\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"jakavetEncVM\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;iaasvm.new;iaasnew-win-v2/protectableItems/vm;iaasvmcontainerv2;iaasvm.new;iaasnew-win-v2\",\r\n \"name\": \"iaasvmcontainerv2;iaasvm.new;iaasnew-win-v2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.new/providers/Microsoft.Compute/virtualMachines/iaasnew-win-v2\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"iaasvm.new\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"iaasnew-win-v2\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;iaasvm.vmbackup;iaasvbkp-win-v2/protectableItems/vm;iaasvmcontainerv2;iaasvm.vmbackup;iaasvbkp-win-v2\",\r\n \"name\": \"iaasvmcontainerv2;iaasvm.vmbackup;iaasvbkp-win-v2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.vmbackup/providers/Microsoft.Compute/virtualMachines/iaasvbkp-win-v2\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"iaasvm.vmbackup\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"iaasvbkp-win-v2\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;iaasvmhanaworkload.existing;iaashanaext/protectableItems/vm;iaasvmcontainerv2;iaasvmhanaworkload.existing;iaashanaext\",\r\n \"name\": \"iaasvmcontainerv2;iaasvmhanaworkload.existing;iaashanaext\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvmhanaworkload.existing/providers/Microsoft.Compute/virtualMachines/iaashanaext\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"iaasvmhanaworkload.existing\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"iaashanaext\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;iaasvmsqlworkload.existing;iaassqlext-win/protectableItems/vm;iaasvmcontainerv2;iaasvmsqlworkload.existing;iaassqlext-win\",\r\n \"name\": \"iaasvmcontainerv2;iaasvmsqlworkload.existing;iaassqlext-win\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvmsqlworkload.existing/providers/Microsoft.Compute/virtualMachines/iaassqlext-win\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"iaasvmsqlworkload.existing\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"iaassqlext-win\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;iaasvmsqlworkload.existing;iaassqlext2-win/protectableItems/vm;iaasvmcontainerv2;iaasvmsqlworkload.existing;iaassqlext2-win\",\r\n \"name\": \"iaasvmcontainerv2;iaasvmsqlworkload.existing;iaassqlext2-win\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvmsqlworkload.existing/providers/Microsoft.Compute/virtualMachines/iaassqlext2-win\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"iaasvmsqlworkload.existing\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"iaassqlext2-win\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pscloudtestrg;psbvtsqlvm/protectableItems/vm;iaasvmcontainerv2;pscloudtestrg;psbvtsqlvm\",\r\n \"name\": \"iaasvmcontainerv2;pscloudtestrg;psbvtsqlvm\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtestrg/providers/Microsoft.Compute/virtualMachines/psbvtsqlvm\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"pscloudtestrg\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"psbvtsqlvm\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pscloudtestrg;psbvtvm/protectableItems/vm;iaasvmcontainerv2;pscloudtestrg;psbvtvm\",\r\n \"name\": \"iaasvmcontainerv2;pscloudtestrg;psbvtvm\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtestrg/providers/Microsoft.Compute/virtualMachines/psbvtvm\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"pscloudtestrg\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"psbvtvm\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg54bdf8da;pstestvm54bdf0/protectableItems/vm;iaasvmcontainerv2;pstestrg54bdf8da;pstestvm54bdf0\",\r\n \"name\": \"iaasvmcontainerv2;pstestrg54bdf8da;pstestvm54bdf0\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG54bdf8da/providers/Microsoft.Compute/virtualMachines/PSTestVM54bdf0\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRG54bdf8da\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"PSTestVM54bdf0\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0/protectableItems/vm;iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"name\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Compute/virtualMachines/PSTestVM806be0\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRG806beba5\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"PSTestVM806be0\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg8895;pstestvm/protectableItems/vm;iaasvmcontainerv2;pstestrg8895;pstestvm\",\r\n \"name\": \"iaasvmcontainerv2;pstestrg8895;pstestvm\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Compute/virtualMachines/pstestvm\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"pstestrg8895\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"pstestvm\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupEncryptionConfigs/backupResourceEncryptionConfig\",\r\n \"name\": \"backupResourceEncryptionConfig\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupEncryptionConfigs\",\r\n \"properties\": {\r\n \"useSystemAssignedIdentity\": true,\r\n \"encryptionAtRestType\": \"MicrosoftManaged\",\r\n \"lastUpdateStatus\": \"NotEnabled\",\r\n \"infrastructureEncryptionState\": \"Disabled\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg806beba5%3Bpstestvm806be0/protectedItems/vm%3Biaasvmcontainerv2%3Bpstestrg806beba5%3Bpstestvm806be0?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmc4MDZiZWJhNSUzQnBzdGVzdHZtODA2YmUwL3Byb3RlY3RlZEl0ZW1zL3ZtJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzgwNmJlYmE1JTNCcHN0ZXN0dm04MDZiZTA/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Compute/virtualMachines/PSTestVM806be0\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupPolicies/DefaultPolicy\"\r\n }\r\n}", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVMe44ae0'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNZTQ0YWUwJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9a0bf4ad-5886-4552-897f-a89a76c4183a" + "4d750065-800e-4195-bb08-79f9cc80e53e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "456" ] }, "ResponseHeaders": { @@ -3392,69 +3270,66 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0/protectedItems/vm;iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0/operationResults/bee68caa-230f-400e-aa1c-19dece28cece?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0/protectedItems/vm;iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0/operationsStatus/bee68caa-230f-400e-aa1c-19dece28cece?api-version=2021-01-01" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "c742efe2-4ad5-4a74-8cd6-c1f34736287c" + "665d962a-ae11-4ace-af97-df7b0644f118" ], "x-ms-client-request-id": [ - "9a0bf4ad-5886-4552-897f-a89a76c4183a", - "9a0bf4ad-5886-4552-897f-a89a76c4183a" + "4d750065-800e-4195-bb08-79f9cc80e53e", + "4d750065-800e-4195-bb08-79f9cc80e53e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "149" ], "x-ms-correlation-request-id": [ - "c742efe2-4ad5-4a74-8cd6-c1f34736287c" + "665d962a-ae11-4ace-af97-df7b0644f118" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082614Z:c742efe2-4ad5-4a74-8cd6-c1f34736287c" + "CENTRALUSEUAP:20210420T090734Z:665d962a-ae11-4ace-af97-df7b0644f118" ], "Date": [ - "Mon, 15 Feb 2021 08:26:13 GMT" + "Tue, 20 Apr 2021 09:07:34 GMT" + ], + "Content-Length": [ + "12" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"value\": []\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupOperations/bee68caa-230f-400e-aa1c-19dece28cece?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBPcGVyYXRpb25zL2JlZTY4Y2FhLTIzMGYtNDAwZS1hYTFjLTE5ZGVjZTI4Y2VjZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVMe44ae0'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNZTQ0YWUwJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9a0bf4ad-5886-4552-897f-a89a76c4183a" + "e3f539e7-a981-4a5c-89aa-e204f877fffa" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -3469,11 +3344,11 @@ "nosniff" ], "x-ms-request-id": [ - "55132f9a-3eed-45c3-ba23-e95f4adfc599" + "d055f159-6dd3-4744-8c37-54ccad552ec9" ], "x-ms-client-request-id": [ - "9a0bf4ad-5886-4552-897f-a89a76c4183a", - "9a0bf4ad-5886-4552-897f-a89a76c4183a" + "e3f539e7-a981-4a5c-89aa-e204f877fffa", + "e3f539e7-a981-4a5c-89aa-e204f877fffa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3485,19 +3360,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "149" + "148" ], "x-ms-correlation-request-id": [ - "55132f9a-3eed-45c3-ba23-e95f4adfc599" + "d055f159-6dd3-4744-8c37-54ccad552ec9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082614Z:55132f9a-3eed-45c3-ba23-e95f4adfc599" + "CENTRALUSEUAP:20210420T090837Z:d055f159-6dd3-4744-8c37-54ccad552ec9" ], "Date": [ - "Mon, 15 Feb 2021 08:26:13 GMT" + "Tue, 20 Apr 2021 09:08:37 GMT" ], "Content-Length": [ - "188" + "914" ], "Content-Type": [ "application/json" @@ -3506,25 +3381,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"bee68caa-230f-400e-aa1c-19dece28cece\",\r\n \"name\": \"bee68caa-230f-400e-aa1c-19dece28cece\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:14.3018113Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Compute/virtualMachines/PSTestVMe44ae0\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGe44ae3d9\",\r\n \"friendlyName\": \"PSTestVMe44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"registrationStatus\": \"Registered\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerType\": \"Microsoft.Compute/virtualMachines\",\r\n \"protectableObjectType\": \"Microsoft.Compute/virtualMachines\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupOperations/bee68caa-230f-400e-aa1c-19dece28cece?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBPcGVyYXRpb25zL2JlZTY4Y2FhLTIzMGYtNDAwZS1hYTFjLTE5ZGVjZTI4Y2VjZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupPolicies/DefaultPolicy?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBQb2xpY2llcy9EZWZhdWx0UG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9a0bf4ad-5886-4552-897f-a89a76c4183a" + "f3a2421c-62ff-434b-be39-3efbdcd5f949" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -3539,11 +3414,11 @@ "nosniff" ], "x-ms-request-id": [ - "802f6710-5af9-4ec3-a568-eb36796a7e92" + "f4d239aa-f844-42d8-9dd1-a1d3756000eb" ], "x-ms-client-request-id": [ - "9a0bf4ad-5886-4552-897f-a89a76c4183a", - "9a0bf4ad-5886-4552-897f-a89a76c4183a" + "f3a2421c-62ff-434b-be39-3efbdcd5f949", + "f3a2421c-62ff-434b-be39-3efbdcd5f949" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3555,19 +3430,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "148" + "149" ], "x-ms-correlation-request-id": [ - "802f6710-5af9-4ec3-a568-eb36796a7e92" + "f4d239aa-f844-42d8-9dd1-a1d3756000eb" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082619Z:802f6710-5af9-4ec3-a568-eb36796a7e92" + "CENTRALUSEUAP:20210420T090746Z:f4d239aa-f844-42d8-9dd1-a1d3756000eb" ], "Date": [ - "Mon, 15 Feb 2021 08:26:19 GMT" + "Tue, 20 Apr 2021 09:07:46 GMT" ], "Content-Length": [ - "188" + "762" ], "Content-Type": [ "application/json" @@ -3576,25 +3451,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"bee68caa-230f-400e-aa1c-19dece28cece\",\r\n \"name\": \"bee68caa-230f-400e-aa1c-19dece28cece\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:14.3018113Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupPolicies/DefaultPolicy\",\r\n \"name\": \"DefaultPolicy\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupPolicies\",\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"instantRPDetails\": {},\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Daily\",\r\n \"scheduleRunTimes\": [\r\n \"2021-04-20T19:00:00Z\"\r\n ],\r\n \"scheduleWeeklyFrequency\": 0\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"LongTermRetentionPolicy\",\r\n \"dailySchedule\": {\r\n \"retentionTimes\": [\r\n \"2021-04-20T19:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 30,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n },\r\n \"instantRpRetentionRangeInDays\": 2,\r\n \"timeZone\": \"UTC\",\r\n \"protectedItemsCount\": 0\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupOperations/bee68caa-230f-400e-aa1c-19dece28cece?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBPcGVyYXRpb25zL2JlZTY4Y2FhLTIzMGYtNDAwZS1hYTFjLTE5ZGVjZTI4Y2VjZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureIaasVM'&api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBQcm90ZWN0YWJsZUl0ZW1zPyRmaWx0ZXI9YmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZUlhYXNWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9a0bf4ad-5886-4552-897f-a89a76c4183a" + "7712a120-3a89-41c8-aed0-6cc735501fb9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -3609,11 +3484,11 @@ "nosniff" ], "x-ms-request-id": [ - "ee2fe1c7-e29b-49d0-a6f9-4fe3dfd0912e" + "23d89c7c-8537-4546-af58-6725992e2943" ], "x-ms-client-request-id": [ - "9a0bf4ad-5886-4552-897f-a89a76c4183a", - "9a0bf4ad-5886-4552-897f-a89a76c4183a" + "7712a120-3a89-41c8-aed0-6cc735501fb9", + "7712a120-3a89-41c8-aed0-6cc735501fb9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3625,19 +3500,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "147" + "149" ], "x-ms-correlation-request-id": [ - "ee2fe1c7-e29b-49d0-a6f9-4fe3dfd0912e" + "23d89c7c-8537-4546-af58-6725992e2943" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082625Z:ee2fe1c7-e29b-49d0-a6f9-4fe3dfd0912e" + "CENTRALUSEUAP:20210420T090748Z:23d89c7c-8537-4546-af58-6725992e2943" ], "Date": [ - "Mon, 15 Feb 2021 08:26:24 GMT" + "Tue, 20 Apr 2021 09:07:48 GMT" ], "Content-Length": [ - "188" + "6249" ], "Content-Type": [ "application/json" @@ -3646,26 +3521,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"bee68caa-230f-400e-aa1c-19dece28cece\",\r\n \"name\": \"bee68caa-230f-400e-aa1c-19dece28cece\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:14.3018113Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;akneema;akneema-hana-vm/protectableItems/vm;iaasvmcontainerv2;akneema;akneema-hana-vm\",\r\n \"name\": \"iaasvmcontainerv2;akneema;akneema-hana-vm\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/akneema/providers/Microsoft.Compute/virtualMachines/akneema-hana-vm\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"akneema\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"akneema-hana-vm\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;containerautoprotection;shrja-2014/protectableItems/vm;iaasvmcontainerv2;containerautoprotection;shrja-2014\",\r\n \"name\": \"iaasvmcontainerv2;containerautoprotection;shrja-2014\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/ContainerAutoProtection/providers/Microsoft.Compute/virtualMachines/shrja-2014\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"ContainerAutoProtection\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"shrja-2014\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;containerautoprotection;shrja-2019/protectableItems/vm;iaasvmcontainerv2;containerautoprotection;shrja-2019\",\r\n \"name\": \"iaasvmcontainerv2;containerautoprotection;shrja-2019\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/ContainerAutoProtection/providers/Microsoft.Compute/virtualMachines/shrja-2019\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"ContainerAutoProtection\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"shrja-2019\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;containerautoprotection;shrja2012r2/protectableItems/vm;iaasvmcontainerv2;containerautoprotection;shrja2012r2\",\r\n \"name\": \"iaasvmcontainerv2;containerautoprotection;shrja2012r2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/ContainerAutoProtection/providers/Microsoft.Compute/virtualMachines/shrja2012R2\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"ContainerAutoProtection\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"shrja2012R2\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0/protectableItems/vm;iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"name\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Compute/virtualMachines/PSTestVMe44ae0\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGe44ae3d9\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"PSTestVMe44ae0\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestwlrg1bca8;pstestwlvm1bca8/protectableItems/vm;iaasvmcontainerv2;pstestwlrg1bca8;pstestwlvm1bca8\",\r\n \"name\": \"iaasvmcontainerv2;pstestwlrg1bca8;pstestwlvm1bca8\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/pstestwlRG1bca8/providers/Microsoft.Compute/virtualMachines/pstestwlvm1bca8\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"pstestwlRG1bca8\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"pstestwlvm1bca8\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;shrja2008_group;shrja2008/protectableItems/vm;iaasvmcontainerv2;shrja2008_group;shrja2008\",\r\n \"name\": \"iaasvmcontainerv2;shrja2008_group;shrja2008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/shrja2008_group/providers/Microsoft.Compute/virtualMachines/shrja2008\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"shrja2008_group\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"shrja2008\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupOperations/bee68caa-230f-400e-aa1c-19dece28cece?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBPcGVyYXRpb25zL2JlZTY4Y2FhLTIzMGYtNDAwZS1hYTFjLTE5ZGVjZTI4Y2VjZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrge44ae3d9%3Bpstestvme44ae0/protectedItems/vm%3Biaasvmcontainerv2%3Bpstestrge44ae3d9%3Bpstestvme44ae0?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdlNDRhZTNkOSUzQnBzdGVzdHZtZTQ0YWUwL3Byb3RlY3RlZEl0ZW1zL3ZtJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2U0NGFlM2Q5JTNCcHN0ZXN0dm1lNDRhZTA/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Compute/virtualMachines/PSTestVMe44ae0\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupPolicies/DefaultPolicy\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9a0bf4ad-5886-4552-897f-a89a76c4183a" + "7712a120-3a89-41c8-aed0-6cc735501fb9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "456" ] }, "ResponseHeaders": { @@ -3675,66 +3556,69 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0/protectedItems/vm;iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0/operationResults/4d93062d-8725-43e2-a0cb-bd83641fdcf6?api-version=2021-01-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0/protectedItems/vm;iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0/operationsStatus/4d93062d-8725-43e2-a0cb-bd83641fdcf6?api-version=2021-01-01" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "40372ee3-889c-4c9d-9373-255060022a26" + "68ab6906-e5aa-4e8c-a85b-bb32ba48517b" ], "x-ms-client-request-id": [ - "9a0bf4ad-5886-4552-897f-a89a76c4183a", - "9a0bf4ad-5886-4552-897f-a89a76c4183a" + "7712a120-3a89-41c8-aed0-6cc735501fb9", + "7712a120-3a89-41c8-aed0-6cc735501fb9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-IIS/10.0" - ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "146" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1195" ], "x-ms-correlation-request-id": [ - "40372ee3-889c-4c9d-9373-255060022a26" + "68ab6906-e5aa-4e8c-a85b-bb32ba48517b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082630Z:40372ee3-889c-4c9d-9373-255060022a26" + "CENTRALUSEUAP:20210420T090749Z:68ab6906-e5aa-4e8c-a85b-bb32ba48517b" ], "Date": [ - "Mon, 15 Feb 2021 08:26:29 GMT" - ], - "Content-Length": [ - "188" - ], - "Content-Type": [ - "application/json" + "Tue, 20 Apr 2021 09:07:49 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"id\": \"bee68caa-230f-400e-aa1c-19dece28cece\",\r\n \"name\": \"bee68caa-230f-400e-aa1c-19dece28cece\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:14.3018113Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupOperations/bee68caa-230f-400e-aa1c-19dece28cece?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBPcGVyYXRpb25zL2JlZTY4Y2FhLTIzMGYtNDAwZS1hYTFjLTE5ZGVjZTI4Y2VjZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupOperations/4d93062d-8725-43e2-a0cb-bd83641fdcf6?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBPcGVyYXRpb25zLzRkOTMwNjJkLTg3MjUtNDNlMi1hMGNiLWJkODM2NDFmZGNmNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9a0bf4ad-5886-4552-897f-a89a76c4183a" + "7712a120-3a89-41c8-aed0-6cc735501fb9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -3749,11 +3633,11 @@ "nosniff" ], "x-ms-request-id": [ - "472633c8-dee4-47a1-b120-e6380bf7ba89" + "0c554de7-82f9-4cd6-95cc-479092008fcd" ], "x-ms-client-request-id": [ - "9a0bf4ad-5886-4552-897f-a89a76c4183a", - "9a0bf4ad-5886-4552-897f-a89a76c4183a" + "7712a120-3a89-41c8-aed0-6cc735501fb9", + "7712a120-3a89-41c8-aed0-6cc735501fb9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3765,16 +3649,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "145" + "149" ], "x-ms-correlation-request-id": [ - "472633c8-dee4-47a1-b120-e6380bf7ba89" + "0c554de7-82f9-4cd6-95cc-479092008fcd" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082635Z:472633c8-dee4-47a1-b120-e6380bf7ba89" + "CENTRALUSEUAP:20210420T090749Z:0c554de7-82f9-4cd6-95cc-479092008fcd" ], "Date": [ - "Mon, 15 Feb 2021 08:26:34 GMT" + "Tue, 20 Apr 2021 09:07:49 GMT" ], "Content-Length": [ "188" @@ -3786,25 +3670,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"bee68caa-230f-400e-aa1c-19dece28cece\",\r\n \"name\": \"bee68caa-230f-400e-aa1c-19dece28cece\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:14.3018113Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"4d93062d-8725-43e2-a0cb-bd83641fdcf6\",\r\n \"name\": \"4d93062d-8725-43e2-a0cb-bd83641fdcf6\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:07:48.9058051Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupOperations/bee68caa-230f-400e-aa1c-19dece28cece?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBPcGVyYXRpb25zL2JlZTY4Y2FhLTIzMGYtNDAwZS1hYTFjLTE5ZGVjZTI4Y2VjZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupOperations/4d93062d-8725-43e2-a0cb-bd83641fdcf6?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBPcGVyYXRpb25zLzRkOTMwNjJkLTg3MjUtNDNlMi1hMGNiLWJkODM2NDFmZGNmNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9a0bf4ad-5886-4552-897f-a89a76c4183a" + "7712a120-3a89-41c8-aed0-6cc735501fb9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -3819,11 +3703,11 @@ "nosniff" ], "x-ms-request-id": [ - "c6a0e32f-acb1-427b-8e43-e410f6d1dea4" + "eeab58f7-d708-4f53-8ed9-06eaf17c5ffd" ], "x-ms-client-request-id": [ - "9a0bf4ad-5886-4552-897f-a89a76c4183a", - "9a0bf4ad-5886-4552-897f-a89a76c4183a" + "7712a120-3a89-41c8-aed0-6cc735501fb9", + "7712a120-3a89-41c8-aed0-6cc735501fb9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3835,16 +3719,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "144" + "148" ], "x-ms-correlation-request-id": [ - "c6a0e32f-acb1-427b-8e43-e410f6d1dea4" + "eeab58f7-d708-4f53-8ed9-06eaf17c5ffd" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082640Z:c6a0e32f-acb1-427b-8e43-e410f6d1dea4" + "CENTRALUSEUAP:20210420T090755Z:eeab58f7-d708-4f53-8ed9-06eaf17c5ffd" ], "Date": [ - "Mon, 15 Feb 2021 08:26:40 GMT" + "Tue, 20 Apr 2021 09:07:54 GMT" ], "Content-Length": [ "188" @@ -3856,25 +3740,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"bee68caa-230f-400e-aa1c-19dece28cece\",\r\n \"name\": \"bee68caa-230f-400e-aa1c-19dece28cece\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:14.3018113Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"4d93062d-8725-43e2-a0cb-bd83641fdcf6\",\r\n \"name\": \"4d93062d-8725-43e2-a0cb-bd83641fdcf6\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:07:48.9058051Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupOperations/bee68caa-230f-400e-aa1c-19dece28cece?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBPcGVyYXRpb25zL2JlZTY4Y2FhLTIzMGYtNDAwZS1hYTFjLTE5ZGVjZTI4Y2VjZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupOperations/4d93062d-8725-43e2-a0cb-bd83641fdcf6?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBPcGVyYXRpb25zLzRkOTMwNjJkLTg3MjUtNDNlMi1hMGNiLWJkODM2NDFmZGNmNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9a0bf4ad-5886-4552-897f-a89a76c4183a" + "7712a120-3a89-41c8-aed0-6cc735501fb9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -3889,11 +3773,11 @@ "nosniff" ], "x-ms-request-id": [ - "7cd77d6b-4539-488f-88d0-764632350c5e" + "e05f6660-b641-47b1-9a2e-f6f18608295a" ], "x-ms-client-request-id": [ - "9a0bf4ad-5886-4552-897f-a89a76c4183a", - "9a0bf4ad-5886-4552-897f-a89a76c4183a" + "7712a120-3a89-41c8-aed0-6cc735501fb9", + "7712a120-3a89-41c8-aed0-6cc735501fb9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3905,16 +3789,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "143" + "147" ], "x-ms-correlation-request-id": [ - "7cd77d6b-4539-488f-88d0-764632350c5e" + "e05f6660-b641-47b1-9a2e-f6f18608295a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082645Z:7cd77d6b-4539-488f-88d0-764632350c5e" + "CENTRALUSEUAP:20210420T090801Z:e05f6660-b641-47b1-9a2e-f6f18608295a" ], "Date": [ - "Mon, 15 Feb 2021 08:26:45 GMT" + "Tue, 20 Apr 2021 09:08:00 GMT" ], "Content-Length": [ "188" @@ -3926,25 +3810,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"bee68caa-230f-400e-aa1c-19dece28cece\",\r\n \"name\": \"bee68caa-230f-400e-aa1c-19dece28cece\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:14.3018113Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"4d93062d-8725-43e2-a0cb-bd83641fdcf6\",\r\n \"name\": \"4d93062d-8725-43e2-a0cb-bd83641fdcf6\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:07:48.9058051Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupOperations/bee68caa-230f-400e-aa1c-19dece28cece?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBPcGVyYXRpb25zL2JlZTY4Y2FhLTIzMGYtNDAwZS1hYTFjLTE5ZGVjZTI4Y2VjZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupOperations/4d93062d-8725-43e2-a0cb-bd83641fdcf6?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBPcGVyYXRpb25zLzRkOTMwNjJkLTg3MjUtNDNlMi1hMGNiLWJkODM2NDFmZGNmNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9a0bf4ad-5886-4552-897f-a89a76c4183a" + "7712a120-3a89-41c8-aed0-6cc735501fb9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -3959,11 +3843,11 @@ "nosniff" ], "x-ms-request-id": [ - "2a6264b8-9912-4a8a-aa11-13a6f4fa9a26" + "6b218bb3-bf4d-462a-8264-23691aa7ffd7" ], "x-ms-client-request-id": [ - "9a0bf4ad-5886-4552-897f-a89a76c4183a", - "9a0bf4ad-5886-4552-897f-a89a76c4183a" + "7712a120-3a89-41c8-aed0-6cc735501fb9", + "7712a120-3a89-41c8-aed0-6cc735501fb9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3975,19 +3859,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "142" + "146" ], "x-ms-correlation-request-id": [ - "2a6264b8-9912-4a8a-aa11-13a6f4fa9a26" + "6b218bb3-bf4d-462a-8264-23691aa7ffd7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082651Z:2a6264b8-9912-4a8a-aa11-13a6f4fa9a26" + "CENTRALUSEUAP:20210420T090806Z:6b218bb3-bf4d-462a-8264-23691aa7ffd7" ], "Date": [ - "Mon, 15 Feb 2021 08:26:50 GMT" + "Tue, 20 Apr 2021 09:08:05 GMT" ], "Content-Length": [ - "304" + "188" ], "Content-Type": [ "application/json" @@ -3996,25 +3880,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"bee68caa-230f-400e-aa1c-19dece28cece\",\r\n \"name\": \"bee68caa-230f-400e-aa1c-19dece28cece\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T08:26:14.3018113Z\",\r\n \"endTime\": \"2021-02-15T08:26:14.3018113Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"97624d6c-6c59-4744-bbd3-e8958cc4dffa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"4d93062d-8725-43e2-a0cb-bd83641fdcf6\",\r\n \"name\": \"4d93062d-8725-43e2-a0cb-bd83641fdcf6\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:07:48.9058051Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupOperations/bee68caa-230f-400e-aa1c-19dece28cece?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBPcGVyYXRpb25zL2JlZTY4Y2FhLTIzMGYtNDAwZS1hYTFjLTE5ZGVjZTI4Y2VjZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupOperations/4d93062d-8725-43e2-a0cb-bd83641fdcf6?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBPcGVyYXRpb25zLzRkOTMwNjJkLTg3MjUtNDNlMi1hMGNiLWJkODM2NDFmZGNmNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9a0bf4ad-5886-4552-897f-a89a76c4183a" + "7712a120-3a89-41c8-aed0-6cc735501fb9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -4029,11 +3913,11 @@ "nosniff" ], "x-ms-request-id": [ - "6d290c6f-c802-4e9b-a728-187f6532e2ad" + "4875f234-29fa-4279-8a9e-a39b7c876b95" ], "x-ms-client-request-id": [ - "9a0bf4ad-5886-4552-897f-a89a76c4183a", - "9a0bf4ad-5886-4552-897f-a89a76c4183a" + "7712a120-3a89-41c8-aed0-6cc735501fb9", + "7712a120-3a89-41c8-aed0-6cc735501fb9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4045,19 +3929,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "141" + "145" ], "x-ms-correlation-request-id": [ - "6d290c6f-c802-4e9b-a728-187f6532e2ad" + "4875f234-29fa-4279-8a9e-a39b7c876b95" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082651Z:6d290c6f-c802-4e9b-a728-187f6532e2ad" + "CENTRALUSEUAP:20210420T090812Z:4875f234-29fa-4279-8a9e-a39b7c876b95" ], "Date": [ - "Mon, 15 Feb 2021 08:26:50 GMT" + "Tue, 20 Apr 2021 09:08:12 GMT" ], "Content-Length": [ - "304" + "188" ], "Content-Type": [ "application/json" @@ -4066,25 +3950,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"bee68caa-230f-400e-aa1c-19dece28cece\",\r\n \"name\": \"bee68caa-230f-400e-aa1c-19dece28cece\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T08:26:14.3018113Z\",\r\n \"endTime\": \"2021-02-15T08:26:14.3018113Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"97624d6c-6c59-4744-bbd3-e8958cc4dffa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"4d93062d-8725-43e2-a0cb-bd83641fdcf6\",\r\n \"name\": \"4d93062d-8725-43e2-a0cb-bd83641fdcf6\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:07:48.9058051Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/97624d6c-6c59-4744-bbd3-e8958cc4dffa?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzLzk3NjI0ZDZjLTZjNTktNDc0NC1iYmQzLWU4OTU4Y2M0ZGZmYT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupOperations/4d93062d-8725-43e2-a0cb-bd83641fdcf6?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBPcGVyYXRpb25zLzRkOTMwNjJkLTg3MjUtNDNlMi1hMGNiLWJkODM2NDFmZGNmNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9a0bf4ad-5886-4552-897f-a89a76c4183a" + "7712a120-3a89-41c8-aed0-6cc735501fb9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -4095,40 +3979,39 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "ad9ceed7-d135-4afe-a8fc-bb9846f90205" + "e13a7d31-cb9b-4679-8cd8-392ffb4dc688" ], "x-ms-client-request-id": [ - "9a0bf4ad-5886-4552-897f-a89a76c4183a", - "9a0bf4ad-5886-4552-897f-a89a76c4183a" - ], - "X-Powered-By": [ - "ASP.NET" + "7712a120-3a89-41c8-aed0-6cc735501fb9", + "7712a120-3a89-41c8-aed0-6cc735501fb9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "149" + "144" ], "x-ms-correlation-request-id": [ - "ad9ceed7-d135-4afe-a8fc-bb9846f90205" + "e13a7d31-cb9b-4679-8cd8-392ffb4dc688" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082651Z:ad9ceed7-d135-4afe-a8fc-bb9846f90205" + "CENTRALUSEUAP:20210420T090818Z:e13a7d31-cb9b-4679-8cd8-392ffb4dc688" ], "Date": [ - "Mon, 15 Feb 2021 08:26:50 GMT" + "Tue, 20 Apr 2021 09:08:17 GMT" ], "Content-Length": [ - "839" + "188" ], "Content-Type": [ "application/json" @@ -4137,25 +4020,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/97624d6c-6c59-4744-bbd3-e8958cc4dffa\",\r\n \"name\": \"97624d6c-6c59-4744-bbd3-e8958cc4dffa\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT31.833367S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\",\r\n \"Policy Name\": \"DefaultPolicy\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-15T08:26:14.3018113Z\",\r\n \"endTime\": \"2021-02-15T08:26:46.1351783Z\",\r\n \"activityId\": \"9a0bf4ad-5886-4552-897f-a89a76c4183a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"4d93062d-8725-43e2-a0cb-bd83641fdcf6\",\r\n \"name\": \"4d93062d-8725-43e2-a0cb-bd83641fdcf6\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:07:48.9058051Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupOperations/4d93062d-8725-43e2-a0cb-bd83641fdcf6?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBPcGVyYXRpb25zLzRkOTMwNjJkLTg3MjUtNDNlMi1hMGNiLWJkODM2NDFmZGNmNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "479e4535-e025-433c-a7ca-257d66f3f2ca" + "7712a120-3a89-41c8-aed0-6cc735501fb9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -4170,11 +4053,11 @@ "nosniff" ], "x-ms-request-id": [ - "3405ace3-aea4-4608-abe1-29fc312fcde1" + "6b5c0042-916e-4cc7-b648-d67f0ba1fd36" ], "x-ms-client-request-id": [ - "479e4535-e025-433c-a7ca-257d66f3f2ca", - "479e4535-e025-433c-a7ca-257d66f3f2ca" + "7712a120-3a89-41c8-aed0-6cc735501fb9", + "7712a120-3a89-41c8-aed0-6cc735501fb9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4186,19 +4069,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "149" + "143" ], "x-ms-correlation-request-id": [ - "3405ace3-aea4-4608-abe1-29fc312fcde1" + "6b5c0042-916e-4cc7-b648-d67f0ba1fd36" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082652Z:3405ace3-aea4-4608-abe1-29fc312fcde1" + "CENTRALUSEUAP:20210420T090823Z:6b5c0042-916e-4cc7-b648-d67f0ba1fd36" ], "Date": [ - "Mon, 15 Feb 2021 08:26:51 GMT" + "Tue, 20 Apr 2021 09:08:23 GMT" ], "Content-Length": [ - "1495" + "188" ], "Content-Type": [ "application/json" @@ -4207,25 +4090,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0/protectedItems/VM;iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVM806be0\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Compute/virtualMachines/PSTestVM806be0\",\r\n \"protectionStatus\": \"Healthy\",\r\n \"protectionState\": \"IRPending\",\r\n \"healthStatus\": \"Passed\",\r\n \"lastBackupStatus\": \"\",\r\n \"lastBackupTime\": \"2001-01-01T00:00:00Z\",\r\n \"protectedItemDataId\": \"70370383124241\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Compute/virtualMachines/PSTestVM806be0\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"4d93062d-8725-43e2-a0cb-bd83641fdcf6\",\r\n \"name\": \"4d93062d-8725-43e2-a0cb-bd83641fdcf6\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:07:48.9058051Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupOperations/4d93062d-8725-43e2-a0cb-bd83641fdcf6?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBPcGVyYXRpb25zLzRkOTMwNjJkLTg3MjUtNDNlMi1hMGNiLWJkODM2NDFmZGNmNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "caedd87d-a997-45e5-842e-c4f8e885455d" + "7712a120-3a89-41c8-aed0-6cc735501fb9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -4240,11 +4123,11 @@ "nosniff" ], "x-ms-request-id": [ - "5c11e5ca-8fcf-4c9b-a306-6abab59d1e4e" + "63c2b4be-c3fc-40ec-ad6b-e2b4e7d6ca20" ], "x-ms-client-request-id": [ - "caedd87d-a997-45e5-842e-c4f8e885455d", - "caedd87d-a997-45e5-842e-c4f8e885455d" + "7712a120-3a89-41c8-aed0-6cc735501fb9", + "7712a120-3a89-41c8-aed0-6cc735501fb9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4256,19 +4139,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "148" + "142" ], "x-ms-correlation-request-id": [ - "5c11e5ca-8fcf-4c9b-a306-6abab59d1e4e" + "63c2b4be-c3fc-40ec-ad6b-e2b4e7d6ca20" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090539Z:5c11e5ca-8fcf-4c9b-a306-6abab59d1e4e" + "CENTRALUSEUAP:20210420T090829Z:63c2b4be-c3fc-40ec-ad6b-e2b4e7d6ca20" ], "Date": [ - "Mon, 15 Feb 2021 09:05:38 GMT" + "Tue, 20 Apr 2021 09:08:29 GMT" ], "Content-Length": [ - "2073" + "188" ], "Content-Type": [ "application/json" @@ -4277,25 +4160,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0/protectedItems/VM;iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {\r\n \"BackupOperationStatusKPI\": {\r\n \"resourceHealthStatus\": \"Healthy\",\r\n \"resourceHealthDetails\": [\r\n {\r\n \"code\": 0,\r\n \"title\": \"Success\",\r\n \"message\": \"\",\r\n \"recommendations\": []\r\n }\r\n ]\r\n },\r\n \"RestoreOperationStatusKPI\": {\r\n \"resourceHealthStatus\": \"Healthy\",\r\n \"resourceHealthDetails\": [\r\n {\r\n \"code\": 0,\r\n \"title\": \"Success\",\r\n \"message\": \"\",\r\n \"recommendations\": []\r\n }\r\n ]\r\n }\r\n },\r\n \"friendlyName\": \"PSTestVM806be0\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Compute/virtualMachines/PSTestVM806be0\",\r\n \"protectionStatus\": \"Healthy\",\r\n \"protectionState\": \"Protected\",\r\n \"healthStatus\": \"Passed\",\r\n \"healthDetails\": [\r\n {\r\n \"code\": 400239,\r\n \"title\": \"IaasVmHealthGreenDefault\",\r\n \"message\": \"Backup pre-check status of this virtual machine is OK.\",\r\n \"recommendations\": []\r\n }\r\n ],\r\n \"lastBackupStatus\": \"Completed\",\r\n \"lastBackupTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"protectedItemDataId\": \"70370383124241\",\r\n \"extendedProperties\": {\r\n \"linuxVmApplicationName\": \"\"\r\n },\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Compute/virtualMachines/PSTestVM806be0\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"lastRecoveryPoint\": \"2021-02-15T08:28:05.7536956Z\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"4d93062d-8725-43e2-a0cb-bd83641fdcf6\",\r\n \"name\": \"4d93062d-8725-43e2-a0cb-bd83641fdcf6\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:07:48.9058051Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg806beba5%3Bpstestvm806be0/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg806beba5%3Bpstestvm806be0?$filter=expand%20eq%20'extendedinfo'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmc4MDZiZWJhNSUzQnBzdGVzdHZtODA2YmUwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzgwNmJlYmE1JTNCcHN0ZXN0dm04MDZiZTA/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupOperations/4d93062d-8725-43e2-a0cb-bd83641fdcf6?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBPcGVyYXRpb25zLzRkOTMwNjJkLTg3MjUtNDNlMi1hMGNiLWJkODM2NDFmZGNmNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "479e4535-e025-433c-a7ca-257d66f3f2ca" + "7712a120-3a89-41c8-aed0-6cc735501fb9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -4310,11 +4193,11 @@ "nosniff" ], "x-ms-request-id": [ - "e7be6b3b-ef0c-413b-b2dc-0a2dde10c51f" + "506b0de3-a04c-4363-bd69-04f951cdfded" ], "x-ms-client-request-id": [ - "479e4535-e025-433c-a7ca-257d66f3f2ca", - "479e4535-e025-433c-a7ca-257d66f3f2ca" + "7712a120-3a89-41c8-aed0-6cc735501fb9", + "7712a120-3a89-41c8-aed0-6cc735501fb9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4326,19 +4209,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "149" + "141" ], "x-ms-correlation-request-id": [ - "e7be6b3b-ef0c-413b-b2dc-0a2dde10c51f" + "506b0de3-a04c-4363-bd69-04f951cdfded" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082652Z:e7be6b3b-ef0c-413b-b2dc-0a2dde10c51f" + "CENTRALUSEUAP:20210420T090835Z:506b0de3-a04c-4363-bd69-04f951cdfded" ], "Date": [ - "Mon, 15 Feb 2021 08:26:51 GMT" + "Tue, 20 Apr 2021 09:08:34 GMT" ], "Content-Length": [ - "1550" + "304" ], "Content-Type": [ "application/json" @@ -4347,32 +4230,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0/protectedItems/VM;iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVM806be0\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Compute/virtualMachines/PSTestVM806be0\",\r\n \"protectionStatus\": \"Healthy\",\r\n \"protectionState\": \"IRPending\",\r\n \"healthStatus\": \"Passed\",\r\n \"lastBackupStatus\": \"\",\r\n \"lastBackupTime\": \"2001-01-01T00:00:00Z\",\r\n \"protectedItemDataId\": \"70370383124241\",\r\n \"extendedInfo\": {\r\n \"recoveryPointCount\": 0,\r\n \"policyInconsistent\": false\r\n },\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Compute/virtualMachines/PSTestVM806be0\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"4d93062d-8725-43e2-a0cb-bd83641fdcf6\",\r\n \"name\": \"4d93062d-8725-43e2-a0cb-bd83641fdcf6\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-04-20T09:07:48.9058051Z\",\r\n \"endTime\": \"2021-04-20T09:07:48.9058051Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"1abb76f3-180e-4faa-9452-a2be1b505034\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg806beba5%3Bpstestvm806be0/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg806beba5%3Bpstestvm806be0/backup?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmc4MDZiZWJhNSUzQnBzdGVzdHZtODA2YmUwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzgwNmJlYmE1JTNCcHN0ZXN0dm04MDZiZTAvYmFja3VwP2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"properties\": {\r\n \"objectType\": \"IaasVMBackupRequest\"\r\n }\r\n}", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupOperations/4d93062d-8725-43e2-a0cb-bd83641fdcf6?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBPcGVyYXRpb25zLzRkOTMwNjJkLTg3MjUtNDNlMi1hMGNiLWJkODM2NDFmZGNmNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "7712a120-3a89-41c8-aed0-6cc735501fb9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "69" ] }, "ResponseHeaders": { @@ -4382,69 +4259,66 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0/protectedItems/VM;iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0/operationResults/ca0d0974-0cbd-4e84-8845-62ad364f1558?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0/protectedItems/VM;iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0/operationsStatus/ca0d0974-0cbd-4e84-8845-62ad364f1558?api-version=2021-01-01" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "d364eaf1-9c9b-42ef-aa1c-2b33c1bfc444" + "0618d97b-0239-4574-ba4b-6b2d00787d20" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "7712a120-3a89-41c8-aed0-6cc735501fb9", + "7712a120-3a89-41c8-aed0-6cc735501fb9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "140" ], "x-ms-correlation-request-id": [ - "d364eaf1-9c9b-42ef-aa1c-2b33c1bfc444" + "0618d97b-0239-4574-ba4b-6b2d00787d20" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082653Z:d364eaf1-9c9b-42ef-aa1c-2b33c1bfc444" + "CENTRALUSEUAP:20210420T090835Z:0618d97b-0239-4574-ba4b-6b2d00787d20" ], "Date": [ - "Mon, 15 Feb 2021 08:26:53 GMT" + "Tue, 20 Apr 2021 09:08:35 GMT" + ], + "Content-Length": [ + "304" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"4d93062d-8725-43e2-a0cb-bd83641fdcf6\",\r\n \"name\": \"4d93062d-8725-43e2-a0cb-bd83641fdcf6\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-04-20T09:07:48.9058051Z\",\r\n \"endTime\": \"2021-04-20T09:07:48.9058051Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"1abb76f3-180e-4faa-9452-a2be1b505034\"\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupOperations/ca0d0974-0cbd-4e84-8845-62ad364f1558?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBPcGVyYXRpb25zL2NhMGQwOTc0LTBjYmQtNGU4NC04ODQ1LTYyYWQzNjRmMTU1OD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/1abb76f3-180e-4faa-9452-a2be1b505034?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzFhYmI3NmYzLTE4MGUtNGZhYS05NDUyLWEyYmUxYjUwNTAzND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "7712a120-3a89-41c8-aed0-6cc735501fb9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -4455,39 +4329,40 @@ "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "3b6a982c-8b96-4eb0-9975-84263fab73a3" + "472f635c-4cc9-45a6-9c06-295cda72af00" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" + "7712a120-3a89-41c8-aed0-6cc735501fb9", + "7712a120-3a89-41c8-aed0-6cc735501fb9" ], "X-Powered-By": [ "ASP.NET" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "140" + "149" ], "x-ms-correlation-request-id": [ - "3b6a982c-8b96-4eb0-9975-84263fab73a3" + "472f635c-4cc9-45a6-9c06-295cda72af00" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082654Z:3b6a982c-8b96-4eb0-9975-84263fab73a3" + "CENTRALUSEUAP:20210420T090836Z:472f635c-4cc9-45a6-9c06-295cda72af00" ], "Date": [ - "Mon, 15 Feb 2021 08:26:53 GMT" + "Tue, 20 Apr 2021 09:08:35 GMT" ], "Content-Length": [ - "304" + "840" ], "Content-Type": [ "application/json" @@ -4496,25 +4371,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"ca0d0974-0cbd-4e84-8845-62ad364f1558\",\r\n \"name\": \"ca0d0974-0cbd-4e84-8845-62ad364f1558\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"endTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/1abb76f3-180e-4faa-9452-a2be1b505034\",\r\n \"name\": \"1abb76f3-180e-4faa-9452-a2be1b505034\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT42.0304686S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\",\r\n \"Policy Name\": \"DefaultPolicy\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-04-20T09:07:48.9058051Z\",\r\n \"endTime\": \"2021-04-20T09:08:30.9362737Z\",\r\n \"activityId\": \"7712a120-3a89-41c8-aed0-6cc735501fb9\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupOperations/ca0d0974-0cbd-4e84-8845-62ad364f1558?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBPcGVyYXRpb25zL2NhMGQwOTc0LTBjYmQtNGU4NC04ODQ1LTYyYWQzNjRmMTU1OD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "a9cbc5de-7c1d-4ec9-b52c-81e773505f2b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -4529,11 +4404,11 @@ "nosniff" ], "x-ms-request-id": [ - "eb6baccc-3214-437c-94a4-08a69358a93d" + "123d3384-a29e-4cdb-939d-1d458e8b0832" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "a9cbc5de-7c1d-4ec9-b52c-81e773505f2b", + "a9cbc5de-7c1d-4ec9-b52c-81e773505f2b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4545,19 +4420,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "139" + "149" ], "x-ms-correlation-request-id": [ - "eb6baccc-3214-437c-94a4-08a69358a93d" + "123d3384-a29e-4cdb-939d-1d458e8b0832" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082654Z:eb6baccc-3214-437c-94a4-08a69358a93d" + "CENTRALUSEUAP:20210420T090838Z:123d3384-a29e-4cdb-939d-1d458e8b0832" ], "Date": [ - "Mon, 15 Feb 2021 08:26:53 GMT" + "Tue, 20 Apr 2021 09:08:37 GMT" ], "Content-Length": [ - "304" + "1495" ], "Content-Type": [ "application/json" @@ -4566,25 +4441,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"ca0d0974-0cbd-4e84-8845-62ad364f1558\",\r\n \"name\": \"ca0d0974-0cbd-4e84-8845-62ad364f1558\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"endTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0/protectedItems/VM;iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMe44ae0\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Compute/virtualMachines/PSTestVMe44ae0\",\r\n \"protectionStatus\": \"Healthy\",\r\n \"protectionState\": \"IRPending\",\r\n \"healthStatus\": \"Passed\",\r\n \"lastBackupStatus\": \"\",\r\n \"lastBackupTime\": \"2001-01-01T00:00:00Z\",\r\n \"protectedItemDataId\": \"35184955470694\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Compute/virtualMachines/PSTestVMe44ae0\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "ef0f31be-e390-495f-bb15-807e852965a6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -4595,40 +4470,39 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "6b6065e8-3380-4789-abe4-5b25ae3303de" + "256b984b-3cf7-4613-9aae-ab5022346ae6" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" - ], - "X-Powered-By": [ - "ASP.NET" + "ef0f31be-e390-495f-bb15-807e852965a6", + "ef0f31be-e390-495f-bb15-807e852965a6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "148" ], "x-ms-correlation-request-id": [ - "6b6065e8-3380-4789-abe4-5b25ae3303de" + "256b984b-3cf7-4613-9aae-ab5022346ae6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082654Z:6b6065e8-3380-4789-abe4-5b25ae3303de" + "CENTRALUSEUAP:20210420T094835Z:256b984b-3cf7-4613-9aae-ab5022346ae6" ], "Date": [ - "Mon, 15 Feb 2021 08:26:53 GMT" + "Tue, 20 Apr 2021 09:48:34 GMT" ], "Content-Length": [ - "968" + "2222" ], "Content-Type": [ "application/json" @@ -4637,25 +4511,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT1.3052351S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"NotStarted\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0/protectedItems/VM;iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {\r\n \"BackupOperationStatusKPI\": {\r\n \"resourceHealthStatus\": \"Healthy\",\r\n \"resourceHealthDetails\": [\r\n {\r\n \"code\": 0,\r\n \"title\": \"Success\",\r\n \"message\": \"\",\r\n \"recommendations\": []\r\n }\r\n ]\r\n },\r\n \"RestoreOperationStatusKPI\": {\r\n \"resourceHealthStatus\": \"TransientDegraded\",\r\n \"resourceHealthDetails\": [\r\n {\r\n \"code\": 400367,\r\n \"title\": \"UserErrorUnsupportedConfigForUnmanagedToManaged\",\r\n \"message\": \"Restoring with Managed disk is not supported for encrypted or snapshot Recovery points.\",\r\n \"recommendations\": [\r\n \"Please contact Microsoft support if need help with this.\"\r\n ]\r\n }\r\n ]\r\n }\r\n },\r\n \"friendlyName\": \"PSTestVMe44ae0\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Compute/virtualMachines/PSTestVMe44ae0\",\r\n \"protectionStatus\": \"Healthy\",\r\n \"protectionState\": \"Protected\",\r\n \"healthStatus\": \"Passed\",\r\n \"healthDetails\": [\r\n {\r\n \"code\": 400239,\r\n \"title\": \"IaasVmHealthGreenDefault\",\r\n \"message\": \"Backup pre-check status of this virtual machine is OK.\",\r\n \"recommendations\": []\r\n }\r\n ],\r\n \"lastBackupStatus\": \"Completed\",\r\n \"lastBackupTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"protectedItemDataId\": \"35184955470694\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Compute/virtualMachines/PSTestVMe44ae0\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"lastRecoveryPoint\": \"2021-04-20T09:09:34.8120312Z\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrge44ae3d9%3Bpstestvme44ae0/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrge44ae3d9%3Bpstestvme44ae0?$filter=expand%20eq%20'extendedinfo'&api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdlNDRhZTNkOSUzQnBzdGVzdHZtZTQ0YWUwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2U0NGFlM2Q5JTNCcHN0ZXN0dm1lNDRhZTA/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "a9cbc5de-7c1d-4ec9-b52c-81e773505f2b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -4666,40 +4540,39 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "aad5e5eb-cdf7-4422-a838-bae2e0ad62d7" + "88567f9d-65cc-4e64-9c5b-228b01a7e1da" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" - ], - "X-Powered-By": [ - "ASP.NET" + "a9cbc5de-7c1d-4ec9-b52c-81e773505f2b", + "a9cbc5de-7c1d-4ec9-b52c-81e773505f2b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "147" + "149" ], "x-ms-correlation-request-id": [ - "aad5e5eb-cdf7-4422-a838-bae2e0ad62d7" + "88567f9d-65cc-4e64-9c5b-228b01a7e1da" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082655Z:aad5e5eb-cdf7-4422-a838-bae2e0ad62d7" + "CENTRALUSEUAP:20210420T090839Z:88567f9d-65cc-4e64-9c5b-228b01a7e1da" ], "Date": [ - "Mon, 15 Feb 2021 08:26:54 GMT" + "Tue, 20 Apr 2021 09:08:39 GMT" ], "Content-Length": [ - "968" + "1550" ], "Content-Type": [ "application/json" @@ -4708,26 +4581,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT1.7155708S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"NotStarted\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0/protectedItems/VM;iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMe44ae0\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Compute/virtualMachines/PSTestVMe44ae0\",\r\n \"protectionStatus\": \"Healthy\",\r\n \"protectionState\": \"IRPending\",\r\n \"healthStatus\": \"Passed\",\r\n \"lastBackupStatus\": \"\",\r\n \"lastBackupTime\": \"2001-01-01T00:00:00Z\",\r\n \"protectedItemDataId\": \"35184955470694\",\r\n \"extendedInfo\": {\r\n \"recoveryPointCount\": 0,\r\n \"policyInconsistent\": false\r\n },\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Compute/virtualMachines/PSTestVMe44ae0\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrge44ae3d9%3Bpstestvme44ae0/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrge44ae3d9%3Bpstestvme44ae0/backup?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdlNDRhZTNkOSUzQnBzdGVzdHZtZTQ0YWUwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2U0NGFlM2Q5JTNCcHN0ZXN0dm1lNDRhZTAvYmFja3VwP2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestMethod": "POST", + "RequestBody": "{\r\n \"properties\": {\r\n \"objectType\": \"IaasVMBackupRequest\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "69" ] }, "ResponseHeaders": { @@ -4737,67 +4616,69 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" + "Location": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0/protectedItems/VM;iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0/operationResults/7e4c6856-e6ca-4147-81c9-4cd8890ee46f?api-version=2021-01-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0/protectedItems/VM;iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0/operationsStatus/7e4c6856-e6ca-4147-81c9-4cd8890ee46f?api-version=2021-01-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "9373d2b2-2598-47ee-8921-4805246e65b2" + "efb46b89-9945-45d2-9415-17d3840dab15" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" - ], - "X-Powered-By": [ - "ASP.NET" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "146" + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" ], "x-ms-correlation-request-id": [ - "9373d2b2-2598-47ee-8921-4805246e65b2" + "efb46b89-9945-45d2-9415-17d3840dab15" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082725Z:9373d2b2-2598-47ee-8921-4805246e65b2" + "CENTRALUSEUAP:20210420T090840Z:efb46b89-9945-45d2-9415-17d3840dab15" ], "Date": [ - "Mon, 15 Feb 2021 08:27:25 GMT" - ], - "Content-Length": [ - "968" - ], - "Content-Type": [ - "application/json" + "Tue, 20 Apr 2021 09:08:40 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT32.115342S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"NotStarted\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupOperations/7e4c6856-e6ca-4147-81c9-4cd8890ee46f?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBPcGVyYXRpb25zLzdlNGM2ODU2LWU2Y2EtNDE0Ny04MWM5LTRjZDg4OTBlZTQ2Zj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -4808,40 +4689,39 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "28ec2bab-e7da-4666-9c66-141b456b691d" + "b0ba7396-44b1-41f1-af18-b0c9bf54aed4" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" - ], - "X-Powered-By": [ - "ASP.NET" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "145" + "139" ], "x-ms-correlation-request-id": [ - "28ec2bab-e7da-4666-9c66-141b456b691d" + "b0ba7396-44b1-41f1-af18-b0c9bf54aed4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082756Z:28ec2bab-e7da-4666-9c66-141b456b691d" + "CENTRALUSEUAP:20210420T090841Z:b0ba7396-44b1-41f1-af18-b0c9bf54aed4" ], "Date": [ - "Mon, 15 Feb 2021 08:27:55 GMT" + "Tue, 20 Apr 2021 09:08:40 GMT" ], "Content-Length": [ - "969" + "304" ], "Content-Type": [ "application/json" @@ -4850,25 +4730,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT1M2.544042S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"NotStarted\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"7e4c6856-e6ca-4147-81c9-4cd8890ee46f\",\r\n \"name\": \"7e4c6856-e6ca-4147-81c9-4cd8890ee46f\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"endTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"24834766-14f5-4a5c-aacc-7e29136bafac\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupOperations/7e4c6856-e6ca-4147-81c9-4cd8890ee46f?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBPcGVyYXRpb25zLzdlNGM2ODU2LWU2Y2EtNDE0Ny04MWM5LTRjZDg4OTBlZTQ2Zj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -4879,40 +4759,39 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "fe63ade7-edf7-4612-9e98-c02055c0ffdf" + "11b0143d-4a2f-470b-a742-5dcd02afec4c" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" - ], - "X-Powered-By": [ - "ASP.NET" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "144" + "138" ], "x-ms-correlation-request-id": [ - "fe63ade7-edf7-4612-9e98-c02055c0ffdf" + "11b0143d-4a2f-470b-a742-5dcd02afec4c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082826Z:fe63ade7-edf7-4612-9e98-c02055c0ffdf" + "CENTRALUSEUAP:20210420T090842Z:11b0143d-4a2f-470b-a742-5dcd02afec4c" ], "Date": [ - "Mon, 15 Feb 2021 08:28:25 GMT" + "Tue, 20 Apr 2021 09:08:41 GMT" ], "Content-Length": [ - "971" + "304" ], "Content-Type": [ "application/json" @@ -4921,25 +4800,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT1M32.9554941S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"NotStarted\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"7e4c6856-e6ca-4147-81c9-4cd8890ee46f\",\r\n \"name\": \"7e4c6856-e6ca-4147-81c9-4cd8890ee46f\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"endTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"24834766-14f5-4a5c-aacc-7e29136bafac\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -4958,11 +4837,11 @@ "nosniff" ], "x-ms-request-id": [ - "d77477b4-6516-4e88-9687-dd43d0ce1834" + "2051a7df-ae06-4d4a-8cdd-2b3e75cd5e7d" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -4971,19 +4850,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "143" + "148" ], "x-ms-correlation-request-id": [ - "d77477b4-6516-4e88-9687-dd43d0ce1834" + "2051a7df-ae06-4d4a-8cdd-2b3e75cd5e7d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082856Z:d77477b4-6516-4e88-9687-dd43d0ce1834" + "CENTRALUSEUAP:20210420T090842Z:2051a7df-ae06-4d4a-8cdd-2b3e75cd5e7d" ], "Date": [ - "Mon, 15 Feb 2021 08:28:56 GMT" + "Tue, 20 Apr 2021 09:08:42 GMT" ], "Content-Length": [ - "970" + "968" ], "Content-Type": [ "application/json" @@ -4992,25 +4871,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT2M3.3949812S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"NotStarted\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT2.0495139S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"NotStarted\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -5029,11 +4908,11 @@ "nosniff" ], "x-ms-request-id": [ - "09622edf-07a7-4378-a221-42fc88605f7b" + "448fabc1-8dc9-46b8-a943-44fd1951c718" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -5042,19 +4921,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "142" + "147" ], "x-ms-correlation-request-id": [ - "09622edf-07a7-4378-a221-42fc88605f7b" + "448fabc1-8dc9-46b8-a943-44fd1951c718" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082927Z:09622edf-07a7-4378-a221-42fc88605f7b" + "CENTRALUSEUAP:20210420T090843Z:448fabc1-8dc9-46b8-a943-44fd1951c718" ], "Date": [ - "Mon, 15 Feb 2021 08:29:27 GMT" + "Tue, 20 Apr 2021 09:08:43 GMT" ], "Content-Length": [ - "971" + "968" ], "Content-Type": [ "application/json" @@ -5063,25 +4942,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT2M33.9407201S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"NotStarted\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT2.9724717S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"NotStarted\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -5100,11 +4979,11 @@ "nosniff" ], "x-ms-request-id": [ - "c8c5036b-3370-40ec-a9eb-5bfa7bce1929" + "434293b4-745a-4654-a3e7-66ea916115b5" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -5113,19 +4992,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "141" + "146" ], "x-ms-correlation-request-id": [ - "c8c5036b-3370-40ec-a9eb-5bfa7bce1929" + "434293b4-745a-4654-a3e7-66ea916115b5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T082957Z:c8c5036b-3370-40ec-a9eb-5bfa7bce1929" + "CENTRALUSEUAP:20210420T090914Z:434293b4-745a-4654-a3e7-66ea916115b5" ], "Date": [ - "Mon, 15 Feb 2021 08:29:57 GMT" + "Tue, 20 Apr 2021 09:09:14 GMT" ], "Content-Length": [ - "970" + "969" ], "Content-Type": [ "application/json" @@ -5134,25 +5013,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT3M4.3984657S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"NotStarted\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT33.9852875S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"NotStarted\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -5171,11 +5050,11 @@ "nosniff" ], "x-ms-request-id": [ - "0b183b7d-5652-42e4-81cd-f0235d6149e3" + "1bd19d62-d791-46c3-bd2c-bb54a47309b1" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -5184,19 +5063,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "140" + "145" ], "x-ms-correlation-request-id": [ - "0b183b7d-5652-42e4-81cd-f0235d6149e3" + "1bd19d62-d791-46c3-bd2c-bb54a47309b1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T083028Z:0b183b7d-5652-42e4-81cd-f0235d6149e3" + "CENTRALUSEUAP:20210420T090947Z:1bd19d62-d791-46c3-bd2c-bb54a47309b1" ], "Date": [ - "Mon, 15 Feb 2021 08:30:27 GMT" + "Tue, 20 Apr 2021 09:09:47 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -5205,25 +5084,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT3M34.8322397S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"NotStarted\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT1M5.5786802S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"NotStarted\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -5242,11 +5121,11 @@ "nosniff" ], "x-ms-request-id": [ - "67689410-aad1-4cdb-a9fa-a61b43574a08" + "8e47bd53-737f-460f-8468-6f4968f02bc1" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -5255,19 +5134,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "139" + "144" ], "x-ms-correlation-request-id": [ - "67689410-aad1-4cdb-a9fa-a61b43574a08" + "8e47bd53-737f-460f-8468-6f4968f02bc1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T083059Z:67689410-aad1-4cdb-a9fa-a61b43574a08" + "CENTRALUSEUAP:20210420T091018Z:8e47bd53-737f-460f-8468-6f4968f02bc1" ], "Date": [ - "Mon, 15 Feb 2021 08:30:58 GMT" + "Tue, 20 Apr 2021 09:10:18 GMT" ], "Content-Length": [ - "970" + "971" ], "Content-Type": [ "application/json" @@ -5276,25 +5155,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT4M5.5759628S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"NotStarted\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT1M37.7674427S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"NotStarted\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -5313,11 +5192,11 @@ "nosniff" ], "x-ms-request-id": [ - "ccdfc84f-4507-4f8b-b5be-46aa5c61e301" + "fb3ba44f-f477-49ca-8c16-fcaa4b53cbe0" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -5326,16 +5205,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "138" + "143" ], "x-ms-correlation-request-id": [ - "ccdfc84f-4507-4f8b-b5be-46aa5c61e301" + "fb3ba44f-f477-49ca-8c16-fcaa4b53cbe0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T083129Z:ccdfc84f-4507-4f8b-b5be-46aa5c61e301" + "CENTRALUSEUAP:20210420T091125Z:fb3ba44f-f477-49ca-8c16-fcaa4b53cbe0" ], "Date": [ - "Mon, 15 Feb 2021 08:31:28 GMT" + "Tue, 20 Apr 2021 09:11:24 GMT" ], "Content-Length": [ "971" @@ -5347,25 +5226,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT4M36.0588406S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"NotStarted\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT2M43.8924273S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"NotStarted\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -5384,11 +5263,11 @@ "nosniff" ], "x-ms-request-id": [ - "465cf330-8608-4c79-af0a-c58ea660ddf2" + "2f0a395e-e87e-4087-b57d-d98d41e5287a" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -5397,19 +5276,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "137" + "142" ], "x-ms-correlation-request-id": [ - "465cf330-8608-4c79-af0a-c58ea660ddf2" + "2f0a395e-e87e-4087-b57d-d98d41e5287a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T083200Z:465cf330-8608-4c79-af0a-c58ea660ddf2" + "CENTRALUSEUAP:20210420T091226Z:2f0a395e-e87e-4087-b57d-d98d41e5287a" ], "Date": [ - "Mon, 15 Feb 2021 08:31:59 GMT" + "Tue, 20 Apr 2021 09:12:25 GMT" ], "Content-Length": [ - "969" + "971" ], "Content-Type": [ "application/json" @@ -5418,25 +5297,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT5M6.499892S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"NotStarted\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT3M45.3203261S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"NotStarted\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -5455,11 +5334,11 @@ "nosniff" ], "x-ms-request-id": [ - "decea10f-8ca5-49a2-8a63-1164bfe3afe8" + "30de5d75-719a-467a-a7c2-f647e9c77949" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -5468,16 +5347,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "136" + "141" ], "x-ms-correlation-request-id": [ - "decea10f-8ca5-49a2-8a63-1164bfe3afe8" + "30de5d75-719a-467a-a7c2-f647e9c77949" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T083230Z:decea10f-8ca5-49a2-8a63-1164bfe3afe8" + "CENTRALUSEUAP:20210420T091258Z:30de5d75-719a-467a-a7c2-f647e9c77949" ], "Date": [ - "Mon, 15 Feb 2021 08:32:29 GMT" + "Tue, 20 Apr 2021 09:12:58 GMT" ], "Content-Length": [ "971" @@ -5489,25 +5368,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT5M36.9662172S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"NotStarted\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT4M17.3087071S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"NotStarted\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -5526,11 +5405,11 @@ "nosniff" ], "x-ms-request-id": [ - "1fc639cd-3b23-459e-a89c-89ec383e0598" + "bbb43b0a-8361-4abd-83a8-62157d8a7a08" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -5539,19 +5418,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "135" + "140" ], "x-ms-correlation-request-id": [ - "1fc639cd-3b23-459e-a89c-89ec383e0598" + "bbb43b0a-8361-4abd-83a8-62157d8a7a08" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T083301Z:1fc639cd-3b23-459e-a89c-89ec383e0598" + "CENTRALUSEUAP:20210420T091333Z:bbb43b0a-8361-4abd-83a8-62157d8a7a08" ], "Date": [ - "Mon, 15 Feb 2021 08:33:00 GMT" + "Tue, 20 Apr 2021 09:13:33 GMT" ], "Content-Length": [ - "970" + "971" ], "Content-Type": [ "application/json" @@ -5560,25 +5439,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT6M7.5267578S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"NotStarted\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT4M51.0260284S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"NotStarted\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -5597,11 +5476,11 @@ "nosniff" ], "x-ms-request-id": [ - "5d8d8e4a-e70f-4229-99f9-27e60e181890" + "dd212867-b32b-4cc1-852f-71a5f22c13dd" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -5610,16 +5489,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "134" + "139" ], "x-ms-correlation-request-id": [ - "5d8d8e4a-e70f-4229-99f9-27e60e181890" + "dd212867-b32b-4cc1-852f-71a5f22c13dd" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T083331Z:5d8d8e4a-e70f-4229-99f9-27e60e181890" + "CENTRALUSEUAP:20210420T091404Z:dd212867-b32b-4cc1-852f-71a5f22c13dd" ], "Date": [ - "Mon, 15 Feb 2021 08:33:31 GMT" + "Tue, 20 Apr 2021 09:14:03 GMT" ], "Content-Length": [ "971" @@ -5631,25 +5510,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT6M37.9844046S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"NotStarted\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT5M23.1611912S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"NotStarted\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -5668,11 +5547,11 @@ "nosniff" ], "x-ms-request-id": [ - "393af7d1-4259-4611-93bb-0fc97c757957" + "e2319bf3-2f3d-4f50-a987-9df6e2da606a" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -5681,19 +5560,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "133" + "138" ], "x-ms-correlation-request-id": [ - "393af7d1-4259-4611-93bb-0fc97c757957" + "e2319bf3-2f3d-4f50-a987-9df6e2da606a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T083401Z:393af7d1-4259-4611-93bb-0fc97c757957" + "CENTRALUSEUAP:20210420T091435Z:e2319bf3-2f3d-4f50-a987-9df6e2da606a" ], "Date": [ - "Mon, 15 Feb 2021 08:34:01 GMT" + "Tue, 20 Apr 2021 09:14:35 GMT" ], "Content-Length": [ - "970" + "971" ], "Content-Type": [ "application/json" @@ -5702,25 +5581,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT7M8.4548424S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"NotStarted\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT5M54.0801125S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"NotStarted\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -5739,11 +5618,11 @@ "nosniff" ], "x-ms-request-id": [ - "5f97fb55-1432-437b-bd5f-39ddaec14e2b" + "88ce2ea7-dfa1-4b18-b770-aac219465ef4" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -5752,19 +5631,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "132" + "137" ], "x-ms-correlation-request-id": [ - "5f97fb55-1432-437b-bd5f-39ddaec14e2b" + "88ce2ea7-dfa1-4b18-b770-aac219465ef4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T083432Z:5f97fb55-1432-437b-bd5f-39ddaec14e2b" + "CENTRALUSEUAP:20210420T091505Z:88ce2ea7-dfa1-4b18-b770-aac219465ef4" ], "Date": [ - "Mon, 15 Feb 2021 08:34:31 GMT" + "Tue, 20 Apr 2021 09:15:05 GMT" ], "Content-Length": [ - "970" + "971" ], "Content-Type": [ "application/json" @@ -5773,25 +5652,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT7M38.9242806S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"NotStarted\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT6M24.9158266S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"NotStarted\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -5810,11 +5689,11 @@ "nosniff" ], "x-ms-request-id": [ - "fceef7b8-bc85-4a31-aab6-90d0d6b53d66" + "955d4621-1958-4030-b8bb-eda64eefef32" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -5823,19 +5702,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "131" + "136" ], "x-ms-correlation-request-id": [ - "fceef7b8-bc85-4a31-aab6-90d0d6b53d66" + "955d4621-1958-4030-b8bb-eda64eefef32" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T083502Z:fceef7b8-bc85-4a31-aab6-90d0d6b53d66" + "CENTRALUSEUAP:20210420T091536Z:955d4621-1958-4030-b8bb-eda64eefef32" ], "Date": [ - "Mon, 15 Feb 2021 08:35:02 GMT" + "Tue, 20 Apr 2021 09:15:35 GMT" ], "Content-Length": [ - "969" + "970" ], "Content-Type": [ "application/json" @@ -5844,25 +5723,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT8M9.3497276S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"NotStarted\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT6M55.862991S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"NotStarted\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -5881,11 +5760,11 @@ "nosniff" ], "x-ms-request-id": [ - "38560904-008b-4462-8e77-6836a171a937" + "dc2ad186-47a7-46ff-97aa-52579e4af1b3" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -5894,19 +5773,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "130" + "135" ], "x-ms-correlation-request-id": [ - "38560904-008b-4462-8e77-6836a171a937" + "dc2ad186-47a7-46ff-97aa-52579e4af1b3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T083533Z:38560904-008b-4462-8e77-6836a171a937" + "CENTRALUSEUAP:20210420T091607Z:dc2ad186-47a7-46ff-97aa-52579e4af1b3" ], "Date": [ - "Mon, 15 Feb 2021 08:35:32 GMT" + "Tue, 20 Apr 2021 09:16:07 GMT" ], "Content-Length": [ - "970" + "971" ], "Content-Type": [ "application/json" @@ -5915,25 +5794,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT8M39.7487223S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"NotStarted\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT7M26.9074048S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"NotStarted\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -5952,11 +5831,11 @@ "nosniff" ], "x-ms-request-id": [ - "5f22ec38-b0bb-4a2e-bf3e-cb1c882cfb64" + "e0275f47-c4ff-4fda-8fc5-b9edc61fe641" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -5965,16 +5844,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "129" + "134" ], "x-ms-correlation-request-id": [ - "5f22ec38-b0bb-4a2e-bf3e-cb1c882cfb64" + "e0275f47-c4ff-4fda-8fc5-b9edc61fe641" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T083603Z:5f22ec38-b0bb-4a2e-bf3e-cb1c882cfb64" + "CENTRALUSEUAP:20210420T091639Z:e0275f47-c4ff-4fda-8fc5-b9edc61fe641" ], "Date": [ - "Mon, 15 Feb 2021 08:36:03 GMT" + "Tue, 20 Apr 2021 09:16:39 GMT" ], "Content-Length": [ "970" @@ -5986,25 +5865,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT9M10.4620321S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"NotStarted\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT7M58.4711805S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"NotStarted\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -6023,11 +5902,11 @@ "nosniff" ], "x-ms-request-id": [ - "404b3b0d-dc80-4ab6-a3c0-2c5a5d39f49a" + "55629c39-8987-437a-a895-52887320658e" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -6036,16 +5915,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "128" + "133" ], "x-ms-correlation-request-id": [ - "404b3b0d-dc80-4ab6-a3c0-2c5a5d39f49a" + "55629c39-8987-437a-a895-52887320658e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T083634Z:404b3b0d-dc80-4ab6-a3c0-2c5a5d39f49a" + "CENTRALUSEUAP:20210420T091710Z:55629c39-8987-437a-a895-52887320658e" ], "Date": [ - "Mon, 15 Feb 2021 08:36:33 GMT" + "Tue, 20 Apr 2021 09:17:09 GMT" ], "Content-Length": [ "970" @@ -6057,25 +5936,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT9M40.8313623S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"NotStarted\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT8M29.4251091S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"NotStarted\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -6094,11 +5973,11 @@ "nosniff" ], "x-ms-request-id": [ - "49aece69-c21f-4e34-92a7-3779d075cdae" + "df729505-ddc2-4141-bfd9-5809a0c86cfc" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -6107,19 +5986,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "127" + "132" ], "x-ms-correlation-request-id": [ - "49aece69-c21f-4e34-92a7-3779d075cdae" + "df729505-ddc2-4141-bfd9-5809a0c86cfc" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T083704Z:49aece69-c21f-4e34-92a7-3779d075cdae" + "CENTRALUSEUAP:20210420T091743Z:df729505-ddc2-4141-bfd9-5809a0c86cfc" ], "Date": [ - "Mon, 15 Feb 2021 08:37:04 GMT" + "Tue, 20 Apr 2021 09:17:42 GMT" ], "Content-Length": [ - "971" + "969" ], "Content-Type": [ "application/json" @@ -6128,25 +6007,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT10M11.2326104S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"NotStarted\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT9M1.3677974S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"NotStarted\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -6165,11 +6044,11 @@ "nosniff" ], "x-ms-request-id": [ - "a185cda3-c2f1-4241-9ac5-8f0d5d46ca1b" + "b8cf3ab0-3523-4857-97af-94d5015a3486" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -6178,16 +6057,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "126" + "131" ], "x-ms-correlation-request-id": [ - "a185cda3-c2f1-4241-9ac5-8f0d5d46ca1b" + "b8cf3ab0-3523-4857-97af-94d5015a3486" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T083735Z:a185cda3-c2f1-4241-9ac5-8f0d5d46ca1b" + "CENTRALUSEUAP:20210420T091815Z:b8cf3ab0-3523-4857-97af-94d5015a3486" ], "Date": [ - "Mon, 15 Feb 2021 08:37:34 GMT" + "Tue, 20 Apr 2021 09:18:15 GMT" ], "Content-Length": [ "970" @@ -6199,25 +6078,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT10M41.618648S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT9M34.5113541S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"NotStarted\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -6236,11 +6115,11 @@ "nosniff" ], "x-ms-request-id": [ - "51f07a60-c377-42ef-a49d-a3238a50ff85" + "aaa0b8f8-18d3-4f85-965e-e4f278d576dd" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -6249,19 +6128,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "125" + "130" ], "x-ms-correlation-request-id": [ - "51f07a60-c377-42ef-a49d-a3238a50ff85" + "aaa0b8f8-18d3-4f85-965e-e4f278d576dd" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T083805Z:51f07a60-c377-42ef-a49d-a3238a50ff85" + "CENTRALUSEUAP:20210420T091846Z:aaa0b8f8-18d3-4f85-965e-e4f278d576dd" ], "Date": [ - "Mon, 15 Feb 2021 08:38:05 GMT" + "Tue, 20 Apr 2021 09:18:46 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -6270,25 +6149,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT11M12.0591776S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT10M5.4942135S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"NotStarted\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -6307,11 +6186,11 @@ "nosniff" ], "x-ms-request-id": [ - "f2db81d0-8994-4a92-82ee-d88a32ccfb11" + "aeca1f4a-bf73-4530-9b7c-c9adc40e5fd4" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -6320,16 +6199,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "124" + "129" ], "x-ms-correlation-request-id": [ - "f2db81d0-8994-4a92-82ee-d88a32ccfb11" + "aeca1f4a-bf73-4530-9b7c-c9adc40e5fd4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T083835Z:f2db81d0-8994-4a92-82ee-d88a32ccfb11" + "CENTRALUSEUAP:20210420T091917Z:aeca1f4a-bf73-4530-9b7c-c9adc40e5fd4" ], "Date": [ - "Mon, 15 Feb 2021 08:38:35 GMT" + "Tue, 20 Apr 2021 09:19:17 GMT" ], "Content-Length": [ "970" @@ -6341,25 +6220,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT11M42.517797S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT10M36.496473S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"NotStarted\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -6378,11 +6257,11 @@ "nosniff" ], "x-ms-request-id": [ - "88b3f74f-001c-4711-9ebb-18e2f8915909" + "fe4497ab-d93d-44d8-8edf-c222e41e234f" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -6391,19 +6270,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "123" + "128" ], "x-ms-correlation-request-id": [ - "88b3f74f-001c-4711-9ebb-18e2f8915909" + "fe4497ab-d93d-44d8-8edf-c222e41e234f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T083906Z:88b3f74f-001c-4711-9ebb-18e2f8915909" + "CENTRALUSEUAP:20210420T091948Z:fe4497ab-d93d-44d8-8edf-c222e41e234f" ], "Date": [ - "Mon, 15 Feb 2021 08:39:05 GMT" + "Tue, 20 Apr 2021 09:19:48 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -6412,25 +6291,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT12M12.9112635S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT11M7.4985496S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -6449,11 +6328,11 @@ "nosniff" ], "x-ms-request-id": [ - "08920511-f61b-44ab-921b-18ee951db8d4" + "36ed1b97-cd20-4510-9e56-6bf212d4ae0f" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -6462,16 +6341,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "122" + "127" ], "x-ms-correlation-request-id": [ - "08920511-f61b-44ab-921b-18ee951db8d4" + "36ed1b97-cd20-4510-9e56-6bf212d4ae0f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T083936Z:08920511-f61b-44ab-921b-18ee951db8d4" + "CENTRALUSEUAP:20210420T092019Z:36ed1b97-cd20-4510-9e56-6bf212d4ae0f" ], "Date": [ - "Mon, 15 Feb 2021 08:39:36 GMT" + "Tue, 20 Apr 2021 09:20:19 GMT" ], "Content-Length": [ "971" @@ -6483,25 +6362,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT12M43.3493151S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT11M38.3758005S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -6520,11 +6399,11 @@ "nosniff" ], "x-ms-request-id": [ - "4b6d4f29-d011-4910-bc37-b0245f174d21" + "1025497b-82c7-45c8-8eca-78489fbad411" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -6533,19 +6412,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "121" + "126" ], "x-ms-correlation-request-id": [ - "4b6d4f29-d011-4910-bc37-b0245f174d21" + "1025497b-82c7-45c8-8eca-78489fbad411" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T084007Z:4b6d4f29-d011-4910-bc37-b0245f174d21" + "CENTRALUSEUAP:20210420T092050Z:1025497b-82c7-45c8-8eca-78489fbad411" ], "Date": [ - "Mon, 15 Feb 2021 08:40:07 GMT" + "Tue, 20 Apr 2021 09:20:49 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -6554,25 +6433,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT13M13.7115234S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT12M9.2534746S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -6591,11 +6470,11 @@ "nosniff" ], "x-ms-request-id": [ - "adab84f6-5104-42cb-923a-bd611aeaf292" + "a91600f8-7964-4ffb-8bac-bbfe6289230d" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -6604,19 +6483,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "120" + "125" ], "x-ms-correlation-request-id": [ - "adab84f6-5104-42cb-923a-bd611aeaf292" + "a91600f8-7964-4ffb-8bac-bbfe6289230d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T084037Z:adab84f6-5104-42cb-923a-bd611aeaf292" + "CENTRALUSEUAP:20210420T092121Z:a91600f8-7964-4ffb-8bac-bbfe6289230d" ], "Date": [ - "Mon, 15 Feb 2021 08:40:36 GMT" + "Tue, 20 Apr 2021 09:21:20 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -6625,25 +6504,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT13M44.4844023S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT12M40.153222S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -6662,11 +6541,11 @@ "nosniff" ], "x-ms-request-id": [ - "d5ff8150-2cb9-4c32-9e28-304ec962ca7e" + "47cb329d-2890-4c7f-98b7-681dd0b9b999" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -6675,16 +6554,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "119" + "124" ], "x-ms-correlation-request-id": [ - "d5ff8150-2cb9-4c32-9e28-304ec962ca7e" + "47cb329d-2890-4c7f-98b7-681dd0b9b999" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T084108Z:d5ff8150-2cb9-4c32-9e28-304ec962ca7e" + "CENTRALUSEUAP:20210420T092152Z:47cb329d-2890-4c7f-98b7-681dd0b9b999" ], "Date": [ - "Mon, 15 Feb 2021 08:41:07 GMT" + "Tue, 20 Apr 2021 09:21:51 GMT" ], "Content-Length": [ "971" @@ -6696,25 +6575,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT14M14.9189025S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT13M11.3796674S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -6733,11 +6612,11 @@ "nosniff" ], "x-ms-request-id": [ - "f1eb387b-b00a-4503-a8d1-2f339bb85aff" + "418a9d31-aaa0-4016-9ff5-6b2107ccdff0" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -6746,19 +6625,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "118" + "123" ], "x-ms-correlation-request-id": [ - "f1eb387b-b00a-4503-a8d1-2f339bb85aff" + "418a9d31-aaa0-4016-9ff5-6b2107ccdff0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T084138Z:f1eb387b-b00a-4503-a8d1-2f339bb85aff" + "CENTRALUSEUAP:20210420T092223Z:418a9d31-aaa0-4016-9ff5-6b2107ccdff0" ], "Date": [ - "Mon, 15 Feb 2021 08:41:38 GMT" + "Tue, 20 Apr 2021 09:22:22 GMT" ], "Content-Length": [ - "970" + "971" ], "Content-Type": [ "application/json" @@ -6767,25 +6646,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT14M45.378171S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT13M42.2809456S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -6804,11 +6683,11 @@ "nosniff" ], "x-ms-request-id": [ - "a3beaf13-67c0-4e62-a8ac-15577f712474" + "79dea670-d46d-48df-b40d-79c51bd600b3" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -6817,16 +6696,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "117" + "122" ], "x-ms-correlation-request-id": [ - "a3beaf13-67c0-4e62-a8ac-15577f712474" + "79dea670-d46d-48df-b40d-79c51bd600b3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T084209Z:a3beaf13-67c0-4e62-a8ac-15577f712474" + "CENTRALUSEUAP:20210420T092254Z:79dea670-d46d-48df-b40d-79c51bd600b3" ], "Date": [ - "Mon, 15 Feb 2021 08:42:09 GMT" + "Tue, 20 Apr 2021 09:22:53 GMT" ], "Content-Length": [ "971" @@ -6838,25 +6717,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT15M15.8218192S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT14M13.1554306S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -6875,11 +6754,11 @@ "nosniff" ], "x-ms-request-id": [ - "2326a3ad-1249-47ba-a742-11e4d3a1bdff" + "63771ee4-ded3-454f-9949-24db3336154e" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -6888,16 +6767,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "116" + "121" ], "x-ms-correlation-request-id": [ - "2326a3ad-1249-47ba-a742-11e4d3a1bdff" + "63771ee4-ded3-454f-9949-24db3336154e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T084239Z:2326a3ad-1249-47ba-a742-11e4d3a1bdff" + "CENTRALUSEUAP:20210420T092326Z:63771ee4-ded3-454f-9949-24db3336154e" ], "Date": [ - "Mon, 15 Feb 2021 08:42:39 GMT" + "Tue, 20 Apr 2021 09:23:25 GMT" ], "Content-Length": [ "971" @@ -6909,25 +6788,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT15M46.2563366S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT14M45.0970356S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -6946,11 +6825,11 @@ "nosniff" ], "x-ms-request-id": [ - "098cc467-0e5f-4939-a5a4-325f2cbeb532" + "21c5fb69-b923-4a27-8049-df64e1851918" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -6959,16 +6838,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "115" + "120" ], "x-ms-correlation-request-id": [ - "098cc467-0e5f-4939-a5a4-325f2cbeb532" + "21c5fb69-b923-4a27-8049-df64e1851918" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T084310Z:098cc467-0e5f-4939-a5a4-325f2cbeb532" + "CENTRALUSEUAP:20210420T092356Z:21c5fb69-b923-4a27-8049-df64e1851918" ], "Date": [ - "Mon, 15 Feb 2021 08:43:10 GMT" + "Tue, 20 Apr 2021 09:23:56 GMT" ], "Content-Length": [ "971" @@ -6980,25 +6859,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT16M16.6622494S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT15M15.9725142S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -7017,11 +6896,11 @@ "nosniff" ], "x-ms-request-id": [ - "951b4070-15f5-4e63-9d15-b30138539b79" + "51336b3b-16b3-4d0f-b1a9-3e3a33c1600b" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -7030,16 +6909,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "114" + "119" ], "x-ms-correlation-request-id": [ - "951b4070-15f5-4e63-9d15-b30138539b79" + "51336b3b-16b3-4d0f-b1a9-3e3a33c1600b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T084340Z:951b4070-15f5-4e63-9d15-b30138539b79" + "CENTRALUSEUAP:20210420T092427Z:51336b3b-16b3-4d0f-b1a9-3e3a33c1600b" ], "Date": [ - "Mon, 15 Feb 2021 08:43:40 GMT" + "Tue, 20 Apr 2021 09:24:27 GMT" ], "Content-Length": [ "971" @@ -7051,25 +6930,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT16M47.2553597S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT15M46.9669501S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -7088,11 +6967,11 @@ "nosniff" ], "x-ms-request-id": [ - "47bcc5c9-650c-40e1-9da2-3540a7ce7da3" + "449f69f4-c27f-4f50-afeb-ab905e8f1ceb" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -7101,19 +6980,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "113" + "118" ], "x-ms-correlation-request-id": [ - "47bcc5c9-650c-40e1-9da2-3540a7ce7da3" + "449f69f4-c27f-4f50-afeb-ab905e8f1ceb" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T084411Z:47bcc5c9-650c-40e1-9da2-3540a7ce7da3" + "CENTRALUSEUAP:20210420T092458Z:449f69f4-c27f-4f50-afeb-ab905e8f1ceb" ], "Date": [ - "Mon, 15 Feb 2021 08:44:10 GMT" + "Tue, 20 Apr 2021 09:24:58 GMT" ], "Content-Length": [ - "970" + "971" ], "Content-Type": [ "application/json" @@ -7122,25 +7001,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT17M17.674688S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT16M17.8222804S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -7159,11 +7038,11 @@ "nosniff" ], "x-ms-request-id": [ - "6dad619b-591a-4fd3-8464-8901840a9a8c" + "0fb7a605-596d-4df2-a389-02f714cc4014" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -7172,19 +7051,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "112" + "117" ], "x-ms-correlation-request-id": [ - "6dad619b-591a-4fd3-8464-8901840a9a8c" + "0fb7a605-596d-4df2-a389-02f714cc4014" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T084441Z:6dad619b-591a-4fd3-8464-8901840a9a8c" + "CENTRALUSEUAP:20210420T092529Z:0fb7a605-596d-4df2-a389-02f714cc4014" ], "Date": [ - "Mon, 15 Feb 2021 08:44:41 GMT" + "Tue, 20 Apr 2021 09:25:29 GMT" ], "Content-Length": [ - "970" + "971" ], "Content-Type": [ "application/json" @@ -7193,25 +7072,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT17M48.147914S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT16M48.8537413S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -7230,11 +7109,11 @@ "nosniff" ], "x-ms-request-id": [ - "72ac87eb-91fb-4a02-8102-9c83ad6f742d" + "96807ee7-a6d5-4c1f-9c82-e63aaca075df" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -7243,16 +7122,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "111" + "116" ], "x-ms-correlation-request-id": [ - "72ac87eb-91fb-4a02-8102-9c83ad6f742d" + "96807ee7-a6d5-4c1f-9c82-e63aaca075df" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T084512Z:72ac87eb-91fb-4a02-8102-9c83ad6f742d" + "CENTRALUSEUAP:20210420T092600Z:96807ee7-a6d5-4c1f-9c82-e63aaca075df" ], "Date": [ - "Mon, 15 Feb 2021 08:45:11 GMT" + "Tue, 20 Apr 2021 09:26:00 GMT" ], "Content-Length": [ "971" @@ -7264,25 +7143,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT18M18.8089507S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT17M20.0216661S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -7301,11 +7180,11 @@ "nosniff" ], "x-ms-request-id": [ - "19a1c586-96f4-4ab2-8e00-311320feb678" + "de01dad5-99e5-4908-8f6d-280b3bd94578" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -7314,16 +7193,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "110" + "115" ], "x-ms-correlation-request-id": [ - "19a1c586-96f4-4ab2-8e00-311320feb678" + "de01dad5-99e5-4908-8f6d-280b3bd94578" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T084542Z:19a1c586-96f4-4ab2-8e00-311320feb678" + "CENTRALUSEUAP:20210420T092631Z:de01dad5-99e5-4908-8f6d-280b3bd94578" ], "Date": [ - "Mon, 15 Feb 2021 08:45:42 GMT" + "Tue, 20 Apr 2021 09:26:30 GMT" ], "Content-Length": [ "971" @@ -7335,25 +7214,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT18M49.5065233S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT17M50.9975106S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -7372,11 +7251,11 @@ "nosniff" ], "x-ms-request-id": [ - "edcdb69b-6025-435a-a3b4-fd211dfed2b0" + "4f8a9b2c-e816-496a-a35c-16deae239508" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -7385,16 +7264,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "109" + "114" ], "x-ms-correlation-request-id": [ - "edcdb69b-6025-435a-a3b4-fd211dfed2b0" + "4f8a9b2c-e816-496a-a35c-16deae239508" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T084613Z:edcdb69b-6025-435a-a3b4-fd211dfed2b0" + "CENTRALUSEUAP:20210420T092702Z:4f8a9b2c-e816-496a-a35c-16deae239508" ], "Date": [ - "Mon, 15 Feb 2021 08:46:13 GMT" + "Tue, 20 Apr 2021 09:27:02 GMT" ], "Content-Length": [ "971" @@ -7406,25 +7285,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT19M19.9624578S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT18M21.8314533S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -7443,11 +7322,11 @@ "nosniff" ], "x-ms-request-id": [ - "0e33b778-fa17-4e16-a682-d2a3136dc7be" + "aea3349f-2c1d-435e-93da-5cd094d75532" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -7456,16 +7335,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "108" + "113" ], "x-ms-correlation-request-id": [ - "0e33b778-fa17-4e16-a682-d2a3136dc7be" + "aea3349f-2c1d-435e-93da-5cd094d75532" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T084643Z:0e33b778-fa17-4e16-a682-d2a3136dc7be" + "CENTRALUSEUAP:20210420T092733Z:aea3349f-2c1d-435e-93da-5cd094d75532" ], "Date": [ - "Mon, 15 Feb 2021 08:46:43 GMT" + "Tue, 20 Apr 2021 09:27:33 GMT" ], "Content-Length": [ "971" @@ -7477,25 +7356,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT19M50.3883514S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT18M52.7185588S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -7514,11 +7393,11 @@ "nosniff" ], "x-ms-request-id": [ - "b91464c2-7e0c-4137-b577-011fb4aabff9" + "bbb590ea-384e-4575-988a-6a737237a87d" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -7527,16 +7406,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "107" + "112" ], "x-ms-correlation-request-id": [ - "b91464c2-7e0c-4137-b577-011fb4aabff9" + "bbb590ea-384e-4575-988a-6a737237a87d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T084714Z:b91464c2-7e0c-4137-b577-011fb4aabff9" + "CENTRALUSEUAP:20210420T092804Z:bbb590ea-384e-4575-988a-6a737237a87d" ], "Date": [ - "Mon, 15 Feb 2021 08:47:13 GMT" + "Tue, 20 Apr 2021 09:28:03 GMT" ], "Content-Length": [ "971" @@ -7548,25 +7427,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT20M20.8116695S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT19M23.7415654S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -7585,11 +7464,11 @@ "nosniff" ], "x-ms-request-id": [ - "d2cd96b6-f34c-4d82-8235-9fff3fca5ff1" + "0336f505-2bf4-4cff-9e86-3728df2e28aa" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -7598,16 +7477,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "106" + "111" ], "x-ms-correlation-request-id": [ - "d2cd96b6-f34c-4d82-8235-9fff3fca5ff1" + "0336f505-2bf4-4cff-9e86-3728df2e28aa" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T084744Z:d2cd96b6-f34c-4d82-8235-9fff3fca5ff1" + "CENTRALUSEUAP:20210420T092836Z:0336f505-2bf4-4cff-9e86-3728df2e28aa" ], "Date": [ - "Mon, 15 Feb 2021 08:47:44 GMT" + "Tue, 20 Apr 2021 09:28:35 GMT" ], "Content-Length": [ "971" @@ -7619,25 +7498,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT20M51.2708452S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT19M55.8011619S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -7656,11 +7535,11 @@ "nosniff" ], "x-ms-request-id": [ - "c768aba2-d1b1-4e6e-ab49-9a5d817e6330" + "deb24b55-cc60-45a3-8c55-10593b29bc21" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -7669,16 +7548,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "105" + "110" ], "x-ms-correlation-request-id": [ - "c768aba2-d1b1-4e6e-ab49-9a5d817e6330" + "deb24b55-cc60-45a3-8c55-10593b29bc21" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T084815Z:c768aba2-d1b1-4e6e-ab49-9a5d817e6330" + "CENTRALUSEUAP:20210420T092907Z:deb24b55-cc60-45a3-8c55-10593b29bc21" ], "Date": [ - "Mon, 15 Feb 2021 08:48:14 GMT" + "Tue, 20 Apr 2021 09:29:07 GMT" ], "Content-Length": [ "971" @@ -7690,25 +7569,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT21M21.7357099S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT20M26.7723893S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -7727,11 +7606,11 @@ "nosniff" ], "x-ms-request-id": [ - "4da85baa-8724-43a1-a814-210dca1bfce4" + "9b34f66f-5577-4afe-bf48-b8eb5c5883c9" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -7740,16 +7619,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "104" + "109" ], "x-ms-correlation-request-id": [ - "4da85baa-8724-43a1-a814-210dca1bfce4" + "9b34f66f-5577-4afe-bf48-b8eb5c5883c9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T084845Z:4da85baa-8724-43a1-a814-210dca1bfce4" + "CENTRALUSEUAP:20210420T092938Z:9b34f66f-5577-4afe-bf48-b8eb5c5883c9" ], "Date": [ - "Mon, 15 Feb 2021 08:48:45 GMT" + "Tue, 20 Apr 2021 09:29:38 GMT" ], "Content-Length": [ "971" @@ -7761,25 +7640,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT21M52.2314515S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT20M57.8707978S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -7798,11 +7677,11 @@ "nosniff" ], "x-ms-request-id": [ - "5bf27f56-b40b-4e46-8442-22685e32a3c3" + "fafba05b-3540-450e-bbb0-5a704c2fc6a1" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -7811,16 +7690,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "103" + "108" ], "x-ms-correlation-request-id": [ - "5bf27f56-b40b-4e46-8442-22685e32a3c3" + "fafba05b-3540-450e-bbb0-5a704c2fc6a1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T084916Z:5bf27f56-b40b-4e46-8442-22685e32a3c3" + "CENTRALUSEUAP:20210420T093010Z:fafba05b-3540-450e-bbb0-5a704c2fc6a1" ], "Date": [ - "Mon, 15 Feb 2021 08:49:15 GMT" + "Tue, 20 Apr 2021 09:30:10 GMT" ], "Content-Length": [ "971" @@ -7832,25 +7711,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT22M22.7015358S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT21M29.1032212S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -7869,11 +7748,11 @@ "nosniff" ], "x-ms-request-id": [ - "7e059f60-f5ac-4fd5-a559-d4d043249ff3" + "96729218-29d0-440d-b88e-d8cb1e835f15" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -7882,19 +7761,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "102" + "107" ], "x-ms-correlation-request-id": [ - "7e059f60-f5ac-4fd5-a559-d4d043249ff3" + "96729218-29d0-440d-b88e-d8cb1e835f15" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T084946Z:7e059f60-f5ac-4fd5-a559-d4d043249ff3" + "CENTRALUSEUAP:20210420T093041Z:96729218-29d0-440d-b88e-d8cb1e835f15" ], "Date": [ - "Mon, 15 Feb 2021 08:49:45 GMT" + "Tue, 20 Apr 2021 09:30:41 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -7903,25 +7782,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT22M53.1886669S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT22M0.1259149S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -7940,11 +7819,11 @@ "nosniff" ], "x-ms-request-id": [ - "91fffc75-4dbd-4539-92c2-be5a31cce89f" + "284fff34-1370-4186-9065-2e5284c311e8" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -7953,16 +7832,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "101" + "106" ], "x-ms-correlation-request-id": [ - "91fffc75-4dbd-4539-92c2-be5a31cce89f" + "284fff34-1370-4186-9065-2e5284c311e8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T085017Z:91fffc75-4dbd-4539-92c2-be5a31cce89f" + "CENTRALUSEUAP:20210420T093112Z:284fff34-1370-4186-9065-2e5284c311e8" ], "Date": [ - "Mon, 15 Feb 2021 08:50:16 GMT" + "Tue, 20 Apr 2021 09:31:12 GMT" ], "Content-Length": [ "971" @@ -7974,25 +7853,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT23M23.6490939S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT22M31.1532002S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -8011,11 +7890,11 @@ "nosniff" ], "x-ms-request-id": [ - "d5d8f8c7-0cce-4838-98ae-3b59a2d4c4ef" + "4a564d16-c25a-41fe-86d9-cca08f14b074" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -8024,19 +7903,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "100" + "105" ], "x-ms-correlation-request-id": [ - "d5d8f8c7-0cce-4838-98ae-3b59a2d4c4ef" + "4a564d16-c25a-41fe-86d9-cca08f14b074" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T085047Z:d5d8f8c7-0cce-4838-98ae-3b59a2d4c4ef" + "CENTRALUSEUAP:20210420T093143Z:4a564d16-c25a-41fe-86d9-cca08f14b074" ], "Date": [ - "Mon, 15 Feb 2021 08:50:47 GMT" + "Tue, 20 Apr 2021 09:31:42 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -8045,25 +7924,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT23M54.3855315S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT23M2.1561752S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -8082,11 +7961,11 @@ "nosniff" ], "x-ms-request-id": [ - "35b98f21-7a7f-466b-81b4-72a62d1bfdf2" + "7b9fd405-c059-47c7-a546-67535aac0a58" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -8095,16 +7974,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "99" + "104" ], "x-ms-correlation-request-id": [ - "35b98f21-7a7f-466b-81b4-72a62d1bfdf2" + "7b9fd405-c059-47c7-a546-67535aac0a58" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T085118Z:35b98f21-7a7f-466b-81b4-72a62d1bfdf2" + "CENTRALUSEUAP:20210420T093214Z:7b9fd405-c059-47c7-a546-67535aac0a58" ], "Date": [ - "Mon, 15 Feb 2021 08:51:17 GMT" + "Tue, 20 Apr 2021 09:32:13 GMT" ], "Content-Length": [ "971" @@ -8116,25 +7995,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT24M24.7903723S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT23M33.1707584S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -8153,11 +8032,11 @@ "nosniff" ], "x-ms-request-id": [ - "581388fd-888d-4abb-8ae8-6365a3f6d1fb" + "12b8abda-fd9e-4eea-ae78-debe652cab38" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -8166,19 +8045,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "98" + "103" ], "x-ms-correlation-request-id": [ - "581388fd-888d-4abb-8ae8-6365a3f6d1fb" + "12b8abda-fd9e-4eea-ae78-debe652cab38" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T085148Z:581388fd-888d-4abb-8ae8-6365a3f6d1fb" + "CENTRALUSEUAP:20210420T093245Z:12b8abda-fd9e-4eea-ae78-debe652cab38" ], "Date": [ - "Mon, 15 Feb 2021 08:51:48 GMT" + "Tue, 20 Apr 2021 09:32:44 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -8187,25 +8066,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT24M55.4422672S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT24M4.1692686S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -8224,11 +8103,11 @@ "nosniff" ], "x-ms-request-id": [ - "47dd3ce7-b275-42f3-b9c7-9b718450fb0b" + "15cf96f6-be03-48df-b1ae-657f124be818" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -8237,16 +8116,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "97" + "102" ], "x-ms-correlation-request-id": [ - "47dd3ce7-b275-42f3-b9c7-9b718450fb0b" + "15cf96f6-be03-48df-b1ae-657f124be818" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T085219Z:47dd3ce7-b275-42f3-b9c7-9b718450fb0b" + "CENTRALUSEUAP:20210420T093316Z:15cf96f6-be03-48df-b1ae-657f124be818" ], "Date": [ - "Mon, 15 Feb 2021 08:52:19 GMT" + "Tue, 20 Apr 2021 09:33:15 GMT" ], "Content-Length": [ "971" @@ -8258,25 +8137,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT25M25.8279286S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT24M35.0794325S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -8295,11 +8174,11 @@ "nosniff" ], "x-ms-request-id": [ - "6a919171-facd-4c36-a7a2-a10fe82eb18f" + "5c8b23e4-cd64-48db-b9a1-1ea6461d0635" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -8308,19 +8187,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "96" + "101" ], "x-ms-correlation-request-id": [ - "6a919171-facd-4c36-a7a2-a10fe82eb18f" + "5c8b23e4-cd64-48db-b9a1-1ea6461d0635" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T085249Z:6a919171-facd-4c36-a7a2-a10fe82eb18f" + "CENTRALUSEUAP:20210420T093348Z:5c8b23e4-cd64-48db-b9a1-1ea6461d0635" ], "Date": [ - "Mon, 15 Feb 2021 08:52:49 GMT" + "Tue, 20 Apr 2021 09:33:47 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -8329,25 +8208,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT25M56.3378862S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT25M7.0730542S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -8366,11 +8245,11 @@ "nosniff" ], "x-ms-request-id": [ - "6a050f73-a4c6-433c-abea-e66922c7e84f" + "99c969cb-77a8-47af-be0e-b5febbbbf67a" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -8379,16 +8258,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "95" + "100" ], "x-ms-correlation-request-id": [ - "6a050f73-a4c6-433c-abea-e66922c7e84f" + "99c969cb-77a8-47af-be0e-b5febbbbf67a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T085320Z:6a050f73-a4c6-433c-abea-e66922c7e84f" + "CENTRALUSEUAP:20210420T093419Z:99c969cb-77a8-47af-be0e-b5febbbbf67a" ], "Date": [ - "Mon, 15 Feb 2021 08:53:19 GMT" + "Tue, 20 Apr 2021 09:34:18 GMT" ], "Content-Length": [ "971" @@ -8400,25 +8279,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT26M26.8340646S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT25M38.1458864S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -8437,11 +8316,11 @@ "nosniff" ], "x-ms-request-id": [ - "a4a93155-24d1-43ca-8920-7ce16869a2b9" + "34dafb05-e77e-4071-9cbf-43961cd81fd1" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -8450,16 +8329,87 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "94" + "99" + ], + "x-ms-correlation-request-id": [ + "34dafb05-e77e-4071-9cbf-43961cd81fd1" + ], + "x-ms-routing-request-id": [ + "CENTRALUSEUAP:20210420T093450Z:34dafb05-e77e-4071-9cbf-43961cd81fd1" + ], + "Date": [ + "Tue, 20 Apr 2021 09:34:49 GMT" + ], + "Content-Length": [ + "970" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT26M9.3135789S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8389a340-0305-41be-bf34-56b22b077629" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "4f93c8f3-51df-4709-8386-4546d31e7035" + ], + "x-ms-client-request-id": [ + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "98" ], "x-ms-correlation-request-id": [ - "a4a93155-24d1-43ca-8920-7ce16869a2b9" + "4f93c8f3-51df-4709-8386-4546d31e7035" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T085350Z:a4a93155-24d1-43ca-8920-7ce16869a2b9" + "CENTRALUSEUAP:20210420T093521Z:4f93c8f3-51df-4709-8386-4546d31e7035" ], "Date": [ - "Mon, 15 Feb 2021 08:53:49 GMT" + "Tue, 20 Apr 2021 09:35:20 GMT" ], "Content-Length": [ "971" @@ -8471,25 +8421,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT26M57.3282727S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT26M40.1870574S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -8508,11 +8458,11 @@ "nosniff" ], "x-ms-request-id": [ - "f75603b5-cbc0-4953-8112-3b781e0253f2" + "fd85e2df-7aac-44d0-8ec7-3a47f497b0ff" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -8521,16 +8471,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "93" + "97" ], "x-ms-correlation-request-id": [ - "f75603b5-cbc0-4953-8112-3b781e0253f2" + "fd85e2df-7aac-44d0-8ec7-3a47f497b0ff" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T085421Z:f75603b5-cbc0-4953-8112-3b781e0253f2" + "CENTRALUSEUAP:20210420T093552Z:fd85e2df-7aac-44d0-8ec7-3a47f497b0ff" ], "Date": [ - "Mon, 15 Feb 2021 08:54:20 GMT" + "Tue, 20 Apr 2021 09:35:51 GMT" ], "Content-Length": [ "971" @@ -8542,25 +8492,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT27M27.8029138S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT27M11.1148447S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -8579,11 +8529,11 @@ "nosniff" ], "x-ms-request-id": [ - "0143e052-4a76-41d7-996d-af893924a825" + "16727004-0f12-434f-a0cd-0fecb0bec405" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -8592,16 +8542,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "92" + "96" ], "x-ms-correlation-request-id": [ - "0143e052-4a76-41d7-996d-af893924a825" + "16727004-0f12-434f-a0cd-0fecb0bec405" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T085451Z:0143e052-4a76-41d7-996d-af893924a825" + "CENTRALUSEUAP:20210420T093622Z:16727004-0f12-434f-a0cd-0fecb0bec405" ], "Date": [ - "Mon, 15 Feb 2021 08:54:50 GMT" + "Tue, 20 Apr 2021 09:36:22 GMT" ], "Content-Length": [ "971" @@ -8613,25 +8563,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT27M58.2517228S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT27M41.9699748S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -8650,11 +8600,11 @@ "nosniff" ], "x-ms-request-id": [ - "805234a3-b20e-4342-92c9-7d13873e14fb" + "8e940e2e-3457-4f91-a71b-f656532c36bb" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -8663,16 +8613,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "91" + "95" ], "x-ms-correlation-request-id": [ - "805234a3-b20e-4342-92c9-7d13873e14fb" + "8e940e2e-3457-4f91-a71b-f656532c36bb" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T085522Z:805234a3-b20e-4342-92c9-7d13873e14fb" + "CENTRALUSEUAP:20210420T093653Z:8e940e2e-3457-4f91-a71b-f656532c36bb" ], "Date": [ - "Mon, 15 Feb 2021 08:55:21 GMT" + "Tue, 20 Apr 2021 09:36:53 GMT" ], "Content-Length": [ "971" @@ -8684,25 +8634,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT28M28.7662918S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT28M12.9502209S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -8721,11 +8671,11 @@ "nosniff" ], "x-ms-request-id": [ - "82999c22-fdc4-46ed-8236-f14b1f60a3c9" + "507fabe5-8069-453d-86f8-e92b99dca77e" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -8734,16 +8684,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "90" + "94" ], "x-ms-correlation-request-id": [ - "82999c22-fdc4-46ed-8236-f14b1f60a3c9" + "507fabe5-8069-453d-86f8-e92b99dca77e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T085552Z:82999c22-fdc4-46ed-8236-f14b1f60a3c9" + "CENTRALUSEUAP:20210420T093724Z:507fabe5-8069-453d-86f8-e92b99dca77e" ], "Date": [ - "Mon, 15 Feb 2021 08:55:51 GMT" + "Tue, 20 Apr 2021 09:37:23 GMT" ], "Content-Length": [ "971" @@ -8755,25 +8705,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT28M59.1823834S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT28M43.8316642S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -8792,11 +8742,11 @@ "nosniff" ], "x-ms-request-id": [ - "170f339b-0a56-4eda-b275-05321661f833" + "c0e874e4-57e4-4451-b712-bc71fef5a91e" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -8805,16 +8755,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "89" + "93" ], "x-ms-correlation-request-id": [ - "170f339b-0a56-4eda-b275-05321661f833" + "c0e874e4-57e4-4451-b712-bc71fef5a91e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T085623Z:170f339b-0a56-4eda-b275-05321661f833" + "CENTRALUSEUAP:20210420T093755Z:c0e874e4-57e4-4451-b712-bc71fef5a91e" ], "Date": [ - "Mon, 15 Feb 2021 08:56:23 GMT" + "Tue, 20 Apr 2021 09:37:54 GMT" ], "Content-Length": [ "971" @@ -8826,25 +8776,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT29M29.6507929S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT29M14.7882365S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -8863,11 +8813,11 @@ "nosniff" ], "x-ms-request-id": [ - "091edacf-914a-4fa8-89f2-8dd42db6a0c2" + "e314d0fc-2e16-401b-9d27-823c182dae26" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -8876,19 +8826,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "88" + "92" ], "x-ms-correlation-request-id": [ - "091edacf-914a-4fa8-89f2-8dd42db6a0c2" + "e314d0fc-2e16-401b-9d27-823c182dae26" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T085653Z:091edacf-914a-4fa8-89f2-8dd42db6a0c2" + "CENTRALUSEUAP:20210420T093826Z:e314d0fc-2e16-401b-9d27-823c182dae26" ], "Date": [ - "Mon, 15 Feb 2021 08:56:53 GMT" + "Tue, 20 Apr 2021 09:38:26 GMT" ], "Content-Length": [ - "970" + "971" ], "Content-Type": [ "application/json" @@ -8897,25 +8847,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT30M0.1599749S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT29M45.8128938S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -8934,11 +8884,11 @@ "nosniff" ], "x-ms-request-id": [ - "687f3b63-2c41-4619-bd04-ee0bae3bc09b" + "23a72503-83cb-44e2-b697-78dcbb13dfba" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -8947,16 +8897,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "87" + "91" ], "x-ms-correlation-request-id": [ - "687f3b63-2c41-4619-bd04-ee0bae3bc09b" + "23a72503-83cb-44e2-b697-78dcbb13dfba" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T085724Z:687f3b63-2c41-4619-bd04-ee0bae3bc09b" + "CENTRALUSEUAP:20210420T093859Z:23a72503-83cb-44e2-b697-78dcbb13dfba" ], "Date": [ - "Mon, 15 Feb 2021 08:57:23 GMT" + "Tue, 20 Apr 2021 09:38:59 GMT" ], "Content-Length": [ "971" @@ -8968,25 +8918,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT30M30.6622307S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT30M17.9864257S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -9005,11 +8955,11 @@ "nosniff" ], "x-ms-request-id": [ - "e4d3ea32-f8d7-4abc-8d54-24c780045c0f" + "ef8089b1-bbca-48ce-b1e7-c8491506e1ef" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -9018,19 +8968,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "86" + "90" ], "x-ms-correlation-request-id": [ - "e4d3ea32-f8d7-4abc-8d54-24c780045c0f" + "ef8089b1-bbca-48ce-b1e7-c8491506e1ef" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T085754Z:e4d3ea32-f8d7-4abc-8d54-24c780045c0f" + "CENTRALUSEUAP:20210420T093930Z:ef8089b1-bbca-48ce-b1e7-c8491506e1ef" ], "Date": [ - "Mon, 15 Feb 2021 08:57:53 GMT" + "Tue, 20 Apr 2021 09:39:30 GMT" ], "Content-Length": [ - "970" + "971" ], "Content-Type": [ "application/json" @@ -9039,25 +8989,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT31M1.0845125S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT30M49.1280147S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzL2QzMTdlYjRkLTI4OTQtNGNmMS05YmMxLWJjNTBiMmExMTIxND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -9076,11 +9026,11 @@ "nosniff" ], "x-ms-request-id": [ - "3c512874-f961-4f16-aecf-df7634e087d6" + "1ec64794-4039-45aa-94a4-daf4b3ac12af" ], "x-ms-client-request-id": [ - "b3b63217-3230-47fb-b820-0ce3581c9529", - "b3b63217-3230-47fb-b820-0ce3581c9529" + "8389a340-0305-41be-bf34-56b22b077629", + "8389a340-0305-41be-bf34-56b22b077629" ], "X-Powered-By": [ "ASP.NET" @@ -9089,19 +9039,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "85" + "89" ], "x-ms-correlation-request-id": [ - "3c512874-f961-4f16-aecf-df7634e087d6" + "1ec64794-4039-45aa-94a4-daf4b3ac12af" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T085824Z:3c512874-f961-4f16-aecf-df7634e087d6" + "CENTRALUSEUAP:20210420T094000Z:1ec64794-4039-45aa-94a4-daf4b3ac12af" ], "Date": [ - "Mon, 15 Feb 2021 08:58:24 GMT" + "Tue, 20 Apr 2021 09:40:00 GMT" ], "Content-Length": [ - "1035" + "1034" ], "Content-Type": [ "application/json" @@ -9110,25 +9060,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"name\": \"d317eb4d-2894-4cf1-9bc1-bc50b2a11214\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT31M12.6757582S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm806be0\",\r\n \"Backup Size\": \"11478 MB\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-15T08:26:52.9229915Z\",\r\n \"endTime\": \"2021-02-15T08:58:05.5987497Z\",\r\n \"activityId\": \"b3b63217-3230-47fb-b820-0ce3581c9529\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"name\": \"24834766-14f5-4a5c-aacc-7e29136bafac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT31M12.8559403S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvme44ae0\",\r\n \"Backup Size\": \"9786 MB\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-04-20T09:08:40.4737232Z\",\r\n \"endTime\": \"2021-04-20T09:39:53.3296635Z\",\r\n \"activityId\": \"8389a340-0305-41be-bf34-56b22b077629\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg806beba5%3Bpstestvm806be0/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg806beba5%3Bpstestvm806be0/recoveryPoints?$filter=startDate%20eq%20'2021-02-15%2008:25:52%20AM'%20and%20endDate%20eq%20'2021-02-15%2008:59:05%20AM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmc4MDZiZWJhNSUzQnBzdGVzdHZtODA2YmUwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzgwNmJlYmE1JTNCcHN0ZXN0dm04MDZiZTAvcmVjb3ZlcnlQb2ludHM/JGZpbHRlcj1zdGFydERhdGUlMjBlcSUyMCcyMDIxLTAyLTE1JTIwMDg6MjU6NTIlMjBBTSclMjBhbmQlMjBlbmREYXRlJTIwZXElMjAnMjAyMS0wMi0xNSUyMDA4OjU5OjA1JTIwQU0nJmFwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrge44ae3d9%3Bpstestvme44ae0/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrge44ae3d9%3Bpstestvme44ae0/recoveryPoints?$filter=startDate%20eq%20'2021-04-20%2009:07:40%20AM'%20and%20endDate%20eq%20'2021-04-20%2009:40:53%20AM'&api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdlNDRhZTNkOSUzQnBzdGVzdHZtZTQ0YWUwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2U0NGFlM2Q5JTNCcHN0ZXN0dm1lNDRhZTAvcmVjb3ZlcnlQb2ludHM/JGZpbHRlcj1zdGFydERhdGUlMjBlcSUyMCcyMDIxLTA0LTIwJTIwMDk6MDc6NDAlMjBBTSclMjBhbmQlMjBlbmREYXRlJTIwZXElMjAnMjAyMS0wNC0yMCUyMDA5OjQwOjUzJTIwQU0nJmFwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b6ecaaee-b600-4ba0-8db1-d722d1efb4b5" + "960e66bf-21f9-4358-90bf-0fe31d15e3c7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -9143,11 +9093,11 @@ "nosniff" ], "x-ms-request-id": [ - "7806cac6-eca6-46bf-8ca1-8c11f9fdbc05" + "1cf6552f-45d0-4c7b-8f8c-ff754b2dd442" ], "x-ms-client-request-id": [ - "b6ecaaee-b600-4ba0-8db1-d722d1efb4b5", - "b6ecaaee-b600-4ba0-8db1-d722d1efb4b5" + "960e66bf-21f9-4358-90bf-0fe31d15e3c7", + "960e66bf-21f9-4358-90bf-0fe31d15e3c7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9162,13 +9112,13 @@ "149" ], "x-ms-correlation-request-id": [ - "7806cac6-eca6-46bf-8ca1-8c11f9fdbc05" + "1cf6552f-45d0-4c7b-8f8c-ff754b2dd442" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T085825Z:7806cac6-eca6-46bf-8ca1-8c11f9fdbc05" + "CENTRALUSEUAP:20210420T094001Z:1cf6552f-45d0-4c7b-8f8c-ff754b2dd442" ], "Date": [ - "Mon, 15 Feb 2021 08:58:25 GMT" + "Tue, 20 Apr 2021 09:40:01 GMT" ], "Content-Length": [ "1254" @@ -9180,26 +9130,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0/protectedItems/VM;iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0/recoveryPoints/39034765258894\",\r\n \"name\": \"39034765258894\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints\",\r\n \"properties\": {\r\n \"objectType\": \"IaasVMRecoveryPoint\",\r\n \"recoveryPointType\": \"AppConsistent\",\r\n \"recoveryPointTime\": \"2021-02-15T08:28:05.7536956Z\",\r\n \"recoveryPointAdditionalInfo\": \"\",\r\n \"sourceVMStorageType\": \"NormalStorage\",\r\n \"isSourceVMEncrypted\": false,\r\n \"isInstantIlrSessionActive\": false,\r\n \"recoveryPointTierDetails\": [\r\n {\r\n \"type\": 1,\r\n \"status\": 1\r\n },\r\n {\r\n \"type\": 2,\r\n \"status\": 1\r\n }\r\n ],\r\n \"isManagedVirtualMachine\": false,\r\n \"virtualMachineSize\": \"Standard_D1\",\r\n \"originalStorageAccountOption\": true,\r\n \"osType\": \"Windows\",\r\n \"recoveryPointMoveReadinessInfo\": {\r\n \"ArchivedRP\": {\r\n \"isReadyForMove\": false,\r\n \"additionalInfo\": \"Recovery point cannot be moved to Archive tier due to insufficient retention duration specified in policy.. Update policy on the protected item with appropriate retention setting and try again.\"\r\n }\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0/protectedItems/VM;iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0/recoveryPoints/24815325309737\",\r\n \"name\": \"24815325309737\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints\",\r\n \"properties\": {\r\n \"objectType\": \"IaasVMRecoveryPoint\",\r\n \"recoveryPointType\": \"AppConsistent\",\r\n \"recoveryPointTime\": \"2021-04-20T09:09:34.8120312Z\",\r\n \"recoveryPointAdditionalInfo\": \"\",\r\n \"sourceVMStorageType\": \"NormalStorage\",\r\n \"isSourceVMEncrypted\": false,\r\n \"isInstantIlrSessionActive\": false,\r\n \"recoveryPointTierDetails\": [\r\n {\r\n \"type\": 1,\r\n \"status\": 1\r\n },\r\n {\r\n \"type\": 2,\r\n \"status\": 1\r\n }\r\n ],\r\n \"isManagedVirtualMachine\": false,\r\n \"virtualMachineSize\": \"Standard_D1\",\r\n \"originalStorageAccountOption\": true,\r\n \"osType\": \"Windows\",\r\n \"recoveryPointMoveReadinessInfo\": {\r\n \"ArchivedRP\": {\r\n \"isReadyForMove\": false,\r\n \"additionalInfo\": \"Recovery point cannot be moved to Archive tier due to insufficient retention duration specified in policy.. Update policy on the protected item with appropriate retention setting and try again.\"\r\n }\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resources?$filter=resourceType%20eq%20'Microsoft.ClassicStorage%2FstorageAccounts'&api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlcz8kZmlsdGVyPXJlc291cmNlVHlwZSUyMGVxJTIwJ01pY3Jvc29mdC5DbGFzc2ljU3RvcmFnZSUyRnN0b3JhZ2VBY2NvdW50cycmYXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resources?$filter=resourceType%20eq%20'Microsoft.ClassicStorage%2FstorageAccounts'&api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlcz8kZmlsdGVyPXJlc291cmNlVHlwZSUyMGVxJTIwJ01pY3Jvc29mdC5DbGFzc2ljU3RvcmFnZSUyRnN0b3JhZ2VBY2NvdW50cycmYXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e3f0166-c8ec-47be-afa2-0745b380bccf" + "aee322ad-9493-4194-927e-0a5a7a9e9754" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" ] }, "ResponseHeaders": { @@ -9210,16 +9160,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11996" ], "x-ms-request-id": [ - "993d284e-18c4-40bc-ab30-b26d515d99e9" + "a2150d94-f68c-49c6-acaa-87b3ec9ae2d2" ], "x-ms-correlation-request-id": [ - "993d284e-18c4-40bc-ab30-b26d515d99e9" + "a2150d94-f68c-49c6-acaa-87b3ec9ae2d2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T085825Z:993d284e-18c4-40bc-ab30-b26d515d99e9" + "CENTRALUSEUAP:20210420T094003Z:a2150d94-f68c-49c6-acaa-87b3ec9ae2d2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9228,7 +9178,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 08:58:25 GMT" + "Tue, 20 Apr 2021 09:40:03 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -9237,29 +9187,29 @@ "-1" ], "Content-Length": [ - "268" + "564" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing/providers/Microsoft.ClassicStorage/storageAccounts/iaasextstore2\",\r\n \"name\": \"iaasextstore2\",\r\n \"type\": \"Microsoft.ClassicStorage/storageAccounts\",\r\n \"location\": \"southeastasia\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/vsarg-sea-RS-1606/providers/Microsoft.ClassicStorage/storageAccounts/vsargsears16068893\",\r\n \"name\": \"vsargsears16068893\",\r\n \"type\": \"Microsoft.ClassicStorage/storageAccounts\",\r\n \"location\": \"southeastasia\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/DefaultResourceGroup-SEA/providers/Microsoft.ClassicStorage/storageAccounts/seabvtdibz1dccons9kt6t\",\r\n \"name\": \"seabvtdibz1dccons9kt6t\",\r\n \"type\": \"Microsoft.ClassicStorage/storageAccounts\",\r\n \"location\": \"southeastasia\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resources?$filter=resourceType%20eq%20'Microsoft.Storage%2FstorageAccounts'&api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlcz8kZmlsdGVyPXJlc291cmNlVHlwZSUyMGVxJTIwJ01pY3Jvc29mdC5TdG9yYWdlJTJGc3RvcmFnZUFjY291bnRzJyZhcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resources?$filter=resourceType%20eq%20'Microsoft.ClassicStorage%2FstorageAccounts'&api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlcz8kZmlsdGVyPXJlc291cmNlVHlwZSUyMGVxJTIwJ01pY3Jvc29mdC5DbGFzc2ljU3RvcmFnZSUyRnN0b3JhZ2VBY2NvdW50cycmYXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e3f0166-c8ec-47be-afa2-0745b380bccf" + "19383552-d979-4e86-9cf7-b5780cd268a8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" ] }, "ResponseHeaders": { @@ -9273,13 +9223,13 @@ "11998" ], "x-ms-request-id": [ - "9e0277cc-ffc4-4871-be37-50008350dcaf" + "9325b984-fad0-4515-a763-dc1421f4f2a5" ], "x-ms-correlation-request-id": [ - "9e0277cc-ffc4-4871-be37-50008350dcaf" + "9325b984-fad0-4515-a763-dc1421f4f2a5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T085825Z:9e0277cc-ffc4-4871-be37-50008350dcaf" + "CENTRALUSEUAP:20210420T094724Z:9325b984-fad0-4515-a763-dc1421f4f2a5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9288,7 +9238,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 08:58:25 GMT" + "Tue, 20 Apr 2021 09:47:24 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -9297,35 +9247,155 @@ "-1" ], "Content-Length": [ - "8980" + "564" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/afstests/providers/Microsoft.Storage/storageAccounts/afsbackupsa\",\r\n \"name\": \"afsbackupsa\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Owner\": \"sarath\",\r\n \"Purpose\": \" BVT\",\r\n \"DeleteBy\": \"01-2025\",\r\n \"AutoShutdown\": \"No\",\r\n \"MAB Used\": \" Yes\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/afstests/providers/Microsoft.Storage/storageAccounts/afsnavigationtest\",\r\n \"name\": \"afsnavigationtest\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MABUsed\": \"Yes\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/afstests/providers/Microsoft.Storage/storageAccounts/afstbackuptestsa\",\r\n \"name\": \"afstbackuptestsa\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MABUsed\": \"Yes\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/akkanaseZRS/providers/Microsoft.Storage/storageAccounts/akanasezrsstorag\",\r\n \"name\": \"akanasezrsstorag\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"Purpose\": \"Testing\",\r\n \"Owner\": \"akkanase\",\r\n \"Mab Used\": \"yes\",\r\n \"DeleteBy\": \"01-2025\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/Blob-Backup/providers/Microsoft.Storage/storageAccounts/testblobbackup\",\r\n \"name\": \"testblobbackup\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.encryptedvm/providers/Microsoft.Storage/storageAccounts/iaasvmencryptedvmdiag170\",\r\n \"name\": \"iaasvmencryptedvmdiag170\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MABUsed\": \"Yes\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing/providers/Microsoft.Storage/storageAccounts/iaasextstore1\",\r\n \"name\": \"iaasextstore1\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MABUsed\": \"Yes\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing/providers/Microsoft.Storage/storageAccounts/iaasvmexistingdiag1\",\r\n \"name\": \"iaasvmexistingdiag1\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MABUsed\": \"Yes\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing.crr/providers/Microsoft.Storage/storageAccounts/iaasvmexistingcrr\",\r\n \"name\": \"iaasvmexistingcrr\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing.crr/providers/Microsoft.Storage/storageAccounts/iaasvmexistingcrrdiag\",\r\n \"name\": \"iaasvmexistingcrrdiag\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"MAB Used\": \"Yes\",\r\n \"DeleteBy\": \"01-2030\",\r\n \"Delete By\": \"01-2030\",\r\n \"Owner\": \"chgonugu\",\r\n \"Purpose\": \"Testing\",\r\n \"AutoShutdown\": \"false\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing.crr/providers/Microsoft.Storage/storageAccounts/iaasvmexistingcrrdiag112\",\r\n \"name\": \"iaasvmexistingcrrdiag112\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"Owner\": \"chgonugu\",\r\n \"Purpose\": \"Testing\",\r\n \"MabUsed\": \"Yes\",\r\n \"DeleteBy\": \"01-2025\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.new/providers/Microsoft.Storage/storageAccounts/iaasnewstore1\",\r\n \"name\": \"iaasnewstore1\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MABUsed\": \"Yes\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.new/providers/Microsoft.Storage/storageAccounts/iaasvmnewdiag1\",\r\n \"name\": \"iaasvmnewdiag1\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MABUsed\": \"Yes\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvmhanaworkload.existing/providers/Microsoft.Storage/storageAccounts/iaasvmhanaworkloadexisti\",\r\n \"name\": \"iaasvmhanaworkloadexisti\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"AutoShutdown\": \"No\",\r\n \"BVT Used\": \"Yes\",\r\n \"Owner\": \"chgonugu\",\r\n \"Purpose\": \"BVT\",\r\n \"DeleteBy\": \"01-2030\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/IaasVMNavigationTest-RG/providers/Microsoft.Storage/storageAccounts/aasavigationestdiag\",\r\n \"name\": \"aasavigationestdiag\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MABUsed\": \"Yes\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/IaasVMNavigationTest-RG/providers/Microsoft.Storage/storageAccounts/iaasvmnavigationstore\",\r\n \"name\": \"iaasvmnavigationstore\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MABUsed\": \"Yes\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvmsqlworkload.existing.crr/providers/Microsoft.Storage/storageAccounts/iaasvmsqlworkloadexistin\",\r\n \"name\": \"iaasvmsqlworkloadexistin\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"Owner\": \"chgonugu\",\r\n \"Purpose\": \"BVT\",\r\n \"MabUsed\": \"Yes\",\r\n \"DeleteBy\": \"12-2099\",\r\n \"AutoShutdown\": \"No\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtestrg/providers/Microsoft.Storage/storageAccounts/psbvtsa2\",\r\n \"name\": \"psbvtsa2\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtestrg/providers/Microsoft.Storage/storageAccounts/pscloudtestrgdiag\",\r\n \"name\": \"pscloudtestrgdiag\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MAB Used\": \" Yes\",\r\n \"MABUsed\": \" Yes\",\r\n \"DeleteBy\": \"01-2030\",\r\n \"Purpose\": \"PS bvt\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutdown\": \"No\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG54bdf8da/providers/Microsoft.Storage/storageAccounts/pstestsa54bdf8da\",\r\n \"name\": \"pstestsa54bdf8da\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Storage/storageAccounts/pstestsa806beba5\",\r\n \"name\": \"pstestsa806beba5\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"name\": \"pstestsa8895\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstesttargetsa8895\",\r\n \"name\": \"pstesttargetsa8895\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstesttargetsa8896\",\r\n \"name\": \"pstesttargetsa8896\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/sambit_rg/providers/Microsoft.Storage/storageAccounts/sarathsa3\",\r\n \"name\": \"sarathsa3\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {}\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/vsarg-sea-RS-1606/providers/Microsoft.ClassicStorage/storageAccounts/vsargsears16068893\",\r\n \"name\": \"vsargsears16068893\",\r\n \"type\": \"Microsoft.ClassicStorage/storageAccounts\",\r\n \"location\": \"southeastasia\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/DefaultResourceGroup-SEA/providers/Microsoft.ClassicStorage/storageAccounts/seabvtdibz1dccons9kt6t\",\r\n \"name\": \"seabvtdibz1dccons9kt6t\",\r\n \"type\": \"Microsoft.ClassicStorage/storageAccounts\",\r\n \"location\": \"southeastasia\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg806beba5%3Bpstestvm806be0/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg806beba5%3Bpstestvm806be0/recoveryPoints/39034765258894/restore?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmc4MDZiZWJhNSUzQnBzdGVzdHZtODA2YmUwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzgwNmJlYmE1JTNCcHN0ZXN0dm04MDZiZTAvcmVjb3ZlcnlQb2ludHMvMzkwMzQ3NjUyNTg4OTQvcmVzdG9yZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resources?$filter=resourceType%20eq%20'Microsoft.Storage%2FstorageAccounts'&api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlcz8kZmlsdGVyPXJlc291cmNlVHlwZSUyMGVxJTIwJ01pY3Jvc29mdC5TdG9yYWdlJTJGc3RvcmFnZUFjY291bnRzJyZhcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "aee322ad-9493-4194-927e-0a5a7a9e9754" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-request-id": [ + "87daeaf6-8b5b-4144-9455-d5947dd2736f" + ], + "x-ms-correlation-request-id": [ + "87daeaf6-8b5b-4144-9455-d5947dd2736f" + ], + "x-ms-routing-request-id": [ + "CENTRALUSEUAP:20210420T094004Z:87daeaf6-8b5b-4144-9455-d5947dd2736f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 20 Apr 2021 09:40:03 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "17473" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/bvtsa\",\r\n \"name\": \"bvtsa\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"DeleteBy\": \"01-2025\",\r\n \"Owner\": \"sarath\",\r\n \"Purpose\": \" BVT\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/sa20200408\",\r\n \"name\": \"sa20200408\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/shswain-rg-donotuse/providers/Microsoft.Storage/storageAccounts/shswainrgdonotusedisks\",\r\n \"name\": \"shswainrgdonotusedisks\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Owner\": \"shswain\",\r\n \"Purpose\": \"Dev Testing\",\r\n \"DeleteBy\": \"12-2022\",\r\n \"MAB Used\": \"Yes\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/anagrarg/providers/Microsoft.Storage/storageAccounts/fsintegsa\",\r\n \"name\": \"fsintegsa\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/anagrarg/providers/Microsoft.Storage/storageAccounts/dnwjfewkfewnjf\",\r\n \"name\": \"dnwjfewkfewnjf\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/ContainerAutoProtection/providers/Microsoft.Storage/storageAccounts/containerautoprotectiond\",\r\n \"name\": \"containerautoprotectiond\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MAB Used\": \"Yes\",\r\n \"DeleteBy\": \"01-2021\",\r\n \"AutoShutdown\": \"No\",\r\n \"Owner\": \"shrja\",\r\n \"Purpose\": \"testing\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/ContainerAutoProtection/providers/Microsoft.Storage/storageAccounts/containerautoprotecti667\",\r\n \"name\": \"containerautoprotecti667\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"11-2020\",\r\n \"Owner\": \"shrja\",\r\n \"MabUsed\": \"Yes\",\r\n \"Purpose\": \"Testing\",\r\n \"AutoShutdown\": \"No\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/ContainerAutoProtection/providers/Microsoft.Storage/storageAccounts/containerautoprotecti215\",\r\n \"name\": \"containerautoprotecti215\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"01-2021\",\r\n \"Owner\": \"shrja\",\r\n \"Mab Used\": \"Yes\",\r\n \"AutoShutdown\": \"No\",\r\n \"Purpose\": \"Testing\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/shrja2008_group/providers/Microsoft.Storage/storageAccounts/shrja2008groupdiag\",\r\n \"name\": \"shrja2008groupdiag\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"01-2021\",\r\n \"Mab Used\": \"Yes\",\r\n \"Owner\": \"Shrja\",\r\n \"Purpose\": \"Testing\",\r\n \"Auto Shutdown\": \"No\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/shrja2008_group/providers/Microsoft.Storage/storageAccounts/shrja2008groupdisks\",\r\n \"name\": \"shrja2008groupdisks\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"01-2021\",\r\n \"Mab Used\": \"Yes\",\r\n \"Owner\": \"Shrja\",\r\n \"Purpose\": \"Testing\",\r\n \"Auto Shutdown\": \"No\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/sarathtestsa\",\r\n \"name\": \"sarathtestsa\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/sagermanywc\",\r\n \"name\": \"sagermanywc\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"germanywestcentral\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/sdkrg/providers/Microsoft.Storage/storageAccounts/sdkrgdiag847\",\r\n \"name\": \"sdkrgdiag847\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"DeleteBy\": \"01-2025\",\r\n \"Owner\": \"sarath\",\r\n \"MABUsed\": \" Yes\",\r\n \"Purpose\": \" BVT\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/Blob-Backup/providers/Microsoft.Storage/storageAccounts/mabblobbackuptest\",\r\n \"name\": \"mabblobbackuptest\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"MAB Used\": \"Yes\",\r\n \"Owner\": \"nilsha\",\r\n \"Delete By\": \"12-2099\",\r\n \"Purpose\": \"Testing\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/hiaga-rg/providers/Microsoft.Storage/storageAccounts/pscmdlets\",\r\n \"name\": \"pscmdlets\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"pscmd\": \"pscmd\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/afssoftdeleterg/providers/Microsoft.Storage/storageAccounts/softdeletesa\",\r\n \"name\": \"softdeletesa\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"Owner\": \"sarath\",\r\n \"MABUsed\": \"Yes\",\r\n \"Purpose\": \" Testing\",\r\n \"DeleteBy\": \"05-2021\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/00prjai32tb/providers/Microsoft.Storage/storageAccounts/00prjai32tbdiag\",\r\n \"name\": \"00prjai32tbdiag\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Owner\": \"mkherani\",\r\n \"Purpose\": \"SoftDeleteTesting\",\r\n \"MAB Used\": \"Yes\",\r\n \"DeleteBy\": \"08-2019\",\r\n \"AutoShutdown\": \"Yes\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/ASEBVTRG/providers/Microsoft.Storage/storageAccounts/asebvtrgdiag\",\r\n \"name\": \"asebvtrgdiag\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MAB Used\": \"Yes\",\r\n \"Owner\": \"nilsha\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/ASEBVTRG/providers/Microsoft.Storage/storageAccounts/asebvtrgdiag506\",\r\n \"name\": \"asebvtrgdiag506\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"MAB Used\": \"Yes\",\r\n \"Owner\": \"nilsha\",\r\n \"Purpose\": \"BVT\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/chandrikarg/providers/Microsoft.Storage/storageAccounts/chandrikargdiag444\",\r\n \"name\": \"chandrikargdiag444\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"Owner\": \"chgonugu\",\r\n \"Purpose\": \"Testing\",\r\n \"MAB Used\": \"Yes\",\r\n \"Delete By\": \"12-2019\",\r\n \"MABUsed\": \"Yes\",\r\n \"DeleteBy\": \"12-2019\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/IgniteRG/providers/Microsoft.Storage/storageAccounts/ignitergdisks316\",\r\n \"name\": \"ignitergdisks316\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/IgniteRG/providers/Microsoft.Storage/storageAccounts/ignitergdiag402\",\r\n \"name\": \"ignitergdiag402\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/mkheranipfs/providers/Microsoft.Storage/storageAccounts/mkheranipfs\",\r\n \"name\": \"mkheranipfs\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"kind\": \"FileStorage\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/mkheranirg/providers/Microsoft.Storage/storageAccounts/mkheranitestsa\",\r\n \"name\": \"mkheranitestsa\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MABUsed\": \"Yes\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/mkheranisd02/providers/Microsoft.Storage/storageAccounts/mkheranisd02diag\",\r\n \"name\": \"mkheranisd02diag\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MAB Used\": \" Yes\",\r\n \"Owner\": \"mkherani\",\r\n \"DeleteBy\": \"09/20\",\r\n \"AutoShutdown\": \"Yes\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/Nilay-RG/providers/Microsoft.Storage/storageAccounts/nilshaafstest\",\r\n \"name\": \"nilshaafstest\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MAB Used\": \" Yes\",\r\n \"Delete By\": \"05-2099\",\r\n \"Owner\": \"nilsha\",\r\n \"Purpose\": \" Testing\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/pstestFSRG3rty7d7s/providers/Microsoft.Storage/storageAccounts/pstestsa3rty7d7s\",\r\n \"name\": \"pstestsa3rty7d7s\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/pstestrestoreseacan/providers/Microsoft.Storage/storageAccounts/pstestrestoreseacan\",\r\n \"name\": \"pstestrestoreseacan\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/pstestwlRG1bca8/providers/Microsoft.Storage/storageAccounts/pstestwlrg1bca8diag\",\r\n \"name\": \"pstestwlrg1bca8diag\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Mab Used\": \"Yes\",\r\n \"MABUsed\": \"Yes\",\r\n \"Owner\": \"sisi\",\r\n \"DeleteBy\": \"12-2099\",\r\n \"Purpose\": \"PS bvt\",\r\n \"AutoShutdown\": \"No\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/sam-rg-sea-can/providers/Microsoft.Storage/storageAccounts/samsaseacan\",\r\n \"name\": \"samsaseacan\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/pstestsa6\",\r\n \"name\": \"pstestsa6\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/sarathsa123\",\r\n \"name\": \"sarathsa123\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/sambitsa\",\r\n \"name\": \"sambitsa\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/sarathsa\",\r\n \"name\": \"sarathsa\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/securitydata/providers/Microsoft.Storage/storageAccounts/da1675centralus\",\r\n \"name\": \"da1675centralus\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"centralus\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/sdkrg/providers/Microsoft.Storage/storageAccounts/sdksa\",\r\n \"name\": \"sdksa\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"westus\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/securitydata/providers/Microsoft.Storage/storageAccounts/da1675eastus\",\r\n \"name\": \"da1675eastus\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/securitydata/providers/Microsoft.Storage/storageAccounts/da1675southeastasia\",\r\n \"name\": \"da1675southeastasia\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/securitydata/providers/Microsoft.Storage/storageAccounts/da1675westcentralus\",\r\n \"name\": \"da1675westcentralus\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/sdkrg/providers/Microsoft.Storage/storageAccounts/sdkrgdiag\",\r\n \"name\": \"sdkrgdiag\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"02-2020\",\r\n \"owner\": \"sarath\",\r\n \"Purpose\": \" Testing\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/securitydata/providers/Microsoft.Storage/storageAccounts/da1675westus\",\r\n \"name\": \"da1675westus\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"westus\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/securitydata/providers/Microsoft.Storage/storageAccounts/da1675eastus2euap\",\r\n \"name\": \"da1675eastus2euap\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/securitydata/providers/Microsoft.Storage/storageAccounts/da1675westeurope\",\r\n \"name\": \"da1675westeurope\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/securitydata/providers/Microsoft.Storage/storageAccounts/da1675southindia\",\r\n \"name\": \"da1675southindia\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"southindia\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/sisi-RSV/providers/Microsoft.Storage/storageAccounts/pstestsaa\",\r\n \"name\": \"pstestsaa\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"westus\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/sisi-RSV/providers/Microsoft.Storage/storageAccounts/sisisa\",\r\n \"name\": \"sisisa\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"westus\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/akneema/providers/Microsoft.Storage/storageAccounts/akneemastorageaccount\",\r\n \"name\": \"akneemastorageaccount\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"MABUsed\": \"Yes\",\r\n \"Owner\": \"akneema\",\r\n \"Purpose\": \"Testing\",\r\n \"AutoShutdown\": \"No\",\r\n \"DeleteBy\": \"12-9999\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/gesahoo/providers/Microsoft.Storage/storageAccounts/gesahoov2sa\",\r\n \"name\": \"gesahoov2sa\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/akkanaseSdKTesting/providers/Microsoft.Storage/storageAccounts/sdkafstest\",\r\n \"name\": \"sdkafstest\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Mab Used\": \"yes\",\r\n \"Purpose\": \"test\",\r\n \"Owner\": \"akkanase\",\r\n \"DeleteBy\": \"05-2020\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Storage/storageAccounts/pstestsae44ae3d9\",\r\n \"name\": \"pstestsae44ae3d9\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {}\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resources?$filter=resourceType%20eq%20'Microsoft.Storage%2FstorageAccounts'&api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlcz8kZmlsdGVyPXJlc291cmNlVHlwZSUyMGVxJTIwJ01pY3Jvc29mdC5TdG9yYWdlJTJGc3RvcmFnZUFjY291bnRzJyZhcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "19383552-d979-4e86-9cf7-b5780cd268a8" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-request-id": [ + "8e6a3503-4473-4775-a848-8a882b5e20b5" + ], + "x-ms-correlation-request-id": [ + "8e6a3503-4473-4775-a848-8a882b5e20b5" + ], + "x-ms-routing-request-id": [ + "CENTRALUSEUAP:20210420T094725Z:8e6a3503-4473-4775-a848-8a882b5e20b5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 20 Apr 2021 09:47:24 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "17473" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/bvtsa\",\r\n \"name\": \"bvtsa\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"DeleteBy\": \"01-2025\",\r\n \"Owner\": \"sarath\",\r\n \"Purpose\": \" BVT\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/sa20200408\",\r\n \"name\": \"sa20200408\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/shswain-rg-donotuse/providers/Microsoft.Storage/storageAccounts/shswainrgdonotusedisks\",\r\n \"name\": \"shswainrgdonotusedisks\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Owner\": \"shswain\",\r\n \"Purpose\": \"Dev Testing\",\r\n \"DeleteBy\": \"12-2022\",\r\n \"MAB Used\": \"Yes\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/anagrarg/providers/Microsoft.Storage/storageAccounts/fsintegsa\",\r\n \"name\": \"fsintegsa\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/anagrarg/providers/Microsoft.Storage/storageAccounts/dnwjfewkfewnjf\",\r\n \"name\": \"dnwjfewkfewnjf\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/ContainerAutoProtection/providers/Microsoft.Storage/storageAccounts/containerautoprotectiond\",\r\n \"name\": \"containerautoprotectiond\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MAB Used\": \"Yes\",\r\n \"DeleteBy\": \"01-2021\",\r\n \"AutoShutdown\": \"No\",\r\n \"Owner\": \"shrja\",\r\n \"Purpose\": \"testing\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/ContainerAutoProtection/providers/Microsoft.Storage/storageAccounts/containerautoprotecti667\",\r\n \"name\": \"containerautoprotecti667\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"11-2020\",\r\n \"Owner\": \"shrja\",\r\n \"MabUsed\": \"Yes\",\r\n \"Purpose\": \"Testing\",\r\n \"AutoShutdown\": \"No\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/ContainerAutoProtection/providers/Microsoft.Storage/storageAccounts/containerautoprotecti215\",\r\n \"name\": \"containerautoprotecti215\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"01-2021\",\r\n \"Owner\": \"shrja\",\r\n \"Mab Used\": \"Yes\",\r\n \"AutoShutdown\": \"No\",\r\n \"Purpose\": \"Testing\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/shrja2008_group/providers/Microsoft.Storage/storageAccounts/shrja2008groupdiag\",\r\n \"name\": \"shrja2008groupdiag\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"01-2021\",\r\n \"Mab Used\": \"Yes\",\r\n \"Owner\": \"Shrja\",\r\n \"Purpose\": \"Testing\",\r\n \"Auto Shutdown\": \"No\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/shrja2008_group/providers/Microsoft.Storage/storageAccounts/shrja2008groupdisks\",\r\n \"name\": \"shrja2008groupdisks\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"01-2021\",\r\n \"Mab Used\": \"Yes\",\r\n \"Owner\": \"Shrja\",\r\n \"Purpose\": \"Testing\",\r\n \"Auto Shutdown\": \"No\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/sarathtestsa\",\r\n \"name\": \"sarathtestsa\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/sagermanywc\",\r\n \"name\": \"sagermanywc\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"germanywestcentral\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/sdkrg/providers/Microsoft.Storage/storageAccounts/sdkrgdiag847\",\r\n \"name\": \"sdkrgdiag847\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"DeleteBy\": \"01-2025\",\r\n \"Owner\": \"sarath\",\r\n \"MABUsed\": \" Yes\",\r\n \"Purpose\": \" BVT\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/Blob-Backup/providers/Microsoft.Storage/storageAccounts/mabblobbackuptest\",\r\n \"name\": \"mabblobbackuptest\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"MAB Used\": \"Yes\",\r\n \"Owner\": \"nilsha\",\r\n \"Delete By\": \"12-2099\",\r\n \"Purpose\": \"Testing\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/hiaga-rg/providers/Microsoft.Storage/storageAccounts/pscmdlets\",\r\n \"name\": \"pscmdlets\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"pscmd\": \"pscmd\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/afssoftdeleterg/providers/Microsoft.Storage/storageAccounts/softdeletesa\",\r\n \"name\": \"softdeletesa\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"Owner\": \"sarath\",\r\n \"MABUsed\": \"Yes\",\r\n \"Purpose\": \" Testing\",\r\n \"DeleteBy\": \"05-2021\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/00prjai32tb/providers/Microsoft.Storage/storageAccounts/00prjai32tbdiag\",\r\n \"name\": \"00prjai32tbdiag\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Owner\": \"mkherani\",\r\n \"Purpose\": \"SoftDeleteTesting\",\r\n \"MAB Used\": \"Yes\",\r\n \"DeleteBy\": \"08-2019\",\r\n \"AutoShutdown\": \"Yes\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/ASEBVTRG/providers/Microsoft.Storage/storageAccounts/asebvtrgdiag\",\r\n \"name\": \"asebvtrgdiag\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MAB Used\": \"Yes\",\r\n \"Owner\": \"nilsha\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/ASEBVTRG/providers/Microsoft.Storage/storageAccounts/asebvtrgdiag506\",\r\n \"name\": \"asebvtrgdiag506\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"MAB Used\": \"Yes\",\r\n \"Owner\": \"nilsha\",\r\n \"Purpose\": \"BVT\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/chandrikarg/providers/Microsoft.Storage/storageAccounts/chandrikargdiag444\",\r\n \"name\": \"chandrikargdiag444\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"Owner\": \"chgonugu\",\r\n \"Purpose\": \"Testing\",\r\n \"MAB Used\": \"Yes\",\r\n \"Delete By\": \"12-2019\",\r\n \"MABUsed\": \"Yes\",\r\n \"DeleteBy\": \"12-2019\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/IgniteRG/providers/Microsoft.Storage/storageAccounts/ignitergdisks316\",\r\n \"name\": \"ignitergdisks316\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/IgniteRG/providers/Microsoft.Storage/storageAccounts/ignitergdiag402\",\r\n \"name\": \"ignitergdiag402\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/mkheranipfs/providers/Microsoft.Storage/storageAccounts/mkheranipfs\",\r\n \"name\": \"mkheranipfs\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"kind\": \"FileStorage\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/mkheranirg/providers/Microsoft.Storage/storageAccounts/mkheranitestsa\",\r\n \"name\": \"mkheranitestsa\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MABUsed\": \"Yes\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/mkheranisd02/providers/Microsoft.Storage/storageAccounts/mkheranisd02diag\",\r\n \"name\": \"mkheranisd02diag\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MAB Used\": \" Yes\",\r\n \"Owner\": \"mkherani\",\r\n \"DeleteBy\": \"09/20\",\r\n \"AutoShutdown\": \"Yes\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/Nilay-RG/providers/Microsoft.Storage/storageAccounts/nilshaafstest\",\r\n \"name\": \"nilshaafstest\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MAB Used\": \" Yes\",\r\n \"Delete By\": \"05-2099\",\r\n \"Owner\": \"nilsha\",\r\n \"Purpose\": \" Testing\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/pstestFSRG3rty7d7s/providers/Microsoft.Storage/storageAccounts/pstestsa3rty7d7s\",\r\n \"name\": \"pstestsa3rty7d7s\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/pstestrestoreseacan/providers/Microsoft.Storage/storageAccounts/pstestrestoreseacan\",\r\n \"name\": \"pstestrestoreseacan\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/pstestwlRG1bca8/providers/Microsoft.Storage/storageAccounts/pstestwlrg1bca8diag\",\r\n \"name\": \"pstestwlrg1bca8diag\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Mab Used\": \"Yes\",\r\n \"MABUsed\": \"Yes\",\r\n \"Owner\": \"sisi\",\r\n \"DeleteBy\": \"12-2099\",\r\n \"Purpose\": \"PS bvt\",\r\n \"AutoShutdown\": \"No\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/sam-rg-sea-can/providers/Microsoft.Storage/storageAccounts/samsaseacan\",\r\n \"name\": \"samsaseacan\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/pstestsa6\",\r\n \"name\": \"pstestsa6\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/sarathsa123\",\r\n \"name\": \"sarathsa123\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/sambitsa\",\r\n \"name\": \"sambitsa\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/sarath-rg/providers/Microsoft.Storage/storageAccounts/sarathsa\",\r\n \"name\": \"sarathsa\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/securitydata/providers/Microsoft.Storage/storageAccounts/da1675centralus\",\r\n \"name\": \"da1675centralus\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"centralus\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/sdkrg/providers/Microsoft.Storage/storageAccounts/sdksa\",\r\n \"name\": \"sdksa\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"westus\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/securitydata/providers/Microsoft.Storage/storageAccounts/da1675eastus\",\r\n \"name\": \"da1675eastus\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/securitydata/providers/Microsoft.Storage/storageAccounts/da1675southeastasia\",\r\n \"name\": \"da1675southeastasia\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/securitydata/providers/Microsoft.Storage/storageAccounts/da1675westcentralus\",\r\n \"name\": \"da1675westcentralus\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/sdkrg/providers/Microsoft.Storage/storageAccounts/sdkrgdiag\",\r\n \"name\": \"sdkrgdiag\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"02-2020\",\r\n \"owner\": \"sarath\",\r\n \"Purpose\": \" Testing\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/securitydata/providers/Microsoft.Storage/storageAccounts/da1675westus\",\r\n \"name\": \"da1675westus\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"westus\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/securitydata/providers/Microsoft.Storage/storageAccounts/da1675eastus2euap\",\r\n \"name\": \"da1675eastus2euap\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/securitydata/providers/Microsoft.Storage/storageAccounts/da1675westeurope\",\r\n \"name\": \"da1675westeurope\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/securitydata/providers/Microsoft.Storage/storageAccounts/da1675southindia\",\r\n \"name\": \"da1675southindia\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"southindia\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/sisi-RSV/providers/Microsoft.Storage/storageAccounts/pstestsaa\",\r\n \"name\": \"pstestsaa\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"westus\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/sisi-RSV/providers/Microsoft.Storage/storageAccounts/sisisa\",\r\n \"name\": \"sisisa\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"westus\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/akneema/providers/Microsoft.Storage/storageAccounts/akneemastorageaccount\",\r\n \"name\": \"akneemastorageaccount\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"MABUsed\": \"Yes\",\r\n \"Owner\": \"akneema\",\r\n \"Purpose\": \"Testing\",\r\n \"AutoShutdown\": \"No\",\r\n \"DeleteBy\": \"12-9999\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/gesahoo/providers/Microsoft.Storage/storageAccounts/gesahoov2sa\",\r\n \"name\": \"gesahoov2sa\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/akkanaseSdKTesting/providers/Microsoft.Storage/storageAccounts/sdkafstest\",\r\n \"name\": \"sdkafstest\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Mab Used\": \"yes\",\r\n \"Purpose\": \"test\",\r\n \"Owner\": \"akkanase\",\r\n \"DeleteBy\": \"05-2020\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Storage/storageAccounts/pstestsae44ae3d9\",\r\n \"name\": \"pstestsae44ae3d9\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {}\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrge44ae3d9%3Bpstestvme44ae0/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrge44ae3d9%3Bpstestvme44ae0/recoveryPoints/24815325309737/restore?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdlNDRhZTNkOSUzQnBzdGVzdHZtZTQ0YWUwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2U0NGFlM2Q5JTNCcHN0ZXN0dm1lNDRhZTAvcmVjb3ZlcnlQb2ludHMvMjQ4MTUzMjUzMDk3MzcvcmVzdG9yZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "POST", - "RequestBody": "{\r\n \"properties\": {\r\n \"objectType\": \"IaasVMRestoreRequest\",\r\n \"recoveryPointId\": \"39034765258894\",\r\n \"recoveryType\": \"RestoreDisks\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Compute/virtualMachines/PSTestVM806be0\",\r\n \"storageAccountId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Storage/storageAccounts/pstestsa806beba5\",\r\n \"region\": \"southeastasia\",\r\n \"createNewCloudService\": false,\r\n \"originalStorageAccountOption\": true\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"objectType\": \"IaasVMRestoreRequest\",\r\n \"recoveryPointId\": \"24815325309737\",\r\n \"recoveryType\": \"RestoreDisks\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Compute/virtualMachines/PSTestVMe44ae0\",\r\n \"storageAccountId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Storage/storageAccounts/pstestsae44ae3d9\",\r\n \"region\": \"southeastasia\",\r\n \"createNewCloudService\": false,\r\n \"originalStorageAccountOption\": true,\r\n \"restoreWithManagedDisks\": false\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6e3f0166-c8ec-47be-afa2-0745b380bccf" + "aee322ad-9493-4194-927e-0a5a7a9e9754" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "605" + "644" ] }, "ResponseHeaders": { @@ -9336,23 +9406,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0/protectedItems/VM;iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0/operationResults/81a6900d-0e62-4959-afc3-d3f5f91a63f7?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0/protectedItems/VM;iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0/operationResults/e90ef822-3b63-420d-a81f-048dd28d5651?api-version=2021-01-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0/protectedItems/VM;iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0/operationsStatus/81a6900d-0e62-4959-afc3-d3f5f91a63f7?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0/protectedItems/VM;iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0/operationsStatus/e90ef822-3b63-420d-a81f-048dd28d5651?api-version=2021-01-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "8230e0de-e56b-45e5-8d51-871f1a097c7c" + "67795256-deab-4c60-9b90-2b7e3d38cf43" ], "x-ms-client-request-id": [ - "6e3f0166-c8ec-47be-afa2-0745b380bccf", - "6e3f0166-c8ec-47be-afa2-0745b380bccf" + "aee322ad-9493-4194-927e-0a5a7a9e9754", + "aee322ad-9493-4194-927e-0a5a7a9e9754" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9364,13 +9434,13 @@ "1198" ], "x-ms-correlation-request-id": [ - "8230e0de-e56b-45e5-8d51-871f1a097c7c" + "67795256-deab-4c60-9b90-2b7e3d38cf43" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T085829Z:8230e0de-e56b-45e5-8d51-871f1a097c7c" + "CENTRALUSEUAP:20210420T094005Z:67795256-deab-4c60-9b90-2b7e3d38cf43" ], "Date": [ - "Mon, 15 Feb 2021 08:58:29 GMT" + "Tue, 20 Apr 2021 09:40:05 GMT" ], "Expires": [ "-1" @@ -9383,18 +9453,97 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0/protectedItems/VM;iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0/operationsStatus/81a6900d-0e62-4959-afc3-d3f5f91a63f7?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lcjtpYWFzdm1jb250YWluZXJ2Mjtwc3Rlc3RyZzgwNmJlYmE1O3BzdGVzdHZtODA2YmUwL3Byb3RlY3RlZEl0ZW1zL1ZNO2lhYXN2bWNvbnRhaW5lcnYyO3BzdGVzdHJnODA2YmViYTU7cHN0ZXN0dm04MDZiZTAvb3BlcmF0aW9uc1N0YXR1cy84MWE2OTAwZC0wZTYyLTQ5NTktYWZjMy1kM2Y1ZjkxYTYzZjc/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrge44ae3d9%3Bpstestvme44ae0/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrge44ae3d9%3Bpstestvme44ae0/recoveryPoints/24815325309737/restore?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdlNDRhZTNkOSUzQnBzdGVzdHZtZTQ0YWUwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2U0NGFlM2Q5JTNCcHN0ZXN0dm1lNDRhZTAvcmVjb3ZlcnlQb2ludHMvMjQ4MTUzMjUzMDk3MzcvcmVzdG9yZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestMethod": "POST", + "RequestBody": "{\r\n \"properties\": {\r\n \"objectType\": \"IaasVMRestoreRequest\",\r\n \"recoveryPointId\": \"24815325309737\",\r\n \"recoveryType\": \"RestoreDisks\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Compute/virtualMachines/PSTestVMe44ae0\",\r\n \"storageAccountId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Storage/storageAccounts/pstestsae44ae3d9\",\r\n \"region\": \"southeastasia\",\r\n \"createNewCloudService\": false,\r\n \"originalStorageAccountOption\": false,\r\n \"restoreWithManagedDisks\": true\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "19383552-d979-4e86-9cf7-b5780cd268a8" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "644" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0/protectedItems/VM;iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0/operationResults/2c0aadc7-1876-4ecb-8ef8-e59f938dbeed?api-version=2021-01-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0/protectedItems/VM;iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0/operationsStatus/2c0aadc7-1876-4ecb-8ef8-e59f938dbeed?api-version=2021-01-01" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "db288e78-2e37-4351-83bd-7865cb5e8432" + ], + "x-ms-client-request-id": [ + "19383552-d979-4e86-9cf7-b5780cd268a8", + "19383552-d979-4e86-9cf7-b5780cd268a8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1197" + ], + "x-ms-correlation-request-id": [ + "db288e78-2e37-4351-83bd-7865cb5e8432" + ], + "x-ms-routing-request-id": [ + "CENTRALUSEUAP:20210420T094726Z:db288e78-2e37-4351-83bd-7865cb5e8432" + ], + "Date": [ + "Tue, 20 Apr 2021 09:47:25 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0/protectedItems/VM;iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0/operationsStatus/e90ef822-3b63-420d-a81f-048dd28d5651?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lcjtpYWFzdm1jb250YWluZXJ2Mjtwc3Rlc3RyZ2U0NGFlM2Q5O3BzdGVzdHZtZTQ0YWUwL3Byb3RlY3RlZEl0ZW1zL1ZNO2lhYXN2bWNvbnRhaW5lcnYyO3BzdGVzdHJnZTQ0YWUzZDk7cHN0ZXN0dm1lNDRhZTAvb3BlcmF0aW9uc1N0YXR1cy9lOTBlZjgyMi0zYjYzLTQyMGQtYTgxZi0wNDhkZDI4ZDU2NTE/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e3f0166-c8ec-47be-afa2-0745b380bccf" + "aee322ad-9493-4194-927e-0a5a7a9e9754" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -9409,32 +9558,32 @@ "nosniff" ], "x-ms-request-id": [ - "8a22b094-8a01-487c-8075-aa671c0611b6" + "63c2683d-4905-42b0-bb3a-bb92cc39eed0" ], "x-ms-client-request-id": [ - "6e3f0166-c8ec-47be-afa2-0745b380bccf", - "6e3f0166-c8ec-47be-afa2-0745b380bccf" + "aee322ad-9493-4194-927e-0a5a7a9e9754", + "aee322ad-9493-4194-927e-0a5a7a9e9754" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "149" - ], "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "149" + ], "x-ms-correlation-request-id": [ - "8a22b094-8a01-487c-8075-aa671c0611b6" + "63c2683d-4905-42b0-bb3a-bb92cc39eed0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T085929Z:8a22b094-8a01-487c-8075-aa671c0611b6" + "CENTRALUSEUAP:20210420T094107Z:63c2683d-4905-42b0-bb3a-bb92cc39eed0" ], "Date": [ - "Mon, 15 Feb 2021 08:59:28 GMT" + "Tue, 20 Apr 2021 09:41:06 GMT" ], "Content-Length": [ "304" @@ -9446,22 +9595,22 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"81a6900d-0e62-4959-afc3-d3f5f91a63f7\",\r\n \"name\": \"81a6900d-0e62-4959-afc3-d3f5f91a63f7\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T08:58:26.1189148Z\",\r\n \"endTime\": \"2021-02-15T08:58:26.1189148Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"81a6900d-0e62-4959-afc3-d3f5f91a63f7\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"e90ef822-3b63-420d-a81f-048dd28d5651\",\r\n \"name\": \"e90ef822-3b63-420d-a81f-048dd28d5651\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-04-20T09:40:05.2125315Z\",\r\n \"endTime\": \"2021-04-20T09:40:05.2125315Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"e90ef822-3b63-420d-a81f-048dd28d5651\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0/protectedItems/VM;iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0/operationResults/81a6900d-0e62-4959-afc3-d3f5f91a63f7?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lcjtpYWFzdm1jb250YWluZXJ2Mjtwc3Rlc3RyZzgwNmJlYmE1O3BzdGVzdHZtODA2YmUwL3Byb3RlY3RlZEl0ZW1zL1ZNO2lhYXN2bWNvbnRhaW5lcnYyO3BzdGVzdHJnODA2YmViYTU7cHN0ZXN0dm04MDZiZTAvb3BlcmF0aW9uUmVzdWx0cy84MWE2OTAwZC0wZTYyLTQ5NTktYWZjMy1kM2Y1ZjkxYTYzZjc/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0/protectedItems/VM;iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0/operationResults/e90ef822-3b63-420d-a81f-048dd28d5651?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lcjtpYWFzdm1jb250YWluZXJ2Mjtwc3Rlc3RyZ2U0NGFlM2Q5O3BzdGVzdHZtZTQ0YWUwL3Byb3RlY3RlZEl0ZW1zL1ZNO2lhYXN2bWNvbnRhaW5lcnYyO3BzdGVzdHJnZTQ0YWUzZDk7cHN0ZXN0dm1lNDRhZTAvb3BlcmF0aW9uUmVzdWx0cy9lOTBlZjgyMi0zYjYzLTQyMGQtYTgxZi0wNDhkZDI4ZDU2NTE/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e3f0166-c8ec-47be-afa2-0745b380bccf" + "aee322ad-9493-4194-927e-0a5a7a9e9754" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -9476,17 +9625,17 @@ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0/protectedItems/VM;iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0/operationsStatus/81a6900d-0e62-4959-afc3-d3f5f91a63f7?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0/protectedItems/VM;iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0/operationsStatus/e90ef822-3b63-420d-a81f-048dd28d5651?api-version=2021-01-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "6b92a92c-4698-41c2-9396-2c9d6a036a49" + "9003a1ff-6e65-4045-81da-58b631f97173" ], "x-ms-client-request-id": [ - "6e3f0166-c8ec-47be-afa2-0745b380bccf", - "6e3f0166-c8ec-47be-afa2-0745b380bccf" + "aee322ad-9493-4194-927e-0a5a7a9e9754", + "aee322ad-9493-4194-927e-0a5a7a9e9754" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9498,13 +9647,13 @@ "149" ], "x-ms-correlation-request-id": [ - "6b92a92c-4698-41c2-9396-2c9d6a036a49" + "9003a1ff-6e65-4045-81da-58b631f97173" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T085930Z:6b92a92c-4698-41c2-9396-2c9d6a036a49" + "CENTRALUSEUAP:20210420T094108Z:9003a1ff-6e65-4045-81da-58b631f97173" ], "Date": [ - "Mon, 15 Feb 2021 08:59:29 GMT" + "Tue, 20 Apr 2021 09:41:08 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -9517,21 +9666,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupOperations/81a6900d-0e62-4959-afc3-d3f5f91a63f7?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBPcGVyYXRpb25zLzgxYTY5MDBkLTBlNjItNDk1OS1hZmMzLWQzZjVmOTFhNjNmNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupOperations/e90ef822-3b63-420d-a81f-048dd28d5651?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBPcGVyYXRpb25zL2U5MGVmODIyLTNiNjMtNDIwZC1hODFmLTA0OGRkMjhkNTY1MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e3f0166-c8ec-47be-afa2-0745b380bccf" + "aee322ad-9493-4194-927e-0a5a7a9e9754" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -9546,11 +9695,11 @@ "nosniff" ], "x-ms-request-id": [ - "a8ccd23b-4477-4a7b-b0aa-9d27c9e6faa0" + "47774e7a-4107-4974-bd0b-c8dfc7707a01" ], "x-ms-client-request-id": [ - "6e3f0166-c8ec-47be-afa2-0745b380bccf", - "6e3f0166-c8ec-47be-afa2-0745b380bccf" + "aee322ad-9493-4194-927e-0a5a7a9e9754", + "aee322ad-9493-4194-927e-0a5a7a9e9754" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9562,16 +9711,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "138" + "137" ], "x-ms-correlation-request-id": [ - "a8ccd23b-4477-4a7b-b0aa-9d27c9e6faa0" + "47774e7a-4107-4974-bd0b-c8dfc7707a01" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T085931Z:a8ccd23b-4477-4a7b-b0aa-9d27c9e6faa0" + "CENTRALUSEUAP:20210420T094108Z:47774e7a-4107-4974-bd0b-c8dfc7707a01" ], "Date": [ - "Mon, 15 Feb 2021 08:59:30 GMT" + "Tue, 20 Apr 2021 09:41:08 GMT" ], "Content-Length": [ "304" @@ -9583,25 +9732,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"81a6900d-0e62-4959-afc3-d3f5f91a63f7\",\r\n \"name\": \"81a6900d-0e62-4959-afc3-d3f5f91a63f7\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T08:58:26.1189148Z\",\r\n \"endTime\": \"2021-02-15T08:58:26.1189148Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"81a6900d-0e62-4959-afc3-d3f5f91a63f7\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"e90ef822-3b63-420d-a81f-048dd28d5651\",\r\n \"name\": \"e90ef822-3b63-420d-a81f-048dd28d5651\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-04-20T09:40:05.2125315Z\",\r\n \"endTime\": \"2021-04-20T09:40:05.2125315Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"e90ef822-3b63-420d-a81f-048dd28d5651\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupOperations/81a6900d-0e62-4959-afc3-d3f5f91a63f7?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBPcGVyYXRpb25zLzgxYTY5MDBkLTBlNjItNDk1OS1hZmMzLWQzZjVmOTFhNjNmNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupOperations/e90ef822-3b63-420d-a81f-048dd28d5651?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBPcGVyYXRpb25zL2U5MGVmODIyLTNiNjMtNDIwZC1hODFmLTA0OGRkMjhkNTY1MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e3f0166-c8ec-47be-afa2-0745b380bccf" + "aee322ad-9493-4194-927e-0a5a7a9e9754" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -9616,11 +9765,11 @@ "nosniff" ], "x-ms-request-id": [ - "337f9435-cf24-41de-a346-f8c198f97f5a" + "bf79b0de-9d5e-475c-8874-f9f29f423217" ], "x-ms-client-request-id": [ - "6e3f0166-c8ec-47be-afa2-0745b380bccf", - "6e3f0166-c8ec-47be-afa2-0745b380bccf" + "aee322ad-9493-4194-927e-0a5a7a9e9754", + "aee322ad-9493-4194-927e-0a5a7a9e9754" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9632,16 +9781,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "137" + "136" ], "x-ms-correlation-request-id": [ - "337f9435-cf24-41de-a346-f8c198f97f5a" + "bf79b0de-9d5e-475c-8874-f9f29f423217" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T085931Z:337f9435-cf24-41de-a346-f8c198f97f5a" + "CENTRALUSEUAP:20210420T094109Z:bf79b0de-9d5e-475c-8874-f9f29f423217" ], "Date": [ - "Mon, 15 Feb 2021 08:59:30 GMT" + "Tue, 20 Apr 2021 09:41:09 GMT" ], "Content-Length": [ "304" @@ -9653,25 +9802,167 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"81a6900d-0e62-4959-afc3-d3f5f91a63f7\",\r\n \"name\": \"81a6900d-0e62-4959-afc3-d3f5f91a63f7\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T08:58:26.1189148Z\",\r\n \"endTime\": \"2021-02-15T08:58:26.1189148Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"81a6900d-0e62-4959-afc3-d3f5f91a63f7\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"e90ef822-3b63-420d-a81f-048dd28d5651\",\r\n \"name\": \"e90ef822-3b63-420d-a81f-048dd28d5651\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-04-20T09:40:05.2125315Z\",\r\n \"endTime\": \"2021-04-20T09:40:05.2125315Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"e90ef822-3b63-420d-a81f-048dd28d5651\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/e90ef822-3b63-420d-a81f-048dd28d5651?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzL2U5MGVmODIyLTNiNjMtNDIwZC1hODFmLTA0OGRkMjhkNTY1MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "aee322ad-9493-4194-927e-0a5a7a9e9754" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "80719d2e-d681-424e-9d0b-7aac3b6a71da" + ], + "x-ms-client-request-id": [ + "aee322ad-9493-4194-927e-0a5a7a9e9754", + "aee322ad-9493-4194-927e-0a5a7a9e9754" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "88" + ], + "x-ms-correlation-request-id": [ + "80719d2e-d681-424e-9d0b-7aac3b6a71da" + ], + "x-ms-routing-request-id": [ + "CENTRALUSEUAP:20210420T094110Z:80719d2e-d681-424e-9d0b-7aac3b6a71da" + ], + "Date": [ + "Tue, 20 Apr 2021 09:41:09 GMT" + ], + "Content-Length": [ + "1065" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/e90ef822-3b63-420d-a81f-048dd28d5651\",\r\n \"name\": \"e90ef822-3b63-420d-a81f-048dd28d5651\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT1M4.5276509S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Transfer data from vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"Job Type\": \"Recover disks\",\r\n \"Target VM Name\": \"vmName\",\r\n \"Target Storage Account Name\": \"pstestsae44ae3d9\",\r\n \"Recovery point time \": \"4/20/2021 9:09:34 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:40:05.2125315Z\",\r\n \"activityId\": \"aee322ad-9493-4194-927e-0a5a7a9e9754\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/e90ef822-3b63-420d-a81f-048dd28d5651?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzL2U5MGVmODIyLTNiNjMtNDIwZC1hODFmLTA0OGRkMjhkNTY1MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "aee322ad-9493-4194-927e-0a5a7a9e9754" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "e6982cdf-8768-41ba-ab45-a5b953df5c36" + ], + "x-ms-client-request-id": [ + "aee322ad-9493-4194-927e-0a5a7a9e9754", + "aee322ad-9493-4194-927e-0a5a7a9e9754" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "87" + ], + "x-ms-correlation-request-id": [ + "e6982cdf-8768-41ba-ab45-a5b953df5c36" + ], + "x-ms-routing-request-id": [ + "CENTRALUSEUAP:20210420T094111Z:e6982cdf-8768-41ba-ab45-a5b953df5c36" + ], + "Date": [ + "Tue, 20 Apr 2021 09:41:10 GMT" + ], + "Content-Length": [ + "1065" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/e90ef822-3b63-420d-a81f-048dd28d5651\",\r\n \"name\": \"e90ef822-3b63-420d-a81f-048dd28d5651\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT1M5.4664193S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Transfer data from vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"Job Type\": \"Recover disks\",\r\n \"Target VM Name\": \"vmName\",\r\n \"Target Storage Account Name\": \"pstestsae44ae3d9\",\r\n \"Recovery point time \": \"4/20/2021 9:09:34 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:40:05.2125315Z\",\r\n \"activityId\": \"aee322ad-9493-4194-927e-0a5a7a9e9754\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/81a6900d-0e62-4959-afc3-d3f5f91a63f7?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzLzgxYTY5MDBkLTBlNjItNDk1OS1hZmMzLWQzZjVmOTFhNjNmNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/e90ef822-3b63-420d-a81f-048dd28d5651?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzL2U5MGVmODIyLTNiNjMtNDIwZC1hODFmLTA0OGRkMjhkNTY1MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e3f0166-c8ec-47be-afa2-0745b380bccf" + "aee322ad-9493-4194-927e-0a5a7a9e9754" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -9690,11 +9981,11 @@ "nosniff" ], "x-ms-request-id": [ - "9ef91f6d-8c75-4069-ab30-f693830966b4" + "f3cfa9f0-bad3-4a67-8efe-7ec182fa2e5f" ], "x-ms-client-request-id": [ - "6e3f0166-c8ec-47be-afa2-0745b380bccf", - "6e3f0166-c8ec-47be-afa2-0745b380bccf" + "aee322ad-9493-4194-927e-0a5a7a9e9754", + "aee322ad-9493-4194-927e-0a5a7a9e9754" ], "X-Powered-By": [ "ASP.NET" @@ -9703,19 +9994,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "84" + "86" ], "x-ms-correlation-request-id": [ - "9ef91f6d-8c75-4069-ab30-f693830966b4" + "f3cfa9f0-bad3-4a67-8efe-7ec182fa2e5f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T085931Z:9ef91f6d-8c75-4069-ab30-f693830966b4" + "CENTRALUSEUAP:20210420T094142Z:f3cfa9f0-bad3-4a67-8efe-7ec182fa2e5f" ], "Date": [ - "Mon, 15 Feb 2021 08:59:31 GMT" + "Tue, 20 Apr 2021 09:41:42 GMT" ], "Content-Length": [ - "1065" + "1066" ], "Content-Type": [ "application/json" @@ -9724,25 +10015,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/81a6900d-0e62-4959-afc3-d3f5f91a63f7\",\r\n \"name\": \"81a6900d-0e62-4959-afc3-d3f5f91a63f7\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT1M2.0236357S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Transfer data from vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"Job Type\": \"Recover disks\",\r\n \"Target VM Name\": \"vmName\",\r\n \"Target Storage Account Name\": \"pstestsa806beba5\",\r\n \"Recovery point time \": \"2/15/2021 8:28:05 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:58:26.1189148Z\",\r\n \"activityId\": \"6e3f0166-c8ec-47be-afa2-0745b380bccf\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/e90ef822-3b63-420d-a81f-048dd28d5651\",\r\n \"name\": \"e90ef822-3b63-420d-a81f-048dd28d5651\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT1M36.3890074S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Transfer data from vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"Job Type\": \"Recover disks\",\r\n \"Target VM Name\": \"vmName\",\r\n \"Target Storage Account Name\": \"pstestsae44ae3d9\",\r\n \"Recovery point time \": \"4/20/2021 9:09:34 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:40:05.2125315Z\",\r\n \"activityId\": \"aee322ad-9493-4194-927e-0a5a7a9e9754\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/81a6900d-0e62-4959-afc3-d3f5f91a63f7?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzLzgxYTY5MDBkLTBlNjItNDk1OS1hZmMzLWQzZjVmOTFhNjNmNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/e90ef822-3b63-420d-a81f-048dd28d5651?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzL2U5MGVmODIyLTNiNjMtNDIwZC1hODFmLTA0OGRkMjhkNTY1MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e3f0166-c8ec-47be-afa2-0745b380bccf" + "aee322ad-9493-4194-927e-0a5a7a9e9754" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -9761,11 +10052,11 @@ "nosniff" ], "x-ms-request-id": [ - "9d3364a6-66a4-4de1-9594-20e42feeaae0" + "570f7b15-2a3b-4997-8e84-53a955f8c2e8" ], "x-ms-client-request-id": [ - "6e3f0166-c8ec-47be-afa2-0745b380bccf", - "6e3f0166-c8ec-47be-afa2-0745b380bccf" + "aee322ad-9493-4194-927e-0a5a7a9e9754", + "aee322ad-9493-4194-927e-0a5a7a9e9754" ], "X-Powered-By": [ "ASP.NET" @@ -9774,16 +10065,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "83" + "85" ], "x-ms-correlation-request-id": [ - "9d3364a6-66a4-4de1-9594-20e42feeaae0" + "570f7b15-2a3b-4997-8e84-53a955f8c2e8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T085932Z:9d3364a6-66a4-4de1-9594-20e42feeaae0" + "CENTRALUSEUAP:20210420T094213Z:570f7b15-2a3b-4997-8e84-53a955f8c2e8" ], "Date": [ - "Mon, 15 Feb 2021 08:59:31 GMT" + "Tue, 20 Apr 2021 09:42:13 GMT" ], "Content-Length": [ "1065" @@ -9795,25 +10086,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/81a6900d-0e62-4959-afc3-d3f5f91a63f7\",\r\n \"name\": \"81a6900d-0e62-4959-afc3-d3f5f91a63f7\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT1M2.4738534S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Transfer data from vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"Job Type\": \"Recover disks\",\r\n \"Target VM Name\": \"vmName\",\r\n \"Target Storage Account Name\": \"pstestsa806beba5\",\r\n \"Recovery point time \": \"2/15/2021 8:28:05 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:58:26.1189148Z\",\r\n \"activityId\": \"6e3f0166-c8ec-47be-afa2-0745b380bccf\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/e90ef822-3b63-420d-a81f-048dd28d5651\",\r\n \"name\": \"e90ef822-3b63-420d-a81f-048dd28d5651\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT2M7.3286989S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Transfer data from vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"Job Type\": \"Recover disks\",\r\n \"Target VM Name\": \"vmName\",\r\n \"Target Storage Account Name\": \"pstestsae44ae3d9\",\r\n \"Recovery point time \": \"4/20/2021 9:09:34 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:40:05.2125315Z\",\r\n \"activityId\": \"aee322ad-9493-4194-927e-0a5a7a9e9754\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/81a6900d-0e62-4959-afc3-d3f5f91a63f7?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzLzgxYTY5MDBkLTBlNjItNDk1OS1hZmMzLWQzZjVmOTFhNjNmNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/e90ef822-3b63-420d-a81f-048dd28d5651?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzL2U5MGVmODIyLTNiNjMtNDIwZC1hODFmLTA0OGRkMjhkNTY1MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e3f0166-c8ec-47be-afa2-0745b380bccf" + "aee322ad-9493-4194-927e-0a5a7a9e9754" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -9832,11 +10123,11 @@ "nosniff" ], "x-ms-request-id": [ - "f90cc5f5-f29f-4284-8523-a9c9a7e351b9" + "7d258169-8416-4031-b152-02a9b9a53260" ], "x-ms-client-request-id": [ - "6e3f0166-c8ec-47be-afa2-0745b380bccf", - "6e3f0166-c8ec-47be-afa2-0745b380bccf" + "aee322ad-9493-4194-927e-0a5a7a9e9754", + "aee322ad-9493-4194-927e-0a5a7a9e9754" ], "X-Powered-By": [ "ASP.NET" @@ -9845,16 +10136,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "82" + "84" ], "x-ms-correlation-request-id": [ - "f90cc5f5-f29f-4284-8523-a9c9a7e351b9" + "7d258169-8416-4031-b152-02a9b9a53260" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090002Z:f90cc5f5-f29f-4284-8523-a9c9a7e351b9" + "CENTRALUSEUAP:20210420T094244Z:7d258169-8416-4031-b152-02a9b9a53260" ], "Date": [ - "Mon, 15 Feb 2021 09:00:02 GMT" + "Tue, 20 Apr 2021 09:42:43 GMT" ], "Content-Length": [ "1066" @@ -9866,25 +10157,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/81a6900d-0e62-4959-afc3-d3f5f91a63f7\",\r\n \"name\": \"81a6900d-0e62-4959-afc3-d3f5f91a63f7\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT1M32.9230079S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Transfer data from vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"Job Type\": \"Recover disks\",\r\n \"Target VM Name\": \"vmName\",\r\n \"Target Storage Account Name\": \"pstestsa806beba5\",\r\n \"Recovery point time \": \"2/15/2021 8:28:05 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:58:26.1189148Z\",\r\n \"activityId\": \"6e3f0166-c8ec-47be-afa2-0745b380bccf\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/e90ef822-3b63-420d-a81f-048dd28d5651\",\r\n \"name\": \"e90ef822-3b63-420d-a81f-048dd28d5651\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT2M38.2069894S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Transfer data from vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"Job Type\": \"Recover disks\",\r\n \"Target VM Name\": \"vmName\",\r\n \"Target Storage Account Name\": \"pstestsae44ae3d9\",\r\n \"Recovery point time \": \"4/20/2021 9:09:34 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:40:05.2125315Z\",\r\n \"activityId\": \"aee322ad-9493-4194-927e-0a5a7a9e9754\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/81a6900d-0e62-4959-afc3-d3f5f91a63f7?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzLzgxYTY5MDBkLTBlNjItNDk1OS1hZmMzLWQzZjVmOTFhNjNmNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/e90ef822-3b63-420d-a81f-048dd28d5651?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzL2U5MGVmODIyLTNiNjMtNDIwZC1hODFmLTA0OGRkMjhkNTY1MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e3f0166-c8ec-47be-afa2-0745b380bccf" + "aee322ad-9493-4194-927e-0a5a7a9e9754" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -9903,11 +10194,11 @@ "nosniff" ], "x-ms-request-id": [ - "002ba82d-e3fd-49df-bcc8-f85165128b1b" + "c1ced28b-e28c-4373-b919-2dad980e67af" ], "x-ms-client-request-id": [ - "6e3f0166-c8ec-47be-afa2-0745b380bccf", - "6e3f0166-c8ec-47be-afa2-0745b380bccf" + "aee322ad-9493-4194-927e-0a5a7a9e9754", + "aee322ad-9493-4194-927e-0a5a7a9e9754" ], "X-Powered-By": [ "ASP.NET" @@ -9916,16 +10207,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "81" + "83" ], "x-ms-correlation-request-id": [ - "002ba82d-e3fd-49df-bcc8-f85165128b1b" + "c1ced28b-e28c-4373-b919-2dad980e67af" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090033Z:002ba82d-e3fd-49df-bcc8-f85165128b1b" + "CENTRALUSEUAP:20210420T094314Z:c1ced28b-e28c-4373-b919-2dad980e67af" ], "Date": [ - "Mon, 15 Feb 2021 09:00:33 GMT" + "Tue, 20 Apr 2021 09:43:14 GMT" ], "Content-Length": [ "1065" @@ -9937,25 +10228,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/81a6900d-0e62-4959-afc3-d3f5f91a63f7\",\r\n \"name\": \"81a6900d-0e62-4959-afc3-d3f5f91a63f7\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT2M3.5395173S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Transfer data from vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"Job Type\": \"Recover disks\",\r\n \"Target VM Name\": \"vmName\",\r\n \"Target Storage Account Name\": \"pstestsa806beba5\",\r\n \"Recovery point time \": \"2/15/2021 8:28:05 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:58:26.1189148Z\",\r\n \"activityId\": \"6e3f0166-c8ec-47be-afa2-0745b380bccf\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/e90ef822-3b63-420d-a81f-048dd28d5651\",\r\n \"name\": \"e90ef822-3b63-420d-a81f-048dd28d5651\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT3M9.0408585S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Transfer data from vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"Job Type\": \"Recover disks\",\r\n \"Target VM Name\": \"vmName\",\r\n \"Target Storage Account Name\": \"pstestsae44ae3d9\",\r\n \"Recovery point time \": \"4/20/2021 9:09:34 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:40:05.2125315Z\",\r\n \"activityId\": \"aee322ad-9493-4194-927e-0a5a7a9e9754\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/81a6900d-0e62-4959-afc3-d3f5f91a63f7?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzLzgxYTY5MDBkLTBlNjItNDk1OS1hZmMzLWQzZjVmOTFhNjNmNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/e90ef822-3b63-420d-a81f-048dd28d5651?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzL2U5MGVmODIyLTNiNjMtNDIwZC1hODFmLTA0OGRkMjhkNTY1MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e3f0166-c8ec-47be-afa2-0745b380bccf" + "aee322ad-9493-4194-927e-0a5a7a9e9754" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -9974,11 +10265,11 @@ "nosniff" ], "x-ms-request-id": [ - "c92856c5-baf5-4ac7-b647-0abe86303931" + "e762b913-cf23-4a17-b0a9-787f696626d0" ], "x-ms-client-request-id": [ - "6e3f0166-c8ec-47be-afa2-0745b380bccf", - "6e3f0166-c8ec-47be-afa2-0745b380bccf" + "aee322ad-9493-4194-927e-0a5a7a9e9754", + "aee322ad-9493-4194-927e-0a5a7a9e9754" ], "X-Powered-By": [ "ASP.NET" @@ -9987,16 +10278,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "80" + "82" ], "x-ms-correlation-request-id": [ - "c92856c5-baf5-4ac7-b647-0abe86303931" + "e762b913-cf23-4a17-b0a9-787f696626d0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090103Z:c92856c5-baf5-4ac7-b647-0abe86303931" + "CENTRALUSEUAP:20210420T094345Z:e762b913-cf23-4a17-b0a9-787f696626d0" ], "Date": [ - "Mon, 15 Feb 2021 09:01:02 GMT" + "Tue, 20 Apr 2021 09:43:45 GMT" ], "Content-Length": [ "1066" @@ -10008,25 +10299,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/81a6900d-0e62-4959-afc3-d3f5f91a63f7\",\r\n \"name\": \"81a6900d-0e62-4959-afc3-d3f5f91a63f7\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT2M33.9368078S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Transfer data from vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"Job Type\": \"Recover disks\",\r\n \"Target VM Name\": \"vmName\",\r\n \"Target Storage Account Name\": \"pstestsa806beba5\",\r\n \"Recovery point time \": \"2/15/2021 8:28:05 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:58:26.1189148Z\",\r\n \"activityId\": \"6e3f0166-c8ec-47be-afa2-0745b380bccf\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/e90ef822-3b63-420d-a81f-048dd28d5651\",\r\n \"name\": \"e90ef822-3b63-420d-a81f-048dd28d5651\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT3M39.9949598S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Transfer data from vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"Job Type\": \"Recover disks\",\r\n \"Target VM Name\": \"vmName\",\r\n \"Target Storage Account Name\": \"pstestsae44ae3d9\",\r\n \"Recovery point time \": \"4/20/2021 9:09:34 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:40:05.2125315Z\",\r\n \"activityId\": \"aee322ad-9493-4194-927e-0a5a7a9e9754\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/81a6900d-0e62-4959-afc3-d3f5f91a63f7?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzLzgxYTY5MDBkLTBlNjItNDk1OS1hZmMzLWQzZjVmOTFhNjNmNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/e90ef822-3b63-420d-a81f-048dd28d5651?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzL2U5MGVmODIyLTNiNjMtNDIwZC1hODFmLTA0OGRkMjhkNTY1MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e3f0166-c8ec-47be-afa2-0745b380bccf" + "aee322ad-9493-4194-927e-0a5a7a9e9754" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -10045,11 +10336,11 @@ "nosniff" ], "x-ms-request-id": [ - "54692553-7985-49df-ab1b-21ae69351436" + "6999f6f9-4985-4c7c-8292-e2041e059feb" ], "x-ms-client-request-id": [ - "6e3f0166-c8ec-47be-afa2-0745b380bccf", - "6e3f0166-c8ec-47be-afa2-0745b380bccf" + "aee322ad-9493-4194-927e-0a5a7a9e9754", + "aee322ad-9493-4194-927e-0a5a7a9e9754" ], "X-Powered-By": [ "ASP.NET" @@ -10058,19 +10349,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "79" + "81" ], "x-ms-correlation-request-id": [ - "54692553-7985-49df-ab1b-21ae69351436" + "6999f6f9-4985-4c7c-8292-e2041e059feb" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090134Z:54692553-7985-49df-ab1b-21ae69351436" + "CENTRALUSEUAP:20210420T094416Z:6999f6f9-4985-4c7c-8292-e2041e059feb" ], "Date": [ - "Mon, 15 Feb 2021 09:01:34 GMT" + "Tue, 20 Apr 2021 09:44:16 GMT" ], "Content-Length": [ - "1065" + "1066" ], "Content-Type": [ "application/json" @@ -10079,25 +10370,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/81a6900d-0e62-4959-afc3-d3f5f91a63f7\",\r\n \"name\": \"81a6900d-0e62-4959-afc3-d3f5f91a63f7\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT3M4.5338122S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Transfer data from vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"Job Type\": \"Recover disks\",\r\n \"Target VM Name\": \"vmName\",\r\n \"Target Storage Account Name\": \"pstestsa806beba5\",\r\n \"Recovery point time \": \"2/15/2021 8:28:05 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:58:26.1189148Z\",\r\n \"activityId\": \"6e3f0166-c8ec-47be-afa2-0745b380bccf\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/e90ef822-3b63-420d-a81f-048dd28d5651\",\r\n \"name\": \"e90ef822-3b63-420d-a81f-048dd28d5651\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT4M10.8788112S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Transfer data from vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"Job Type\": \"Recover disks\",\r\n \"Target VM Name\": \"vmName\",\r\n \"Target Storage Account Name\": \"pstestsae44ae3d9\",\r\n \"Recovery point time \": \"4/20/2021 9:09:34 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:40:05.2125315Z\",\r\n \"activityId\": \"aee322ad-9493-4194-927e-0a5a7a9e9754\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/81a6900d-0e62-4959-afc3-d3f5f91a63f7?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzLzgxYTY5MDBkLTBlNjItNDk1OS1hZmMzLWQzZjVmOTFhNjNmNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/e90ef822-3b63-420d-a81f-048dd28d5651?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzL2U5MGVmODIyLTNiNjMtNDIwZC1hODFmLTA0OGRkMjhkNTY1MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e3f0166-c8ec-47be-afa2-0745b380bccf" + "aee322ad-9493-4194-927e-0a5a7a9e9754" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -10116,11 +10407,11 @@ "nosniff" ], "x-ms-request-id": [ - "114bedeb-07f3-4c00-a493-0bf807efc024" + "984df84d-b18f-488e-8138-8612c849e616" ], "x-ms-client-request-id": [ - "6e3f0166-c8ec-47be-afa2-0745b380bccf", - "6e3f0166-c8ec-47be-afa2-0745b380bccf" + "aee322ad-9493-4194-927e-0a5a7a9e9754", + "aee322ad-9493-4194-927e-0a5a7a9e9754" ], "X-Powered-By": [ "ASP.NET" @@ -10129,16 +10420,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "78" + "80" ], "x-ms-correlation-request-id": [ - "114bedeb-07f3-4c00-a493-0bf807efc024" + "984df84d-b18f-488e-8138-8612c849e616" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090204Z:114bedeb-07f3-4c00-a493-0bf807efc024" + "CENTRALUSEUAP:20210420T094447Z:984df84d-b18f-488e-8138-8612c849e616" ], "Date": [ - "Mon, 15 Feb 2021 09:02:04 GMT" + "Tue, 20 Apr 2021 09:44:47 GMT" ], "Content-Length": [ "1066" @@ -10150,25 +10441,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/81a6900d-0e62-4959-afc3-d3f5f91a63f7\",\r\n \"name\": \"81a6900d-0e62-4959-afc3-d3f5f91a63f7\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT3M34.9774719S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Transfer data from vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"Job Type\": \"Recover disks\",\r\n \"Target VM Name\": \"vmName\",\r\n \"Target Storage Account Name\": \"pstestsa806beba5\",\r\n \"Recovery point time \": \"2/15/2021 8:28:05 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:58:26.1189148Z\",\r\n \"activityId\": \"6e3f0166-c8ec-47be-afa2-0745b380bccf\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/e90ef822-3b63-420d-a81f-048dd28d5651\",\r\n \"name\": \"e90ef822-3b63-420d-a81f-048dd28d5651\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT4M41.9512827S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Transfer data from vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"Job Type\": \"Recover disks\",\r\n \"Target VM Name\": \"vmName\",\r\n \"Target Storage Account Name\": \"pstestsae44ae3d9\",\r\n \"Recovery point time \": \"4/20/2021 9:09:34 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:40:05.2125315Z\",\r\n \"activityId\": \"aee322ad-9493-4194-927e-0a5a7a9e9754\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/81a6900d-0e62-4959-afc3-d3f5f91a63f7?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzLzgxYTY5MDBkLTBlNjItNDk1OS1hZmMzLWQzZjVmOTFhNjNmNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/e90ef822-3b63-420d-a81f-048dd28d5651?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzL2U5MGVmODIyLTNiNjMtNDIwZC1hODFmLTA0OGRkMjhkNTY1MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e3f0166-c8ec-47be-afa2-0745b380bccf" + "aee322ad-9493-4194-927e-0a5a7a9e9754" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -10187,11 +10478,11 @@ "nosniff" ], "x-ms-request-id": [ - "c64288e6-e5a8-4f02-95eb-3940019a739a" + "dbfcb5d8-867f-4abd-abd2-39a33259dee3" ], "x-ms-client-request-id": [ - "6e3f0166-c8ec-47be-afa2-0745b380bccf", - "6e3f0166-c8ec-47be-afa2-0745b380bccf" + "aee322ad-9493-4194-927e-0a5a7a9e9754", + "aee322ad-9493-4194-927e-0a5a7a9e9754" ], "X-Powered-By": [ "ASP.NET" @@ -10200,19 +10491,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "77" + "79" ], "x-ms-correlation-request-id": [ - "c64288e6-e5a8-4f02-95eb-3940019a739a" + "dbfcb5d8-867f-4abd-abd2-39a33259dee3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090235Z:c64288e6-e5a8-4f02-95eb-3940019a739a" + "CENTRALUSEUAP:20210420T094518Z:dbfcb5d8-867f-4abd-abd2-39a33259dee3" ], "Date": [ - "Mon, 15 Feb 2021 09:02:35 GMT" + "Tue, 20 Apr 2021 09:45:18 GMT" ], "Content-Length": [ - "1065" + "1066" ], "Content-Type": [ "application/json" @@ -10221,25 +10512,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/81a6900d-0e62-4959-afc3-d3f5f91a63f7\",\r\n \"name\": \"81a6900d-0e62-4959-afc3-d3f5f91a63f7\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT4M5.4897574S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Transfer data from vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"Job Type\": \"Recover disks\",\r\n \"Target VM Name\": \"vmName\",\r\n \"Target Storage Account Name\": \"pstestsa806beba5\",\r\n \"Recovery point time \": \"2/15/2021 8:28:05 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:58:26.1189148Z\",\r\n \"activityId\": \"6e3f0166-c8ec-47be-afa2-0745b380bccf\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/e90ef822-3b63-420d-a81f-048dd28d5651\",\r\n \"name\": \"e90ef822-3b63-420d-a81f-048dd28d5651\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT5M12.8204879S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Transfer data from vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"Job Type\": \"Recover disks\",\r\n \"Target VM Name\": \"vmName\",\r\n \"Target Storage Account Name\": \"pstestsae44ae3d9\",\r\n \"Recovery point time \": \"4/20/2021 9:09:34 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:40:05.2125315Z\",\r\n \"activityId\": \"aee322ad-9493-4194-927e-0a5a7a9e9754\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/81a6900d-0e62-4959-afc3-d3f5f91a63f7?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzLzgxYTY5MDBkLTBlNjItNDk1OS1hZmMzLWQzZjVmOTFhNjNmNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/e90ef822-3b63-420d-a81f-048dd28d5651?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzL2U5MGVmODIyLTNiNjMtNDIwZC1hODFmLTA0OGRkMjhkNTY1MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e3f0166-c8ec-47be-afa2-0745b380bccf" + "aee322ad-9493-4194-927e-0a5a7a9e9754" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -10258,11 +10549,11 @@ "nosniff" ], "x-ms-request-id": [ - "eef387af-90ce-47f7-a9a6-1761448ccf40" + "23c93492-56b7-4ec6-859b-6a402ab59de5" ], "x-ms-client-request-id": [ - "6e3f0166-c8ec-47be-afa2-0745b380bccf", - "6e3f0166-c8ec-47be-afa2-0745b380bccf" + "aee322ad-9493-4194-927e-0a5a7a9e9754", + "aee322ad-9493-4194-927e-0a5a7a9e9754" ], "X-Powered-By": [ "ASP.NET" @@ -10271,16 +10562,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "76" + "78" ], "x-ms-correlation-request-id": [ - "eef387af-90ce-47f7-a9a6-1761448ccf40" + "23c93492-56b7-4ec6-859b-6a402ab59de5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090305Z:eef387af-90ce-47f7-a9a6-1761448ccf40" + "CENTRALUSEUAP:20210420T094549Z:23c93492-56b7-4ec6-859b-6a402ab59de5" ], "Date": [ - "Mon, 15 Feb 2021 09:03:04 GMT" + "Tue, 20 Apr 2021 09:45:49 GMT" ], "Content-Length": [ "1066" @@ -10292,25 +10583,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/81a6900d-0e62-4959-afc3-d3f5f91a63f7\",\r\n \"name\": \"81a6900d-0e62-4959-afc3-d3f5f91a63f7\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT4M35.9242477S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Transfer data from vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"Job Type\": \"Recover disks\",\r\n \"Target VM Name\": \"vmName\",\r\n \"Target Storage Account Name\": \"pstestsa806beba5\",\r\n \"Recovery point time \": \"2/15/2021 8:28:05 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:58:26.1189148Z\",\r\n \"activityId\": \"6e3f0166-c8ec-47be-afa2-0745b380bccf\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/e90ef822-3b63-420d-a81f-048dd28d5651\",\r\n \"name\": \"e90ef822-3b63-420d-a81f-048dd28d5651\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT5M44.1064822S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Transfer data from vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"Job Type\": \"Recover disks\",\r\n \"Target VM Name\": \"vmName\",\r\n \"Target Storage Account Name\": \"pstestsae44ae3d9\",\r\n \"Recovery point time \": \"4/20/2021 9:09:34 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:40:05.2125315Z\",\r\n \"activityId\": \"aee322ad-9493-4194-927e-0a5a7a9e9754\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/81a6900d-0e62-4959-afc3-d3f5f91a63f7?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzLzgxYTY5MDBkLTBlNjItNDk1OS1hZmMzLWQzZjVmOTFhNjNmNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/e90ef822-3b63-420d-a81f-048dd28d5651?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzL2U5MGVmODIyLTNiNjMtNDIwZC1hODFmLTA0OGRkMjhkNTY1MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e3f0166-c8ec-47be-afa2-0745b380bccf" + "aee322ad-9493-4194-927e-0a5a7a9e9754" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -10329,11 +10620,11 @@ "nosniff" ], "x-ms-request-id": [ - "ef9831b6-1a02-40e7-85ad-e66628bd55cd" + "d5692b98-9156-4373-8521-ea23254c41a5" ], "x-ms-client-request-id": [ - "6e3f0166-c8ec-47be-afa2-0745b380bccf", - "6e3f0166-c8ec-47be-afa2-0745b380bccf" + "aee322ad-9493-4194-927e-0a5a7a9e9754", + "aee322ad-9493-4194-927e-0a5a7a9e9754" ], "X-Powered-By": [ "ASP.NET" @@ -10342,19 +10633,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "75" + "77" ], "x-ms-correlation-request-id": [ - "ef9831b6-1a02-40e7-85ad-e66628bd55cd" + "d5692b98-9156-4373-8521-ea23254c41a5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090336Z:ef9831b6-1a02-40e7-85ad-e66628bd55cd" + "CENTRALUSEUAP:20210420T094620Z:d5692b98-9156-4373-8521-ea23254c41a5" ], "Date": [ - "Mon, 15 Feb 2021 09:03:36 GMT" + "Tue, 20 Apr 2021 09:46:20 GMT" ], "Content-Length": [ - "1063" + "1066" ], "Content-Type": [ "application/json" @@ -10363,25 +10654,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/81a6900d-0e62-4959-afc3-d3f5f91a63f7\",\r\n \"name\": \"81a6900d-0e62-4959-afc3-d3f5f91a63f7\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT5M6.45707S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Transfer data from vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"Job Type\": \"Recover disks\",\r\n \"Target VM Name\": \"vmName\",\r\n \"Target Storage Account Name\": \"pstestsa806beba5\",\r\n \"Recovery point time \": \"2/15/2021 8:28:05 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:58:26.1189148Z\",\r\n \"activityId\": \"6e3f0166-c8ec-47be-afa2-0745b380bccf\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/e90ef822-3b63-420d-a81f-048dd28d5651\",\r\n \"name\": \"e90ef822-3b63-420d-a81f-048dd28d5651\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT6M15.0184593S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Transfer data from vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"Job Type\": \"Recover disks\",\r\n \"Target VM Name\": \"vmName\",\r\n \"Target Storage Account Name\": \"pstestsae44ae3d9\",\r\n \"Recovery point time \": \"4/20/2021 9:09:34 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:40:05.2125315Z\",\r\n \"activityId\": \"aee322ad-9493-4194-927e-0a5a7a9e9754\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/81a6900d-0e62-4959-afc3-d3f5f91a63f7?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzLzgxYTY5MDBkLTBlNjItNDk1OS1hZmMzLWQzZjVmOTFhNjNmNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/e90ef822-3b63-420d-a81f-048dd28d5651?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzL2U5MGVmODIyLTNiNjMtNDIwZC1hODFmLTA0OGRkMjhkNTY1MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e3f0166-c8ec-47be-afa2-0745b380bccf" + "aee322ad-9493-4194-927e-0a5a7a9e9754" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -10400,11 +10691,11 @@ "nosniff" ], "x-ms-request-id": [ - "5fd17774-4a43-4432-a422-4d67ba9e31be" + "c5558114-9b69-4472-8d42-57b616b1a074" ], "x-ms-client-request-id": [ - "6e3f0166-c8ec-47be-afa2-0745b380bccf", - "6e3f0166-c8ec-47be-afa2-0745b380bccf" + "aee322ad-9493-4194-927e-0a5a7a9e9754", + "aee322ad-9493-4194-927e-0a5a7a9e9754" ], "X-Powered-By": [ "ASP.NET" @@ -10413,16 +10704,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "74" + "76" ], "x-ms-correlation-request-id": [ - "5fd17774-4a43-4432-a422-4d67ba9e31be" + "c5558114-9b69-4472-8d42-57b616b1a074" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090406Z:5fd17774-4a43-4432-a422-4d67ba9e31be" + "CENTRALUSEUAP:20210420T094651Z:c5558114-9b69-4472-8d42-57b616b1a074" ], "Date": [ - "Mon, 15 Feb 2021 09:04:06 GMT" + "Tue, 20 Apr 2021 09:46:51 GMT" ], "Content-Length": [ "1066" @@ -10434,25 +10725,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/81a6900d-0e62-4959-afc3-d3f5f91a63f7\",\r\n \"name\": \"81a6900d-0e62-4959-afc3-d3f5f91a63f7\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT5M36.8633248S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Transfer data from vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"Job Type\": \"Recover disks\",\r\n \"Target VM Name\": \"vmName\",\r\n \"Target Storage Account Name\": \"pstestsa806beba5\",\r\n \"Recovery point time \": \"2/15/2021 8:28:05 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:58:26.1189148Z\",\r\n \"activityId\": \"6e3f0166-c8ec-47be-afa2-0745b380bccf\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/e90ef822-3b63-420d-a81f-048dd28d5651\",\r\n \"name\": \"e90ef822-3b63-420d-a81f-048dd28d5651\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT6M45.8844911S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Transfer data from vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"Job Type\": \"Recover disks\",\r\n \"Target VM Name\": \"vmName\",\r\n \"Target Storage Account Name\": \"pstestsae44ae3d9\",\r\n \"Recovery point time \": \"4/20/2021 9:09:34 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:40:05.2125315Z\",\r\n \"activityId\": \"aee322ad-9493-4194-927e-0a5a7a9e9754\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/81a6900d-0e62-4959-afc3-d3f5f91a63f7?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzLzgxYTY5MDBkLTBlNjItNDk1OS1hZmMzLWQzZjVmOTFhNjNmNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/e90ef822-3b63-420d-a81f-048dd28d5651?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzL2U5MGVmODIyLTNiNjMtNDIwZC1hODFmLTA0OGRkMjhkNTY1MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e3f0166-c8ec-47be-afa2-0745b380bccf" + "aee322ad-9493-4194-927e-0a5a7a9e9754" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -10471,11 +10762,11 @@ "nosniff" ], "x-ms-request-id": [ - "c8cfea71-91f8-4434-b122-3fd3d41924e5" + "0fb67663-cba6-4dd0-86a9-f4de1572c279" ], "x-ms-client-request-id": [ - "6e3f0166-c8ec-47be-afa2-0745b380bccf", - "6e3f0166-c8ec-47be-afa2-0745b380bccf" + "aee322ad-9493-4194-927e-0a5a7a9e9754", + "aee322ad-9493-4194-927e-0a5a7a9e9754" ], "X-Powered-By": [ "ASP.NET" @@ -10484,19 +10775,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "73" + "75" ], "x-ms-correlation-request-id": [ - "c8cfea71-91f8-4434-b122-3fd3d41924e5" + "0fb67663-cba6-4dd0-86a9-f4de1572c279" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090437Z:c8cfea71-91f8-4434-b122-3fd3d41924e5" + "CENTRALUSEUAP:20210420T094723Z:0fb67663-cba6-4dd0-86a9-f4de1572c279" ], "Date": [ - "Mon, 15 Feb 2021 09:04:37 GMT" + "Tue, 20 Apr 2021 09:47:22 GMT" ], "Content-Length": [ - "1064" + "1754" ], "Content-Type": [ "application/json" @@ -10505,25 +10796,22 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/81a6900d-0e62-4959-afc3-d3f5f91a63f7\",\r\n \"name\": \"81a6900d-0e62-4959-afc3-d3f5f91a63f7\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT6M7.676133S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Transfer data from vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"Job Type\": \"Recover disks\",\r\n \"Target VM Name\": \"vmName\",\r\n \"Target Storage Account Name\": \"pstestsa806beba5\",\r\n \"Recovery point time \": \"2/15/2021 8:28:05 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:58:26.1189148Z\",\r\n \"activityId\": \"6e3f0166-c8ec-47be-afa2-0745b380bccf\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/e90ef822-3b63-420d-a81f-048dd28d5651\",\r\n \"name\": \"e90ef822-3b63-420d-a81f-048dd28d5651\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT7M6.217626S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Transfer data from vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\",\r\n \"taskExecutionDetails\": \"127 GBs / 127 GBs Transferred\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"Job Type\": \"Recover disks\",\r\n \"Target VM Name\": \"vmName\",\r\n \"Target Storage Account Name\": \"pstestsae44ae3d9\",\r\n \"Recovery point time \": \"4/20/2021 9:09:34 AM\",\r\n \"Config Blob Name\": \"config-pstestvme44ae0-e90ef822-3b63-420d-a81f-048dd28d5651.json\",\r\n \"Config Blob Container Name\": \"pstestvme44ae0-d2a7c537d90c4e76b7696a049498d2fc\",\r\n \"Config Blob Uri\": \"https://pstestsae44ae3d9.blob.core.windows.net/pstestvme44ae0-d2a7c537d90c4e76b7696a049498d2fc/config-pstestvme44ae0-e90ef822-3b63-420d-a81f-048dd28d5651.json\",\r\n \"Template Blob Uri\": \"https://pstestsae44ae3d9.blob.core.windows.net/pstestvme44ae0-d2a7c537d90c4e76b7696a049498d2fc/azuredeploye90ef822-3b63-420d-a81f-048dd28d5651.json\",\r\n \"Restore to original storage accounts\": \"Yes\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 100.0,\r\n \"estimatedRemainingDuration\": \"PT0S\"\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-04-20T09:40:05.2125315Z\",\r\n \"endTime\": \"2021-04-20T09:47:11.4301575Z\",\r\n \"activityId\": \"aee322ad-9493-4194-927e-0a5a7a9e9754\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/81a6900d-0e62-4959-afc3-d3f5f91a63f7?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzLzgxYTY5MDBkLTBlNjItNDk1OS1hZmMzLWQzZjVmOTFhNjNmNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0/protectedItems/VM;iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0/operationsStatus/2c0aadc7-1876-4ecb-8ef8-e59f938dbeed?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lcjtpYWFzdm1jb250YWluZXJ2Mjtwc3Rlc3RyZ2U0NGFlM2Q5O3BzdGVzdHZtZTQ0YWUwL3Byb3RlY3RlZEl0ZW1zL1ZNO2lhYXN2bWNvbnRhaW5lcnYyO3BzdGVzdHJnZTQ0YWUzZDk7cHN0ZXN0dm1lNDRhZTAvb3BlcmF0aW9uc1N0YXR1cy8yYzBhYWRjNy0xODc2LTRlY2ItOGVmOC1lNTlmOTM4ZGJlZWQ/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e3f0166-c8ec-47be-afa2-0745b380bccf" - ], - "Accept-Language": [ - "en-US" + "19383552-d979-4e86-9cf7-b5780cd268a8" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -10534,40 +10822,39 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "27dd0df0-0faf-4a8c-8e47-09ac8f6d86cc" + "9578e05b-56c3-48ee-aa54-5a6e3ca156e0" ], "x-ms-client-request-id": [ - "6e3f0166-c8ec-47be-afa2-0745b380bccf", - "6e3f0166-c8ec-47be-afa2-0745b380bccf" - ], - "X-Powered-By": [ - "ASP.NET" + "19383552-d979-4e86-9cf7-b5780cd268a8", + "19383552-d979-4e86-9cf7-b5780cd268a8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "72" + "148" ], "x-ms-correlation-request-id": [ - "27dd0df0-0faf-4a8c-8e47-09ac8f6d86cc" + "9578e05b-56c3-48ee-aa54-5a6e3ca156e0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090507Z:27dd0df0-0faf-4a8c-8e47-09ac8f6d86cc" + "CENTRALUSEUAP:20210420T094828Z:9578e05b-56c3-48ee-aa54-5a6e3ca156e0" ], "Date": [ - "Mon, 15 Feb 2021 09:05:07 GMT" + "Tue, 20 Apr 2021 09:48:27 GMT" ], "Content-Length": [ - "1066" + "304" ], "Content-Type": [ "application/json" @@ -10576,25 +10863,22 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/81a6900d-0e62-4959-afc3-d3f5f91a63f7\",\r\n \"name\": \"81a6900d-0e62-4959-afc3-d3f5f91a63f7\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT6M38.0762838S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Transfer data from vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"InProgress\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"Job Type\": \"Recover disks\",\r\n \"Target VM Name\": \"vmName\",\r\n \"Target Storage Account Name\": \"pstestsa806beba5\",\r\n \"Recovery point time \": \"2/15/2021 8:28:05 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T08:58:26.1189148Z\",\r\n \"activityId\": \"6e3f0166-c8ec-47be-afa2-0745b380bccf\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"2c0aadc7-1876-4ecb-8ef8-e59f938dbeed\",\r\n \"name\": \"2c0aadc7-1876-4ecb-8ef8-e59f938dbeed\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-04-20T09:47:26.0271922Z\",\r\n \"endTime\": \"2021-04-20T09:47:26.0271922Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"2c0aadc7-1876-4ecb-8ef8-e59f938dbeed\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/81a6900d-0e62-4959-afc3-d3f5f91a63f7?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzLzgxYTY5MDBkLTBlNjItNDk1OS1hZmMzLWQzZjVmOTFhNjNmNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0/protectedItems/VM;iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0/operationResults/2c0aadc7-1876-4ecb-8ef8-e59f938dbeed?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lcjtpYWFzdm1jb250YWluZXJ2Mjtwc3Rlc3RyZ2U0NGFlM2Q5O3BzdGVzdHZtZTQ0YWUwL3Byb3RlY3RlZEl0ZW1zL1ZNO2lhYXN2bWNvbnRhaW5lcnYyO3BzdGVzdHJnZTQ0YWUzZDk7cHN0ZXN0dm1lNDRhZTAvb3BlcmF0aW9uUmVzdWx0cy8yYzBhYWRjNy0xODc2LTRlY2ItOGVmOC1lNTlmOTM4ZGJlZWQ/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e3f0166-c8ec-47be-afa2-0745b380bccf" - ], - "Accept-Language": [ - "en-US" + "19383552-d979-4e86-9cf7-b5780cd268a8" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -10605,68 +10889,67 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0/protectedItems/VM;iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0/operationsStatus/2c0aadc7-1876-4ecb-8ef8-e59f938dbeed?api-version=2021-01-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "266d2276-e4b7-495a-974d-7c1ccfb647f2" + "e43782a2-819a-47d5-a3ae-8e28077eeb4f" ], "x-ms-client-request-id": [ - "6e3f0166-c8ec-47be-afa2-0745b380bccf", - "6e3f0166-c8ec-47be-afa2-0745b380bccf" - ], - "X-Powered-By": [ - "ASP.NET" + "19383552-d979-4e86-9cf7-b5780cd268a8", + "19383552-d979-4e86-9cf7-b5780cd268a8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Powered-By": [ + "ASP.NET" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "71" + "148" ], "x-ms-correlation-request-id": [ - "266d2276-e4b7-495a-974d-7c1ccfb647f2" + "e43782a2-819a-47d5-a3ae-8e28077eeb4f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090538Z:266d2276-e4b7-495a-974d-7c1ccfb647f2" + "CENTRALUSEUAP:20210420T094828Z:e43782a2-819a-47d5-a3ae-8e28077eeb4f" ], "Date": [ - "Mon, 15 Feb 2021 09:05:37 GMT" - ], - "Content-Length": [ - "1755" + "Tue, 20 Apr 2021 09:48:28 GMT" ], "Content-Type": [ - "application/json" + "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/81a6900d-0e62-4959-afc3-d3f5f91a63f7\",\r\n \"name\": \"81a6900d-0e62-4959-afc3-d3f5f91a63f7\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT7M4.6312015S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Transfer data from vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Completed\",\r\n \"taskExecutionDetails\": \"127 GBs / 127 GBs Transferred\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"Job Type\": \"Recover disks\",\r\n \"Target VM Name\": \"vmName\",\r\n \"Target Storage Account Name\": \"pstestsa806beba5\",\r\n \"Recovery point time \": \"2/15/2021 8:28:05 AM\",\r\n \"Config Blob Name\": \"config-pstestvm806be0-81a6900d-0e62-4959-afc3-d3f5f91a63f7.json\",\r\n \"Config Blob Container Name\": \"pstestvm806be0-f39fb4caa29f437688568e0e7bced818\",\r\n \"Config Blob Uri\": \"https://pstestsa806beba5.blob.core.windows.net/pstestvm806be0-f39fb4caa29f437688568e0e7bced818/config-pstestvm806be0-81a6900d-0e62-4959-afc3-d3f5f91a63f7.json\",\r\n \"Template Blob Uri\": \"https://pstestsa806beba5.blob.core.windows.net/pstestvm806be0-f39fb4caa29f437688568e0e7bced818/azuredeploy81a6900d-0e62-4959-afc3-d3f5f91a63f7.json\",\r\n \"Restore to original storage accounts\": \"Yes\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 100.0,\r\n \"estimatedRemainingDuration\": \"PT0S\"\r\n },\r\n \"entityFriendlyName\": \"pstestvm806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-15T08:58:26.1189148Z\",\r\n \"endTime\": \"2021-02-15T09:05:30.7501163Z\",\r\n \"activityId\": \"6e3f0166-c8ec-47be-afa2-0745b380bccf\"\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 204 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cz9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupOperations/2c0aadc7-1876-4ecb-8ef8-e59f938dbeed?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBPcGVyYXRpb25zLzJjMGFhZGM3LTE4NzYtNGVjYi04ZWY4LWU1OWY5MzhkYmVlZD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "65b1baf3-796d-4394-8dd7-dda5731f6800" + "19383552-d979-4e86-9cf7-b5780cd268a8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, "ResponseHeaders": { @@ -10680,10 +10963,11 @@ "nosniff" ], "x-ms-request-id": [ - "dea3367e-c010-4b09-b761-d3e785fb1c01" + "9eef12ea-3fcc-4ae1-ac7e-32c661611d28" ], "x-ms-client-request-id": [ - "65b1baf3-796d-4394-8dd7-dda5731f6800" + "19383552-d979-4e86-9cf7-b5780cd268a8", + "19383552-d979-4e86-9cf7-b5780cd268a8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10691,20 +10975,23 @@ "Server": [ "Microsoft-IIS/10.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "135" ], "x-ms-correlation-request-id": [ - "dea3367e-c010-4b09-b761-d3e785fb1c01" + "9eef12ea-3fcc-4ae1-ac7e-32c661611d28" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090538Z:dea3367e-c010-4b09-b761-d3e785fb1c01" + "CENTRALUSEUAP:20210420T094829Z:9eef12ea-3fcc-4ae1-ac7e-32c661611d28" ], "Date": [ - "Mon, 15 Feb 2021 09:05:38 GMT" + "Tue, 20 Apr 2021 09:48:28 GMT" ], "Content-Length": [ - "477" + "304" ], "Content-Type": [ "application/json" @@ -10713,25 +11000,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSV806beba5\",\r\n \"etag\": \"W/\\\"datetime'2021-02-15T08%3A26%3A06.572031Z'\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateEndpointStateForBackup\": \"None\",\r\n \"privateEndpointStateForSiteRecovery\": \"None\"\r\n },\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"2c0aadc7-1876-4ecb-8ef8-e59f938dbeed\",\r\n \"name\": \"2c0aadc7-1876-4ecb-8ef8-e59f938dbeed\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-04-20T09:47:26.0271922Z\",\r\n \"endTime\": \"2021-04-20T09:47:26.0271922Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"2c0aadc7-1876-4ecb-8ef8-e59f938dbeed\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupOperations/2c0aadc7-1876-4ecb-8ef8-e59f938dbeed?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBPcGVyYXRpb25zLzJjMGFhZGM3LTE4NzYtNGVjYi04ZWY4LWU1OWY5MzhkYmVlZD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c0f807ae-9135-40e1-8973-802b8efdf5f6" + "19383552-d979-4e86-9cf7-b5780cd268a8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -10746,11 +11033,11 @@ "nosniff" ], "x-ms-request-id": [ - "75e41b09-b958-4409-9798-ab2d8a9b45ed" + "2e5b2384-3584-435e-bd08-f30718cdedec" ], "x-ms-client-request-id": [ - "c0f807ae-9135-40e1-8973-802b8efdf5f6", - "c0f807ae-9135-40e1-8973-802b8efdf5f6" + "19383552-d979-4e86-9cf7-b5780cd268a8", + "19383552-d979-4e86-9cf7-b5780cd268a8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10762,19 +11049,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "147" + "134" ], "x-ms-correlation-request-id": [ - "75e41b09-b958-4409-9798-ab2d8a9b45ed" + "2e5b2384-3584-435e-bd08-f30718cdedec" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090539Z:75e41b09-b958-4409-9798-ab2d8a9b45ed" + "CENTRALUSEUAP:20210420T094830Z:2e5b2384-3584-435e-bd08-f30718cdedec" ], "Date": [ - "Mon, 15 Feb 2021 09:05:38 GMT" + "Tue, 20 Apr 2021 09:48:30 GMT" ], "Content-Length": [ - "914" + "304" ], "Content-Type": [ "application/json" @@ -10783,25 +11070,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.Compute/virtualMachines/PSTestVM806be0\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRG806beba5\",\r\n \"friendlyName\": \"PSTestVM806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"registrationStatus\": \"Registered\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerType\": \"Microsoft.Compute/virtualMachines\",\r\n \"protectableObjectType\": \"Microsoft.Compute/virtualMachines\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"2c0aadc7-1876-4ecb-8ef8-e59f938dbeed\",\r\n \"name\": \"2c0aadc7-1876-4ecb-8ef8-e59f938dbeed\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-04-20T09:47:26.0271922Z\",\r\n \"endTime\": \"2021-04-20T09:47:26.0271922Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"2c0aadc7-1876-4ecb-8ef8-e59f938dbeed\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg806beba5%3Bpstestvm806be0/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg806beba5%3Bpstestvm806be0?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmc4MDZiZWJhNSUzQnBzdGVzdHZtODA2YmUwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzgwNmJlYmE1JTNCcHN0ZXN0dm04MDZiZTA/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/2c0aadc7-1876-4ecb-8ef8-e59f938dbeed?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzJjMGFhZGM3LTE4NzYtNGVjYi04ZWY4LWU1OWY5MzhkYmVlZD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "19383552-d979-4e86-9cf7-b5780cd268a8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -10812,70 +11099,68 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupOperationResults/f61ad190-795c-4516-ae77-96028e88d784?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupOperations/f61ad190-795c-4516-ae77-96028e88d784?api-version=2021-01-01" + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "cb2c745c-00f1-4403-a91c-1440c1ce620e" + "ad472772-275c-4a01-88e9-8d0d67b5a1c4" ], "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b", - "315c8949-479c-44d9-98a3-91fbcc065e5b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "19383552-d979-4e86-9cf7-b5780cd268a8", + "19383552-d979-4e86-9cf7-b5780cd268a8" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "74" ], "x-ms-correlation-request-id": [ - "cb2c745c-00f1-4403-a91c-1440c1ce620e" + "ad472772-275c-4a01-88e9-8d0d67b5a1c4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090539Z:cb2c745c-00f1-4403-a91c-1440c1ce620e" + "CENTRALUSEUAP:20210420T094830Z:ad472772-275c-4a01-88e9-8d0d67b5a1c4" ], "Date": [ - "Mon, 15 Feb 2021 09:05:38 GMT" + "Tue, 20 Apr 2021 09:48:30 GMT" + ], + "Content-Length": [ + "1372" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/2c0aadc7-1876-4ecb-8ef8-e59f938dbeed\",\r\n \"name\": \"2c0aadc7-1876-4ecb-8ef8-e59f938dbeed\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT1.579672S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"errorDetails\": [\r\n {\r\n \"errorCode\": 400367,\r\n \"errorTitle\": \"UserErrorUnsupportedConfigForUnmanagedToManaged\",\r\n \"errorString\": \"Restoring with Managed disk is not supported for encrypted or snapshot Recovery points.\",\r\n \"recommendations\": [\r\n \"Please contact Microsoft support if need help with this.\"\r\n ]\r\n }\r\n ],\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Transfer data from vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Failed\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"Job Type\": \"Recover disks\",\r\n \"Target VM Name\": \"vmName\",\r\n \"Target Storage Account Name\": \"pstestsae44ae3d9\",\r\n \"Recovery point time \": null\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"estimatedRemainingDuration\": \"PT0S\"\r\n },\r\n \"entityFriendlyName\": \"pstestvme44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"Failed\",\r\n \"startTime\": \"2021-04-20T09:47:26.0271922Z\",\r\n \"endTime\": \"2021-04-20T09:47:27.6068642Z\",\r\n \"activityId\": \"19383552-d979-4e86-9cf7-b5780cd268a8\"\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupOperations/f61ad190-795c-4516-ae77-96028e88d784?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBPcGVyYXRpb25zL2Y2MWFkMTkwLTc5NWMtNDUxNi1hZTc3LTk2MDI4ZTg4ZDc4ND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cz9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "3ad07d72-dd5d-4965-b834-1a56ed50cbfd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, "ResponseHeaders": { @@ -10889,11 +11174,10 @@ "nosniff" ], "x-ms-request-id": [ - "ff5c2959-af2b-4110-85cd-2c2571d46708" + "0aaf73b9-053b-4e6f-940e-59d91c5da27d" ], "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b", - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "3ad07d72-dd5d-4965-b834-1a56ed50cbfd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10901,23 +11185,20 @@ "Server": [ "Microsoft-IIS/10.0" ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "136" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11978" ], "x-ms-correlation-request-id": [ - "ff5c2959-af2b-4110-85cd-2c2571d46708" + "0aaf73b9-053b-4e6f-940e-59d91c5da27d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090540Z:ff5c2959-af2b-4110-85cd-2c2571d46708" + "CENTRALUSEUAP:20210420T094834Z:0aaf73b9-053b-4e6f-940e-59d91c5da27d" ], "Date": [ - "Mon, 15 Feb 2021 09:05:39 GMT" + "Tue, 20 Apr 2021 09:48:34 GMT" ], "Content-Length": [ - "188" + "478" ], "Content-Type": [ "application/json" @@ -10926,25 +11207,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"name\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:05:39.6399971Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSVe44ae3d9\",\r\n \"etag\": \"W/\\\"datetime'2021-04-20T09%3A07%3A22.0394984Z'\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateEndpointStateForBackup\": \"None\",\r\n \"privateEndpointStateForSiteRecovery\": \"None\"\r\n },\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupOperations/f61ad190-795c-4516-ae77-96028e88d784?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBPcGVyYXRpb25zL2Y2MWFkMTkwLTc5NWMtNDUxNi1hZTc3LTk2MDI4ZTg4ZDc4ND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "7a512159-542a-47ca-a224-ef95c17df3be" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -10959,11 +11240,11 @@ "nosniff" ], "x-ms-request-id": [ - "6eaaad39-54bf-435a-a0cf-fd1233917204" + "ca11185b-de84-4d67-98da-3955724c122f" ], "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b", - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "7a512159-542a-47ca-a224-ef95c17df3be", + "7a512159-542a-47ca-a224-ef95c17df3be" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10975,19 +11256,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "135" + "147" ], "x-ms-correlation-request-id": [ - "6eaaad39-54bf-435a-a0cf-fd1233917204" + "ca11185b-de84-4d67-98da-3955724c122f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090545Z:6eaaad39-54bf-435a-a0cf-fd1233917204" + "CENTRALUSEUAP:20210420T094835Z:ca11185b-de84-4d67-98da-3955724c122f" ], "Date": [ - "Mon, 15 Feb 2021 09:05:45 GMT" + "Tue, 20 Apr 2021 09:48:34 GMT" ], "Content-Length": [ - "188" + "914" ], "Content-Type": [ "application/json" @@ -10996,25 +11277,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"name\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:05:39.6399971Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Compute/virtualMachines/PSTestVMe44ae0\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGe44ae3d9\",\r\n \"friendlyName\": \"PSTestVMe44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"registrationStatus\": \"Registered\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerType\": \"Microsoft.Compute/virtualMachines\",\r\n \"protectableObjectType\": \"Microsoft.Compute/virtualMachines\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupOperations/f61ad190-795c-4516-ae77-96028e88d784?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBPcGVyYXRpb25zL2Y2MWFkMTkwLTc5NWMtNDUxNi1hZTc3LTk2MDI4ZTg4ZDc4ND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrge44ae3d9%3Bpstestvme44ae0/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrge44ae3d9%3Bpstestvme44ae0?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdlNDRhZTNkOSUzQnBzdGVzdHZtZTQ0YWUwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2U0NGFlM2Q5JTNCcHN0ZXN0dm1lNDRhZTA/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -11025,66 +11306,69 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupOperationResults/cbe8bf62-9d72-4dde-9aa1-573ba6933bce?api-version=2021-01-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupOperations/cbe8bf62-9d72-4dde-9aa1-573ba6933bce?api-version=2021-01-01" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "5b2d6efc-1fa1-449a-9ca5-703fc8e30ef2" + "9f029cb3-bf66-47af-bb03-a8a25cc51ba6" ], "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b", - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-IIS/10.0" - ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "134" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], "x-ms-correlation-request-id": [ - "5b2d6efc-1fa1-449a-9ca5-703fc8e30ef2" + "9f029cb3-bf66-47af-bb03-a8a25cc51ba6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090550Z:5b2d6efc-1fa1-449a-9ca5-703fc8e30ef2" + "CENTRALUSEUAP:20210420T094836Z:9f029cb3-bf66-47af-bb03-a8a25cc51ba6" ], "Date": [ - "Mon, 15 Feb 2021 09:05:50 GMT" - ], - "Content-Length": [ - "188" - ], - "Content-Type": [ - "application/json" + "Tue, 20 Apr 2021 09:48:36 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"id\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"name\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:05:39.6399971Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupOperations/f61ad190-795c-4516-ae77-96028e88d784?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBPcGVyYXRpb25zL2Y2MWFkMTkwLTc5NWMtNDUxNi1hZTc3LTk2MDI4ZTg4ZDc4ND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupOperations/cbe8bf62-9d72-4dde-9aa1-573ba6933bce?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBPcGVyYXRpb25zL2NiZThiZjYyLTlkNzItNGRkZS05YWExLTU3M2JhNjkzM2JjZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -11099,11 +11383,11 @@ "nosniff" ], "x-ms-request-id": [ - "e0306bc9-95fb-481e-961d-2fc88ca1c863" + "1970477e-390d-48fc-8d3d-3c097a0649af" ], "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b", - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11118,13 +11402,13 @@ "133" ], "x-ms-correlation-request-id": [ - "e0306bc9-95fb-481e-961d-2fc88ca1c863" + "1970477e-390d-48fc-8d3d-3c097a0649af" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090555Z:e0306bc9-95fb-481e-961d-2fc88ca1c863" + "CENTRALUSEUAP:20210420T094837Z:1970477e-390d-48fc-8d3d-3c097a0649af" ], "Date": [ - "Mon, 15 Feb 2021 09:05:54 GMT" + "Tue, 20 Apr 2021 09:48:36 GMT" ], "Content-Length": [ "188" @@ -11136,25 +11420,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"name\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:05:39.6399971Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"cbe8bf62-9d72-4dde-9aa1-573ba6933bce\",\r\n \"name\": \"cbe8bf62-9d72-4dde-9aa1-573ba6933bce\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:48:36.6277394Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupOperations/f61ad190-795c-4516-ae77-96028e88d784?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBPcGVyYXRpb25zL2Y2MWFkMTkwLTc5NWMtNDUxNi1hZTc3LTk2MDI4ZTg4ZDc4ND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupOperations/cbe8bf62-9d72-4dde-9aa1-573ba6933bce?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBPcGVyYXRpb25zL2NiZThiZjYyLTlkNzItNGRkZS05YWExLTU3M2JhNjkzM2JjZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -11169,11 +11453,11 @@ "nosniff" ], "x-ms-request-id": [ - "87fe2e7e-f75f-4935-9bfb-345f69a54fbd" + "92c5bd35-cc6d-4994-b48c-81f4e795612c" ], "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b", - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11188,13 +11472,13 @@ "132" ], "x-ms-correlation-request-id": [ - "87fe2e7e-f75f-4935-9bfb-345f69a54fbd" + "92c5bd35-cc6d-4994-b48c-81f4e795612c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090600Z:87fe2e7e-f75f-4935-9bfb-345f69a54fbd" + "CENTRALUSEUAP:20210420T094843Z:92c5bd35-cc6d-4994-b48c-81f4e795612c" ], "Date": [ - "Mon, 15 Feb 2021 09:06:00 GMT" + "Tue, 20 Apr 2021 09:48:42 GMT" ], "Content-Length": [ "188" @@ -11206,25 +11490,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"name\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:05:39.6399971Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"cbe8bf62-9d72-4dde-9aa1-573ba6933bce\",\r\n \"name\": \"cbe8bf62-9d72-4dde-9aa1-573ba6933bce\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:48:36.6277394Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupOperations/f61ad190-795c-4516-ae77-96028e88d784?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBPcGVyYXRpb25zL2Y2MWFkMTkwLTc5NWMtNDUxNi1hZTc3LTk2MDI4ZTg4ZDc4ND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupOperations/cbe8bf62-9d72-4dde-9aa1-573ba6933bce?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBPcGVyYXRpb25zL2NiZThiZjYyLTlkNzItNGRkZS05YWExLTU3M2JhNjkzM2JjZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -11239,11 +11523,11 @@ "nosniff" ], "x-ms-request-id": [ - "5049ce4c-d565-48a1-b9f4-3270712dcef2" + "95430ff8-eeed-4dff-a852-0d5e27829431" ], "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b", - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11258,13 +11542,13 @@ "131" ], "x-ms-correlation-request-id": [ - "5049ce4c-d565-48a1-b9f4-3270712dcef2" + "95430ff8-eeed-4dff-a852-0d5e27829431" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090606Z:5049ce4c-d565-48a1-b9f4-3270712dcef2" + "CENTRALUSEUAP:20210420T094848Z:95430ff8-eeed-4dff-a852-0d5e27829431" ], "Date": [ - "Mon, 15 Feb 2021 09:06:05 GMT" + "Tue, 20 Apr 2021 09:48:47 GMT" ], "Content-Length": [ "188" @@ -11276,25 +11560,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"name\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:05:39.6399971Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"cbe8bf62-9d72-4dde-9aa1-573ba6933bce\",\r\n \"name\": \"cbe8bf62-9d72-4dde-9aa1-573ba6933bce\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:48:36.6277394Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupOperations/f61ad190-795c-4516-ae77-96028e88d784?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBPcGVyYXRpb25zL2Y2MWFkMTkwLTc5NWMtNDUxNi1hZTc3LTk2MDI4ZTg4ZDc4ND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupOperations/cbe8bf62-9d72-4dde-9aa1-573ba6933bce?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBPcGVyYXRpb25zL2NiZThiZjYyLTlkNzItNGRkZS05YWExLTU3M2JhNjkzM2JjZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -11309,11 +11593,11 @@ "nosniff" ], "x-ms-request-id": [ - "85c151a9-fc81-4651-b062-7f9bd365a252" + "4e0ab857-8699-4c29-942c-0efa78a75a16" ], "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b", - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11328,13 +11612,13 @@ "130" ], "x-ms-correlation-request-id": [ - "85c151a9-fc81-4651-b062-7f9bd365a252" + "4e0ab857-8699-4c29-942c-0efa78a75a16" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090611Z:85c151a9-fc81-4651-b062-7f9bd365a252" + "CENTRALUSEUAP:20210420T094854Z:4e0ab857-8699-4c29-942c-0efa78a75a16" ], "Date": [ - "Mon, 15 Feb 2021 09:06:11 GMT" + "Tue, 20 Apr 2021 09:48:53 GMT" ], "Content-Length": [ "188" @@ -11346,25 +11630,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"name\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:05:39.6399971Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"cbe8bf62-9d72-4dde-9aa1-573ba6933bce\",\r\n \"name\": \"cbe8bf62-9d72-4dde-9aa1-573ba6933bce\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:48:36.6277394Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupOperations/f61ad190-795c-4516-ae77-96028e88d784?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBPcGVyYXRpb25zL2Y2MWFkMTkwLTc5NWMtNDUxNi1hZTc3LTk2MDI4ZTg4ZDc4ND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupOperations/cbe8bf62-9d72-4dde-9aa1-573ba6933bce?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBPcGVyYXRpb25zL2NiZThiZjYyLTlkNzItNGRkZS05YWExLTU3M2JhNjkzM2JjZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -11379,11 +11663,11 @@ "nosniff" ], "x-ms-request-id": [ - "27149a52-2eda-47ce-84dd-c5da031bc681" + "b557c020-90bd-45fe-bede-b4919b11a6cc" ], "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b", - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11398,13 +11682,13 @@ "129" ], "x-ms-correlation-request-id": [ - "27149a52-2eda-47ce-84dd-c5da031bc681" + "b557c020-90bd-45fe-bede-b4919b11a6cc" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090616Z:27149a52-2eda-47ce-84dd-c5da031bc681" + "CENTRALUSEUAP:20210420T094900Z:b557c020-90bd-45fe-bede-b4919b11a6cc" ], "Date": [ - "Mon, 15 Feb 2021 09:06:16 GMT" + "Tue, 20 Apr 2021 09:49:00 GMT" ], "Content-Length": [ "188" @@ -11416,25 +11700,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"name\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:05:39.6399971Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"cbe8bf62-9d72-4dde-9aa1-573ba6933bce\",\r\n \"name\": \"cbe8bf62-9d72-4dde-9aa1-573ba6933bce\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:48:36.6277394Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupOperations/f61ad190-795c-4516-ae77-96028e88d784?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBPcGVyYXRpb25zL2Y2MWFkMTkwLTc5NWMtNDUxNi1hZTc3LTk2MDI4ZTg4ZDc4ND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupOperations/cbe8bf62-9d72-4dde-9aa1-573ba6933bce?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBPcGVyYXRpb25zL2NiZThiZjYyLTlkNzItNGRkZS05YWExLTU3M2JhNjkzM2JjZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -11449,11 +11733,11 @@ "nosniff" ], "x-ms-request-id": [ - "4b126fa7-5d3a-45e9-9dc3-b365091cae97" + "9afcc331-b1c8-49c3-892f-8b83969ce61c" ], "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b", - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11468,13 +11752,13 @@ "128" ], "x-ms-correlation-request-id": [ - "4b126fa7-5d3a-45e9-9dc3-b365091cae97" + "9afcc331-b1c8-49c3-892f-8b83969ce61c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090621Z:4b126fa7-5d3a-45e9-9dc3-b365091cae97" + "CENTRALUSEUAP:20210420T094905Z:9afcc331-b1c8-49c3-892f-8b83969ce61c" ], "Date": [ - "Mon, 15 Feb 2021 09:06:21 GMT" + "Tue, 20 Apr 2021 09:49:05 GMT" ], "Content-Length": [ "188" @@ -11486,25 +11770,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"name\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:05:39.6399971Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"cbe8bf62-9d72-4dde-9aa1-573ba6933bce\",\r\n \"name\": \"cbe8bf62-9d72-4dde-9aa1-573ba6933bce\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:48:36.6277394Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupOperations/f61ad190-795c-4516-ae77-96028e88d784?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBPcGVyYXRpb25zL2Y2MWFkMTkwLTc5NWMtNDUxNi1hZTc3LTk2MDI4ZTg4ZDc4ND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupOperations/cbe8bf62-9d72-4dde-9aa1-573ba6933bce?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBPcGVyYXRpb25zL2NiZThiZjYyLTlkNzItNGRkZS05YWExLTU3M2JhNjkzM2JjZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -11519,11 +11803,11 @@ "nosniff" ], "x-ms-request-id": [ - "50047aed-23a8-4ade-870b-22f848613135" + "1a7bc418-6e16-455d-91e4-64940a0fc9f9" ], "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b", - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11538,13 +11822,13 @@ "127" ], "x-ms-correlation-request-id": [ - "50047aed-23a8-4ade-870b-22f848613135" + "1a7bc418-6e16-455d-91e4-64940a0fc9f9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090627Z:50047aed-23a8-4ade-870b-22f848613135" + "CENTRALUSEUAP:20210420T094911Z:1a7bc418-6e16-455d-91e4-64940a0fc9f9" ], "Date": [ - "Mon, 15 Feb 2021 09:06:26 GMT" + "Tue, 20 Apr 2021 09:49:10 GMT" ], "Content-Length": [ "188" @@ -11556,25 +11840,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"name\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:05:39.6399971Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"cbe8bf62-9d72-4dde-9aa1-573ba6933bce\",\r\n \"name\": \"cbe8bf62-9d72-4dde-9aa1-573ba6933bce\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:48:36.6277394Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupOperations/f61ad190-795c-4516-ae77-96028e88d784?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBPcGVyYXRpb25zL2Y2MWFkMTkwLTc5NWMtNDUxNi1hZTc3LTk2MDI4ZTg4ZDc4ND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupOperations/cbe8bf62-9d72-4dde-9aa1-573ba6933bce?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBPcGVyYXRpb25zL2NiZThiZjYyLTlkNzItNGRkZS05YWExLTU3M2JhNjkzM2JjZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -11589,11 +11873,11 @@ "nosniff" ], "x-ms-request-id": [ - "79fafb40-b5a4-452a-b578-8b393943475e" + "16ab3d39-0022-490c-8911-ee6473260b6c" ], "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b", - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11608,13 +11892,13 @@ "126" ], "x-ms-correlation-request-id": [ - "79fafb40-b5a4-452a-b578-8b393943475e" + "16ab3d39-0022-490c-8911-ee6473260b6c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090632Z:79fafb40-b5a4-452a-b578-8b393943475e" + "CENTRALUSEUAP:20210420T094917Z:16ab3d39-0022-490c-8911-ee6473260b6c" ], "Date": [ - "Mon, 15 Feb 2021 09:06:31 GMT" + "Tue, 20 Apr 2021 09:49:16 GMT" ], "Content-Length": [ "188" @@ -11626,25 +11910,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"name\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:05:39.6399971Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"cbe8bf62-9d72-4dde-9aa1-573ba6933bce\",\r\n \"name\": \"cbe8bf62-9d72-4dde-9aa1-573ba6933bce\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:48:36.6277394Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupOperations/f61ad190-795c-4516-ae77-96028e88d784?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBPcGVyYXRpb25zL2Y2MWFkMTkwLTc5NWMtNDUxNi1hZTc3LTk2MDI4ZTg4ZDc4ND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupOperations/cbe8bf62-9d72-4dde-9aa1-573ba6933bce?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBPcGVyYXRpb25zL2NiZThiZjYyLTlkNzItNGRkZS05YWExLTU3M2JhNjkzM2JjZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -11659,11 +11943,11 @@ "nosniff" ], "x-ms-request-id": [ - "6245b1dd-e169-4ded-b089-ca6707b94be8" + "c71df854-fba5-4579-a6c7-b3356e604ed3" ], "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b", - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11678,13 +11962,13 @@ "125" ], "x-ms-correlation-request-id": [ - "6245b1dd-e169-4ded-b089-ca6707b94be8" + "c71df854-fba5-4579-a6c7-b3356e604ed3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090637Z:6245b1dd-e169-4ded-b089-ca6707b94be8" + "CENTRALUSEUAP:20210420T094922Z:c71df854-fba5-4579-a6c7-b3356e604ed3" ], "Date": [ - "Mon, 15 Feb 2021 09:06:37 GMT" + "Tue, 20 Apr 2021 09:49:22 GMT" ], "Content-Length": [ "188" @@ -11696,25 +11980,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"name\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:05:39.6399971Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"cbe8bf62-9d72-4dde-9aa1-573ba6933bce\",\r\n \"name\": \"cbe8bf62-9d72-4dde-9aa1-573ba6933bce\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:48:36.6277394Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupOperations/f61ad190-795c-4516-ae77-96028e88d784?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBPcGVyYXRpb25zL2Y2MWFkMTkwLTc5NWMtNDUxNi1hZTc3LTk2MDI4ZTg4ZDc4ND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupOperations/cbe8bf62-9d72-4dde-9aa1-573ba6933bce?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBPcGVyYXRpb25zL2NiZThiZjYyLTlkNzItNGRkZS05YWExLTU3M2JhNjkzM2JjZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -11729,11 +12013,11 @@ "nosniff" ], "x-ms-request-id": [ - "839df87c-1876-4fc1-8068-a8bbae2108c5" + "3d2e1e69-6c09-4ed3-ac73-1b9fa3ad2e82" ], "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b", - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11748,13 +12032,13 @@ "124" ], "x-ms-correlation-request-id": [ - "839df87c-1876-4fc1-8068-a8bbae2108c5" + "3d2e1e69-6c09-4ed3-ac73-1b9fa3ad2e82" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090642Z:839df87c-1876-4fc1-8068-a8bbae2108c5" + "CENTRALUSEUAP:20210420T094928Z:3d2e1e69-6c09-4ed3-ac73-1b9fa3ad2e82" ], "Date": [ - "Mon, 15 Feb 2021 09:06:42 GMT" + "Tue, 20 Apr 2021 09:49:28 GMT" ], "Content-Length": [ "188" @@ -11766,25 +12050,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"name\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:05:39.6399971Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"cbe8bf62-9d72-4dde-9aa1-573ba6933bce\",\r\n \"name\": \"cbe8bf62-9d72-4dde-9aa1-573ba6933bce\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:48:36.6277394Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupOperations/f61ad190-795c-4516-ae77-96028e88d784?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBPcGVyYXRpb25zL2Y2MWFkMTkwLTc5NWMtNDUxNi1hZTc3LTk2MDI4ZTg4ZDc4ND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupOperations/cbe8bf62-9d72-4dde-9aa1-573ba6933bce?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBPcGVyYXRpb25zL2NiZThiZjYyLTlkNzItNGRkZS05YWExLTU3M2JhNjkzM2JjZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -11799,11 +12083,11 @@ "nosniff" ], "x-ms-request-id": [ - "2d2825e6-f116-43d4-acb3-76024ec48743" + "14092576-6746-4cf3-8f9f-ecf65a7dd7c8" ], "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b", - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11818,13 +12102,13 @@ "123" ], "x-ms-correlation-request-id": [ - "2d2825e6-f116-43d4-acb3-76024ec48743" + "14092576-6746-4cf3-8f9f-ecf65a7dd7c8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090647Z:2d2825e6-f116-43d4-acb3-76024ec48743" + "CENTRALUSEUAP:20210420T094934Z:14092576-6746-4cf3-8f9f-ecf65a7dd7c8" ], "Date": [ - "Mon, 15 Feb 2021 09:06:47 GMT" + "Tue, 20 Apr 2021 09:49:34 GMT" ], "Content-Length": [ "188" @@ -11836,25 +12120,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"name\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:05:39.6399971Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"cbe8bf62-9d72-4dde-9aa1-573ba6933bce\",\r\n \"name\": \"cbe8bf62-9d72-4dde-9aa1-573ba6933bce\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:48:36.6277394Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupOperations/f61ad190-795c-4516-ae77-96028e88d784?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBPcGVyYXRpb25zL2Y2MWFkMTkwLTc5NWMtNDUxNi1hZTc3LTk2MDI4ZTg4ZDc4ND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupOperations/cbe8bf62-9d72-4dde-9aa1-573ba6933bce?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBPcGVyYXRpb25zL2NiZThiZjYyLTlkNzItNGRkZS05YWExLTU3M2JhNjkzM2JjZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -11869,11 +12153,11 @@ "nosniff" ], "x-ms-request-id": [ - "743ef747-7a00-4680-b44f-2c30dc81c6b0" + "502df4dc-a94d-493c-b3ce-741173162f3d" ], "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b", - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11888,13 +12172,13 @@ "122" ], "x-ms-correlation-request-id": [ - "743ef747-7a00-4680-b44f-2c30dc81c6b0" + "502df4dc-a94d-493c-b3ce-741173162f3d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090653Z:743ef747-7a00-4680-b44f-2c30dc81c6b0" + "CENTRALUSEUAP:20210420T094939Z:502df4dc-a94d-493c-b3ce-741173162f3d" ], "Date": [ - "Mon, 15 Feb 2021 09:06:52 GMT" + "Tue, 20 Apr 2021 09:49:38 GMT" ], "Content-Length": [ "188" @@ -11906,25 +12190,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"name\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:05:39.6399971Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"cbe8bf62-9d72-4dde-9aa1-573ba6933bce\",\r\n \"name\": \"cbe8bf62-9d72-4dde-9aa1-573ba6933bce\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:48:36.6277394Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupOperations/f61ad190-795c-4516-ae77-96028e88d784?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBPcGVyYXRpb25zL2Y2MWFkMTkwLTc5NWMtNDUxNi1hZTc3LTk2MDI4ZTg4ZDc4ND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupOperations/cbe8bf62-9d72-4dde-9aa1-573ba6933bce?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBPcGVyYXRpb25zL2NiZThiZjYyLTlkNzItNGRkZS05YWExLTU3M2JhNjkzM2JjZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -11939,11 +12223,11 @@ "nosniff" ], "x-ms-request-id": [ - "e1248e99-26b6-4dfc-b125-ed13b564d23f" + "518527fb-4a6c-4db8-835e-d9df8bb29500" ], "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b", - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11958,13 +12242,13 @@ "121" ], "x-ms-correlation-request-id": [ - "e1248e99-26b6-4dfc-b125-ed13b564d23f" + "518527fb-4a6c-4db8-835e-d9df8bb29500" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090658Z:e1248e99-26b6-4dfc-b125-ed13b564d23f" + "CENTRALUSEUAP:20210420T094945Z:518527fb-4a6c-4db8-835e-d9df8bb29500" ], "Date": [ - "Mon, 15 Feb 2021 09:06:58 GMT" + "Tue, 20 Apr 2021 09:49:45 GMT" ], "Content-Length": [ "188" @@ -11976,25 +12260,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"name\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:05:39.6399971Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"cbe8bf62-9d72-4dde-9aa1-573ba6933bce\",\r\n \"name\": \"cbe8bf62-9d72-4dde-9aa1-573ba6933bce\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:48:36.6277394Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupOperations/f61ad190-795c-4516-ae77-96028e88d784?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBPcGVyYXRpb25zL2Y2MWFkMTkwLTc5NWMtNDUxNi1hZTc3LTk2MDI4ZTg4ZDc4ND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupOperations/cbe8bf62-9d72-4dde-9aa1-573ba6933bce?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBPcGVyYXRpb25zL2NiZThiZjYyLTlkNzItNGRkZS05YWExLTU3M2JhNjkzM2JjZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -12009,11 +12293,11 @@ "nosniff" ], "x-ms-request-id": [ - "5b8bbe31-a2bf-4603-8106-57a6d8bdd5e1" + "7b9673d3-a30a-4ae2-86ed-78b62d48a1d2" ], "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b", - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12028,13 +12312,13 @@ "120" ], "x-ms-correlation-request-id": [ - "5b8bbe31-a2bf-4603-8106-57a6d8bdd5e1" + "7b9673d3-a30a-4ae2-86ed-78b62d48a1d2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090703Z:5b8bbe31-a2bf-4603-8106-57a6d8bdd5e1" + "CENTRALUSEUAP:20210420T094951Z:7b9673d3-a30a-4ae2-86ed-78b62d48a1d2" ], "Date": [ - "Mon, 15 Feb 2021 09:07:02 GMT" + "Tue, 20 Apr 2021 09:49:50 GMT" ], "Content-Length": [ "188" @@ -12046,25 +12330,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"name\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:05:39.6399971Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"cbe8bf62-9d72-4dde-9aa1-573ba6933bce\",\r\n \"name\": \"cbe8bf62-9d72-4dde-9aa1-573ba6933bce\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:48:36.6277394Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupOperations/f61ad190-795c-4516-ae77-96028e88d784?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBPcGVyYXRpb25zL2Y2MWFkMTkwLTc5NWMtNDUxNi1hZTc3LTk2MDI4ZTg4ZDc4ND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupOperations/cbe8bf62-9d72-4dde-9aa1-573ba6933bce?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBPcGVyYXRpb25zL2NiZThiZjYyLTlkNzItNGRkZS05YWExLTU3M2JhNjkzM2JjZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -12079,11 +12363,11 @@ "nosniff" ], "x-ms-request-id": [ - "706b1f5a-a7a2-47ee-81dc-271a0fdd7345" + "d1f581cb-f443-4b5f-aa7e-78840d319b82" ], "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b", - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12098,13 +12382,13 @@ "119" ], "x-ms-correlation-request-id": [ - "706b1f5a-a7a2-47ee-81dc-271a0fdd7345" + "d1f581cb-f443-4b5f-aa7e-78840d319b82" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090708Z:706b1f5a-a7a2-47ee-81dc-271a0fdd7345" + "CENTRALUSEUAP:20210420T094956Z:d1f581cb-f443-4b5f-aa7e-78840d319b82" ], "Date": [ - "Mon, 15 Feb 2021 09:07:08 GMT" + "Tue, 20 Apr 2021 09:49:56 GMT" ], "Content-Length": [ "188" @@ -12116,25 +12400,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"name\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:05:39.6399971Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"cbe8bf62-9d72-4dde-9aa1-573ba6933bce\",\r\n \"name\": \"cbe8bf62-9d72-4dde-9aa1-573ba6933bce\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:48:36.6277394Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupOperations/f61ad190-795c-4516-ae77-96028e88d784?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBPcGVyYXRpb25zL2Y2MWFkMTkwLTc5NWMtNDUxNi1hZTc3LTk2MDI4ZTg4ZDc4ND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupOperations/cbe8bf62-9d72-4dde-9aa1-573ba6933bce?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBPcGVyYXRpb25zL2NiZThiZjYyLTlkNzItNGRkZS05YWExLTU3M2JhNjkzM2JjZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -12149,11 +12433,11 @@ "nosniff" ], "x-ms-request-id": [ - "fcea7e38-194d-4535-8651-0d9c740bcd7a" + "544f4f5a-7f78-4a08-8160-f15b5c57ad6d" ], "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b", - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12168,13 +12452,13 @@ "118" ], "x-ms-correlation-request-id": [ - "fcea7e38-194d-4535-8651-0d9c740bcd7a" + "544f4f5a-7f78-4a08-8160-f15b5c57ad6d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090714Z:fcea7e38-194d-4535-8651-0d9c740bcd7a" + "CENTRALUSEUAP:20210420T095002Z:544f4f5a-7f78-4a08-8160-f15b5c57ad6d" ], "Date": [ - "Mon, 15 Feb 2021 09:07:13 GMT" + "Tue, 20 Apr 2021 09:50:01 GMT" ], "Content-Length": [ "188" @@ -12186,25 +12470,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"name\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:05:39.6399971Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"cbe8bf62-9d72-4dde-9aa1-573ba6933bce\",\r\n \"name\": \"cbe8bf62-9d72-4dde-9aa1-573ba6933bce\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:48:36.6277394Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupOperations/f61ad190-795c-4516-ae77-96028e88d784?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBPcGVyYXRpb25zL2Y2MWFkMTkwLTc5NWMtNDUxNi1hZTc3LTk2MDI4ZTg4ZDc4ND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupOperations/cbe8bf62-9d72-4dde-9aa1-573ba6933bce?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBPcGVyYXRpb25zL2NiZThiZjYyLTlkNzItNGRkZS05YWExLTU3M2JhNjkzM2JjZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -12219,11 +12503,11 @@ "nosniff" ], "x-ms-request-id": [ - "e0a3f8cd-9f6b-47f2-9975-9e46f2a99e16" + "d2e4feac-451d-40c1-8f39-b3b9e33423cc" ], "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b", - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12238,13 +12522,13 @@ "117" ], "x-ms-correlation-request-id": [ - "e0a3f8cd-9f6b-47f2-9975-9e46f2a99e16" + "d2e4feac-451d-40c1-8f39-b3b9e33423cc" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090719Z:e0a3f8cd-9f6b-47f2-9975-9e46f2a99e16" + "CENTRALUSEUAP:20210420T095007Z:d2e4feac-451d-40c1-8f39-b3b9e33423cc" ], "Date": [ - "Mon, 15 Feb 2021 09:07:18 GMT" + "Tue, 20 Apr 2021 09:50:07 GMT" ], "Content-Length": [ "188" @@ -12256,25 +12540,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"name\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:05:39.6399971Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"cbe8bf62-9d72-4dde-9aa1-573ba6933bce\",\r\n \"name\": \"cbe8bf62-9d72-4dde-9aa1-573ba6933bce\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:48:36.6277394Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupOperations/f61ad190-795c-4516-ae77-96028e88d784?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBPcGVyYXRpb25zL2Y2MWFkMTkwLTc5NWMtNDUxNi1hZTc3LTk2MDI4ZTg4ZDc4ND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupOperations/cbe8bf62-9d72-4dde-9aa1-573ba6933bce?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBPcGVyYXRpb25zL2NiZThiZjYyLTlkNzItNGRkZS05YWExLTU3M2JhNjkzM2JjZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -12289,11 +12573,11 @@ "nosniff" ], "x-ms-request-id": [ - "be348e70-450f-4bac-b679-40a2aeb1cfec" + "a4a28c63-ee95-47ad-9810-a26409e08f91" ], "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b", - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12308,13 +12592,13 @@ "116" ], "x-ms-correlation-request-id": [ - "be348e70-450f-4bac-b679-40a2aeb1cfec" + "a4a28c63-ee95-47ad-9810-a26409e08f91" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090724Z:be348e70-450f-4bac-b679-40a2aeb1cfec" + "CENTRALUSEUAP:20210420T095013Z:a4a28c63-ee95-47ad-9810-a26409e08f91" ], "Date": [ - "Mon, 15 Feb 2021 09:07:24 GMT" + "Tue, 20 Apr 2021 09:50:13 GMT" ], "Content-Length": [ "188" @@ -12326,25 +12610,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"name\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:05:39.6399971Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"cbe8bf62-9d72-4dde-9aa1-573ba6933bce\",\r\n \"name\": \"cbe8bf62-9d72-4dde-9aa1-573ba6933bce\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:48:36.6277394Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupOperations/f61ad190-795c-4516-ae77-96028e88d784?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBPcGVyYXRpb25zL2Y2MWFkMTkwLTc5NWMtNDUxNi1hZTc3LTk2MDI4ZTg4ZDc4ND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupOperations/cbe8bf62-9d72-4dde-9aa1-573ba6933bce?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBPcGVyYXRpb25zL2NiZThiZjYyLTlkNzItNGRkZS05YWExLTU3M2JhNjkzM2JjZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -12359,11 +12643,11 @@ "nosniff" ], "x-ms-request-id": [ - "db345510-cca5-4343-9d0d-e372983326bf" + "9d5e1807-79f2-4618-9aba-c429d74dc638" ], "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b", - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12378,13 +12662,13 @@ "115" ], "x-ms-correlation-request-id": [ - "db345510-cca5-4343-9d0d-e372983326bf" + "9d5e1807-79f2-4618-9aba-c429d74dc638" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090729Z:db345510-cca5-4343-9d0d-e372983326bf" + "CENTRALUSEUAP:20210420T095019Z:9d5e1807-79f2-4618-9aba-c429d74dc638" ], "Date": [ - "Mon, 15 Feb 2021 09:07:29 GMT" + "Tue, 20 Apr 2021 09:50:19 GMT" ], "Content-Length": [ "188" @@ -12396,25 +12680,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"name\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:05:39.6399971Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"cbe8bf62-9d72-4dde-9aa1-573ba6933bce\",\r\n \"name\": \"cbe8bf62-9d72-4dde-9aa1-573ba6933bce\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:48:36.6277394Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupOperations/f61ad190-795c-4516-ae77-96028e88d784?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBPcGVyYXRpb25zL2Y2MWFkMTkwLTc5NWMtNDUxNi1hZTc3LTk2MDI4ZTg4ZDc4ND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupOperations/cbe8bf62-9d72-4dde-9aa1-573ba6933bce?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBPcGVyYXRpb25zL2NiZThiZjYyLTlkNzItNGRkZS05YWExLTU3M2JhNjkzM2JjZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -12429,11 +12713,11 @@ "nosniff" ], "x-ms-request-id": [ - "e02c9fdf-a0bb-4100-be11-a981a754e28e" + "56e7964a-1c31-4e0c-b8cf-1129285428fa" ], "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b", - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12448,13 +12732,13 @@ "114" ], "x-ms-correlation-request-id": [ - "e02c9fdf-a0bb-4100-be11-a981a754e28e" + "56e7964a-1c31-4e0c-b8cf-1129285428fa" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090734Z:e02c9fdf-a0bb-4100-be11-a981a754e28e" + "CENTRALUSEUAP:20210420T095024Z:56e7964a-1c31-4e0c-b8cf-1129285428fa" ], "Date": [ - "Mon, 15 Feb 2021 09:07:34 GMT" + "Tue, 20 Apr 2021 09:50:23 GMT" ], "Content-Length": [ "188" @@ -12466,25 +12750,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"name\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:05:39.6399971Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"cbe8bf62-9d72-4dde-9aa1-573ba6933bce\",\r\n \"name\": \"cbe8bf62-9d72-4dde-9aa1-573ba6933bce\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:48:36.6277394Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupOperations/f61ad190-795c-4516-ae77-96028e88d784?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBPcGVyYXRpb25zL2Y2MWFkMTkwLTc5NWMtNDUxNi1hZTc3LTk2MDI4ZTg4ZDc4ND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupOperations/cbe8bf62-9d72-4dde-9aa1-573ba6933bce?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBPcGVyYXRpb25zL2NiZThiZjYyLTlkNzItNGRkZS05YWExLTU3M2JhNjkzM2JjZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -12499,11 +12783,11 @@ "nosniff" ], "x-ms-request-id": [ - "cfc6f82b-33b5-4324-abc7-03c3c651faf1" + "7710a2d1-2dae-44f0-a6a3-021d805d0a00" ], "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b", - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12518,13 +12802,13 @@ "113" ], "x-ms-correlation-request-id": [ - "cfc6f82b-33b5-4324-abc7-03c3c651faf1" + "7710a2d1-2dae-44f0-a6a3-021d805d0a00" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090740Z:cfc6f82b-33b5-4324-abc7-03c3c651faf1" + "CENTRALUSEUAP:20210420T095030Z:7710a2d1-2dae-44f0-a6a3-021d805d0a00" ], "Date": [ - "Mon, 15 Feb 2021 09:07:39 GMT" + "Tue, 20 Apr 2021 09:50:30 GMT" ], "Content-Length": [ "188" @@ -12536,25 +12820,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"name\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:05:39.6399971Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"cbe8bf62-9d72-4dde-9aa1-573ba6933bce\",\r\n \"name\": \"cbe8bf62-9d72-4dde-9aa1-573ba6933bce\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:48:36.6277394Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupOperations/f61ad190-795c-4516-ae77-96028e88d784?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBPcGVyYXRpb25zL2Y2MWFkMTkwLTc5NWMtNDUxNi1hZTc3LTk2MDI4ZTg4ZDc4ND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupOperations/cbe8bf62-9d72-4dde-9aa1-573ba6933bce?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBPcGVyYXRpb25zL2NiZThiZjYyLTlkNzItNGRkZS05YWExLTU3M2JhNjkzM2JjZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -12569,11 +12853,11 @@ "nosniff" ], "x-ms-request-id": [ - "aa5783dd-109c-4306-b711-afd509943024" + "3ce923de-9be2-4355-a18e-779d6caea5d0" ], "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b", - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12588,13 +12872,13 @@ "112" ], "x-ms-correlation-request-id": [ - "aa5783dd-109c-4306-b711-afd509943024" + "3ce923de-9be2-4355-a18e-779d6caea5d0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090746Z:aa5783dd-109c-4306-b711-afd509943024" + "CENTRALUSEUAP:20210420T095036Z:3ce923de-9be2-4355-a18e-779d6caea5d0" ], "Date": [ - "Mon, 15 Feb 2021 09:07:46 GMT" + "Tue, 20 Apr 2021 09:50:35 GMT" ], "Content-Length": [ "188" @@ -12606,25 +12890,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"name\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:05:39.6399971Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"cbe8bf62-9d72-4dde-9aa1-573ba6933bce\",\r\n \"name\": \"cbe8bf62-9d72-4dde-9aa1-573ba6933bce\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:48:36.6277394Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupOperations/f61ad190-795c-4516-ae77-96028e88d784?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBPcGVyYXRpb25zL2Y2MWFkMTkwLTc5NWMtNDUxNi1hZTc3LTk2MDI4ZTg4ZDc4ND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupOperations/cbe8bf62-9d72-4dde-9aa1-573ba6933bce?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBPcGVyYXRpb25zL2NiZThiZjYyLTlkNzItNGRkZS05YWExLTU3M2JhNjkzM2JjZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -12639,11 +12923,11 @@ "nosniff" ], "x-ms-request-id": [ - "eae4fc9a-ae80-47d1-8bc4-3a7890a88c62" + "c1b8fde6-291a-44ee-813c-78df6429c1ab" ], "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b", - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12658,13 +12942,13 @@ "111" ], "x-ms-correlation-request-id": [ - "eae4fc9a-ae80-47d1-8bc4-3a7890a88c62" + "c1b8fde6-291a-44ee-813c-78df6429c1ab" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090751Z:eae4fc9a-ae80-47d1-8bc4-3a7890a88c62" + "CENTRALUSEUAP:20210420T095041Z:c1b8fde6-291a-44ee-813c-78df6429c1ab" ], "Date": [ - "Mon, 15 Feb 2021 09:07:50 GMT" + "Tue, 20 Apr 2021 09:50:41 GMT" ], "Content-Length": [ "188" @@ -12676,25 +12960,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"name\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:05:39.6399971Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"cbe8bf62-9d72-4dde-9aa1-573ba6933bce\",\r\n \"name\": \"cbe8bf62-9d72-4dde-9aa1-573ba6933bce\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:48:36.6277394Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupOperations/f61ad190-795c-4516-ae77-96028e88d784?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBPcGVyYXRpb25zL2Y2MWFkMTkwLTc5NWMtNDUxNi1hZTc3LTk2MDI4ZTg4ZDc4ND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupOperations/cbe8bf62-9d72-4dde-9aa1-573ba6933bce?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBPcGVyYXRpb25zL2NiZThiZjYyLTlkNzItNGRkZS05YWExLTU3M2JhNjkzM2JjZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -12709,11 +12993,11 @@ "nosniff" ], "x-ms-request-id": [ - "3ff45d65-acbc-4a4b-8b98-b77af00feaf1" + "3d515a75-abf2-4af5-841d-5859344d80c1" ], "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b", - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12728,16 +13012,16 @@ "110" ], "x-ms-correlation-request-id": [ - "3ff45d65-acbc-4a4b-8b98-b77af00feaf1" + "3d515a75-abf2-4af5-841d-5859344d80c1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090756Z:3ff45d65-acbc-4a4b-8b98-b77af00feaf1" + "CENTRALUSEUAP:20210420T095047Z:3d515a75-abf2-4af5-841d-5859344d80c1" ], "Date": [ - "Mon, 15 Feb 2021 09:07:56 GMT" + "Tue, 20 Apr 2021 09:50:47 GMT" ], "Content-Length": [ - "304" + "188" ], "Content-Type": [ "application/json" @@ -12746,25 +13030,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"name\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T09:05:39.6399971Z\",\r\n \"endTime\": \"2021-02-15T09:05:39.6399971Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"11b5a39b-51a1-4ec9-9e38-84a052736ec8\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"cbe8bf62-9d72-4dde-9aa1-573ba6933bce\",\r\n \"name\": \"cbe8bf62-9d72-4dde-9aa1-573ba6933bce\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-04-20T09:48:36.6277394Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupOperations/f61ad190-795c-4516-ae77-96028e88d784?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBPcGVyYXRpb25zL2Y2MWFkMTkwLTc5NWMtNDUxNi1hZTc3LTk2MDI4ZTg4ZDc4ND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupOperations/cbe8bf62-9d72-4dde-9aa1-573ba6933bce?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBPcGVyYXRpb25zL2NiZThiZjYyLTlkNzItNGRkZS05YWExLTU3M2JhNjkzM2JjZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -12779,11 +13063,11 @@ "nosniff" ], "x-ms-request-id": [ - "6308c439-baea-4365-905b-0e70ab9062a5" + "89626ab0-c0af-480c-84d7-a540a220a485" ], "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b", - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12798,13 +13082,13 @@ "109" ], "x-ms-correlation-request-id": [ - "6308c439-baea-4365-905b-0e70ab9062a5" + "89626ab0-c0af-480c-84d7-a540a220a485" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090756Z:6308c439-baea-4365-905b-0e70ab9062a5" + "CENTRALUSEUAP:20210420T095053Z:89626ab0-c0af-480c-84d7-a540a220a485" ], "Date": [ - "Mon, 15 Feb 2021 09:07:56 GMT" + "Tue, 20 Apr 2021 09:50:52 GMT" ], "Content-Length": [ "304" @@ -12816,25 +13100,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"name\": \"f61ad190-795c-4516-ae77-96028e88d784\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T09:05:39.6399971Z\",\r\n \"endTime\": \"2021-02-15T09:05:39.6399971Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"11b5a39b-51a1-4ec9-9e38-84a052736ec8\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"cbe8bf62-9d72-4dde-9aa1-573ba6933bce\",\r\n \"name\": \"cbe8bf62-9d72-4dde-9aa1-573ba6933bce\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-04-20T09:48:36.6277394Z\",\r\n \"endTime\": \"2021-04-20T09:48:36.6277394Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"c48ded49-0533-4c40-9e60-fc183b21c619\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/11b5a39b-51a1-4ec9-9e38-84a052736ec8?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNS9iYWNrdXBKb2JzLzExYjVhMzliLTUxYTEtNGVjOS05ZTM4LTg0YTA1MjczNmVjOD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupOperations/cbe8bf62-9d72-4dde-9aa1-573ba6933bce?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBPcGVyYXRpb25zL2NiZThiZjYyLTlkNzItNGRkZS05YWExLTU3M2JhNjkzM2JjZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, @@ -12845,40 +13129,39 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "c66089af-9573-4576-a200-c0381d6ed884" + "cc11880a-4277-43cc-977b-201663c52fb1" ], "x-ms-client-request-id": [ - "315c8949-479c-44d9-98a3-91fbcc065e5b", - "315c8949-479c-44d9-98a3-91fbcc065e5b" - ], - "X-Powered-By": [ - "ASP.NET" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "70" + "108" ], "x-ms-correlation-request-id": [ - "c66089af-9573-4576-a200-c0381d6ed884" + "cc11880a-4277-43cc-977b-201663c52fb1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090756Z:c66089af-9573-4576-a200-c0381d6ed884" + "CENTRALUSEUAP:20210420T095054Z:cc11880a-4277-43cc-977b-201663c52fb1" ], "Date": [ - "Mon, 15 Feb 2021 09:07:56 GMT" + "Tue, 20 Apr 2021 09:50:54 GMT" ], "Content-Length": [ - "845" + "304" ], "Content-Type": [ "application/json" @@ -12887,26 +13170,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5/backupJobs/11b5a39b-51a1-4ec9-9e38-84a052736ec8\",\r\n \"name\": \"11b5a39b-51a1-4ec9-9e38-84a052736ec8\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg806beba5;pstestvm806be0\",\r\n \"duration\": \"PT2M12.2201125S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"PSTestVM806be0\",\r\n \"Number of Recovery Points\": \"1\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"PSTestVM806be0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-15T09:05:39.6399971Z\",\r\n \"endTime\": \"2021-02-15T09:07:51.8601096Z\",\r\n \"activityId\": \"315c8949-479c-44d9-98a3-91fbcc065e5b\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"cbe8bf62-9d72-4dde-9aa1-573ba6933bce\",\r\n \"name\": \"cbe8bf62-9d72-4dde-9aa1-573ba6933bce\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-04-20T09:48:36.6277394Z\",\r\n \"endTime\": \"2021-04-20T09:48:36.6277394Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"c48ded49-0533-4c40-9e60-fc183b21c619\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG806beba5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV806beba5?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODA2YmViYTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MDZiZWJhNT9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/c48ded49-0533-4c40-9e60-fc183b21c619?api-version=2021-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzL2M0OGRlZDQ5LTA1MzMtNGM0MC05ZTYwLWZjMTgzYjIxYzYxOT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f594bdec-80c7-4e1e-8eba-d4eb48a0b12b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" ] }, "ResponseHeaders": { @@ -12916,57 +13199,68 @@ "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "f8fe043e-c663-4b9a-9d7c-16339f6d3c60" + "840e672e-fd1a-4d18-a488-beaa64a945bb" ], "x-ms-client-request-id": [ - "f594bdec-80c7-4e1e-8eba-d4eb48a0b12b" + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", + "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" + ], + "X-Powered-By": [ + "ASP.NET" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "9" + "73" ], "x-ms-correlation-request-id": [ - "f8fe043e-c663-4b9a-9d7c-16339f6d3c60" + "840e672e-fd1a-4d18-a488-beaa64a945bb" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090819Z:f8fe043e-c663-4b9a-9d7c-16339f6d3c60" + "CENTRALUSEUAP:20210420T095055Z:840e672e-fd1a-4d18-a488-beaa64a945bb" ], "Date": [ - "Mon, 15 Feb 2021 09:08:19 GMT" + "Tue, 20 Apr 2021 09:50:54 GMT" + ], + "Content-Length": [ + "845" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupJobs/c48ded49-0533-4c40-9e60-fc183b21c619\",\r\n \"name\": \"c48ded49-0533-4c40-9e60-fc183b21c619\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrge44ae3d9;pstestvme44ae0\",\r\n \"duration\": \"PT2M12.6945222S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"PSTestVMe44ae0\",\r\n \"Number of Recovery Points\": \"1\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"PSTestVMe44ae0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-04-20T09:48:36.6277394Z\",\r\n \"endTime\": \"2021-04-20T09:50:49.3222616Z\",\r\n \"activityId\": \"a70ed0d1-eb7b-49be-9298-1c689b6ec15c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRG806beba5?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHODA2YmViYTU/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOT9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d07e7b2-02ea-468c-bda9-953875f22bcf" + "e04eacdc-7d2b-4207-80a2-f2a8abd80f2c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, "ResponseHeaders": { @@ -12976,32 +13270,29 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzgwNkJFQkE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-request-id": [ - "865418b7-920e-4fe1-9c43-93f0496056a2" + "c3cfa5a7-2f5d-44f3-8089-93db4656cb12" ], - "x-ms-correlation-request-id": [ - "865418b7-920e-4fe1-9c43-93f0496056a2" - ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090821Z:865418b7-920e-4fe1-9c43-93f0496056a2" + "x-ms-client-request-id": [ + "e04eacdc-7d2b-4207-80a2-f2a8abd80f2c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "8" + ], + "x-ms-correlation-request-id": [ + "c3cfa5a7-2f5d-44f3-8089-93db4656cb12" + ], + "x-ms-routing-request-id": [ + "CENTRALUSEUAP:20210420T095106Z:c3cfa5a7-2f5d-44f3-8089-93db4656cb12" ], "Date": [ - "Mon, 15 Feb 2021 09:08:20 GMT" + "Tue, 20 Apr 2021 09:51:06 GMT" ], "Expires": [ "-1" @@ -13011,19 +13302,25 @@ ] }, "ResponseBody": "", - "StatusCode": 202 + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzgwNkJFQkE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemd3TmtKRlFrRTFMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRGe44ae3d9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "44cf9b54-337b-4d4b-a57d-80f3875be8b6" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" ] }, "ResponseHeaders": { @@ -13034,22 +13331,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzgwNkJFQkE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0U0NEFFM0Q5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?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": [ - "949302ea-56d2-4d95-818b-b82413d4159b" + "a4d8a9f5-bd52-4650-88f9-13686aba6978" ], "x-ms-correlation-request-id": [ - "949302ea-56d2-4d95-818b-b82413d4159b" + "a4d8a9f5-bd52-4650-88f9-13686aba6978" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090836Z:949302ea-56d2-4d95-818b-b82413d4159b" + "CENTRALUSEUAP:20210420T095112Z:a4d8a9f5-bd52-4650-88f9-13686aba6978" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13058,7 +13355,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:08:36 GMT" + "Tue, 20 Apr 2021 09:51:11 GMT" ], "Expires": [ "-1" @@ -13071,16 +13368,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzgwNkJFQkE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemd3TmtKRlFrRTFMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0U0NEFFM0Q5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFUwTkVGRk0wUTVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" ] }, "ResponseHeaders": { @@ -13091,22 +13388,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzgwNkJFQkE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0U0NEFFM0Q5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11986" ], "x-ms-request-id": [ - "ba4257a8-cbda-4f3a-8285-961971323637" + "533315bf-4ebe-477a-84dd-a2c9be9b5efe" ], "x-ms-correlation-request-id": [ - "ba4257a8-cbda-4f3a-8285-961971323637" + "533315bf-4ebe-477a-84dd-a2c9be9b5efe" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090851Z:ba4257a8-cbda-4f3a-8285-961971323637" + "CENTRALUSEUAP:20210420T095127Z:533315bf-4ebe-477a-84dd-a2c9be9b5efe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13115,7 +13412,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:08:50 GMT" + "Tue, 20 Apr 2021 09:51:26 GMT" ], "Expires": [ "-1" @@ -13128,16 +13425,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzgwNkJFQkE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemd3TmtKRlFrRTFMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0U0NEFFM0Q5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFUwTkVGRk0wUTVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" ] }, "ResponseHeaders": { @@ -13148,22 +13445,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzgwNkJFQkE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0U0NEFFM0Q5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11985" ], "x-ms-request-id": [ - "44d84add-69b9-4163-b4f9-c79ec7d369ac" + "03c71a75-63ff-46a6-8159-99c00a971f42" ], "x-ms-correlation-request-id": [ - "44d84add-69b9-4163-b4f9-c79ec7d369ac" + "03c71a75-63ff-46a6-8159-99c00a971f42" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090906Z:44d84add-69b9-4163-b4f9-c79ec7d369ac" + "CENTRALUSEUAP:20210420T095143Z:03c71a75-63ff-46a6-8159-99c00a971f42" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13172,7 +13469,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:09:06 GMT" + "Tue, 20 Apr 2021 09:51:43 GMT" ], "Expires": [ "-1" @@ -13185,16 +13482,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzgwNkJFQkE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemd3TmtKRlFrRTFMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0U0NEFFM0Q5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFUwTkVGRk0wUTVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" ] }, "ResponseHeaders": { @@ -13205,22 +13502,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzgwNkJFQkE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0U0NEFFM0Q5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11984" ], "x-ms-request-id": [ - "407e273c-c569-4652-9f73-efb531a1c499" + "6566c70e-f868-4e3e-9323-23d8d3cb2538" ], "x-ms-correlation-request-id": [ - "407e273c-c569-4652-9f73-efb531a1c499" + "6566c70e-f868-4e3e-9323-23d8d3cb2538" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090921Z:407e273c-c569-4652-9f73-efb531a1c499" + "CENTRALUSEUAP:20210420T095159Z:6566c70e-f868-4e3e-9323-23d8d3cb2538" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13229,7 +13526,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:09:21 GMT" + "Tue, 20 Apr 2021 09:51:59 GMT" ], "Expires": [ "-1" @@ -13242,16 +13539,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzgwNkJFQkE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemd3TmtKRlFrRTFMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0U0NEFFM0Q5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFUwTkVGRk0wUTVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" ] }, "ResponseHeaders": { @@ -13262,22 +13559,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzgwNkJFQkE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0U0NEFFM0Q5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11983" ], "x-ms-request-id": [ - "9d20806d-797c-4ccf-af5a-ea5a3f1e6d50" + "5a5ebbcb-f3a1-4811-b5a5-3dfa77eca055" ], "x-ms-correlation-request-id": [ - "9d20806d-797c-4ccf-af5a-ea5a3f1e6d50" + "5a5ebbcb-f3a1-4811-b5a5-3dfa77eca055" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090936Z:9d20806d-797c-4ccf-af5a-ea5a3f1e6d50" + "CENTRALUSEUAP:20210420T095215Z:5a5ebbcb-f3a1-4811-b5a5-3dfa77eca055" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13286,7 +13583,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:09:36 GMT" + "Tue, 20 Apr 2021 09:52:15 GMT" ], "Expires": [ "-1" @@ -13299,16 +13596,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzgwNkJFQkE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemd3TmtKRlFrRTFMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0U0NEFFM0Q5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFUwTkVGRk0wUTVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" ] }, "ResponseHeaders": { @@ -13319,22 +13616,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzgwNkJFQkE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0U0NEFFM0Q5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11982" ], "x-ms-request-id": [ - "b190aba9-d4ac-46d7-8e08-8ef3de95623f" + "cbf50439-41be-4f3d-9d1f-ae717ae3dae2" ], "x-ms-correlation-request-id": [ - "b190aba9-d4ac-46d7-8e08-8ef3de95623f" + "cbf50439-41be-4f3d-9d1f-ae717ae3dae2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T090952Z:b190aba9-d4ac-46d7-8e08-8ef3de95623f" + "CENTRALUSEUAP:20210420T095231Z:cbf50439-41be-4f3d-9d1f-ae717ae3dae2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13343,7 +13640,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:09:51 GMT" + "Tue, 20 Apr 2021 09:52:31 GMT" ], "Expires": [ "-1" @@ -13356,16 +13653,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzgwNkJFQkE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemd3TmtKRlFrRTFMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0U0NEFFM0Q5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFUwTkVGRk0wUTVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" ] }, "ResponseHeaders": { @@ -13376,22 +13673,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzgwNkJFQkE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0U0NEFFM0Q5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11981" ], "x-ms-request-id": [ - "ac0ba1cf-79d6-47e4-95fb-c3fa534ae8f0" + "596fe342-a25d-41a0-affa-4693a36bff74" ], "x-ms-correlation-request-id": [ - "ac0ba1cf-79d6-47e4-95fb-c3fa534ae8f0" + "596fe342-a25d-41a0-affa-4693a36bff74" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T091007Z:ac0ba1cf-79d6-47e4-95fb-c3fa534ae8f0" + "CENTRALUSEUAP:20210420T095247Z:596fe342-a25d-41a0-affa-4693a36bff74" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13400,7 +13697,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:10:06 GMT" + "Tue, 20 Apr 2021 09:52:47 GMT" ], "Expires": [ "-1" @@ -13413,16 +13710,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzgwNkJFQkE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemd3TmtKRlFrRTFMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0U0NEFFM0Q5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFUwTkVGRk0wUTVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" ] }, "ResponseHeaders": { @@ -13433,22 +13730,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzgwNkJFQkE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0U0NEFFM0Q5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11980" ], "x-ms-request-id": [ - "c1360edc-3f39-4201-9df4-e924ae4ae9dc" + "764d39de-9551-4a07-b661-c0d3b9292dd7" ], "x-ms-correlation-request-id": [ - "c1360edc-3f39-4201-9df4-e924ae4ae9dc" + "764d39de-9551-4a07-b661-c0d3b9292dd7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T091022Z:c1360edc-3f39-4201-9df4-e924ae4ae9dc" + "CENTRALUSEUAP:20210420T095303Z:764d39de-9551-4a07-b661-c0d3b9292dd7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13457,7 +13754,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:10:21 GMT" + "Tue, 20 Apr 2021 09:53:02 GMT" ], "Expires": [ "-1" @@ -13470,16 +13767,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzgwNkJFQkE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemd3TmtKRlFrRTFMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0U0NEFFM0Q5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFUwTkVGRk0wUTVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" ] }, "ResponseHeaders": { @@ -13490,22 +13787,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzgwNkJFQkE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0U0NEFFM0Q5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11979" ], "x-ms-request-id": [ - "9cb27ba3-7727-4362-85b0-6d4074e87354" + "f62c0aa7-17d0-4aa2-bc81-f2afe287c21d" ], "x-ms-correlation-request-id": [ - "9cb27ba3-7727-4362-85b0-6d4074e87354" + "f62c0aa7-17d0-4aa2-bc81-f2afe287c21d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T091037Z:9cb27ba3-7727-4362-85b0-6d4074e87354" + "CENTRALUSEUAP:20210420T095318Z:f62c0aa7-17d0-4aa2-bc81-f2afe287c21d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13514,7 +13811,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:10:36 GMT" + "Tue, 20 Apr 2021 09:53:18 GMT" ], "Expires": [ "-1" @@ -13527,16 +13824,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzgwNkJFQkE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemd3TmtKRlFrRTFMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0U0NEFFM0Q5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFUwTkVGRk0wUTVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" ] }, "ResponseHeaders": { @@ -13547,22 +13844,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzgwNkJFQkE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0U0NEFFM0Q5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11978" ], "x-ms-request-id": [ - "38df3a9b-17af-494a-9fc6-b297d31be8cc" + "26a93d13-fadd-46c1-ae45-4e33017bc58f" ], "x-ms-correlation-request-id": [ - "38df3a9b-17af-494a-9fc6-b297d31be8cc" + "26a93d13-fadd-46c1-ae45-4e33017bc58f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T091052Z:38df3a9b-17af-494a-9fc6-b297d31be8cc" + "CENTRALUSEUAP:20210420T095334Z:26a93d13-fadd-46c1-ae45-4e33017bc58f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13571,7 +13868,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:10:51 GMT" + "Tue, 20 Apr 2021 09:53:33 GMT" ], "Expires": [ "-1" @@ -13584,16 +13881,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzgwNkJFQkE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemd3TmtKRlFrRTFMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0U0NEFFM0Q5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFUwTkVGRk0wUTVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" ] }, "ResponseHeaders": { @@ -13604,16 +13901,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11977" ], "x-ms-request-id": [ - "bf4a9a73-f552-43c1-b94f-601896074e17" + "8f721c4f-5662-47f0-9414-b0a03a2ae5a8" ], "x-ms-correlation-request-id": [ - "bf4a9a73-f552-43c1-b94f-601896074e17" + "8f721c4f-5662-47f0-9414-b0a03a2ae5a8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T091107Z:bf4a9a73-f552-43c1-b94f-601896074e17" + "CENTRALUSEUAP:20210420T095350Z:8f721c4f-5662-47f0-9414-b0a03a2ae5a8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13622,7 +13919,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:11:07 GMT" + "Tue, 20 Apr 2021 09:53:50 GMT" ], "Expires": [ "-1" @@ -13635,16 +13932,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzgwNkJFQkE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemd3TmtKRlFrRTFMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0U0NEFFM0Q5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFUwTkVGRk0wUTVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" ] }, "ResponseHeaders": { @@ -13655,16 +13952,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11976" ], "x-ms-request-id": [ - "24f0c0a8-1878-4e4e-a016-b7f65aa1fc26" + "f464ae8c-1e35-445a-892c-0d519f3995fe" ], "x-ms-correlation-request-id": [ - "24f0c0a8-1878-4e4e-a016-b7f65aa1fc26" + "f464ae8c-1e35-445a-892c-0d519f3995fe" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T091107Z:24f0c0a8-1878-4e4e-a016-b7f65aa1fc26" + "CENTRALUSEUAP:20210420T095351Z:f464ae8c-1e35-445a-892c-0d519f3995fe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13673,7 +13970,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:11:07 GMT" + "Tue, 20 Apr 2021 09:53:50 GMT" ], "Expires": [ "-1" @@ -13688,7 +13985,7 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "38304e13-357e-405e-9e9a-220351dcce8c", - "NamingSuffix": "806beba5-54b7-4fb0-9aa9-502118dbdf85" + "SubscriptionId": "da364f0f-307b-41c9-9d47-b7413ec45535", + "NamingSuffix": "e44ae3d9-3295-488d-908b-1ddd21aefc22" } } \ No newline at end of file diff --git a/src/RecoveryServices/RecoveryServices.Backup/Cmdlets/Restore/RestoreAzureRMRecoveryServicesBackupItem.cs b/src/RecoveryServices/RecoveryServices.Backup/Cmdlets/Restore/RestoreAzureRMRecoveryServicesBackupItem.cs index b14a82fc56c2..9a0d3cb72aa1 100644 --- a/src/RecoveryServices/RecoveryServices.Backup/Cmdlets/Restore/RestoreAzureRMRecoveryServicesBackupItem.cs +++ b/src/RecoveryServices/RecoveryServices.Backup/Cmdlets/Restore/RestoreAzureRMRecoveryServicesBackupItem.cs @@ -38,6 +38,7 @@ public class RestoreAzureRmRecoveryServicesBackupItem : RSBackupVaultCmdletBase internal const string AzureVMParameterSet = "AzureVMParameterSet"; internal const string AzureVMManagedDiskParameterSet = "AzureVMManagedDiskParameterSet"; internal const string AzureVMRestoreManagedAsUnmanaged = "AzureVMRestoreManagedAsUnmanaged"; + internal const string AzureVMRestoreUnmanagedAsManaged = "AzureVMRestoreUnmanagedAsManaged"; internal const string AzureVMUnManagedDiskParameterSet = "AzureVMUnManagedDiskParameterSet"; internal const string AzureFileShareParameterSet = "AzureFileShareParameterSet"; internal const string AzureWorkloadParameterSet = "AzureWorkloadParameterSet"; @@ -64,6 +65,8 @@ public class RestoreAzureRmRecoveryServicesBackupItem : RSBackupVaultCmdletBase ParameterSetName = AzureVMManagedDiskParameterSet, HelpMessage = ParamHelpMsgs.RestoreDisk.RecoveryPoint)] [Parameter(Mandatory = true, ValueFromPipeline = true, Position = 0, ParameterSetName = AzureVMUnManagedDiskParameterSet, HelpMessage = ParamHelpMsgs.RestoreDisk.RecoveryPoint)] + [Parameter(Mandatory = true, ValueFromPipeline = true, Position = 0, + ParameterSetName = AzureVMRestoreUnmanagedAsManaged, HelpMessage = ParamHelpMsgs.RestoreDisk.RecoveryPoint)] [ValidateNotNullOrEmpty] public RecoveryPointBase RecoveryPoint { get; set; } @@ -86,6 +89,8 @@ public class RestoreAzureRmRecoveryServicesBackupItem : RSBackupVaultCmdletBase HelpMessage = ParamHelpMsgs.RestoreDisk.StorageAccountName)] [Parameter(Mandatory = true, Position = 1, ParameterSetName = AzureVMRestoreManagedAsUnmanaged, HelpMessage = ParamHelpMsgs.RestoreDisk.StorageAccountName)] + [Parameter(Mandatory = true, Position = 1, ParameterSetName = AzureVMRestoreUnmanagedAsManaged, + HelpMessage = ParamHelpMsgs.RestoreDisk.StorageAccountName)] [ValidateNotNullOrEmpty] public string StorageAccountName { get; set; } @@ -100,6 +105,8 @@ public class RestoreAzureRmRecoveryServicesBackupItem : RSBackupVaultCmdletBase HelpMessage = ParamHelpMsgs.RestoreDisk.StorageAccountResourceGroupName)] [Parameter(Mandatory = true, Position = 2, ParameterSetName = AzureVMRestoreManagedAsUnmanaged, HelpMessage = ParamHelpMsgs.RestoreDisk.StorageAccountResourceGroupName)] + [Parameter(Mandatory = true, Position = 2, ParameterSetName = AzureVMRestoreUnmanagedAsManaged, + HelpMessage = ParamHelpMsgs.RestoreDisk.StorageAccountResourceGroupName)] [ValidateNotNullOrEmpty] public string StorageAccountResourceGroupName { get; set; } @@ -108,6 +115,8 @@ public class RestoreAzureRmRecoveryServicesBackupItem : RSBackupVaultCmdletBase /// [Parameter(Mandatory = true, Position = 3, ParameterSetName = AzureVMManagedDiskParameterSet, HelpMessage = ParamHelpMsgs.RestoreVM.TargetResourceGroupName)] + [Parameter(Mandatory = true, Position = 3, ParameterSetName = AzureVMRestoreUnmanagedAsManaged, + HelpMessage = ParamHelpMsgs.RestoreVM.TargetResourceGroupName)] [ValidateNotNullOrEmpty] public string TargetResourceGroupName { get; set; } @@ -171,6 +180,8 @@ public class RestoreAzureRmRecoveryServicesBackupItem : RSBackupVaultCmdletBase /// [Parameter(Mandatory = true, ParameterSetName = AzureVMUnManagedDiskParameterSet, HelpMessage = ParamHelpMsgs.RestoreVM.OsaOption)] + [Parameter(Mandatory = false, ParameterSetName = AzureVMRestoreUnmanagedAsManaged, + HelpMessage = ParamHelpMsgs.RestoreVM.OsaOption)] public SwitchParameter UseOriginalStorageAccount { get; set; } /// @@ -184,6 +195,8 @@ public class RestoreAzureRmRecoveryServicesBackupItem : RSBackupVaultCmdletBase HelpMessage = ParamHelpMsgs.RestoreVM.RestoreOnlyOSDisk)] [Parameter(Mandatory = false, ParameterSetName = AzureVMUnManagedDiskParameterSet, HelpMessage = ParamHelpMsgs.RestoreVM.RestoreOnlyOSDisk)] + [Parameter(Mandatory = false, ParameterSetName = AzureVMRestoreUnmanagedAsManaged, + HelpMessage = ParamHelpMsgs.RestoreVM.RestoreOnlyOSDisk)] public SwitchParameter RestoreOnlyOSDisk { get; set; } /// @@ -197,6 +210,8 @@ public class RestoreAzureRmRecoveryServicesBackupItem : RSBackupVaultCmdletBase HelpMessage = ParamHelpMsgs.RestoreVM.RestoreDiskList)] [Parameter(Mandatory = false, ParameterSetName = AzureVMRestoreManagedAsUnmanaged, HelpMessage = ParamHelpMsgs.RestoreVM.RestoreDiskList)] + [Parameter(Mandatory = false, ParameterSetName = AzureVMRestoreUnmanagedAsManaged, + HelpMessage = ParamHelpMsgs.RestoreVM.RestoreDiskList)] public string[] RestoreDiskList { get; set; } /// @@ -231,6 +246,13 @@ public class RestoreAzureRmRecoveryServicesBackupItem : RSBackupVaultCmdletBase HelpMessage = ParamHelpMsgs.RestoreVM.TargetZone)] public int? TargetZoneNumber { get; set; } + /// + /// Switch param to restore a backed up unmanaged vm as managed disks. + /// + [Parameter(Mandatory = true, ParameterSetName = AzureVMRestoreUnmanagedAsManaged, HelpMessage = ParamHelpMsgs.RestoreVM.RestoreAsManagedDisk)] + [ValidateNotNullOrEmpty] + public SwitchParameter RestoreAsManagedDisk { get; set; } + public override void ExecuteCmdlet() { ExecutionBlock(() => @@ -265,6 +287,7 @@ public override void ExecuteCmdlet() providerParameters.Add(RestoreVMBackupItemParams.RestoreOnlyOSDisk, RestoreOnlyOSDisk); providerParameters.Add(RestoreVMBackupItemParams.RestoreAsUnmanagedDisks, RestoreAsUnmanagedDisks); providerParameters.Add(CRRParams.UseSecondaryRegion, RestoreToSecondaryRegion.IsPresent); + providerParameters.Add(RestoreVMBackupItemParams.RestoreAsManagedDisk, RestoreAsManagedDisk.IsPresent); if (DiskEncryptionSetId != null) { diff --git a/src/RecoveryServices/RecoveryServices.Backup/ParamHelpMsgs.cs b/src/RecoveryServices/RecoveryServices.Backup/ParamHelpMsgs.cs index e38d09930849..dd5bbfdd03de 100644 --- a/src/RecoveryServices/RecoveryServices.Backup/ParamHelpMsgs.cs +++ b/src/RecoveryServices/RecoveryServices.Backup/ParamHelpMsgs.cs @@ -155,6 +155,7 @@ internal static class RestoreVM public const string RestoreDiskList = "Specify which disks to recover of the backed up VM"; public const string RestoreAsUnmanagedDisks = "Use this switch to specify to restore as unmanaged disks"; public const string TargetZone = "Target zone to restore the disks"; + public const string RestoreAsManagedDisk = "Use this switch to specify to restore as managed disks."; } internal static class RestoreFS diff --git a/src/RecoveryServices/RecoveryServices/ChangeLog.md b/src/RecoveryServices/RecoveryServices/ChangeLog.md index 80b64938563f..16de280ee9cb 100644 --- a/src/RecoveryServices/RecoveryServices/ChangeLog.md +++ b/src/RecoveryServices/RecoveryServices/ChangeLog.md @@ -18,6 +18,7 @@ - Additional information about change #1 --> ## Upcoming Release +* Added support for restoring unmanaged disks vm as managed disks. ## Version 3.5.0 * Added Cross Zonal Restore for managed virtual machines. diff --git a/src/RecoveryServices/RecoveryServices/help/Restore-AzRecoveryServicesBackupItem.md b/src/RecoveryServices/RecoveryServices/help/Restore-AzRecoveryServicesBackupItem.md index 14a87be7e587..46fac5ada70b 100644 --- a/src/RecoveryServices/RecoveryServices/help/Restore-AzRecoveryServicesBackupItem.md +++ b/src/RecoveryServices/RecoveryServices/help/Restore-AzRecoveryServicesBackupItem.md @@ -19,15 +19,17 @@ The same command is used to restore Azure Virtual machines, databases running wi ``` Restore-AzRecoveryServicesBackupItem [-VaultLocation ] [-RecoveryPoint] [-StorageAccountName] [-StorageAccountResourceGroupName] [-RestoreOnlyOSDisk] - [-RestoreDiskList ] [-DiskEncryptionSetId ] [-RestoreToSecondaryRegion] [-TargetZoneNumber ] [-VaultId ] [-DefaultProfile ] [-WhatIf] + [-RestoreDiskList ] [-DiskEncryptionSetId ] [-RestoreToSecondaryRegion] + [-TargetZoneNumber ] [-VaultId ] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` -### AzureVMManagedDiskParameterSet +### AzureFileShareParameterSet ``` Restore-AzRecoveryServicesBackupItem [-VaultLocation ] [-RecoveryPoint] - [-StorageAccountName] [-StorageAccountResourceGroupName] [-TargetResourceGroupName] - [-RestoreOnlyOSDisk] [-RestoreDiskList ] [-DiskEncryptionSetId ] [-RestoreToSecondaryRegion] [-TargetZoneNumber ] [-VaultId ] + -ResolveConflict [-SourceFilePath ] + [-SourceFileType ] [-TargetStorageAccountName ] [-TargetFileShareName ] + [-TargetFolder ] [-MultipleSourceFilePath ] [-RestoreToSecondaryRegion] [-VaultId ] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -39,6 +41,15 @@ Restore-AzRecoveryServicesBackupItem [-VaultLocation ] [-RecoveryPoint] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` +### AzureVMManagedDiskParameterSet +``` +Restore-AzRecoveryServicesBackupItem [-VaultLocation ] [-RecoveryPoint] + [-StorageAccountName] [-StorageAccountResourceGroupName] [-TargetResourceGroupName] + [-RestoreOnlyOSDisk] [-RestoreDiskList ] [-DiskEncryptionSetId ] [-RestoreToSecondaryRegion] + [-TargetZoneNumber ] [-VaultId ] [-DefaultProfile ] [-WhatIf] + [-Confirm] [] +``` + ### AzureVMUnManagedDiskParameterSet ``` Restore-AzRecoveryServicesBackupItem [-VaultLocation ] [-RecoveryPoint] @@ -47,19 +58,20 @@ Restore-AzRecoveryServicesBackupItem [-VaultLocation ] [-RecoveryPoint] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` -### AzureFileShareParameterSet +### AzureVMRestoreUnmanagedAsManaged ``` Restore-AzRecoveryServicesBackupItem [-VaultLocation ] [-RecoveryPoint] - -ResolveConflict [-SourceFilePath ] - [-SourceFileType ] [-TargetStorageAccountName ] [-TargetFileShareName ] - [-TargetFolder ] [-MultipleSourceFilePath ] [-RestoreToSecondaryRegion] [-VaultId ] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-StorageAccountName] [-StorageAccountResourceGroupName] [-TargetResourceGroupName] + [-UseOriginalStorageAccount] [-RestoreOnlyOSDisk] [-RestoreDiskList ] [-RestoreToSecondaryRegion] + [-RestoreAsManagedDisk] [-VaultId ] [-DefaultProfile ] [-WhatIf] [-Confirm] + [] ``` ### AzureWorkloadParameterSet ``` -Restore-AzRecoveryServicesBackupItem [-VaultLocation ] [-WLRecoveryConfig] [-RestoreToSecondaryRegion] - [-VaultId ] [-DefaultProfile ] [-WhatIf] [-Confirm] [] +Restore-AzRecoveryServicesBackupItem [-VaultLocation ] [-WLRecoveryConfig] + [-RestoreToSecondaryRegion] [-VaultId ] [-DefaultProfile ] [-WhatIf] + [-Confirm] [] ``` ## DESCRIPTION @@ -88,7 +100,6 @@ You can restore an entire file share or specific/multiple files/folders on the s You can restore SQL DBs within Azure VMs - ## EXAMPLES ### Example 1: Restore the disks of a backed up Managed disk Azure VM from a given recovery point @@ -210,7 +221,6 @@ PS C:\> Restore-AzRecoveryServicesBackupItem -WLRecoveryConfig $AnotherInstanceW WorkloadName Operation Status StartTime EndTime JobID ------------ --------- ------ --------- ------- ----- MSSQLSERVER/m... Restore InProgress 3/17/2019 10:02:45 AM 3274xg2b-e4fg-5952-89b4-8cb566gc1748 - ``` ### Example 7: Restore a SQL DB within an Azure VM to another target VM for a log recovery point @@ -225,7 +235,6 @@ PS C:\> Restore-AzRecoveryServicesBackupItem -WLRecoveryConfig $AnotherInstanceW WorkloadName Operation Status StartTime EndTime JobID ------------ --------- ------ --------- ------- ----- MSSQLSERVER/m... Restore InProgress 3/17/2019 10:02:45 AM 3274xg2b-e4fg-5952-89b4-8cb566gc1748 - ``` ## PARAMETERS @@ -246,12 +255,28 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -DiskEncryptionSetId + +The DES ID to encrypt the restored disks. + +```yaml +Type: System.String +Parameter Sets: AzureVMParameterSet, AzureVMManagedDiskParameterSet +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -MultipleSourceFilePath Used for Multiple files restore from a file share. The paths of the items to be restored within the file share. ```yaml Type: System.String[] -Parameter Sets: AzureFileParameterSet +Parameter Sets: AzureFileShareParameterSet Aliases: Required: False @@ -268,7 +293,7 @@ To obtain an **AzureRmRecoveryServicesBackupRecoveryPoint** object, use the **Ge ```yaml Type: Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase -Parameter Sets: AzureVMParameterSet, AzureFileParameterSet, AzureVMRestoreAsUnmanaged, AzureVMTargetRGParameterSet, AzureVMUseOSAParameterSet +Parameter Sets: AzureVMParameterSet, AzureFileShareParameterSet, AzureVMRestoreManagedAsUnmanaged, AzureVMManagedDiskParameterSet, AzureVMUnManagedDiskParameterSet, AzureVMRestoreUnmanagedAsManaged Aliases: Required: True @@ -288,7 +313,7 @@ The acceptable values for this parameter are: ```yaml Type: Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RestoreFSResolveConflictOption -Parameter Sets: AzureFileParameterSet +Parameter Sets: AzureFileShareParameterSet Aliases: Accepted values: Overwrite, Skip @@ -299,12 +324,27 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -RestoreAsManagedDisk +Use this switch to specify to restore as managed disks. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: AzureVMRestoreUnmanagedAsManaged +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -RestoreAsUnmanagedDisks Use this switch to specify to restore as unmanaged disks ```yaml Type: System.Management.Automation.SwitchParameter -Parameter Sets: AzureVMRestoreAsUnmanaged +Parameter Sets: AzureVMRestoreManagedAsUnmanaged Aliases: Required: True @@ -319,7 +359,7 @@ Specify which disks to recover of the backed up VM ```yaml Type: System.String[] -Parameter Sets: AzureVMParameterSet, AzureVMRestoreAsUnmanaged, AzureVMTargetRGParameterSet, AzureVMUseOSAParameterSet +Parameter Sets: AzureVMParameterSet, AzureVMRestoreManagedAsUnmanaged, AzureVMManagedDiskParameterSet, AzureVMUnManagedDiskParameterSet, AzureVMRestoreUnmanagedAsManaged Aliases: Required: False @@ -334,7 +374,7 @@ Use this switch to restore only OS disks of a backed up VM ```yaml Type: System.Management.Automation.SwitchParameter -Parameter Sets: AzureVMParameterSet, AzureVMRestoreAsUnmanaged, AzureVMTargetRGParameterSet, AzureVMUseOSAParameterSet +Parameter Sets: AzureVMParameterSet, AzureVMRestoreManagedAsUnmanaged, AzureVMManagedDiskParameterSet, AzureVMUnManagedDiskParameterSet, AzureVMRestoreUnmanagedAsManaged Aliases: Required: False @@ -344,13 +384,29 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -RestoreToSecondaryRegion + +Use this switch to trigger the Cross region restore to secondary region. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SourceFilePath Used for a particular item restore from a file share. The path of the item to be restored within the file share. ```yaml Type: System.String -Parameter Sets: AzureFileParameterSet +Parameter Sets: AzureFileShareParameterSet Aliases: Required: False @@ -370,7 +426,7 @@ The acceptable values for this parameter are: ```yaml Type: System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SourceFileType] -Parameter Sets: AzureFileParameterSet +Parameter Sets: AzureFileShareParameterSet Aliases: Accepted values: File, Directory @@ -388,7 +444,7 @@ As a part of the restore process, this cmdlet stores the disks and the configura ```yaml Type: System.String -Parameter Sets: AzureVMParameterSet, AzureVMRestoreAsUnmanaged, AzureVMTargetRGParameterSet, AzureVMUseOSAParameterSet +Parameter Sets: AzureVMParameterSet, AzureVMRestoreManagedAsUnmanaged, AzureVMManagedDiskParameterSet, AzureVMUnManagedDiskParameterSet, AzureVMRestoreUnmanagedAsManaged Aliases: Required: True @@ -405,7 +461,7 @@ As a part of the restore process, this cmdlet stores the disks and the configura ```yaml Type: System.String -Parameter Sets: AzureVMParameterSet, AzureVMRestoreAsUnmanaged, AzureVMTargetRGParameterSet, AzureVMUseOSAParameterSet +Parameter Sets: AzureVMParameterSet, AzureVMRestoreManagedAsUnmanaged, AzureVMManagedDiskParameterSet, AzureVMUnManagedDiskParameterSet, AzureVMRestoreUnmanagedAsManaged Aliases: Required: True @@ -421,7 +477,7 @@ The File Share to which the file share has to be restored to. ```yaml Type: System.String -Parameter Sets: AzureFileParameterSet +Parameter Sets: AzureFileShareParameterSet Aliases: Required: False @@ -437,7 +493,7 @@ The folder under which the file share has to be restored to within the TargetFil ```yaml Type: System.String -Parameter Sets: AzureFileParameterSet +Parameter Sets: AzureFileShareParameterSet Aliases: Required: False @@ -453,7 +509,7 @@ The resource group to which the managed disks are restored. Applicable to backup ```yaml Type: System.String -Parameter Sets: AzureVMTargetRGParameterSet +Parameter Sets: AzureVMManagedDiskParameterSet, AzureVMRestoreUnmanagedAsManaged Aliases: Required: True @@ -469,7 +525,7 @@ The storage account to which the file share has to be restored to. ```yaml Type: System.String -Parameter Sets: AzureFileParameterSet +Parameter Sets: AzureFileShareParameterSet Aliases: Required: False @@ -479,28 +535,12 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -UseOriginalStorageAccount - -Use this switch if the disks from the recovery point are to be restored to their original storage accounts. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: AzureVMUseOSAParameterSet -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DiskEncryptionSetId +### -TargetZoneNumber -The DES ID to encrypt the restored disks. +The target availability zone number where the restored disks are pinned. ```yaml -Type: System.String +Type: System.Nullable`1[System.Int32] Parameter Sets: AzureVMParameterSet, AzureVMManagedDiskParameterSet Aliases: @@ -511,29 +551,25 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -RestoreToSecondaryRegion +### -UseOriginalStorageAccount -Use this switch to trigger the Cross region restore to secondary region. +Use this switch if the disks from the recovery point are to be restored to their original storage accounts. ```yaml Type: System.Management.Automation.SwitchParameter -Parameter Sets: AzureIaasVM +Parameter Sets: AzureVMUnManagedDiskParameterSet Aliases: -Required: False +Required: True Position: Named -Default value: False +Default value: None Accept pipeline input: False Accept wildcard characters: False ``` -### -TargetZoneNumber - -The target availability zone number where the restored disks are pinned. - ```yaml -Type: System.String -Parameter Sets: AzureVMParameterSet, AzureVMManagedDiskParameterSet +Type: System.Management.Automation.SwitchParameter +Parameter Sets: AzureVMRestoreUnmanagedAsManaged Aliases: Required: False